Re: [webrtc-pc] Use VP9 when only receiving video (#2592)

You're calling createOffer twice, no?

There is an interesting conceptual problem that is related:
  https://jsfiddle.net/fippo/36frscdg/1/
This calls setCodecPreferences with [vp9, vp8]
But since the remote SDP indicated VP8 first the answering peerconnection will send VP8.
Restricting setCodecPreferences to VP9 does work but how does one figure out the remote understands VP9 from the offer (without parsing SDP :-))?

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2592#issuecomment-719485845 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 30 October 2020 10:58:40 UTC