Page 1 of 1

Streaming over a wifi bridge to a wired LAN

Posted: 02 Jun 2006 11:19
by Manaouf
Hi guys,

I would like to broadcast a stream from a PC (server) to a wired LAN (clients).

Config is :
- server gets the stream from internal loopback IP (127.0.0.1)
- server (IP = 192.168.0.51) is connected to the LAN through a wifi bridge
- bridge (IP = 192.168.0.50) is connected to the LAN through the switch
- LAN clients are connected to the switch (IP = 192.168.0.x x<10)
- net sub-mask is 255.255.255.0

How do I configure VLC's IPs, ports and protocols (only RTP is allowed) ?

Thanx for your help.

Posted: 05 Jun 2006 09:26
by Marcello
Do as if the bridge didn't exist : target IP is 192.168.0.x, and select RTP/UDP with any port (1234 is good choice).

Your network IPs don't allow multicast.

Cheers.