ponnamkarthik / FlutterRtmpPlublisher

A Flutter Plugins that helps you to brodcast Live via RTMP right from your flutter application
Other
53 stars 44 forks source link

Question about live stream detection #17

Closed airwavetechio-gh closed 4 years ago

airwavetechio-gh commented 4 years ago

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

airwavetechio-gh commented 4 years ago

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