html-canvas-video-player icon indicating copy to clipboard operation
html-canvas-video-player copied to clipboard

support "events" in general and "cuepoint" event in particular

Open skaurus opened this issue 8 years ago • 6 comments

cuepoint event is the same as in flowplayer: https://flowplayer.org/docs/cuepoints.html

skaurus avatar Apr 08 '16 17:04 skaurus

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.

skaurus avatar Apr 08 '16 18:04 skaurus

Thanks a lot, I will merge it for sure. Would you mind, adding a few lines about it to the documentation?

Stanko avatar Apr 11 '16 05:04 Stanko

I'm not sure I will have time for this in next few days :(

skaurus avatar Apr 12 '16 14:04 skaurus

No worries, take your time. Also formatting and coding conventions are bit out of sync.

Stanko avatar Apr 14 '16 09:04 Stanko

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.

skaurus avatar Apr 15 '16 15:04 skaurus

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

sethbrandom avatar Aug 26 '16 01:08 sethbrandom