start vlc in background on linux
Posted: 22 Jul 2008 17:37
I am running a command like:
vlc -I dummy file.avi --quiet vlc:quit &
this works fine...
Now I want to add the --rc-host option so I run
vlc -I rc --rc-host localhost:8000 file.avi --quiet vlc:quit &
and vlc stops. If I take off the & then vlc runs fine.
How do I start vlc in the background in this case with the -I rc . I am running 0.8.5.
I tried the --background option that I saw but that tells me unknown option.
THanks,
Jerry
vlc -I dummy file.avi --quiet vlc:quit &
this works fine...
Now I want to add the --rc-host option so I run
vlc -I rc --rc-host localhost:8000 file.avi --quiet vlc:quit &
and vlc stops. If I take off the & then vlc runs fine.
How do I start vlc in the background in this case with the -I rc . I am running 0.8.5.
I tried the --background option that I saw but that tells me unknown option.
THanks,
Jerry