mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[GH-ISSUE #196] airplay: ensure streaming to multiple devices works #63
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lts-rad on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/196
Originally assigned to: @lts-rad on GitHub.
it was reported by @rgov that streaming to multiple devices with airplay was failing, investigate and fix
@lts-rad commented on GitHub (Sep 26, 2023):
https://support.apple.com/en-us/HT202944
Apple may be using RTP here w/ multicast over a port range that isn't proxied.
@lts-rad commented on GitHub (Sep 26, 2023):
PTP as well is multicast
@lts-rad commented on GitHub (Sep 26, 2023):
noticing some mediatek crashes
@lts-rad commented on GitHub (Sep 30, 2023):
for crashes -- https://github.com/spr-networks/super/issues/198
api in dev has now added support for listing services to proxy and optionally by device tag. remaining work tbd is building out the UI frontend for this and a neat feature would be having recent dropped multicast packets to choose from along with predefined services
on mesh multicast is blocked by the mac filter currently so a decision should be made about how to allow it. ideally the multicast proxy lives again on the mesh node and orchestrates the messages between interfaces, and the bridge can continue to filter.