Hello!
I try to publish live stream using Publisher API and it works just fine.
So I wanna add pause/resume support for this live stream - and when the user hit pause call pause for NetStream object, handle it on Wowza side and don`t publish frames until user hits pause button again (resume) and then continue publishing frames.
When I call resume() for NetStream object I handle it on Wowza side by continuing stream publishing but player then don`t display any video data.
My approach was to create new NetConnection and NetStream object every time I want to resume the stream (and this is work) but it is not so correctly for my project and so I want ask you - is there any way to handle properly pause() and resume() for NetStream object without recreating it ever time i want to resume playback().


Reply With Quote
