I am new to VLC/VLM so please be patient.
I have successfully streamed an RTSP input stream using VLC and restreamed in the same format. Using another VLC player I can connect to the new stream on the vlc machine and view the output. the command I used for the manual streaming is
Code: Select all
vlc -vvv rtsp://172.16.100.128:7070/input1 --sout #rtp{sdp=rtsp://:5550/test} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
the messages log is empty.Your input can't be opened:
VLC is unable to open the MRL 'rtsp://172.16.100.115:5550/test'. Check the log for details.
The VLM script I have tried is
Code: Select all
# VLC media player VLM command batch
# http://www.videolan.org/vlc/
new mystream broadcast enabled
setup mystream input "rtsp://172.16.100.128:7070/input1 :rtsp-caching=1200"
setup mystream output #rtp{sdp=rtsp://172.16.100.115:5550/test} :sout-keep
control mystream play
This is on windows using vlc 1.1.0. using the http interface I used VLM to read a file and output to another file. its the output network stream that is being difficult.•Instances:
◦default: stopped (1) 0.00% 00:00:00/00:00:00
thanks.