Forum Discussion
TheEndless
15 years agoChannel Surfer
"destruk" wrote:
If you use the custom video player example/roimagecanvas, then when the video is finished it gives a isfullresult message and the screen doesn't close. You can also use player.stop to stop the video at any time. Pause takes about 5 seconds to return to the event loop, and resume appears to be instant. I'm not sure what the cause of that delay is, but by merging code into the status notification and/or event loop you can have control on a per second basis without using a facade screen.
With the major trade-off of having to code your own buffer screen, tracking bar, transport controls, etc. Not as much of an issue if it's a live stream, but it can be pretty tedious if you need the full functionality for VOD content.