Chrome support
In Chrome M-50 a new H.264 encoder/decoder pair is included in WebRTC for desktop versions of Chrome behind a command line flag. This means that it is now in Chrome Canary!
Launch Chrome executable with: --enable-features=WebRTC-H264WithOpenH264FFmpeg
This is a software encoder/decoder. Encoding is implemented using OpenH264 and decoding is implemented using FFmpeg.
Try it
Using Canary you can try WebRTC video calls with H.264 out at https://apprtc.appspot.com/r/<some room id>?vsc=H264&vrc=H264 (“video send codec”, “video receive codec”) and optionally with &debug=loopback for loopback in a single tab. Press i during a call to get stats, including which video codec is used. You can also go to chrome://webrtc-internals in a separate tab for more information, see “ssrc_..._send/recv”.
(There is also https://webrtc.github.io/samples/src/content/peerconnection/munge-sdp/ where you can modify the SDP manually. After "Create offer" you can verify that “H264” is listed in the Offer SDP and modify the m=video line to put the H.264 ID first in the list of IDs.)
Stability note
This is still under development and not entirely stable, yet. There may be delays in the video (between local and loopback), bad performance, dropped frames (lag) and decode errors (image freezing/going black). The feature will not be unflagged until these issues have been resolved.
Please help us to move this feature from behind a flag into Chrome stable by testing and filing bugs :)
/hbosYes, it follows the usual rollout.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/4e77b568-c952-41b9-bbe1-43583a463ab1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
We've had to merge some fixes but overall it's currently on its way out. Fingers crossed. :)
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/2f62c062-5f4c-4016-8a8c-8465075512cf%40googlegroups.com.
On Friday, September 16, 2016 at 6:23:25 AM UTC-7, Ben Weekes wrote:I tried this on mobile Chrome, which uses VP8 instead of H264.Looks like H264 is still missing on mobile Chrome.. Anybody knows when H264 will be fully enabled? Or maybe I missed sth.?