Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

DLNA (10.6.2) doesn't work in TrueNas Jail #1948

Open
marquisexb13 opened this issue Jul 18, 2021 · 3 comments
Open

DLNA (10.6.2) doesn't work in TrueNas Jail #1948

marquisexb13 opened this issue Jul 18, 2021 · 3 comments

Comments

@marquisexb13
Copy link

Problem description

DLNA doesn't seem to work for TrueNas jails in 10.6.2. No DLNA server appears on my network despite enabling DLNA, restarting, entering various entries in LAN address, etc.

I thought perhaps it was my install (FreeBSD 11.4), but I tried a clean install into a new jail (12.2) and am having the same issue.

Steps to reproduce

Not much to do. Follow the instructions for FreeBSD install, enable DLNA, add the LAN address, open VLC & no DLNA?

System information

  • Airsonic version: the version listed on the About page
  • Operating system: *the operating system you're running Airsonic on.
    Version | 10.6.2-RELEASE – May 3, 2020
    Server | Apache Tomcat/8.5.64, java 1.8.0_292, FreeBSD (1.77 GB / 4.57 GB)

LOG FILE SHOWS:
airsonic.log

2021-07-18 09:56:30.158 INFO --- o.a.player.service.UPnPService : Starting UPnP service...
2021-07-18 09:56:30.207 INFO --- o.a.player.service.UPnPService : Successfully started UPnP service on port 4041!
2021-07-18 09:56:30.258 INFO --- o.a.player.service.UPnPService : Enabling UPnP/DLNA media server

@The-Exterminator
Copy link

Try airsonic-advance

@marquisexb13
Copy link
Author

Tried that as well. Couldn't get it to install in freebsd (see: https://www.reddit.com/r/airsonic/comments/omtss5/is_airsonicadvanced_possible_in_truenas_jail/)

Also tried it in Docker, and that didn't work either...

@marquisexb13
Copy link
Author

marquisexb13 commented Jul 18, 2021

Found something quite interesting. If I run the war with java (java -jar airsonic-10-6-2.war) UPNP/DLNA works!

Running from java:

2021-07-18 16:33:28.766  INFO --- o.a.player.service.UPnPService           : Starting UPnP service...
2021-07-18 16:33:30.455  INFO --- o.a.player.service.UPnPService           : Successfully started UPnP service on port 4041!
2021-07-18 16:33:30.514  INFO --- o.a.player.service.UPnPService           : Enabling UPnP/DLNA media server
2021-07-18 16:33:32.949  INFO --- o.a.p.s.u.DispatchingContentDirectory    : UPnP request - objectId: 0, browseFlag: BrowseDirectChildren, filter: *, firstResult: 0, maxResults: 5000

This is from a machine run with tomcat (notice the bolded line never occurs...)

2021-07-18 16:37:56.040 INFO --- o.a.player.service.UPnPService : Starting UPnP service...
--
2021-07-18 16:37:56.041 INFO --- o.a.player.service.UPnPService : Successfully started UPnP service on port 4041!
2021-07-18 16:37:56.045 INFO --- o.a.player.service.UPnPService : Enabling UPnP/DLNA media server

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants