I'm having a realy wierd issue since the last two days. I'm developping a Flex Application to be able to live stream video. Every thing works just fine on Windows but on MacOs the NetStream Stops streaming after a few seconds (3 to 10 seconds) but it doesn't fire any event or Error. It Just simply stops publishing. My video LoopBack continues to show the live capture but the remote player show a freezed image. The remote player application simply gets "NetStream.Buffer.Empty" since the emitter stops publishing.
The weird thing is there is no Error on the server log (Red5) the only I get is a WARN Message
WARN o.r.server.net.rtmp.RTMPConnection - Closing RTMPTConnection from 127.0.0.1 : 57550 to localhost (in: 68623 out 3429 ), with id 1433242212, due to too much inactivity (65000ms), last ping sent 5000ms ago
But when I try to shutdown the Publisher application it hangs the FlashPlayer, so I have to kill the process in the Activity monitor.
This bug is driving me nuts since 2 days. Could anyone help me get through this?
Thank you in advance for your help.
PS: My NetStream and NetConnetion object are public class variable so it shouldn't be the Garbage Collector.