Hi,
if read the docs and seeked in the forum, but nothing helped!
I want to install a VoD server on RedHat 9 using VLC 0.7.2. On the clientside there should be no problem, but I don´t known how to make the server run!
So here are my questions:
Is the vlc supporting VoD with RTSP?
Is just the vls supporting VoD with RTSP?
Is this the correct command for starting vlc with rtsp support on the serverside, while using an appache server were the video is saved?
vlc -vvv input_stream --sout '#rtsp{dst=192.168.17.52,port=1234,rtsp://localhost:8080/test.mpg}'
Is it right to use an apache server for storage and die vlc to acces the video, or do i just need the vlc, if when how can does the commandline look like?
Thanks for any Answers