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

Run aes67-sender without PTP Master #1

Open
philhartung opened this issue Oct 13, 2020 · 4 comments
Open

Run aes67-sender without PTP Master #1

philhartung opened this issue Oct 13, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@philhartung
Copy link
Owner

It is currently not possible to run aes67-sender without PTP master. RFC7273 allows to implement a ts-refclk:ptp=traceable which could be implemented to use aes67-sender without a PTP master.

@philhartung philhartung added the enhancement New feature or request label Oct 13, 2020
@philhartung philhartung self-assigned this Oct 13, 2020
@TheSashmo
Copy link

Maybe a dumb question, but how can we setup a PTP server for testing this out?

@philhartung
Copy link
Owner Author

You can use ptp4l under Linux. You can install ptp4l with sudo apt install linuxptp. To start the PTP Master simply execute sudo ptp4l -A -i eth0.

@TheSashmo
Copy link

Wow.... the fastest ever response in history..... Thanks.

I'm testing on a mac. Any suggestions for that?

@TheSashmo
Copy link

I've setup the ptp4l on a ubuntu 20 machine. Running that on the multicast inerface. "I have two interfaces, one local network and one multicast network" I can run the application i.e. sudo ptp4l -A -i enp3s0 and I am running stream monitor on my mac pointed to the secondary interface i.e. multicast.... And I am trying to run AES sender on the same machine to see if I can see my own audio device on stream monitor, but I keep getting and error.

$ sudo node aes67 -v -d 11 -c 1 -n test --address 10.2.0.67 Selected CoreAudio as audio api Selected device Apple Inc.: iMac Pro Microphone with 1 input channels Selected 239.69.0.67 as RTP multicast address. Opening audio stream. Trying to sync to PTP master. Could not sync to PTP master. Aborting.

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

No branches or pull requests

2 participants