2024-08-15, 01:06 PM
First try a different non-transcoding player like Kodi to see. Your West Side Story is direct play and it doesn't have two tracks. We need a better source sample that has the two tracks.
The web player does looks to be only passing one audio track when the source audio is not AAC. Maybe edit config.xml in /config to
<LanguagePreference1>esp</LanguagePreference1>
<LanguagePreference2>qaa</LanguagePreference2>
Likely unrelated sub will need to look at why this is repeated in the log
Martin
The web player does looks to be only passing one audio track when the source audio is not AAC. Maybe edit config.xml in /config to
<LanguagePreference1>esp</LanguagePreference1>
<LanguagePreference2>qaa</LanguagePreference2>
Likely unrelated sub will need to look at why this is repeated in the log
Code:
2024-08-14 22:28:20.368 [ERROR][55] System.NullReferenceException: Object reference not set to an instance of an object.
at NShared.Extend.BaseRequestHandler.InvalidArgsResponse(Dictionary`2 parameters)
at NShared.Extend.ChannelRequestHandler.GetStatus(Dictionary`2 parameters)
at NShared.Extend.ChannelRequestHandler.HandleRequest(String method, Dictionary`2 parameters)
at NShared.Extend.PluginFactory.HandleRequest(ServiceResponseStream serviceResponseStream, Dictionary`2 parameters)
at NPVR.Controllers.ServicesController.HandleServiceRequest(String body, String contentType)
Martin