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

Videos aren't handled properly in Chrome and Safari (works in Firefox) #6

Open
usernamenumber opened this issue Jan 24, 2016 · 1 comment
Labels

Comments

@usernamenumber
Copy link
Contributor

If you create a .h5p with embedded video and load it in funzo, the video player just says "video format not supported". If you wget the file's url, the video downloads and is playable, including in the browser, so it's not actually a format problem.

If you load the video's URL by its self in a new tab, the following error is displayed:

Resource interpreted as Document but transferred with MIME type video/mp4: "http://localhost:4200/assets/workspace/content/videos/sources-569e2548c2897.mp4".

Interestingly, this does not occur in Firefox, but does occur in Chrome and Safari.

@Jakeii Jakeii added the bug label Jan 25, 2016
@Jakeii
Copy link
Member

Jakeii commented Jan 29, 2016

I think this is to do with the very basic http server ember-cli uses, and chrome just doesn't like what its sending, I'll check if it's actually happening in the app (shouldn't be), but this still be useful to fix.

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