My question is about detecting RTMP live streams. What I want to do is, when a live stream is playing, obviously show the live stream which works, but when the live stream has stopped, auto-detect that it has stopped and do something else. Is the isPlaying bool in your example something I can use? I've tried it and even when rebuilding the widget tree, it doesn't seem to have an effect.
Hi,
First off, plugin is great!
My question is about detecting RTMP live streams. What I want to do is, when a live stream is playing, obviously show the live stream which works, but when the live stream has stopped, auto-detect that it has stopped and do something else. Is the
isPlaying
bool in your example something I can use? I've tried it and even when rebuilding the widget tree, it doesn't seem to have an effect.Thanks again. `