H264 missing from WebRTC (regression)
Bug #1763662 reported by
Ben
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
chromium-browser (Ubuntu) |
Fix Released
|
Medium
|
Olivier Tilloy |
Bug Description
H264 is missing from WebRTC in Chromium 65.0.3325.181.
This is a regression. It worked in Chromium 64.0.3282.167.
According to the webrtc team it might be because of a missing flag [1].
Steps to reproduce:
1. Install Chromium on Ubuntu 16.04: sudo apt-get install -y chromium-browser chromium-
2. open a tab with chrome:
3. Create a room in https:/
3. Check the SDP offer in webrtc-internals. Select the https:/
We should have H264 in the SDP offer but it's missing:
a=rtpmap:100 H264/90000
[1] https:/
Changed in chromium-browser (Ubuntu): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Same issue here.
But I don't read the webrtc team description as a missing flag.
Even with the flag I think it still does not work.