Kodi Community Forum

Full Version: Discontinuity bit handling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I am trying to add a feature to XBMC that will handle transport stream (ts) discontinuity bit. I identify the bit in FFMpeg code and signal the info to to CDVDDemuxFFmpeg::Read successfully.
I am looking for help changing the XBMC code to flush the current buffer and start decode the new video from that point.
I tried to call flush() and then call av_find_stream_info() again but the program crash
Any ideas?
Thanks
Adi