I have VLM config like this:
Code: Select all
#### START CONFIG
new cam broadcast enabled
#### SETUP INPUT CAMS
setup cam input rtsp://xxx:xxx@xxx.xxx.xxx.xxx:xxx/xxx
#### SETUP OUTPUT
setup cam output #transcode{vcodec="h264"}:duplicate{dst="rtp{mux=ts,dst=127.0.0.1,port=xxx,sdp=rtsp://xxx.xxx.xxx.xxx:xxx/cam}",dst="std{mux=ts,dst=/xxx/FIRST_FILE}"}
#### START PLAY
control cam play
#### END OF ALL
I connected to vlm by telnet, and typed this:
Code: Select all
setup cam output #transcode{vcodec="h264"}:duplicate{dst="rtp{mux=ts,dst=127.0.0.1,port=xxx,sdp=rtsp://xxx.xxx.xxx.xxx:xxx/cam}",dst="std{mux=ts,dst=/xxx/SECOND_FILE}"}
Code: Select all
setup
What i should to do?
Thanks.