Kodi Community Forum
SeekLiveStream decode error - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: SeekLiveStream decode error (/showthread.php?tid=197061)



SeekLiveStream decode error - in2repid - 2014-06-05

Overall, a PVR addon I'm working on is coming together nicely. I am able to present an EPG, schedule timers, watch live TV, all that good stuff. However, I've run into a bit of a snag.

When I call SeekLiveStream to attempt to move the position to somewhere in the file (e.g. the middle), the audio repeatedly stutters, and my debug log is spammed with the following:

Code:
ffmpeg[17D0]: [eac3] frame sync error
CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet
CDVDPlayerAudio::Process - Decode Error

Anyone have any insight into what would be causing that?