From: Trammell Hudson via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 0/2] package/shairport-sync: Add support for AirPlay2
Date: Sat, 25 Oct 2025 13:04:58 -0600 [thread overview]
Message-ID: <aP0fWpti-9PiGKxn@hachi.swcp.com> (raw)
These patches add support for streaming audio with the AirPlay2 protocol
to shairport-sync. Configuring AirPlay2 support is optional since it
adds several other requirements such as ffmpeg, which may be too heavy
for some systems that only want to stream AirPlay1 music.
It also requires the nqptp helper package that provides not-quite-PTP
time synchronization for multi-zone audio.
Trammell Hudson (2):
package/nqptp: Add version 1.2.4
package/shairport-sync: Add support for AirPlay2
package/Config.in | 1 +
package/nqptp/Config.in | 6 +++++
package/nqptp/S90nqptp | 24 ++++++++++++++++++
package/nqptp/nqptp.hash | 3 +++
package/nqptp/nqptp.mk | 31 ++++++++++++++++++++++++
package/shairport-sync/Config.in | 15 ++++++++++++
package/shairport-sync/shairport-sync.mk | 5 ++++
7 files changed, 85 insertions(+)
create mode 100644 package/nqptp/Config.in
create mode 100644 package/nqptp/S90nqptp
create mode 100644 package/nqptp/nqptp.hash
create mode 100644 package/nqptp/nqptp.mk
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2025-10-25 19:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-25 19:04 Trammell Hudson via buildroot [this message]
2025-10-25 19:05 ` [Buildroot] [PATCH 1/2] package/nqptp: Add version 1.2.4 Trammell Hudson via buildroot
2025-10-25 19:06 ` [Buildroot] [PATCH 2/2] package/shairport-sync: Add support for AirPlay2 Trammell Hudson via buildroot
2025-12-27 14:22 ` Thomas Petazzoni via buildroot
2025-12-27 9:58 ` [Buildroot] [PATCH 1/2] package/nqptp: Add version 1.2.4 Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aP0fWpti-9PiGKxn@hachi.swcp.com \
--to=buildroot@buildroot.org \
--cc=hudson@trmm.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.