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

MP4 is seen as WebM #1499

Open
francoism90 opened this issue Dec 17, 2023 · 3 comments
Open

MP4 is seen as WebM #1499

francoism90 opened this issue Dec 17, 2023 · 3 comments

Comments

@francoism90
Copy link

I'm experimenting with AV1, as Handbrake supports is as release 1.7.0.

From what I've understood, webm is unsupported by this module, so I'm using mp4 as container.
However, when trying to play the file, the manifest is reporting this falsely as video/webm file, resulting in an unplayable video/audio.

Is this expected? Should I force a setting?

I'm using Dash, and I've tried AV1 10-bit (SVT) and Opus/AAC.

Thanks!

@erankor
Copy link
Contributor

erankor commented Dec 18, 2023

Yes, it is expected, the codecs - av1, vp9, vp8, vorbis, opus are returned in webm container in DASH, regardless of the source container.
If it doesn't play, the problem is somewhere else, maybe the device doesn't support this profile/pixel depth/...

@francoism90
Copy link
Author

francoism90 commented Dec 18, 2023

@erankor Thanks for your reply. :)

Just to be sure:

  • Does the file also needs the .webm extension?
  • I've read in other tickets, this module only supports mp4-containers, is this correct? Because I'm forcing mp4 as the container. Or can you use webm as container?

I'll check the file as well, because it should be playable directly in the browser.

@erankor
Copy link
Contributor

erankor commented Dec 23, 2023

The module has experimental support for webm/MKV - it works for some files, but it's definitely not complete.
It is recommended to use MP4 container for all codecs.

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

No branches or pull requests

2 participants