shaka-project/shaka-player

Failed to execute 'addSourceBuffer' on 'MediaSource': The type provided ('video/mp4; codecs="hev1.2.4.L150.90"') is unsupported.

Closed this issue · 1 comments

Have you read the FAQ and checked for duplicate open issues?
Y

What version of Shaka Player are you using?
3.3.0

Can you reproduce the issue with our latest release version?
Y

Can you reproduce the issue with the latest code from master?
Not tried

Are you using the demo app or your own custom app?
custom app but the issue can be seen on demo app

If custom app, can you reproduce the issue using our demo app?
Y

What browser and OS are you using?
MS Edge 97 for windows 11

For embedded devices (smart TVs, etc.), what model and firmware version are you using?

What are the manifest and license server URIs?
Try to play Multi-DRM tears of steel from demo app: https://shaka-player-demo.appspot.com/demo/#audiolang=fr;textlang=fr;uilang=fr;asset=https://media.axprod.net/TestVectors/v7-MultiDRM-SingleKey/Manifest.mpd;panel=ALL_CONTENT;build=uncompiled

What configuration are you using? What is the output of player.getConfiguration()?
Default for demo app

What did you do?
Load content

What did you expect to happen?
Content plays

What actually happened?
No play but an error showing up Failed to execute 'addSourceBuffer' on 'MediaSource': The type provided ('video/mp4; codecs="hev1.2.4.L150.90"') is unsupported.
I am able to confirm that this issue was NOT in 3.1.3. This could have something to do with the filtering for MediaCapabilities as Shaka player tries to play the HEVC variant where MS Edge for Windows 11 only supports AVC as of now.

Thanks for the fix.