View Single Post
Posts: 34 | Thanked: 24 times | Joined on Jan 2008 @ Saint-Avertin / France
#84
Hey qole,

Reading your command line I think you are missing a slash, you should do this :
Code:
vlc -Idummy v4l2:///dev/video0:chroma=RV16:width=160:height=120 :sout="#transcode{vcodec=WMV2,fps=10,vb=196}:duplicate{dst=std{access=http,mux=asf,dst=:7070}}"
That will have no impact on the video but that will prevent the following error to come :
Code:
[00000369] v4l2 demux error: cannot open video device (No such file or directory)
You will still have the ALSA/OSS errors.

Lokidor
 

The Following User Says Thank You to lokidor For This Useful Post: