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

Unable to guess manifest type by file extension or by MIME type. webm video/webm, error code is 4000 #1328

Closed
techterbium opened this issue Mar 1, 2018 · 2 comments
Labels
status: archived Archived and locked; will not be updated status: working as intended The behavior is intended; this is not a bug

Comments

@techterbium
Copy link

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

What version of Shaka Player are you using?:2.3.2

Can you reproduce the issue with our latest release version?: Yes

Can you reproduce the issue with the latest code from master?: Did not try

Are you using the demo app or your own custom app?: Own

If custom app, can you reproduce the issue using our demo app?: Did not try

What browser and OS are you using?: Chrome (Electron App), MacOSx

What are the manifest and license server URIs?:NA
(NOTE: you can send the URIs to shaka-player-issues@google.com instead, but please use GitHub and the template for the rest)
(NOTE: a copy of the manifest text or an attached manifest will not be enough to reproduce your issue, and we will ask you to send a URI instead)

What did you do?
I am trying to load a mp4 or webm file in google shaka player.
URIs tried
URI1: http://techslides.com/demos/sample-videos/small.webm
URI2: http://techslides.com/demos/sample-videos/small.mp4
What did you expect to happen?
Play the video
What actually happened?
I am seeing below error.
Unable to guess manifest type by file extension or by MIME type. webm video/webm

image

@joeyparrish
Copy link
Member

Currently, we require a manifest such as DASH or HLS. We do not play back individual files, such as these webm files, because these are not supported through MediaSource. We currently only do playback through the MediaSource API.

We have an open feature request to add support for single files (#816) but we are still working toward that. There are many foundational things that have to change for this, and it will take some time to get there. You can follow #816 if you are interested to track progress.

Thanks!

@joeyparrish joeyparrish added the status: working as intended The behavior is intended; this is not a bug label Mar 1, 2018
@techterbium
Copy link
Author

Thanks for the reply @joeyparrish.

@shaka-project shaka-project locked and limited conversation to collaborators May 1, 2018
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated status: working as intended The behavior is intended; this is not a bug
Projects
None yet
Development

No branches or pull requests

3 participants