Hello
i'm building a video server using VLM to allow PC on my network to read videos using streaming.
To complete this goal, i successully setup VLC as server using these command:
vlc --ttl 12 -vvv --color --vlm-conf "vlm.conf" --extraintf telnet --telnet-password videolan --rtsp-host 192.168.1.100:5554
Vlm conf file contains "VOD" movies setup.
Everything works fine and i can play videos on PC on my network using VLC client and rtsp addresses
However, i can browse video on my client PC (i mean using backward and forward functions)
Is there a way to solve this problem ?
thanks in advance for ur help
Olixelle