You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for putting your effort on building these awesome plugin!
I'm struggling to find out how can events be listened (already readed your API docs at clappr.github.io).
My Clappr player is configured with autoplay and RTMP plugin, and everything works fine; but is there any method or event to check if player is actually receiving data from the RTMP stream?
I need to check this in order to change player poster dynamically, if RTMP stream is "offline" we set an specific poster (player must be stopped), if RTMP stream is "online" we set another poster , and then play and show the stream.
I don't know if this scenario reaches beyond the scope of Clappr and this plugin.
Any help or guidance would be highly appreciated, thanks in advance!
The text was updated successfully, but these errors were encountered:
the flash part trigger events when duration change (usually on the beginning of the stream/playback) so I suggest you to try to listen to events on the mediator or on the container directly and see if it serves for you.
Hi, thanks for putting your effort on building these awesome plugin!
I'm struggling to find out how can events be listened (already readed your API docs at clappr.github.io).
My Clappr player is configured with autoplay and RTMP plugin, and everything works fine; but is there any method or event to check if player is actually receiving data from the RTMP stream?
I need to check this in order to change player poster dynamically, if RTMP stream is "offline" we set an specific poster (player must be stopped), if RTMP stream is "online" we set another poster , and then play and show the stream.
I don't know if this scenario reaches beyond the scope of Clappr and this plugin.
Any help or guidance would be highly appreciated, thanks in advance!
The text was updated successfully, but these errors were encountered: