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

Example how to combine PTP and AES67 stream #6

Open
kurtwerbrouck opened this issue Feb 22, 2022 · 0 comments
Open

Example how to combine PTP and AES67 stream #6

kurtwerbrouck opened this issue Feb 22, 2022 · 0 comments

Comments

@kurtwerbrouck
Copy link

Hello

i installed the ptp4l package and started it:

sudo ptp4l -A -m -i eth0 -S -i lo

ptp4l[1247.384]: port 1: INITIALIZING to LISTENING on INIT_COMPLETE
ptp4l[1247.385]: port 2: INITIALIZING to LISTENING on INIT_COMPLETE
ptp4l[1247.385]: port 0: INITIALIZING to LISTENING on INIT_COMPLETE
ptp4l[1254.157]: port 1: LISTENING to MASTER on ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES
ptp4l[1254.158]: selected local clock dca632.fffe.2481d2 as best master
ptp4l[1254.158]: port 1: assuming the grand master role
ptp4l[1254.556]: port 2: LISTENING to MASTER on ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES
ptp4l[1254.557]: selected local clock dca632.fffe.2481d2 as best master
ptp4l[1254.557]: port 1: assuming the grand master role
ptp4l[1254.557]: port 2: assuming the grand master role

Then i launched the aes67 sender - i have a usb audio card connected

sudo node aes67 -v -d 2 -c 2 -n test --address 192.168.0.100

_RtApiPulse::DeviceInfo pa_context_connect() failed: Connection refused

Selected ALSA as audio api

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (default), No such file or directory.

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:2,0), No such device.

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:3,0), No such device.

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (default), No such file or directory.

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:2,0), No such device.

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:3,0), No such device.

Selected device hw:ICUSBAUDIO7D,0 with 2 input channels
Selected 239.69.0.100 as RTP multicast address.
Opening audio stream.

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (default), No such file or directory.

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:2,0), No such device.

RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:3,0), No such device.

Trying to sync to PTP master.
Could not sync to PTP master. Aborting._

Any suggestions or how to combine these 2 programs?

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

1 participant