Google Chrome adds support for H265 in WebRTC #4396
Closed
spencerchance
started this conversation in
General
Replies: 1 comment
|
Yes we've been aware of this for some time. However, be careful that H265 decoding only works when your PC has a GPU or a hardware decoder, they haven't embedded a software decoder inside Chrome in order not to infringe patents. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I feel like we've waited for this forever, but Chrome 136 will officially support H265/HEVC in WebRTC [1]
At the time of writing this, the current stable version of Chrome is 135, but version 136 is available as a beta. [2]
I tested a video stream that was encoded using H265+ from an IP camera that was passed through MediaMTX, and was able to successfully view it using WebRTC. I am incredibly stoked and am looking forward to expanding my configuration once the Chrome release is stable. Just wanted to share.
1: https://chromestatus.com/roadmap
2: https://www.google.com/chrome/beta/
All reactions