demo · v136

Profile Picker

HEVC isn't one codec — it's a tier (Main / Main 10), profile-space (0/1), and a tier-and-level pair. The picker iterates each combination, asks RTCRtpSender.getCapabilities() and VideoEncoder.isConfigSupported() whether the local hardware can encode it, and shows the SDP fmtp string you'd negotiate.

verdict

see also