we're trying to do video streaming over WLAN using a Linksys WRT54GS w/ Whiterussian rc2 as access point; unfortunately it seems to drop a load of packets.
We're using vlc (http://www.videolan.org/) on both the client and server side, broadcasting a 512 kBit/s video stream along with a 64 kBit/s MP3 audio stream, to multicast IP 239.255.0.1.
(Command line on the server side:
vlc --intf dummy video.mpg --sout '#transcode{venc=ffmpeg,vcodec=mp4v,acodec=mp3,vb=512,ab=64,deinterlace,width=360,height=288}:standard{access=udp,mux=ts,url=239.255.0.1,sap,name="test"}'
Command line on the client side:
vlc udp:@239.255.0.1)
Our server and client setup is probably OK, the same configuration works perfectly if I replace the router with an old Zyxel Prestige 650HW-31.
"wl mrate 11" doesn't help.
Is there anything needed to support multicasts on openwrt that I'm overlooking?