Andrea Bondavalli
Andrea Bondavalli
If I add the source filter attribute to the connection I break compatibility with Dante. For example: ``` a=source-filter: incl IN IP4 239.1.0.1 10.0.0.9 ``` With the above additional line...
I fixed the two compliance issues in branch [issue-94](https://github.com/bondagit/aes67-linux-daemon/tree/issue-94) The one related to the source-filter attribute is currently disabled to avoid breaking compatibility with Dante. To enable it just uncomment...
I think your solution is good and also a timeout in the range of 5 to 10 seconds looks reasonable considering the RTSP server is on the same LAN. In...
if this works for you I can proceed with the merge into master. Please let me know.
Thanks for your comments and contribution. I think an issue is ok at the moment and maybe this helps someone else too. Since you are testing the daemon on different...
Hi, thanks again. I noticed that some of the SOCs you tested don't have Gigabit Ethernet and this is a limitation for some configurations.
I understand everything is ok when you use _aplay_ or _speaker-test_ but you have troubles with the _squeezelite_ player. This can depend on how you setup some ALSA parameters of...
yes, sorry. As playback device use _plug:source_1_ For example after creating the plug in the configuration file I can run the following command: `aplay -D plug:source_1 -r 48000 -c 2...
> Can they interoperate? yes, the PCM encoding conversion is done by the kernel module but if you open the audio stream with S24_LE it means your player should provide...
something is weird with your execution. From the traces you enclosed you have: `Loop limit is 2880000 frames, minimum latency = 64, maximum latency = 64` whereas is should be:...