Hi all
I am trying to multicast MPEG2 to udp. There are a couple of routers in between the server and the client. my guess is at least 3 routers, but it can be more.
I am doing like this:
1- I stream my captured video to udp, destination multicast ip 224.1.0.1 and prot 1234
2- I have tried both TTL 1 and 3 and even 10 !
3- at my client (which is in another country, I am in sweden and client in Belgium), I open VLC to get the stream
4- in "open network stream" I type in: udp://224.1.0.1:1234
5-firewall on both server and client is disabled.
but it doesn't get the stream. what am I doing wrong?
also, can't I open my udp stream in windows media player?