Luke
Luke
Just for context, what has led to this question is we think there might be a situation of some messages not being received when using just IpAddress.Any, at least on...
Unfortunately I can confirm - there are situations where you need to explicitly bind Ip addresses. I'm now able to reproduce a situation where IpAddress.Any does not receive messages, while...
The Windows SSDP service is running, yes, and it could very well be related to that. Unfortunately I can't document steps to reproduce the problem, since I don't yet know...
I have stubbed out a quick prototype: https://github.com/MediaBrowser/Emby/commit/cf5f70d8f9492c89df0ebed30bac6b9c27dadd39 It keeps a list of _sendSockets. When a search request comes in the local ip address is recorded and that is used...
With the .net core 2.0 release this would be a great time to target .net standard 2.0. Until then we'll have to figure out our own workarounds to get our...
Can you still reproduce this with 2.88.3? Does the crash occur when loading from the file path as opposed to a stream?
Are you saying this was different in earlier versions?
It looks dead simple with the new MediaSession class, which is designed to allow you to report media playback to the rest of the system. https://developer.android.com/reference/android/media/session/MediaSession.html Although unfortunately that requires...
Does this work with the app in the background for an extended period of time? What happens if the cordova activity is paused while the app is in the background?...
HI, just FYI the Emby team will maintain the Discord plugin going forward: https://github.com/MediaBrowser/Emby.Notifications.Discord The plugin has been published in the Emby Server plugin catalog on the 4.8 beta channel....