Reset decoder when finding Discontinuity indicator set
#1
Hi
I would like to add the following feature to XBMC : Look in the TS header Discontinuity indicator which is located in the Adaptation Field, when set reset the decoder of XBMC and continue play the movie from that point.
For that I need to find the TS header parsing in the code and to locate the decoder reset API
Can someone help me with those two issues
Thanks
Adi

edit by CrystalP to remove Windows prefix in thread name
Reply
#2
ffmpeg handles demuxing/decoding for XBMC, that's where you should find TS parsing. I don't know the internals of ffmpeg and can't be more specific than that.
I don't know of a decoder reset API, but I suppose adding a field to the structures returned by ffmpeg and making DVDPlayer/DVDPlayerVideo handle it would do the trick.
Elupus would know much more than I.

Moving the thread to Development forum
Always read the Kodi online-manual, the FAQ and search the forum before posting.
Do not e-mail Kodi Team members directly asking for support. Read/follow the forum rules (wiki).
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Reset decoder when finding Discontinuity indicator set0