[Red5] Stop and Start netStream

やすえ けん ken at yasue.us
Mon Nov 20 17:29:45 EST 2006


Oh my god... so it is impossible with red5...
This feature is very valuable to on/off mic or camera in video conference app.
Thx Dan, I'll think with reconnecting netConnection.

Dan Rossi wrote:
> Yes when publishing its not possible you have to reconnect first. Here 
> comes the fun won, its a FMS specification, it does this also. Why dont 
> we branch out and make this feature happen :D
> 
> ????? wrote:
>> Hi all, please help me.
>>
>> I'm trying to stop and start again netStream object without
>> closing netConnection.
>>
>> I made sample application to try this functions.
>> http://www.yasue.us/test_streaming.zip
>>
>> When I want to stop streaming I call
>> ns_send.close();
>>
>> And to start again...
>> ns_send = new NetStream(_root.nc);
>> ns_send.attachVideo(CameraView);
>> ns_send.attachAudio(AudioMic);
>> ns_send.publish(_root.CHANNEL, "live");
>>
>> But when I stopped streaming, the receiver never plays again.
>> Does some one know how to manage it?
>>
>> Thanks in advance.
>>
>> Ken Yasue
>>
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5 at osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>   
> 
> 
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
> 
> 





More information about the Red5 mailing list