Thanks for the prompt reply, but...
VOD with both HTTP and MMS doesn't work for me. Here is my VLM startup file (I tried entering the commands individually in the Telnet interface, just in case, too):
Code: Select all
new test vod enabled
setup test input "testfile.avi"
setup test output #std{access=mmsh,mux=asfh,dst=:3128/test}
and here is my VLC commandline:
Code: Select all
vlc --ttl 12 -vvv --intf telnet --telnet-port 2813 --telnet-password vlc --vlm-conf startup.vlm
Using the Telnet interface and the SHOW command, it says that there is one enabled VOD stream. However, neihter VLC nor other media players can open it using any of these URLs:
Code: Select all
mms://server_ip:3128/test
mms://server_ip:3128
mmsh://server_ip:3128/test
mmsh://server_ip:3128
So is there anythymg I am doing wrong here?
Http streaming kind of works by changing the outout to "access=http", but before the stream can be played on a client maching, I have to go into Telnet and give it the "control test play" command. But that, in effect, makes it a broadcast stream, doesn't it?
And as far as RTSP goes -- I appreciate the fact that mplayer and ffmpeg might both be able to open VLC streams, but I should have been more clear in my initial post. There is a reason that VLC doesn't work for me as a client -- my real goal is to get these playing on my Windows Mobile 5 Smartphone. I've tried mobile WMP, TCPMP, and Pocket Player, and neither works. It's obvious that VLC uses a different implementation of the RTSP protocol that most mainstream media players. So, I figured that if there was a way to get RTSP playing on one of the mainstrean media players, I could then get it to work on my PDA.