
How do I make the player setup() instead of resume after a pause?
My site has RTMP streaming video, and when when the user pauses and resumes, it always fails to resume the stream. It shows a circular icon which, when clicked, will resume the stream but this is a bit ugly from a UX perspective.
Is there an event handler I can use to make the "un pause" functionality internally call the same function as that circular icon uses?