Hello im trying to stream my webcam over the network. I use v4l2 driver.
The command line i use is:
cvlc -vvv v4l2:// :v4l2-vdev=/dev/video0 :v4l2-adev=/dev/dsp :v4l2-standard=0 :sout="#transcode{vcodec=mp1v,vb=900,scale=1,acodec=mpga,ab=129,channels=2}:duplicate{dst=std{access=http,mux=asf,dst=0.0.0.0:1234}}"
I ran debian lenny server (without X). I have compiled vlc with v4l2 support. So the errors is:
[0x9978410] stream_out_transcode stream out error: cannot find video decoder
[0x9978410] stream_out_transcode stream out error: cannot create video chain
[0x997cd60] main packetizer error: cannot create packetizer output (MJPG)
What i should do to prevent this?
Maybe this will be usefull information:
[0x98fb8a8] main libvlc debug: VLC media player - version 1.0.4 Goldeneye - (c) 1996-2009 the VideoLAN team
[0x98fb8a8] main libvlc debug: libvlc was configured with ./configure '--enable-v4l' '--enable-v4l2' '--disable-nls' '--disable-mozilla' '--disable-dbus' '--disable-dbus-control' '--disable-telepathy' '--disable-lua' '--disable-cdda' '--disable-vcd' '--disable-dvb' '-disable-libcddb' '-disable-x11' '--disable-glx' '--disable-opengl' '--disable-xvideo' '--disable-xvmc' '--disable-freetype' '--disable-fontconfig' '--disable-fb' '--disable-qt4' '--disable-skins2' '--disable-sdl' '--disable-sdl-image' '--disable-notify' '--disable-libgcrypt' '--disable-mad' '--disable-avcodec' '--disable-avformat' '--disable-swscale' '--disable-postproc' '--disable-a52' '--disable-remoteosd'
Thanks.