Page 1 of 1

Keeping the server up

Posted: 14 Nov 2005 15:54
by aleph
Hi guys,
I'm having some problems keeping the streaming server up:

1. I connect to my server via ssh from my pc
2. I start the server with 'vlc --ttl 12 -vvv --color -I telnet --rtsp-host x.x.x.x:5554'
3. I open another shell and connect to my server via telnet
4. I create the VODs
5. I can see the streamings from my pc

the problem is that the streaming server shuts itself down when I close the ssh shell.

Is there a way to lauch it and keep it running?

Posted: 15 Nov 2005 00:53
by dionoea
try adding --daemon to the command line :) (or launch vlc in a screen)