What is the best way to pause a live broadcasting?
I start the broadcasting with
var ns:NetStream;
ns.attachVideo(cam);
ns.publish(“seeMe”);

I can pause it:
1 . ns.close();
        And then start the ns again.
2. ns.publish(false);
        And then start with  ns.publish(“seeMe”);
3. ns.attachVideo(null);
        And then start with ns.attachVideo(cam);

What is the best way to do it? I ran into some problem when the user back to broadcast after pause, and before I get into it I like to know how you would do it.

_________________________________________________________________
PC Magazine’s 2007 editors’ choice for best Web mail—award-winning Windows Live Hotmail. http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_pcmag_0507


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to