Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Stream] codec not supported: video/mp4;codecs="avc1.7A001E" #3449

Closed
leejinxi opened this issue Nov 10, 2020 · 1 comment
Closed

[Stream] codec not supported: video/mp4;codecs="avc1.7A001E" #3449

leejinxi opened this issue Nov 10, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@leejinxi
Copy link

hello,
We are trying to play the video through dash-if-reference-player,

a piece of the code in my mpd :
<Representation bandwidth="261626" codecs="avc1.7A001E" frameRate="30000/1001" height="480" id="video/avc1/4" scanType="progressive" width="480"/>

but it turns to error:

[20281][Stream] [Stream] codec not supported: video/mp4;codecs="avc1.7A001E";width="480";height="480"

In the previous experiments, we can play the video which codecs="avc1.64001F" sucessfully,
BTW, we record the video by gopro max, and processed the video by ffmpeg and bento4.

Thanks.

@leejinxi leejinxi added the Bug label Nov 10, 2020
@dsilhavy dsilhavy added this to the 3.2.0 milestone Nov 18, 2020
@dsilhavy dsilhavy self-assigned this Nov 18, 2020
@dsilhavy
Copy link
Collaborator

The decoding capabilities depend on the underlying platform. We are using the codec strings from the MPD to check if the browser supports a certain codec. For instance HEVC will not work in a Chrome browser. In your case the codec string "avc1.7A001E" indicates a high profile which does not seem to be supported on the platform you are playing.
I suggest you encode with another avc level.

Feel free to reopen this if you think dash.js is doing something wrong here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants