Re: [Flashcoders] FLV Streaming causes browser crash when closing a window

2007-06-13 Thread Brian Williams
How are you embedding your flash? I remember reading about a bug fix for swfobject which addressed crashes when unloading flash movies that used rtmp. It may be something that is only an issue in certain versions of browsers/flash players. --Brian On 6/12/07, Johannes Nel [EMAIL PROTECTED]

[Flashcoders] FLV Streaming causes browser crash when closing a window

2007-06-12 Thread Olaf Schmidtmann
Hi coders, we are currently working on a media player for streaming video playback. The stream comes from a FMS. Our customers are working with Windows and every time they close the popup containing the player the browser crashes badly. We could reproduce this *only* on Windows for IE6, IE7,

Re: [Flashcoders] FLV Streaming causes browser crash when closing a window

2007-06-12 Thread Johannes Nel
its a problem with a netconnection, either when connnecting or innitial buffereing. sucks dunnit. On 6/12/07, Olaf Schmidtmann [EMAIL PROTECTED] wrote: Hi coders, we are currently working on a media player for streaming video playback. The stream comes from a FMS. Our customers are working

Re: [Flashcoders] FLV Streaming causes browser crash when closing a window

2007-06-12 Thread Johannes Nel
for me its difficult to determine which port it is on as we open connections on rtmp 1935,443,80 and rtmpt 80 concurrently. it mostly occurs for me when i try to close a browser where none of connections have succeeded (obviously if one succeeds all the others get closed). I have not found a

Re: [Flashcoders] FLV Streaming causes browser crash when closing a window

2007-06-12 Thread Olaf Schmidtmann
Hi Johannes, maybe this is a help for you. We finally found out that the problem does not occur when the stream uses the FMS port 1935. As soon as we use the tunneled protocol (port 80) the browser crashes when closing the window. OS X seems to handle this pretty good but windows does not like