You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stepping back frame by frame we sometimes don't seem to feed the decoder (our current strategy requires restarting the decoder for every step back).
This likely happens only on bframes where we then incorrectly assume that all the samples were already fed into the decoder (this is an educated guess, the lack of feeding I checked empirically). This was observed both with the upcoming ffmpeg decoder and
Repro'ed reliably with this video
bunny_timestamped_h264_1080p_10s.mp4
on Chrome & native.
(due to #7961 I can't observe this in other browsers)
The text was updated successfully, but these errors were encountered:
When stepping back frame by frame we sometimes don't seem to feed the decoder (our current strategy requires restarting the decoder for every step back).
This likely happens only on bframes where we then incorrectly assume that all the samples were already fed into the decoder (this is an educated guess, the lack of feeding I checked empirically). This was observed both with the upcoming ffmpeg decoder and
Repro'ed reliably with this video
bunny_timestamped_h264_1080p_10s.mp4
on Chrome & native.
(due to #7961 I can't observe this in other browsers)
The text was updated successfully, but these errors were encountered: