[flexcoders] Re: Video is playing "double"

2007-04-19 Thread dwischusen
I just ran into the same problem. It appears that sometimes two netconnection objects are being created, so the video is actually being streamed twice. I think I found a quick fix, but I am still looking into the root cause. Here is the fix: 1. Keun Lee was nice enough to do a rewrite of Video

Re: [flexcoders] Re: Video is playing "double"

2007-04-10 Thread Jeffry Houser
I've had significant problems with this. I actually had to re-work the video display component because the Flash Media Server was making a callback to the non-existent method "streamInfo". I can tell you that every time I hear double audio, that streamInfo method is called multiple times.

[flexcoders] Re: Video is playing "double"

2007-04-09 Thread justin_beckwith
I am having the same exact issue - occasional audio echo, and double audio when scrubbing the play head - did anyone ever figure this out? - Justin --- In flexcoders@yahoogroups.com, "jack_freud" <[EMAIL PROTECTED]> wrote: > > I've tried it both ways and that doesn't seem to be the problem. > >

[flexcoders] Re: Video is playing "double"

2007-02-23 Thread jack_freud
I've tried it both ways and that doesn't seem to be the problem. The sound is actually playing twice simultaneously. Thanks, Jack --- In flexcoders@yahoogroups.com, "Karl Johnson" <[EMAIL PROTECTED]> wrote: > > Do you have videoDisplay.autoPlay set to false? By default it is set to true so th