Search found 2 matches

Go to advanced search

by mulja
16 Sep 2012 16:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Vlc startup script
Replies: 4
Views: 7919

Re: Vlc startup script

Thanks for answer
what i have to write in
DAEMON_OPTS
i just want what vlc start after reboot
and run my vlm.conf file
vlc -vvv --ttl 12 -I telnet --http-reconnect --http-caching=10000 --vlm-conf vlm.conf
by mulja
14 Sep 2012 15:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Vlc startup script
Replies: 4
Views: 7919

Vlc startup script

Hi how to made start up script after reboot on my ubuntu server what i am done sudo touch /etc/init.d/vlc #!/bin/sh echo "`date`;Reloaded" >> /home/mulja/vlc.log # killall -9 vlc sleep 2 if [ $1 ] then SOURCE=$1 else SOURCE=/home/mulja/vlm.conf fi vlc -vvv --ttl 12 -I telnet --http-reconne...

Go to advanced search