![]() |
Bug FFMPEGDemuxer Snchronization Resolution change - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: VideoPlayer Development (https://forum.kodi.tv/forumdisplay.php?fid=240) +---- Thread: Bug FFMPEGDemuxer Snchronization Resolution change (/showthread.php?tid=255628) |
FFMPEGDemuxer Snchronization Resolution change - peak3d - 2016-01-08 I'm trying to get a smoth resolution change working in kodi when playing video with audio track (QT - MP4 file) Quote:11:51:04 T:16080 DEBUG: ActiveAE::SyncStream - average error -28.233653 below threshold of 30.000000 - The video starts at 11:51:03 - The video changes its resolution after 20 secs - because of buffering kodi detects the change at: 11:51:17 Question is now: why is the Decoder opened at this time (11:51:17)? And anotherone at (the correct time) 11:51:23 I write this here because I didn't get a smooth resolution change for the video part, also the streams before / after the change fits together, kodi waits for about 0.5 secs before it continues playing it. Audio works well. It would be fine If somebody with experience in this could advice me. Thanks RE: FFMPEGDemuxer Snchronization Resolution change - peak3d - 2016-01-08 After some more debugging I found out, that the first open() just reinitializes the Decoder and the 2nd call (caused of a new package) Reopens the Decoder. So this makes sense and seems to be OK, I'll investigate now, where the syncronization gap comes from. |