[Red5] Question about headset mic
Manuel R.G.
info at vengava.com
Fri Nov 16 05:15:11 PST 2007
You can let the user choose the mic from the flah player built-in dialog:
AS2:
System.showSettings(2);
AS3:
Security.showSettings(SecurityPanel.MICROPHONE);
2007/11/16, Lenny Sorey <lrsorey at gmail.com>:
>
> David,
>
> Thanks for pointing this out.
>
> I will look into this now.
>
> Regards,
>
> Lenny
>
>
> On 11/16/07, David Foley <solutions at ondevice.ie> wrote:
> >
> > This may help:
> >
> > just like the Camera class, Microphone supports multiple microphones
> > (but not concurrently, I believe) - perhaps if you explicity set the index (
> > Microphone.getMicrophone(index)) to your preferred microphone - default
> > is 0, You could write a small script to detect how many 'microphones' (sound
> > inputs) are supported by the client machine, and ask the client user to
> > select which microphone they want, just in case, like you, thay have
> > multiple inputs or soundacards on their pc.
> >
> > D
> >
> > On Nov 15, 2007 2:49 PM, Lenny Sorey <lrsorey at gmail.com> wrote:
> >
> > > Hello All,
> > >
> > > Has anyone notice that recording apps developed in Flex don't
> > > (or at least with mine) pick up a headset microphone for audio?
> > >
> > > I have a Plantronics Digital USB headset with a built in microphone.
> > >
> > > All the recording examples I have built with Flash 8 work fine with
> > > the headset mic. But the Flex examples don't.
> > >
> > > Flash Player 9 shows the mic audio alive when testing with Flash
> > > setting but the mic does not pick up audio. with the video conference
> > > app I have in Flex, the mic does not work up audio until another user
> > > has logged into the app.
> > >
> > > I also tested this headset with the RED5 FaceBook recording example
> > > and got the
> > > same thing. No audio recording. If I record from the the built
> > > in computer mic
> > > everything works fine with the Flex recording apps.
> > >
> > > Anyone else using a headset with a built in mic able to record with a
> > > Flex Recording app.
> > >
> > > Anyone have a solution to this?
> > >
> > > Thanks,
> > >
> > > Lenny
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Red5 mailing list
> > > Red5 at osflash.org
> > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > >
> > >
> >
> > _______________________________________________
> > Red5 mailing list
> > Red5 at osflash.org
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20071116/4a371560/attachment-0001.html
More information about the Red5
mailing list