Dan Rossi wrote:
Michael Klishin wrote: Ok ive made a work around by stopping the live broadcast being subscribed more than once in that loop public function onBroadcast(streamName:String):void { if (!isLive) { play(streamName); isLive = true; ns.bufferTime = rebufferTime; currentBufferTime = rebufferTime; log.debug("Broadcaster Publishing on stream: " + streamName); } } |
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
