Unable to open stream devices in 0.9.8a, but I can in others
Posted: 26 Mar 2009 01:24
I am trying to stream to file video from my webcam (/dev/video0) and my built-in microphone (dev/dsp1 I believe). I know that both of the device files exist, and I have no problem accessing them in other programs like skype, xawtv, and even Flash with Firefox can use them. However, when I use the devices in VLC, I get the following in my messages:
I am using Arch LInux, kernel 2.6.28, VLC 0.9.8a. Can anyone point me in the right direction to get this solved? Thank you for your time.
David
slackcub@gmail.com
Code: Select all
mux_ogg info: Open
v4l2 error: cannot open video device (No such file or directory)
v4l2 error: cannot open device for ALSA audio (No such file or directory)
v4l2 error: cannot open device for OSS audio (No such file or directory)
v4l2 error: invalid tuner 0.
v4l2 error: cannot open video device (No such file or directory)
v4l2 error: invalid tuner 0.
main error: open of `v4l2:// :v4l2-dev=/dev/video0 :v4l2-adev=/dev/dsp1 :v4l2-standard=0' failed: could not create access
mux_ogg info: Close
David
slackcub@gmail.com