i am very new to vlc so hopefully this is just a matter of me not knowing how to setup the stream. i am trying to stream a file (mpeg) using rtsp through videolan.
i do this like in the tutorial:
% vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0:5554
[telnet:]
new Test vod enabled
setup Test input my_video.mpg
% vlc rtsp://server:5554/Test
the stream plays fine in the instance of vlc player that opens it but then i cant open the url in other players. (i tried jmf and wmp)
i would really like to stream rtsp and then open it with jmf so i can embed the video in a java swing application i have.
has anyone else been able to stream rtsp from videolan and open the url with other clients?