As I know, H.265 webrtc-decoder has supported in chromium from M126. I compiled a chrome.exe locally with tags/126.0.6478.234 on windows 11, and ran it with --enable-features=PlatformHEVCEncoderSupport --enable-features=WebRtcAllowH265Receive --force-fieldtrials=WebRTC-Video-H26xPacketBuffer/Enable.But I can't open a link with H265 webrtc stream.My
args.gn file configuration is as follows:
ffmpeg_branding = "Chrome"
enable_platform_hevc=true
is_clang = true
is_debug = true
rtc_strict_field_trials = "dcheck"
rtc_use_h264 = true
rtc_use_h265 = true
target_cpu = "x64"
So if anyone know how to enable H.265 webrtc-decoder support on my own compiled chrome?