Subsonic DLNA not discovered

Status
Not open for further replies.

pmsys

Cadet
Joined
May 13, 2014
Messages
8
Hello all,

I have installed Subsonic 5.0 as a plugin-jail.
It works great...

I have enabled the DLNA-Server too. This is my problem:

No DLNA client is able to discover this server.
I had installed a standalone Subsonic 5.0 on a Linux-machine - before I switched to a FreeNAS Jail - with a working DLNA server (Clients had no problems with discovery of this server)

But now in this Jail the discovery isn't possible... :(


Here is my netstat output:

root@subsonic_1:/ # netstat -an
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp4 0 0 10.0.1.13.8080 10.0.1.115.43148 ESTABLISHED
tcp4 0 0 10.0.1.13.8080 10.0.1.113.57448 ESTABLISHED
tcp4 0 0 10.0.1.13.8080 10.0.1.115.42611 ESTABLISHED
tcp4 0 0 10.0.1.13.8080 10.0.1.115.42402 ESTABLISHED
tcp4 0 0 10.0.1.13.53886 *.* LISTEN
tcp4 0 0 10.0.1.13.9412 *.* LISTEN
tcp4 0 0 10.0.1.13.8080 *.* LISTEN
tcp4 0 0 10.0.1.13.53159 *.* LISTEN
tcp4 0 0 10.0.1.13.12347 *.* LISTEN
udp4 0 0 10.0.1.13.23064 *.*
udp4 0 0 10.0.1.13.1900 *.*
udp4 0 0 10.0.1.13.514 *.*
Active UNIX domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr
fffffe00cc4b34b0 stream 0 0 0 0 0 0
fffffe000abe60f0 stream 0 0 0 0 0 0
fffffe0086f9d0f0 dgram 0 0 0 fffffe04148f20f0 0 0
fffffe04148f20f0 dgram 0 0 fffffe016e1ce1f8 0 fffffe0086f9d0f0 0 /var/run/logpriv
fffffe0086f9d780 dgram 0 0 fffffe0555d123f0 0 0 0 /var/run/log

I could find nothing according to my problem.
My FreeNAS version: FreeNAS-9.2.1.9-RELEASE-x64


Thanks.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
'sockstat' show what open sockets you have.
I'm not sure how DLNA so that's about as much as I can help.
 

pmsys

Cadet
Joined
May 13, 2014
Messages
8
That ist the output of 'sockstat':

root@subsonic_1:/ # sockstat
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
root python2.7 49663 3 tcp4 10.0.1.13:12347 *:*
root cron 49461 4 dgram -> /var/run/logpriv
media java 49434 60 stream (not connected)
media java 49434 66 stream (not connected)
media java 49434 70 udp4 10.0.1.13:1900 *:*
media java 49434 71 tcp4 10.0.1.13:53159 *:*
media java 49434 72 udp4 10.0.1.13:23064 *:*
media java 49434 77 tcp4 10.0.1.13:8080 *:*
media java 49434 78 tcp4 10.0.1.13:9412 *:*
media java 49434 79 tcp4 10.0.1.13:53886 *:*
root syslogd 49402 4 dgram /var/run/log
root syslogd 49402 5 dgram /var/run/logpriv
root syslogd 49402 6 udp4 10.0.1.13:514 *:*
? ? ? ? tcp4 10.0.1.13:12347 10.0.1.10:52619
? ? ? ? tcp4 10.0.1.13:12347 10.0.1.10:30316

Following this: http://mybroadband.co.za/vb/showthread.php/440755-Port-to-open-on-firewall-for-DLNA
port 1900 seems to be the one for discovery...

So, I don't understand why it isn't working.
 

pmsys

Cadet
Joined
May 13, 2014
Messages
8
I scanned from an other machine:

sudo nmap -sU -p 1900 10.0.1.13

Output:
Starting Nmap 6.40 ( http://nmap.org ) at 2014-12-20 21:49 CET
Nmap scan report for subsonic (10.0.1.13)
Host is up (0.0022s latency).
PORT STATE SERVICE
1900/udp open|filtered upnp

Nmap done: 1 IP address (1 host up) scanned in 0.59 seconds


The port is open, so why the hell there is no SSDP broadcast??
 
D

dlavigne

Guest
Any errors in /var/log/messages within the jail?

Also, do you know if SSDP broadcast depends on inotify?
 

pmsys

Cadet
Joined
May 13, 2014
Messages
8
Output of /var/log/messages for that day I tried this:

Dec 20 22:20:25 subsonic_1 syslogd: exiting on signal 15
Dec 20 22:20:49 subsonic_1 syslogd: kernel boot file is /boot/kernel/kernel
Dec 20 22:22:42 subsonic_1 syslogd: exiting on signal 15
Dec 20 22:23:11 subsonic_1 syslogd: kernel boot file is /boot/kernel/kernel
Dec 20 22:26:05 subsonic_1 syslogd: exiting on signal 15
Dec 20 22:36:13 subsonic_1 syslogd: kernel boot file is /boot/kernel/kernel

You mean inotify -> the monitor api for filesystem events?
I don't know deeper details of this...
 

pmsys

Cadet
Joined
May 13, 2014
Messages
8
No, not yet.

I will try it again in a few days.

Gesendet von meinem A0001 mit Tapatalk
 

brycelarge

Cadet
Joined
Jul 9, 2015
Messages
6
Hi All, I have a similar problem. Subsonic DLNA does not work at all, also I notice in the network settings it shows a message of router not found. My router is UPnP and I can confirm it works, plex, btsync, emby all DLNA work except subsonic. Anyone had this problem before or know of how to solve it?
 

project_x

Cadet
Joined
Jan 9, 2016
Messages
9
I know this thread is dated, but i'm having a similar problem with the Amazon-HA-bridge running. The port is open, but no ssdp broadcast...anyone have any luck with this?
 

pmsys

Cadet
Joined
May 13, 2014
Messages
8
Hi, I have moved subsonic from freenas to xenserver. For me it's working now.
 

knutz

Cadet
Joined
Feb 23, 2016
Messages
5
Hi all!
I have the exact same problem.
I haven't got any problems with the emby DLNA and I've tried installing subsonic in a "normal" jail, and the problem is still there.

Does anyone have an idea to what the problem could be?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Hi all!
I have the exact same problem.
I haven't got any problems with the emby DLNA and I've tried installing subsonic in a "normal" jail, and the problem is still there.

Does anyone have an idea to what the problem could be?
I have a guess it has to do with jail network restrictions, but I haven't pursued this myself because I don't use dlna. maybe someone could verify if subsonic running on a host freebsd system experiences the same problem? that would isolate it to either freebsd or jails.
 

knutz

Cadet
Joined
Feb 23, 2016
Messages
5
I have a guess it has to do with jail network restrictions, but I haven't pursued this myself because I don't use dlna. maybe someone could verify if subsonic running on a host freebsd system experiences the same problem? that would isolate it to either freebsd or jails.

Well, I've installed emby as a plug-in as well and the DLNA feature on this works fine. My devices can see it on the network and play from it as well.
So maybe it's a Subsonic problem?
 

Bradyy

Cadet
Joined
Aug 3, 2017
Messages
1
I'm also having this same issue with Madsonic (Subsonic fork). I have it installed in a jail (not using the plugin version as it is behind).

Unfortunately this blocks me from adding Madsonic to my Sonos system.
 

Frederic996

Dabbler
Joined
Oct 13, 2017
Messages
32
I'm having problems with the subsonic plugin installed on my jail, my devices do not display the subsonic server in dlna
 

B4ZZ

Cadet
Joined
Aug 29, 2018
Messages
1
I'm having the same problems with Feenas 11.1 and the Madsonic plugin MADSONIC 6.1.8700.3847bea.20160915.0741
Clients can't find the DLNA server. Is there a solution now?
 

marcevan

Patron
Joined
Dec 15, 2013
Messages
432
Same here.

After seeing Plex DLNA has zero search capability it's incompatible with control4 programming which requires search.

Moved over to MadSonic to test it's DLNA for my music and I cannot get it to show on Windows Media Player or Windows File Explorer which are gold DLNA clients for testing. I've even gone into my firewall and did the main port 4040 to the jail IP of madsonic, but that did nothing. I suspect there are other TCP or UDP ports for Madsonic's DLNA.
 
Status
Not open for further replies.
Top