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

Is this still work? #1

Open
TKHuang opened this issue Oct 28, 2014 · 4 comments
Open

Is this still work? #1

TKHuang opened this issue Oct 28, 2014 · 4 comments

Comments

@TKHuang
Copy link

TKHuang commented Oct 28, 2014

I have setup the hippo server and use dash.js player
but get a MEDIA_ERR_DECODE: 3
Seems chrome does not support the media format produced by [mp4-dash.py]

@barbibulle
Copy link
Owner

This should work. 
But recent versions of Chrome have changed a bit, which has broken the dash.js player (media types are not detected properly anymore), so the dash.js library needs to be fixed (see this note: Dash-Industry-Forum/dash.js#219) . An easy workaround is to edit the file Capabilities.js and change the line:
return (canPlay === "probably”);
to
return (canPlay === "probably" || canPlay === "maybe"); 

-- Gilles

On October 28, 2014 at 1:35:07 AM, TKHuang ([email protected]) wrote:

I have setup the hippo server and use dash.js player
but get a MEDIA_ERR_DECODE: 3
Seems chrome does not support the media format produced by [mp4-dash.py]


Reply to this email directly or view it on GitHub.

@TKHuang
Copy link
Author

TKHuang commented Oct 30, 2014

Thanks for your answer.
But it seems still not work with the same error...

@barbibulle
Copy link
Owner

Can you send me an set of an example file that would let me reproduce the problem?

-- Gilles

On October 29, 2014 at 11:16:30 PM, TKHuang ([email protected]) wrote:

Thanks for your answer.
But it seems still not work with the same error...


Reply to this email directly or view it on GitHub.

@TKHuang
Copy link
Author

TKHuang commented Oct 30, 2014

I used express to simply deploy my video app

Just run ’npm start’ and use this url http://localhost:3000/video

And the beach.zip is my test video file produced by mp4-dash.py with —hippo
parameter

beach.zip
https://docs.google.com/file/d/0B7AGyA_UlKAPcEg1N2Z1bU1kMmM/edit?usp=drive_web

On Oct 31, 2014, at 1:26 AM, barbibulle [email protected] wrote:

Can you send me an set of an example file that would let me reproduce the
problem?

-- Gilles

On October 29, 2014 at 11:16:30 PM, TKHuang ([email protected])
wrote:

Thanks for your answer.
But it seems still not work with the same error...


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#1 (comment).

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

No branches or pull requests

2 participants