Jaap Buurman

Results 101 comments of Jaap Buurman

Any reason for specifying the loss like this, and minimizing the negative of this? These three options should all be equivalent, correct?: 1. As currently implemented 2. As suggested in...

Wayland support would be much appreciated. I think via the pipewire API this should be relatively easy to implement, but having said that, I am no expert on the topic.

Some additional information: ``` root@LEDE:~# ip mroute (213.75.167.58, 224.3.2.6) Iif: eth0.4 Oifs: br-lan (192.168.1.187, 239.255.255.250) Iif: unresolved ``` As we can see in the multicast routes, we also notice unresolved...

Progress! For anyone looking for the solution to the same problem, changing my igmpproxy config file fixed the issue. I simply had to add the internal IP range to my...

Did some more digging and found the following commit: https://github.com/pali/igmpproxy/commit/d37dd49665d82a4b3b79a9b6fa985238b04989e4 Seems like Lede is still using an ancient version from sourceforge rather than this new github and is missing this...

``` root@LEDE:~# ip mroute (213.75.167.58, 224.3.2.6) Iif: eth0.4 Oifs: br-lan (213.75.167.6, 224.0.251.124) Iif: eth0.4 Oifs: br-lan (192.168.1.187, 239.255.255.250) Iif: eth0.4 Oifs: br-lan (192.168.1.210, 239.255.255.250) Iif: eth0.4 Oifs: br-lan (192.168.1.203, 239.255.255.250)...

Yet another update after some more digging. Please correct me if anything that I have found/concluded is wrong. But it looks like this multicast traffic from my internal LAN to...