I am trying to Multicast video streams over my Wireless Point to Point Link.
My current set up is as follows:
My GBS(Global Broadcasting System) is connected via Layer 3 ports to distribution switch. Switch is layer 3 to my WPPL shot(Wireless Point to Point Link) that sends data via a GRE tunnel to the remote end which then mirrors the local end.
The GBS feeds are working fine through all layer 3 links up until it hits the GRE tunnel going through the WPPL shot.
I am using the following commands on all layer 3 ports on both sides of the GRE tunnel including the tunnels themselves:
ip pim sparse-dense-mode
ip sap listen
ip igmp join-group 1.1.1.1
ip igmp join-group 1.1.1.2( Addresses have been changed)
ip igmp join-group 1.1.1.3
I am also running the following on all layer 3 devices along the path:
ip multicast-routing (ip multicast-routing distributed)
ip pim rp-address 2.2.2.2 (layer 3port of switch to GBS)
ip pim autorp listener
I can see the ip mroutes being advertised throughout the link to the distant end distribution switch. But when we try to pull up the feeds nothing shows up. I'm using the latest version of VLC as my media player opening the feeds through media/open network using UDP as my protocol.
If anyone has any insights on anything i may be programming wrong it would be very helpful. Thank!!
Data Marine.
My current set up is as follows:
My GBS(Global Broadcasting System) is connected via Layer 3 ports to distribution switch. Switch is layer 3 to my WPPL shot(Wireless Point to Point Link) that sends data via a GRE tunnel to the remote end which then mirrors the local end.
The GBS feeds are working fine through all layer 3 links up until it hits the GRE tunnel going through the WPPL shot.
I am using the following commands on all layer 3 ports on both sides of the GRE tunnel including the tunnels themselves:
ip pim sparse-dense-mode
ip sap listen
ip igmp join-group 1.1.1.1
ip igmp join-group 1.1.1.2( Addresses have been changed)
ip igmp join-group 1.1.1.3
I am also running the following on all layer 3 devices along the path:
ip multicast-routing (ip multicast-routing distributed)
ip pim rp-address 2.2.2.2 (layer 3port of switch to GBS)
ip pim autorp listener
I can see the ip mroutes being advertised throughout the link to the distant end distribution switch. But when we try to pull up the feeds nothing shows up. I'm using the latest version of VLC as my media player opening the feeds through media/open network using UDP as my protocol.
If anyone has any insights on anything i may be programming wrong it would be very helpful. Thank!!
Data Marine.