Page 1 of 1

Two Questions About VLM

Posted: 18 Jun 2005 00:25
by rossmac
I have two questions about VLM:

i. Has anyone managed to successfully load more than one 'Video on
Demand' object through a single VLM configuration file?

ii. Is there anyway to use the SAP server to broadcast the availability of
Video on Demand Objects?

/Ross

Posted: 18 Jun 2005 00:49
by dionoea
i. yes

ii. not with VLC ... maybe with miniSAPserver ... (not sure though)

Posted: 18 Jun 2005 00:54
by rossmac
OK, so with regard to the above two questions

question 1 - would you mind posting a working example of a VLM
configuration file that will load multiple objects.
I am running VLM as an NT service, if that makes a
difference.

question 2 - Does anyone know if there a 'How to' for using the minisap
server with 'on demand' objects (as opposed to multicast streaming)

/Ross

Posted: 18 Jun 2005 12:35
by dionoea
hehe

i. A sample vlm file to start two vod streams :

new sample1 vod enabled input "file.avi"
new sample2 vod enabled input "anotherfile.avi"

You then call this config file using : vlc --rtsp-host 0.0.0.0:5554 --vlm-conf <vlm.conf filename> -I telnet

and you have access to the stream at these URLs:
rtsp://<server ip or dns>:5554/sample1
rtsp://<server ip or dns>:5554/sample2

ii. I don't know

Posted: 18 Jun 2005 18:22
by rossmac
Many thanks for the sample file /Ross