Hi all,

I have an app where a stream (video+sound) is recorded on user machine and
send to FMS.
Previously this ap was written in AS1 for Flash Player 6, And my is AS3 for
Flash Player 9.
Everything works ok,,, until they want to use DV camera instead of webcam
:-).

So:
If they use webcam, they can stream both video and sound
If they use DV camera (connected to Mac), there is no sound.

I tried to trace microphone properties on screen, and it shows that
*default* "Built In Microphone" is used instead of camera.
Even if they select it in settings panel. They select it... but again
default one is traced.

The worst thing is that old app works w/o any problem here, selecting DV
camera's microphone fine.
And I'm not a Mac user.
What am I missing?


Code is simple:
// AS1
mic = Microphone.get();

//AS3
mic = Microphone.getMicrophone();


Any help is appreciated.


-- 
-- 
Best regards,
GregoryN
================================
http://GOusable.com
Flash components development.
Usability services.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to