Stefano Gottardo
Stefano Gottardo
Ah your idea is would return a code and/or description of the error in the onPlayBackError() notification like ``` onPlayBackError(data) code = data['err_code'] ``` could be useful, but not easy...
looks like for some reason this code dont work https://github.com/xbmc/inputstream.adaptive/blob/fb6aeadd20bc3df6e5f540911e203b7c88bc3eb0/src/Session.cpp#L1101-L1119 sound like a wrong chapter duration you can see on the kodi GUI time bar the chapters points or not?...
@matthuisman can you test with current last ISA release that i fixed mpd TSB and period start?
please attach the mpd file as text file, not as weblink because is expired
thanks for the snippet has worked and i have saved a lot of time from a first look seem that this type of manifest is not full supported from our...
this is a duplicate of #343
> Clearkey means that if you don't a have real subscription to a service you still can use it if you know the mpd and the key(s). A service without...
i think also that we should stop add new behaviours to `inputstream.adaptive.license_key` this very mess old property should be deprecated and changed with a new improved one if we have...
with CBCS is shown these ffmpeg errors, imo this could be or bad decrypted data or not supported stream ``` 2024-02-09 14:25:16.396 T:5728 debug : ffmpeg[0x19f9ec37ce0]: [ac3] Multiple frames in...
unfurnately no way debugwith drm... add some log the AP4_CencSampleInfoTable::Create return error -10 (AP4_ERROR_INVALID_FORMAT) https://github.com/xbmc/inputstream.adaptive/blob/31dc91e870313c9145d881d17abcb372997a274f/src/samplereader/FragmentedSampleReader.cpp#L385-L387 imo this happens on second part of Create method https://github.com/xbmc/Bento4/blob/1f295b8a7c2c20c6398032dcfbf398ddb68a3300/Source/C%2B%2B/Core/Ap4CommonEncryption.cpp#L2788-L2789 or line https://github.com/xbmc/Bento4/blob/1f295b8a7c2c20c6398032dcfbf398ddb68a3300/Source/C%2B%2B/Core/Ap4CommonEncryption.cpp#L2822-L2824 on video...