VOD streaming with the latest version v1.1.0 seems to be not working on my system.
Here are my steps:
1.) Start VLC from command-line.
Code: Select all
vlc -vvv --color --vlm-conf="C:\Program Files\VideoLAN\VLC\vlc_vod_config_windows" -I telnet --telnet-password="videolan" --rtsp-host="0.0.0.0:5554"
Code: Select all
new Test1 vod enabled
setup Test1 input "G:\TEST\Videos\video1.mpg"
new Test2 vod enabled
setup Test2 input "G:\TEST\Videos\video2.mpg"
new Test3 vod enabled
setup Test3 input "G:\TEST\Videos\video3.mpg"
Code: Select all
telnet localhost 4212
Code: Select all
load "C:\Program Files\VideoLAN\VLC\vlc_vod_config_windows"
Code: Select all
vlc rtsp://localhost:5554/Test1
I tried everything on a previous version of VLC and it worked just fine. Is this a problem in the latest version?
Thanks.