Additional info:

receiveAudio(false) cannot be set prior to NetStream.play(), because by 
default all new videos play with audio.

However, when audio is disabled while the video initializes, the problem 
does not occur. That means it must be called right after 
NetStream.play(). Once the video plays it will disable the video stream, 
too.

Suggestions? ;)


Thomas Auge wrote:
> Hi all,
> 
> using NetStream.receiveAudio(false) on a video stream disables audio AND 
> video.
> 
> Bug or feature? ;-)
> 
> There is also a huge prerformance issue with receiving audio, especially 
> when viewing two live streams with audio at once. It slows client/server 
> communication to a crawl - not only the streams, but also shared object 
> stuff. I haven't quite figured out if that is a server or client side 
> problem.
> 
> Also, SharedObject.close() does not seem to work (i.e. does nothing), 
> but that's a minor problem.
> 
> 
> Thomas
> 
> 
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org


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

Reply via email to