Jump to content

DLNA play-to broken in current version?


hpmueller1

Recommended Posts

hpmueller1

Hi all,

 

the recent commit "reduce traffic from play to feature" https://github.com/MediaBrowser/Emby/commit/ffe782ec86b873f1697d530603f45dd5da5f293a was a bit more efficient that intended, it broke play-to to DLNA completely,

to my H-Series Samsung TV (now just responds with an error 500)

 

System.AggregateException: One or more errors occurred. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
       at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization).

 

...and to Kodi via DLNA (where i just see the normal POST, but no error).

 

It still works to Kodi via the emby-addon.

 

Works fine with the previous build (3.1.6233.223), broken after... Does someone else see that too...?

 

/hp

 

Link to comment
Share on other sites

Nevermind, I see issue, thanks. If the Ipaddress.Any listener receives the play to traffic prior to the ip-specific listener, then we'll be passing 0.0.0.0 as the server address. Thanks, we'll get a fix out.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...