there is a -d switch that launches vlc as a daemon. (it was broken on some platforms and fixed 1 week ago)
hmm...
Is it really fixed?
I got the latest vlc from svn, built it, but '-d' option doesn't work correctly.
That's what I have:
1) When i run 'vlc -d
http://127.0.0.1:8080' (to play stream from an another vlc), it work as it must: process appears in the process table and sound plays.
2) But with that init string:
Code: Select all
vlc -d --color -I rc v4l:adev=/dev/dsp1:audio=0 --sout '#transcode{acodec=mp3,ab=192}:std{access=http,mux=wav,url=:8080}'
In addition, option '-I rc' doesn't work: it opens X window of player.
Could you help me?
please...