Page 1 of 1

Can't stream with custom udp ports?!?!

Posted: 17 Mar 2006 07:13
by imad.hammad
For some reason when i try to specify a udp port to stream to (instead of using the default) the stream doesn't work!

I have to use vlm to conduct this stream because this is just one aspect of the ultimate goal i am trying to achieve (which will require multiple channels on vlm)

I am using vlm to send the stream from one computer and using the following configuration:

new local broadcast enabled
setup local input /home/Imad/1.avi
setup local output #duplicate{dst=display,dst=standard{access=udp,mux=ts,url=192.168.1.2:2222}}
control local play

Then on the client i use the following configuration:

new 1 broadcast enabled
setup 1 input udp://@192.168.1.2:2222
setup 1 output #duplicate{dst=display}
control 1 play

Am using incorrect syntax for the udp?!

Any help would be very much appreciated, thank you.