Replies: 2 comments
-
Check the TTL. |
Beta Was this translation helpful? Give feedback.
0 replies
-
server is sending with ttl=10: cvlc BigBuckBunny_320x180.mp4 --sout "#rtp{dst=239.255.1.2,port=5004,ttl=10,mux=ts,sap,name=Bunny}" --no-sout-all --sout-keep --loop |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
A while ago, I started to reorganize my network (with pfsense as primary router and WAN gateway) into VLANs in order to improve security.
Then I noticed, that some IoT devices stopped working when they need to communicate across VLAN boundaries.
My test environment is:
I can do unicast between those networks in any direction.
To have some test data flowing, I start a video stream server on 192.168.12.101:
cvlc BigBuckBunny_320x180.mp4 --sout "#rtp{dst=239.255.1.2,port=5004,ttl=10,mux=ts,sap,name=Bunny}" --no-sout-all --sout-keep --loop
When I run a client on the same VLAN like this:
I can see mDNS SSDP and the video stream. So I set up PIMD (2.3.2) with this config:
And add firewall rules on all those interfaces to pass everything, including "allow TCP options".
So, I'd assume nothing would be blocked and MC traffic should be routed across those VLANs.
I can see the group in PIMD's status:
And I can see IGMP reports from the client to enter the group:
But no video packets get through.
IGMP Snooping on the switch (D-Link 1520) is deactivated.
Also tried on opnSense, but still no go.
What am I missing? Any hints how to debug this further?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions