-
Notifications
You must be signed in to change notification settings - Fork 11
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
Basic support for Events #19
Comments
I will pick this one up! |
Zafer: Suscribedone, subscribestared can also be imploemeted |
If we wanted to get really fancy we could look at adding events for things like SCTE-35 markers, as well. |
pr here on @JoaquinBCh repo awaiting the merge of this pr |
Just saw @Manuel-Barrabino new PR for this issue #28 |
Merged in #28 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal is to implement the most common events for a video player to improve its interactivity and facilitate integration with applications. The implemented events should adhere to industry standards and cover the most frequent use cases. With this we will be able to interact with the player, and even build plugins based on the events the Player triggers :D
We can use HTMLMediaElement Events documentation as a reference: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement#events
Basic Playback Events:
User Interaction Events:
Player State Events:
The text was updated successfully, but these errors were encountered: