webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Bug with AV1 support?

Open warvstar opened this issue 7 months ago • 2 comments

Your environment.

  • Version: ee9717e95b320ae48b6bfb4e53654b9301107ed2
  • Browser: Chrome, Chrome Canary
  • Other Information - Server running on Ubuntu 23.10

What did you do?

When running play-from-disk-ivf, it does not work for AV1. I've tried the exact same av1 file with webrtc-rs version of the example, and it works fine there.

What did you expect?

I expected my AV1 video to play upon connecting

What happened?

Session connects, bytes are transferred but no complete AV1 frame is received / detected (viewing chrome://webrtc-internals)

warvstar avatar Dec 22 '23 17:12 warvstar

Just confirmed that rtp-to-webrtc also has the same issue, again the eqv. example works from webrtc-rs, so the ivf and rtp packets are both valid.

warvstar avatar Dec 28 '23 19:12 warvstar

Hi @warvstar can you provide the file/commands to encode a file that is broken?

I am not able to reproduce unfortunately! Thanks

Sean-Der avatar Mar 31 '24 14:03 Sean-Der