html-canvas-video-player
html-canvas-video-player copied to clipboard
support "events" in general and "cuepoint" event in particular
cuepoint event is the same as in flowplayer: https://flowplayer.org/docs/cuepoints.html
This is not real events at all, but at least for me they will do. I feel that this will be true for others as well.
Thanks a lot, I will merge it for sure. Would you mind, adding a few lines about it to the documentation?
I'm not sure I will have time for this in next few days :(
No worries, take your time. Also formatting and coding conventions are bit out of sync.
I have updated documentation. Not sure what you mean by formatting and conventions problems - I even fixed two your formatting bugs :) Please fix these problems yourself as you see fit.
Hi, Mr. Stanko. I really appreciate any help... I already looking many differents ways to implement a video player on iPhone that not trigger fullscreen, but your implementation seems to have the exact what I need. But I need in my project config pauses along side the video timeline, and the user click on a next button event to resume playing (or previous to return to "previous" mark on this config), but I'm not sure how to do this... I used to work with the videojs player, because this already has a plugin to do so (insert chapters marks along the video), but videojs not avoid iPhone open fullscreen. Please, any help I'll be very glad.
Thanks
Seth