Good day,
I am trying actually to stream several inputs to RTSP multicast using VLM. But only the first flow is working.
Here you are the configuration file below to be loaded under a telnet session :
#-----------------------------------------------------------
new test vod
new test2 vod
new test3 vod
#-----------------------------------------------------------
setup test input udp://@239.0.0.15
setup test2 input udp://@239.0.0.1
setup test3 input /home/essoussi/spartacus.avi
#------------------------------------------------------------
setup test output #rtp{sdp=rtsp://0.0.0.0:5554/test.sdp}
setup test2 output #rtp{sdp=rtsp://0.0.0.0:5554/test2.sdp}
setup test3 output #rtp{sdp=rtsp://0.0.0.0:5554/test3.sdp}
#------------------------------------------------------------
setup test enabled
setup test2 enabled
setup test3 enabled
Both of test2 and test3 are not working, as if something is blocking when reading "setup test enabled" and don't let others to be enabled.
This problem occurs only in this output format. But I really need an SDP file to be readed in an Android Smartphone.
What could be the problem?
Thanks a lot !