Share via

Edge webrtc H265 support

K Anderson 15 Reputation points
2026-04-29T16:52:59.6066667+00:00

In 2025, Edge announced support of webrtc H265 (HEVC) in release 136. However, 7 months later it was removed from the release notes. Why was it removed? And when is support planned for this?

Both Chrome and Safari started officially supporting webrtc H265 (HEVC) in 2025. Additionally, Chromium appears to have added support. So it might be worth putting on the roadmap.

Thanks,

Ken

User's image

User's image

Microsoft Edge | Microsoft Edge development
0 comments No comments

3 answers

Sort by: Most helpful
  1. Michael Le (WICLOUD CORPORATION) 11,325 Reputation points Microsoft External Staff Moderator
    2026-05-11T10:44:19.3166667+00:00

    Hi @K Anderson , @Yashraj Singh ,

    I reached out internally to get more clarity on this, and I’d like to share what we were able to confirm.

    The reference to WebRTC H.265 (HEVC) support that appeared in earlier communication for Microsoft Edge version 136 was removed because the capability was not enabled or supported in the final shipped product. While Chromium does have experimental WebRTC H.265 functionality behind feature flags, Microsoft Edge did not enable this feature, and the documentation was updated to reflect the actual supported state.

    At this time, Edge does not support publishing (sending) H.265 over WebRTC, even on hardware that supports HEVC encoding. There is currently no publicly available roadmap or confirmed plan for enabling this feature in Edge.

    From a practical standpoint, the recommended approach that I have received is to:

    • Use H.264 for maximum browser compatibility, or
    • Implement a dual codec strategy (H.264 + H.265) depending on client capability

    For more advanced scenarios, alternative approaches such as MediaRecorder, Media over QUIC, or client-side HEVC decoding may be worth evaluating depending on your requirements.

    I understand this may impact your current solution design, especially since other browsers have started enabling HEVC in WebRTC. If this capability is important to your use case, I strongly encourage continuing to submit feedback through Edge and/or raising a support request, as customer demand plays a key role in prioritization.

    I hope this clarifies.

    Was this answer helpful?


  2. Lizzy Dinh (WICLOUD CORPORATION) 530 Reputation points Microsoft External Staff Moderator
    2026-05-06T06:40:24.33+00:00

    Hi @K Anderson , @Yashraj Singh ,

    Thank you for getting back to me—I really appreciate it.

    Regarding your feedback, I recommend submitting it directly through Microsoft Edge so it can reach our product team. You can do this by following these steps:

    1. Click the three dots in the top-right corner of Edge and select Help and feedback > Send feedback. User's image
    2. A pop-up will appear where you can describe your experience and, if helpful, include additional details or a screen recording. User's image

    While this may not resolve the issue immediately, your input is valuable and helps our product team prioritize future improvements. There’s a possibility that native WebRTC H.265 support in Edge may be reconsidered for upcoming plans.

    I hope this information is helpful. If you need any further assistance or have additional questions, please don’t hesitate to reach out—I’d be happy to help.

    Have a wonderful day!

    Was this answer helpful?


  3. AI answer

    2026-04-29T16:53:18.7833333+00:00

    The current Microsoft Edge 136 web platform release notes list only “H26x codec support updates for MediaRecorder” and no longer mention “H265 (HEVC) codec support in WebRTC”. The documented change is that MediaRecorder now supports HEVC encoding and new HEVC/H.264 codec strings and containers, with HEVC availability depending on device and OS capabilities.

    The context provided does not state any reason for the earlier WebRTC H.265 note being removed, nor does it document any current or planned WebRTC H.265/HEVC support in Edge. Only MediaRecorder HEVC support is described, and only for recording, not for WebRTC.

    Based on the available documentation, no official explanation is published for the removal of the WebRTC H.265 item from the release notes, and there is no documented plan or commitment for WebRTC H.265 support in Edge beyond what is described for MediaRecorder.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.