Issue: Unable to Play WebRTC H.265 Stream on Custom Chromium Kiosk Setup
I’m facing a problem while trying to play a WebRTC stream (H.265 / HEVC) on a custom kiosk setup.
The kiosk runs a locked-down Chromium browser with custom flags, launched through a script that only exposes a terminal and the browser.
Everything works fine except H.265 playback in WebRTC — the stream simply doesn’t play.
Since the Vicharak Axon board supports hardware HEVC/H.265 decoding, I expected the browser to handle it, but it seems Chromium is not decoding it.
So my questions are:
Is this a codec support issue with Chromium on the Axon board?
Even though the hardware supports HEVC/H.265, is the codec missing or disabled in Chromium builds for this platform?
Is there any recommended Chromium build, flag, or library needed to enable H.265 decoding for WebRTC on Axon?
Any guidance or clarification would be really helpful.