[Flashcoders] Issues with Limelight/Streaming Video

2007-08-14 Thread Will McHenry
*The Problem: *Currently we're using Limelight as our CDN for streaming video, and we've randomly been getting these strange 'blackouts' - you load the file, the netConnection is successful, the netStream connects correctly, you load the movie, then ... nothing. Just a blank screen, no video

Re: [Flashcoders] Issues with Limelight/Streaming Video

2007-08-14 Thread Sean Scott
Will, Sounds like their RTMP port is allowing you to handshake but it's not pushing any kind of data. Have you tried using Charles to see what kind of data you are receiving? Hope this helps you've tried port 1935, 443 80? Hope that helps Sean On 8/14/07, Will McHenry [EMAIL PROTECTED]

Re: [Flashcoders] Issues with Limelight/Streaming Video

2007-08-14 Thread Johannes Nel
charles doe snot say anothing past the innitial connection also port 80 you need to use the rtmpt protocol On 8/14/07, Sean Scott [EMAIL PROTECTED] wrote: Will, Sounds like their RTMP port is allowing you to handshake but it's not pushing any kind of data. Have you tried using Charles to

Re: [Flashcoders] Issues with Limelight/Streaming Video

2007-08-14 Thread Will McHenry
Sean, Johannes, thanks for your reply. We've double checked all the ports, and have made sure they're open. The rtmp's (for limelight at least) default port is 1935 - if that's blocked, it switches to http and uses port 80. 443 is also open. We'll try charles out and see what we get with that.

Re: [Flashcoders] Issues with Limelight/Streaming Video

2007-08-14 Thread jean philippe
try flv HOSTING 2007/8/14, Johannes Nel [EMAIL PROTECTED]: charles doe snot say anothing past the innitial connection also port 80 you need to use the rtmpt protocol On 8/14/07, Sean Scott [EMAIL PROTECTED] wrote: Will, Sounds like their RTMP port is allowing you to handshake but