Dear All,
I've setup a VOD service by following the manuel, and it works fine ( vlc 0.8.4 for windows) :
server side:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" --ttl 20 -vvv -I telnet --rtsp-host 192.168.1.110:5554"
telnet 192.168.1.110 4212
> new videoclips vod enabled
> setup videoclips input myclips.mpeg
client side:
Code: Select all
vlc rtsp://192.168.1.110:5554/videoclips
When I tried to move the slide bar on the client side, video clips jumps to the position, and play it correctly. But I wonder if there is a solution on the client side to give a parameter to start the video clips from a given timecode (a.k.a instead to start always the video clips from 0:00:00, I want to be able to start it with say 0:03:20 without using slidebar, but with command line)?
Many thanks in advance.