clappr-rtmp-plugin
clappr-rtmp-plugin copied to clipboard
Help with RTMP stream status.
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!