v4l2:// --input-slave alsa:// PROBLEM
Posted: 30 Dec 2010 14:57
alright im trying to stream Audio and Video from different sources
The web cam its on usb and the audio in the line in plug
im using that command line
BUT it doesn't work it only plays the first one, and it only streams the first one
if i use
i only get the audio so what i figure ive tested with aslo and its the same result
ive tried with the device too
(but it doesnt matter i only got 1 device of each and it auto-detects)
and almost every other syntax that you can imagine and ive always get the same thing the first one plays the slaved doesnt, it actually turns on the device because i can see the camera to turn the light on but it doest actually plays
i tried
and like this it plays the video, this tells me that the slaved its the one that gets screwed
Another vry important thing is when i use the mic of the webcam it does play as slave so it seems that the --input-slave its to use the source coming on the same source?
Like that it works but doesnt when i use the hw:0,0 wich is my line in, the one i need to stream!!
HEEEEEEEELLLLLPPPPPPPPPPPPPPPPPPPPPPPP am i dealing with a bug herE?
I use ubuntu maverick 10.10 with vlc 1.1.5 , Logitech c270 HD
The web cam its on usb and the audio in the line in plug
im using that command line
Code: Select all
% vlc v4l2:// --input-slave=alsa://
BUT it doesn't work it only plays the first one, and it only streams the first one
if i use
Code: Select all
% vlc alsa:// --input-slave=v4l2://
Code: Select all
:input-slave=
ive tried with the device too
Code: Select all
vlc v4l2:///dev/video0 --input-slave=alsa://hw:0,0
(but it doesnt matter i only got 1 device of each and it auto-detects)
and almost every other syntax that you can imagine and ive always get the same thing the first one plays the slaved doesnt, it actually turns on the device because i can see the camera to turn the light on but it doest actually plays
i tried
Code: Select all
% vlc --input-slave=alsa:// v4l2://
Another vry important thing is when i use the mic of the webcam it does play as slave so it seems that the --input-slave its to use the source coming on the same source?
Code: Select all
%vlc v4l2:// --input-slave=alsa://hw:1
HEEEEEEEELLLLLPPPPPPPPPPPPPPPPPPPPPPPP am i dealing with a bug herE?
I use ubuntu maverick 10.10 with vlc 1.1.5 , Logitech c270 HD