- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Feb 2024 11:24:02 +0000
- To: public-webrtc-logs@w3.org
Pilot error previously, deleted that comment. So there is a change of behavior in what I am proposing: https://jsfiddle.net/fippo/r63bp8d2/2/ currently bails out in sCP because VP9 profile-id=1 is not a codec that can be sent. With my change it bails out in setLocalDescription. Further splitting this up into createOffer + SLD shows that the offer is created with a rejected m-line. This gets rejected by Chromium because > Failed to set local offer sdp: Failed to set local video description recv parameters for m-section with mid='0' which I believe to be a bogus error since it is attempting to set receive parameters on a m-line marked as rejected. -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2932#issuecomment-1933873752 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 February 2024 11:24:05 UTC