Seems to me that authors plans to make this stable are abitious if I put that nicely :p
Neither watching tc-card (v4l) nor streaming into network won't work properly. Regular video file playback seems to work fine though. Here's what I got when I start the VLC:
Code: Select all
VLC media player 0.8.1 Janus
libhal.c 644 : Error connecting to system bus: Failed to connect to socket /var/lib/dbus/system_bus_socket: No such file or directory
Don't know if that matters. When I try to open capture device nornally I just get "Killed" to command line. If I modify "Open:" box in Video4Linux tab from v4l:// :v4l-vdev="/dev/video" :v4l-adev="/dev/dsp" to v4l:// :v4l-adev="/dev/dsp" (video device removed!) It opens, but image is in black and white somehow.
Streaming won't work at all. No matter what I do I get allways this no sout stream module matched "standard" error:
Code: Select all
invalid options (empty)[00000201] main private error: no sout stream module matched "standard"
[00000200] main stream output error: stream chained failed for `standard{mux=asf,url=,access=http:/'
[00000199] main input error: cannot start stream output instance, aborting
If I do vlc -l|grep standard, I got nothing if that means anything.
Here's info about use flags if thats the problem:
Code: Select all
#emerge -pv vlc
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] media-video/vlc-0.8.1 -3dfx +X -a52 +aac -aalib +alsa (-altivec) -arts -bidi -cdda -cddb -cdio -debug +dts -dvb* +dvd +esd +fbcon +ffmpeg +flac +freetype -ggi -gnutls +hal -httpd +joystick -libcaca -lirc -live +mad +matroska -mozilla +mpeg +ncurses +nls -ogg +oggvorbis +opengl -oss -stream -svg +svga -theora +unicode +v4l -vcd -vlm +wxwindows -xosd +xv 0 kB
Any tips are very welcome.