I am new to VLM/VLC, I'd appreciate for your pointers. In the documenation (chapter 5 - VLM), it presents an example using:
server side:
Code: Select all
vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0:5554
Code: Select all
vlc rtsp://server:5554/Test
Code: Select all
vlc http://server:5554/Test
Further, suppose I embed a media player (e.g., WMP) in HTML, and fetch video/audio from the VLM server, what should be the syntax? Is it something like:
Code: Select all
<OBJECT ....>
<PARAM name="fileName" value="http://server:5554/Test">
...
</OBJECT>