-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Initial set of changes to make urls work #9
Initial set of changes to make urls work #9
Conversation
I think we should move the progress update timer creating and of course invalidation into |
🍺 |
@brianchirls Right now, if you change the source, the old player will be discarded and the new source will be loaded and will start playing as soon as it becomes ready to play. Your note in #8 refers to being able to change the file type - that can be done now, by setting the |
Discarding the old player sounds good. Oops, sorry. I meant my notes in #7 (comment) |
… paused - renamed event constants
|
Added an example project to test it out, all working great! Thanks! |
…port Refactor events, add support for filetype and uri parameters to source, add example project
Add support for L1 to L3 Widevine fallback if playback fails initially.
Ok this is very much a work in progress. URL-loading works now, but I might have broken playing of local files. Or it might be an issue with my project not recognizing the local file.
I assume this PR will still change quite a bit, but it's a start :)