FAQ  •  Register  •  Login

something is interfering with DLNA on my network

<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Tue Apr 17, 2018 5:39 pm

something is interfering with DLNA on my network

Really strange issue.

Serviio 1.9 on Linux
Java 1.8.0_144-Oracle Corporation amd64

These server's have been working great, but something happened and now it's a struggle to browse and play media on my network.

I usually use kodi to connect to play media.. but recently.. Kodi stopped working right. it would refuse to connect to my Serviio instances.. unless I left the "browse for DLNA servers" screen up for about 10-15 mins for it to "discover my servers" then they worked as expected.

I tried older versions of Kodi... thinking maybe it was some kind of bug in the latest build and they all acted the same. Tried a few Kodi forks.. also same issue.
Tried VLC and a few other DLNA apps.. all having similar issues.. they take forever to discover and browse through my Serviio instances.
I have two wireless routers.. same behavior on both.
restarting Serviio seems to make it act a little bit better.. but now it's less than 12 hours and I have to restart them again.

Here are some of the logs from before my last restart

  Code:
2018-04-14 19:21:04,612 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:21:06,150 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: ab85fe8d-17d1-470a-98df-a40c0e9b0a2a::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:21:35,949 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:22:47,135 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:24:12,486 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:24:30,440 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: ab85fe8d-17d1-470a-98df-a40c0e9b0a2a::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:27:50,338 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: ab85fe8d-17d1-470a-98df-a40c0e9b0a2a::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:28:44,659 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: ab85fe8d-17d1-470a-98df-a40c0e9b0a2a::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:30:28,970 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:36:08,594 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:36:11,091 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: ab85fe8d-17d1-470a-98df-a40c0e9b0a2a::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:36:22,998 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:38:09,175 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: ab85fe8d-17d1-470a-98df-a40c0e9b0a2a::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:38:19,975 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.
2018-04-14 19:42:03,031 WARN  [DiscoverySSDPMessageListener] Provided USN value is invalid: 0195ab1d-d8c8-4169-94ac-7a3e9365f9a1::urn:schemas-upnp-org:device:MediaRenderer:1. Will not respond to the request.



anyone have any ideas on what I can check?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Apr 18, 2018 1:47 pm

Re: something is interfering with DLNA on my network

I looks like this UPnP device (Renderer) doesn't provide valid messages. the USN should be in formt of

  Code:
uuid:0f60683b-0362-3a5a-acf4-0f3c1146230a::urn:schemas-upnp-org:device:MediaRenderer:1


In this case, the initial uuid: is missing.

Specification: http://www.upnp.org/specs/arch/UPnP-arc ... 080424.pdf

Not sure if it's coming from Kodi or some other renderer on your device. More details might be in the detailed log.
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Wed Apr 18, 2018 4:47 pm

Re: something is interfering with DLNA on my network

this document does not appear to match what i am seeing in my copy of log4j

<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">

do i just change this to true?
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Mon Apr 23, 2018 2:47 pm

Re: something is interfering with DLNA on my network

Is there a way to correlate the UUID to a IP? I want to know what devices are creating this mess in my logs.
<<

atc98092

User avatar

DLNA master

Posts: 5205

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Mon Apr 23, 2018 3:22 pm

Re: something is interfering with DLNA on my network

slyguy42o wrote:Is there a way to correlate the UUID to a IP? I want to know what devices are creating this mess in my logs.


You might try the Intel UPNP toolbox. UUID is one of the things it reports, and you get a device name (among other things) for identifying it.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents

Return to Serviio Support & Help

Who is online

Users browsing this forum: Google [Bot], Majestic-12 [Bot] and 31 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.