If your subscriber has a debug window for the stream information,
observe the current, if it constantly shifts between the rate of the
publish stream and 0 that is what im experiencing. Or are you saying
completely disconnects and then have to try and reconnect ? If its
just freezing every 284 frames thats the frames dropping to 0-1fps.
On 09/09/2007, at 6:40 PM, Jim Boykin wrote:
> I am trying to publish an audio stream. It works. However, I observed
> a strange behavior while looking in sniffer. Client disconnects and
> reconnects at regular interval (around 284 frames) while streaming.
> Any insight on why client is doing this and how to stop this behavior.
> Below is client code
>
> var nc:NetConnection = new NetConnection();
> nc.connect("rtmp:/store/test");
> var ns:NetStream = new NetStream(nc);
> var mic:Microphone = Microphone.get();
> mic.setSilenceLevel(0);
> ns.attachAudio(mic);
> ns.publish("demo", "live");
>
> _______________________________________________
> 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