-----Original Message----- From: Public [mailto:public-bounces@talk.mikrotik.com.au] On Behalf Of Paul Azad Sent: Monday, 21 July 2014 2:35 PM To: MikroTik Australia Public List Subject: Re: [MT-AU Public] Mikrotik Wireless Multicasting
Mike
Thanks, I have got the multicasting between WIFI VLC server and WIFI VLC client working. Enabling the helper makes the video quality much better. I have now been trying to get it to go from wired to wireless or wireless to wired y using IGMP Proxy.
In my first test I setup ether1 as the upstream, and wlan1 as downstream:
[admin@MikroTik] > /routing igmp-proxy interface print Flags: X - disabled, I - inactive, D - dynamic, U - upstream # INTERFACE THRESHOLD 0 U ether1 1 1 all 1 2 wlan1 1 3 D <pptp-dt-02> 1 4 D <pptp-kds01> 1 5 D <pptp-kds06> 1 6 D <pptp-kds05> 1
[admin@MikroTik] > /routing igmp-proxy mfc print Flags: X - disabled, A - active, D - dynamic # GROUP SOURCE UPSTREAM-INTERFACE ACTIVE- DOWNSTREAM... 0 AD 224.255.1.2 192.168.25.236 ether1 wlan1 1 AD 224.255.1.1 192.168.15.201 ether1 wlan1
192.168.15.201 is the VLC server, and 192.168.25.0/24 are the clients
When I try and open VLC on the client I see this come up; but nothing comes up on the screen or on the MFC tab echo: igmp-proxy,debug RECV IGMPv2 membership report from 192.168.25.237 to 224.255.1.1 on wlan1 echo: igmp-proxy,debug joining multicast group 224.255.1.1 on ether1
When I try and connect to VLC over the PPTP (from the wirless device to
Hi Paul, This is becoming a bit too much like a support thread which is probably not what this list is for :-} Best to take it up with your supplier - i.e. if you bought it from DuxTel, forward to support@duxtel.com then we can assist further there. For future reference, these lists are intended for open discussion about MikroTik products and RouterOS software. Questions like 'has anyone else seen this before' are welcome, as are 'if you tried this feature, what are the general caveats or gotchas'. MikroTik-AU lists are not intended for general support issues like "it doesn't work, please help" - sellers, distributors and MikroTik forums are the best place for those! :-) Cheers, Mike. the
Mikrotik), I see the following; but no video: echo: igmp-proxy,debug RECV IGMP leave message from 192.168.15.212 to 224.0.0.2 on <pptp-dt-02> echo: igmp-proxy,debug sending IGMP query to 224.255.1.1 on <pptp-dt-02>
Any other suggestions?