[flexcoders] VideoDisplay - video is playing, but without audio

2010-03-04 Thread joyh2002
I use VideoDisplay to play videos in my Flex app. The videos are hosted in our 
local web server. The size of the video is around 10MB to 30MB. I need to play 
60 to 80 videos throughout the app. 

The videos are playing fine, but the audio is missing after playing some videos 
- not reproducible all the time, but if that happens, all audio stops playing 
till the end of the app. 

What could be the issue? any idea?

Thanks,
Joy



Re: [flexcoders] VideoDisplay - video is playing, but without audio

2010-03-04 Thread Brian Thompson
One of our projects has suffered from a similar issue.  We're
streaming audio from Flash Media Server, and sometimes the audio will
cut out - we still get cue points embedded in the audio, the NetStream
object doesn't register any errors, and the rest of the app acts like
the audio ends at the right time.

We also have a recording aspect to our project, and when the audio
cuts out, sometimes it will cut back in after we record something.

We've really only noticed this problem when running the app on Windows
7 -- and it's more prevalent when the computer is connected via
wireless.

Have you noticed any similar patterns in your app?

-Brian


On Wed, Mar 3, 2010 at 10:30 PM, joyh2002 joyh2...@yahoo.com wrote:
 I use VideoDisplay to play videos in my Flex app. The videos are hosted in 
 our local web server. The size of the video is around 10MB to 30MB. I need to 
 play 60 to 80 videos throughout the app.

 The videos are playing fine, but the audio is missing after playing some 
 videos - not reproducible all the time, but if that happens, all audio stops 
 playing till the end of the app.

 What could be the issue? any idea?

 Thanks,
 Joy