Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Customisable SAP announcement group address #53

Open
PheedbackPhil opened this issue Apr 16, 2020 · 6 comments
Open

Feature: Customisable SAP announcement group address #53

PheedbackPhil opened this issue Apr 16, 2020 · 6 comments

Comments

@PheedbackPhil
Copy link

The group address for listening for SAP announcements apears to be hard coded to 239.255.255.255, whereas commonly used programs like FFMPEG and VLC use (I think) 224.2.127.254 - would be nice to have this configurable as this had me confused for a while!

@martim01
Copy link
Owner

I'd hardcoded it to what Dante in AES67 mode used. Hadn't occurred to me that other applications might use a different address. I'll make this configurable next time I make some changes

@PheedbackPhil
Copy link
Author

Ah I wondered if it was something like that! Was very happy to see PAM being used in BBC CSq for audio monitoring, by the way!

@njh
Copy link

njh commented Apr 16, 2020

The different multicast addresses for SAP, depend on scope:

  • Link-Local: 239.255.255.255
  • Organisation: 239.195.255.255
  • Global: 224.2.127.254

Many years ago, when I had a research network connection to Mbone, you used to be able to see Global SAP announcements from all over the (multicast) Internet.

However, I have seen SAP announcements from my Dante based AOIP44 appear in VLC (and been able to listen to the audio) - so I think VLC does support 239.255.255.255.

@PheedbackPhil
Copy link
Author

You are absolutely right of course, @njh - I note that when I run VLC on my OSX box I see it listens on all three group addresses...

IPv4 Multicast Group Memberships
Group               	Link-layer Address	Netif
239.255.255.255     	1:0:5e:7f:ff:ff 	en0
239.195.255.255     	1:0:5e:43:ff:ff 	en0
224.2.127.254       	1:0:5e:2:7f:fe  	en0

I guess it would be nice for PAM to do the same perhaps?

@martim01
Copy link
Owner

Sounds sensible, and should be simple enough to do

@martim01
Copy link
Owner

I've altered the discovery panel to give the user the option to monitor local, organistation and/or global SAP rather than just local.
I'm currently not able to test that this works fully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants