Hi. I need your advice.
I trying to streaming VLM(VOD).
First, streaming using VLC was performed as follows.
% vlc d.mp4 --sout '#rtp{sdp=rtsp://:8554/ttt}'
I was able to run the network stream through the VLC player and it worked fine. (rtsp://192.168.0.71:8554/ttt)
Next, I tried to stream using VLM (VOD).
% vlc --ttl 12 -vvv --color -I telnet --telnet-host 192.168.0.71 --telnet-password videolan --rtsp-host 192.168.0.71 --rtsp-port 7777
The contents of the vlm file are as follows:
# VLC media player VLM command batch
# http://www.videolan.org/vlc/
new Test vod enabled
setup Test input "file:///home/gru/Videos/d.mp4"
setup Test option file-caching=300
And since we are running the network stream, the video is invisible and only the audio is running. (rtsp://192.168.0.71:7777/Test)
I've tried several ways, but I do not know.
Thanks for reading