Page 1 of 1

problem with streaming over UDP

Posted: 25 May 2010 15:43
by hokaro
Hello all

I need to stream live video over either udp or rtp. I don't seem to be able to do this.
the source computer is in Sweden, the destination is in Belgium.
- Both have static IP:s...
- the source ip starts with 194, the destination ip starts with 81
- I have a apache http webserver on the source computer.
- all ports are open in both source and destination.
- the hardware supports multicasting

I can send and view http stream, but I am not able to view the udp stream.
Which IP (or IP:s ) should be used for sending and recieving the UDP?
what code/script should be used in vlc in both ends?

I really appreciate if anybody can help, I am completely lost and I am lost.

regards

Re: problem with streaming over UDP

Posted: 25 May 2010 21:16
by hokaro
I forgot to say that I can send HTTP stream, no problem with that...but UDP can't be sent/viewed...is there anything I should change in the router? I have a Cisco 1800 series router...

Re: problem with streaming over UDP

Posted: 26 May 2010 18:41
by Rémi Denis-Courmont
For UDP, you need to put the destination IP address at the sender.

If you want to use multicast, make sure both computers are on the same network, and the network has multicast enabled (the Internet at large does not support multicast)

Re: problem with streaming over UDP

Posted: 29 May 2010 20:34
by doniewil1504
What if we want to stream to more than one computer ?. I tried to put 1 ip address of the client computer at the server side, and it works. But what if the case that more than 1 client computer would want to access the server. thank you.

Re: problem with streaming over UDP

Posted: 29 May 2010 20:43
by Rémi Denis-Courmont
Then you need to either duplicate the stream, or use multicast.