Closed Diego-Perez-Botero closed 2 years ago
We only support hevc hw decoding here(MSE and html video element), not implement WebRTC support right now.
Thanks for the quick response. That's unfortunate, but I'm still really excited to see HEVC HW decode in an official Chrome release.
Thanks for the quick response. That's unfortunate, but I'm still really excited to see HEVC HW decode in an official Chrome release.
Yes, and its a good start right? and I believe the encoder and WebRTC will be supported in the near future.
Definitely a good start! I'll monitor the following thread in the meantime: https://bugs.chromium.org/p/webrtc/issues/detail?id=13485
Running Chrome Canary 105 with the
--enable-feature=PlatformHEVCDecoderSupport
commandline parameter, I still don't see the HEVC decode capability being announced by WebRTC:Is the HEVC decode support limited to MSE APIs, or will it make it into WebRTC media streams as well?
Thanks!