Hi. I have a problem using VLM : I want to duplicate a stream into two streams.<br>The stream can't be accessed twice (it is a camera). <br><br>So my VLM file looks like this :<br><br>new duplicate0 broadcast enabled<br>
setup duplicate0 input C:/Movie.wmv<br>setup duplicate0 output #duplicate{dst=standard{access=udp,mux=ts,dst=<a href="http://127.0.0.1:1234">127.0.0.1:1234</a>}, standard{access=udp,mux=ts,dst=<a href="http://127.0.0.1:1235">127.0.0.1:1235</a>}}<br>
control duplicate0 play<br><br>(I changed the input to a Movie.wmv file just to make my tests easier).<br><br>When I try to read UDP port 1234 I get the stream. But it doesn't work with port 1235... any idea why ?<br>
Thanks a lot<br>