Hello guys! I already tried wowza engine and I can say that it is cool and I want to use it for my mobile product. So to be clearly i want to tell a litle bit about my app workflow. I want to create application in which users can do live broadcasting ant translate it to all other app users, but at a time should be only one broadcasting, so if someone already start broadcast then other users shouldn’t be able to start their broadcasts, they will be able to do it only after previous broadcast will finished.
So I have a question about best techical solution for my case.
I suppose I can use the same user account and the same stream name on all user devices and just check if no other live stream (by REST API) before user will start him stream.
How do it best?
Thanks!