Hi! Here is the situation:
a person publishes the stream with MPEG-TS to Wowza.
As you know, Wowza ignores this until someone will request to play this live event.
What I need - is to get notified on stream publish/unpublish.
So I guess, I need to request this event permanently with Wowza API, and if I’ll stop receiving data - then it is “stream unpublish”. When after multiple reconnects I will start receiving data - then it is “stream publish”.
The task is somewhat non-trivial, can you suggest what to do?
Probably there is much easier way to do what I need?