ponnamkarthik/FlutterRtmpPlublisher

Question about live stream detection

Closed this issue · 1 comments

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.
`

Never mind, I was confused about the publisher and video player.