deamon and startup script

*nix specific usage questions
Jan_Lien
New Cone
New Cone
Posts: 2
Joined: 13 Dec 2005 13:32

deamon and startup script

Postby Jan_Lien » 14 Dec 2005 11:24

Hi

How do I run VLC in deamon mode with console or telnet interface?
Is there a list of such commands?
In short terms, how do I make a startup script that starts VLC with the parameters I want?.

Basil
Blank Cone
Blank Cone
Posts: 15
Joined: 10 Dec 2005 02:44
Location: Russia,Komsomolsk-on-Amur

Postby Basil » 15 Dec 2005 01:43

vlcsh.sh

Code: Select all

#!/bin/sh /bin/killall vlc sleep 4 /usr/local/bin/vlc -I http --ttl 1 --ipv4 --vlm-conf /tmp/vlm3.conf --daemon --control logger --logfile /var/log/vlclog sleep 4 /usr/bin/wget -q http://localhost:8080/vlm/ rm index.html sleep 4 /usr/bin/wget -q http://localhost:8080/vlm/ rm index.html
or

Code: Select all

#!/bin/sh /bin/killall vlc sleep 4 /usr/local/bin/vlc -I telnet --ttl 1 --ipv4 --vlm-conf /tmp/vlm3.conf --daemon --control logger --logfile /var/log/vlclog
or RTFM


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 10 guests