[Flashcoders] flv stops playing after undefined numbers of seconds (through firewall)

2006-07-20 Thread Hans Wichman
Hi list, i have an flv that plays from behind a firewall. Tested locally the flv plays great (from a personal edition of the fcs), however from the external fcs through the firewall, the first few seconds seem to come through and then i get a (dump from the log): onStatus called: (191883 ms)

Re: [Flashcoders] flv stops playing after undefined numbers of seconds (through firewall)

2006-07-20 Thread John Giotta
Are you stopping the Video after the NetStream.Play.Stop status code is fired? I ask because in most cases NetStream.Play.Stop will actually fire before actual playback is done. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

Re: [Flashcoders] flv stops playing after undefined numbers of seconds (through firewall)

2006-07-20 Thread Hans Wichman
Hi, no i'm not, i processed the flv's with a metadata injector and inspect the time and duration flags in the video. greetz Hans On 7/20/06, John Giotta [EMAIL PROTECTED] wrote: Are you stopping the Video after the NetStream.Play.Stop status code is fired? I ask because in most cases