Philipp Hartung

Results 6 comments of Philipp Hartung

> One unusual feature of this particular stream is that the source device sends multiple streams, each on a different UDP port, all using the same multicast destination address. I...

Yes I do! That's a thing that is pretty high on the todo list, though I didn't have any time to work on this project the last months :(

You might want to check out https://github.com/philhartung/aes67-visualization in the meantime. It's a little tool I developed to launch ffmpeg audio visualizations from SDP files.

You can use [ptp4l](https://linux.die.net/man/8/ptp4l) under Linux. You can install ptp4l with `sudo apt install linuxptp`. To start the PTP Master simply execute `sudo ptp4l -A -i eth0`.

The version of the driver you tried to compile seems to need kernel 5.11 or newer as far as I can tell by the error. Take a look here [devlink.h...

I'm just gonna think out loud: `ptp4l` is not starting, because the default timestamping mode is hardware timestamping. As IEEE1588-2008 hardware timestamping is currently not supported by the driver for...