I am testing the VLM server with the VLC 0.8.2-test2 release on a Windows XP SP 2 server.
I have installed VLM as an ntservice with the following command line:
c:\program files\videolan\vlc>vlc --extraintf ntservice --ntservice-install --ntservice-name "VLM Server 6" --ntservice-extraintf telnet --ntservice-options "--vlm-conf c:\satin.cfg"
The service is setup successfully on the Windows XP SP2 server machine, and after starting the service and opening a telnet session to the service a 'show' command indicates that the VLM configuration file has been automatically loaded.
The results of the show command are as follows:
Password:
Welcome, Master
> show
show
media : ( 0 broadcast - 1 vod )
satin
type : vod
enabled : yes
instances
schedule
>
A VOD object has been setup automatically.
The configuration file, which is automatically loaded, contains the following content:
new satin vod enabled
setup satin input c:\satin.mp3
Ok, now here are the observed problems:
i. Even though the VLM configuation file has been read in, the Satin
object does not want to play from a VLC client using the following
URL rtsp://192.168.1.99/satin
ii. If the path to the VLM configuration file is somewhat longer, e.g.
c:\program files\videolan\vlc\satin.cfg, the configuration file does not
load at all using the command line shown above (with appropriate
modifications for longer path to the configuration file)
/Ross