webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.75k stars 5.69k forks source link

add video_replay sample #1593

Open fippo opened 1 year ago

fippo commented 1 year ago

which allows replaying IVF files generated by video_replay in the browser. This is useful for debugging issues like https://bugs.chromium.org/p/chromium/issues/detail?id=1418596 where the native video_replay is using software decoder which do not show the issue.

fippo commented 1 year ago

Test failure is due to an unrelated E2E test failing