12/17/2010 12:39:41 AM
Title:
red-5 Flash Builder netstream.pause() and netstream.togglePause() not working
Hi All,
Hope all of you are doing good.
I am facing an problem with red-5. I am trying to pause live stream and I tried:
netstream.pause() and netstream.togglePause() but both are not working.
I am publishing stream as
ns.publiss("myStreamName" , "live");
and also tried
ns.publiss("myStreamName" , "record");
I have an idea of closing the stream and again creating new stream on play/pause but this is the last option.
If there is any reason why NetStream.pause() and togglePause not working please let me know.
Thanks