You are not logged in.

#1 2010-03-30 19:56:18

fcuk112
Member
From: Warwickshire
Registered: 2010-03-11
Posts: 52

getting usb webcam microphone to work under flash

i have a logitech quickcam 9000 pro with shuttle SP35P2 (onboard audio).

skype video conferencing works.
playing youtube videos works.

i tried tinychat or tokbox but it only detects "Linux Microphone" and not the usb webcam mic.

how do i fix this?

many thanks.


Archlinux.Club launching soon!  Sign up now @ http://archlinux.launchrock.com

Offline

#2 2010-03-31 15:13:11

Slurp53
Member
Registered: 2010-03-31
Posts: 20

Re: getting usb webcam microphone to work under flash

Does your camera show up when you do?

lsusb

Maybe the computer/OS is not seeing it for some reason

Offline

#3 2010-03-31 15:49:31

fcuk112
Member
From: Warwickshire
Registered: 2010-03-11
Posts: 52

Re: getting usb webcam microphone to work under flash

Yes - the camera shows up:

[franky@archdaddy ~]$ lsusb
Bus 001 Device 002: ID 046d:0809 Logitech, Inc. Webcam Pro 9000
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 004: ID 06a3:8021 Saitek PLC Eclipse II Keyboard
Bus 003 Device 003: ID 1532:0101 Razer USA, Ltd Copperhead Mouse
Bus 003 Device 002: ID 8054:0002  
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Archlinux.Club launching soon!  Sign up now @ http://archlinux.launchrock.com

Offline

#4 2010-03-31 16:12:16

Mad Fish
Member
Registered: 2009-09-22
Posts: 295

Re: getting usb webcam microphone to work under flash

Maybe try launching your browser with "LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so"?
That helped me to make my webcam work in Flash.

Offline

#5 2010-03-31 16:47:28

Slurp53
Member
Registered: 2010-03-31
Posts: 20

Re: getting usb webcam microphone to work under flash

Seems to me there is some sort of kernel module that needs to be loaded to make a usb microphone work.  I think it's snd-usb-audio.  Try

lsmod | grep snd

See if that module is in the list if not you might try

modprobe snd-usb-audio

Offline

#6 2010-03-31 17:19:23

fcuk112
Member
From: Warwickshire
Registered: 2010-03-11
Posts: 52

Re: getting usb webcam microphone to work under flash

i tried launching with LD_PRELOAD but my webcam mic is still not detected by flash.

snd_usb_audio is already loaded:

[franky@archdaddy plugins]$ lsmod | grep snd
snd_usb_audio          73562  0 
snd_usb_lib            16279  1 snd_usb_audio
snd_rawmidi            18676  1 snd_usb_lib
snd_seq_dummy           1439  0 
snd_hda_codec_realtek   250431  1 
snd_seq_oss            29023  0 
snd_seq_midi_event      5316  1 snd_seq_oss
snd_seq                50558  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          5181  4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            39011  0 
snd_mixer_oss          17299  1 snd_pcm_oss
snd_hda_intel          21874  0 
snd_hda_codec          63659  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               6340  2 snd_usb_audio,snd_hda_codec
snd_pcm                70222  4 snd_usb_audio,snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              18799  2 snd_seq,snd_pcm
snd                    57408  13 snd_usb_audio,snd_rawmidi,snd_hda_codec_realtek,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               6095  1 snd
usbcore               140517  7 usbhid,snd_usb_audio,snd_usb_lib,uvcvideo,uhci_hcd,ehci_hcd
snd_page_alloc          7033  2 snd_hda_intel,snd_pcm

Archlinux.Club launching soon!  Sign up now @ http://archlinux.launchrock.com

Offline

#7 2010-03-31 17:28:34

Slurp53
Member
Registered: 2010-03-31
Posts: 20

Re: getting usb webcam microphone to work under flash

Is this a 32 bit system or 64?  Right now flash doesn't work so good on 64bit.  I know Hulu doesn't work on my 64bit, but works fine in my qemu 32bit environment.  Same with my Logitech orbit webcam.  If I go to a flash site and right click to give flash permission to use the camera(also built in mic) flash just freezes.  It's not specific to Arch, seems widespread across all distros.  Wonder if that's it???

Offline

#8 2010-03-31 17:32:56

fcuk112
Member
From: Warwickshire
Registered: 2010-03-11
Posts: 52

Re: getting usb webcam microphone to work under flash

yes i am using Arch-64 - so i guess it's a problem with adobe?


Archlinux.Club launching soon!  Sign up now @ http://archlinux.launchrock.com

Offline

#9 2010-03-31 17:38:16

Slurp53
Member
Registered: 2010-03-31
Posts: 20

Re: getting usb webcam microphone to work under flash

Maybe this link would be of some help

http://www.macromedia.com/support/docum … nager.html

Not sure if it will solve your problem, hasn't solved mine, but it might be worth a shot

Offline

#10 2010-03-31 18:17:37

fcuk112
Member
From: Warwickshire
Registered: 2010-03-11
Posts: 52

Re: getting usb webcam microphone to work under flash

no, unfortunately that didn't solve my problem.  i guess i'll have to wait till Adobe sorts this one out.


Archlinux.Club launching soon!  Sign up now @ http://archlinux.launchrock.com

Offline

Board footer

Powered by FluxBB