I am loading an MP3 file into VLM as a VOD object, in order to create a music server.
I start VLM as follows on Windows XP SP2.
c:\>vlc --intf telnet --rtsp-host 192.168.1.99
VLM starts successfully. I then telnet to VLM from a client machine using
putty and log into VLM - No problem.
If I place the mp3 file in the same directory with VLC and load the following configuration file:
new satin vod enabled
setup satin input satin.mp3
The song plays fine using VLC on a client machine with RTSP as the access method.
However if I move all the music to a subdirectory of VLC
c:\program files\videolan\vlc\moodyblues\satin.mp3
and I try to load the configuration file as follows:
new satin vod enabled
setup satin input c:\program files\videolan\vlc\moodyblues\satin.mp3
I get the following result in the telnet output
Password:
Welcome, Master
> show
show
media : ( 0 broadcast - 0 vod )
schedule
> load satin.cfg
load : error while loading file
> show
show
media : ( 0 broadcast - 1 vod )
satin
type : vod
enabled : yes
instances
schedule
Despite the reported error while loading the configuration file, a show command reports that the vod object exists.
When I try to play the object from a VLC client on another machine using RTSP the object will not play.
THE ONLY DIFFERENCE BETWEEN THE TWO CONFIGURATION FILES IS THE FULY DEFINED PATH TO THE MP3 FILE.
I don't think VLM is processing a fully defined path within a configuration
file on Windows XP SP2 correctly.
/Ross