Forum Discussion
HEVC support for chromium edge
There is a workaround I found today! Just disable either Widevine DRM or PlayReady DRM in edge://flags like in the images below. Both enabled (default flag is enabled by the way) does not work! On https://bitmovin.com/demos/drm you can check which one is enabled and below in the images you can see it works flawlessly for both DRM key systems. When you also want to stream 4K Netflix you need the HEVC video extensions from here: https://www.microsoft.com/en-us/p/hevc-video-extensions-from-device-manufacturer/9n4wgh0z6vhq
I get 1080p and over 4000 kBit/s bitrate for the movie snowpiercer in Netflix (view with CTRL + Alt + Shift + Q). Bitrate in Netflix UWP App is even higher and supports 5.1 Dolby sound.
PlayReady Hardware DRM supportedge://gpuEdge flags for NetflixWidevine
I can see that edge actually has the capability to play h265 videos but reports not supporting them. So what I did was make an extension: https://github.com/jlnsrk/h265ify to get edge to report that it does support this format. This actually fixed it for me. Maybe this will help somebody else.