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

Only black screen appear when playing videos generated in Safari / QuickTime #16

Open
huikaihoo opened this issue Jul 12, 2019 · 1 comment

Comments

@huikaihoo
Copy link
Contributor

huikaihoo commented Jul 12, 2019

I've tried to use makeStreams(params) to generate mp4 video.
The result video can play on Chrome / Firefox, but when playing in Safari / QuickTime, only black screen appear.

Then I am trying to run examples/make_mp4.js. The test.mp4 generated also behave the same (black screen when playing on Safari / QuickTime).

Play in Safari:
Screenshot 2019-07-12 at 12 49 32
Play in Chrome:
Screenshot 2019-07-12 at 12 55 47

@Xantios
Copy link

Xantios commented Sep 3, 2019

Had pretty similar issues here, what you might want to consider is reading up on the RFC for MediaSourceExtensions.

Most browsers do support H264, but only with a specific profile/bitrate/audio stream etc

Playing video is a browser is not as trivial as it could/should be.

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