Browser Codec support for ('video/mp4; codecs="avc1.42c015"') is unsupported.

richardmgoodin

New Member
I'm getting the following warning from obs-studio:

09:00:24.106: [obs-browser: 'Browser'] Error: Uncaught NotSupportedError: Failed to execute 'addSourceBuffer' on 'MediaSource': The type provided ('video/mp4; codecs="avc1.42c015"') is unsupported. (https://tv.youtube.com/s/web/5791b52b/

I'm running Ubuntu 23.10, Intel Arc GPU, OBS and CEF top of tree from Git. I can fill in more information on my configuration but am trying to figure out where to look. Is this an OBS Studio issue, CEF issue, Libva issue or Intel driver issue?
 

richardmgoodin

New Member
Never mind. I found the website html5test.co which showed me that my expected codecs weren't enabled in my CEF build leading me to discover a typo in my GN_DEFINES.
 
Top