-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support of dash,hls #184
Comments
The player falls back to |
Hey @cookpete, so it seems that your link above works only in Safari since that comes with native support for HLS. What do you think about adding HLS.js or Dash.js, so that they play in all the browsers? FWIW as reference implementations, Clappr and Shaka-player seems to be supporting both HLS and DASH (more iffy). Here is one player integrating it in React as a reference: https://github.com/foxford/react-hls/blob/master/src/HLSPlayer.jsx#L98 |
@cookpete To provide more context for this request, I am thinking that if we incorporate these two libraries, then that might mean that it should (theoretically) work on all browsers, which would mean a huge saving in encoding cost, since you are only encoding to one format (and not needing to deal with multiple resolutions either). Thoughts? |
@oyeanuj I wasn't aware of these libraries until now but they looks like a good solution. I have integration with |
@cookpete Awesome, thats good to hear! For Will have to study MPEG-DASH more to respond for that. |
The dash.js readme examples use |
Published in |
wow, that was quick! |
Proper fix for cookpete/react-player#184
Proper fix for cookpete/react-player#184
Proper fix for cookpete/react-player#184
Proper fix for cookpete/react-player#184
Proper fix for cookpete/react-player#184
Proper fix for cookpete/react-player#184
Does it supports dash and hls ? anytime soon ?
The text was updated successfully, but these errors were encountered: