You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I set up a receiver using docker compose. The receiver is visible then on my iPhone and MacBook, however I'm unable to connect. Before it started to be visible on the list I whitelisted required ports in ufw but as I mentioned I cannot connect.
Am I still missing something?
Below are the logs:
me@wyse-5070:~/airplay2-receiver$ sudo docker compose -f docker/docker-compose.yaml up
[+] Running 1/0
⠿ Container docker-ap2-1 Created 0.0s
Attaching to docker-ap2-1
docker-ap2-1 | Starting Avahi mDNS/DNS-SD Daemon: avahi-daemonProcess 13 died: No such process; trying to remove PID file. (/run/avahi-daemon//pid)
docker-ap2-1 | .
docker-ap2-1 | [Receiver]: Name: Airplay2
docker-ap2-1 | [Receiver]: Enabled features: 0001c300405f4200
docker-ap2-1 | [Receiver]: FeatureFlags.Ft48TransientPairing|Ft47PeerManagement|Ft46HomeKitPairing|Ft41_PTPClock|Ft40BufferedAudio|Ft30UnifiedAdvertisingInfo|Ft22AudioUnencrypted|Ft20ReceiveAudioAAC_LC|Ft19ReceiveAudioALAC|Ft18ReceiveAudioPCM|Ft17AudioMetaTxtDAAP|Ft16AudioMetaProgress|Ft14MFiSoft_FairPlay|Ft09AirPlayAudio
docker-ap2-1 | [Receiver]: Interface: enp1s0
docker-ap2-1 | [Receiver]: IPv4: 192.168.0.6
docker-ap2-1 | [Receiver]: IPv6: fe80::e654:e8ff:fe3c:6881
docker-ap2-1 | [Receiver]:
docker-ap2-1 | [asyncio]: Using selector: EpollSelector
docker-ap2-1 | [Receiver]: mDNS: service registered
docker-ap2-1 | [Receiver]: Starting RTSP server, press Ctrl-C to exit...
docker-ap2-1 | [Receiver]: serving on 192.168.0.6:7000
docker-ap2-1 | [AP2Server: 192.168.0.6:7000]: Opened connection from 192.168.0.118:49984
docker-ap2-1 | [AP2Handler: 192.168.0.6:7000<=>192.168.0.118:49984; Thread-2]: {'qualifier': ['txtAirPlay']}
docker-ap2-1 | [AP2Handler: 192.168.0.6:7000<=>192.168.0.118:49984; Thread-2]: Sending our device info
docker-ap2-1 | [AP2Server: 192.168.0.6:7000]: Thread-2: Opened HAPSocket from 192.168.0.118:49984
docker-ap2-1 | [AP2Handler: 192.168.0.6:7000<=>192.168.0.118:49984; Thread-2]: SETUP: rtsp://192.168.0.6/13447777975926408032
docker-ap2-1 | [AP2Handler: 192.168.0.6:7000<=>192.168.0.118:49984; Thread-2]:
My best suggestion would be to disable the firewall, and work backwards from there. ControlPort and DataPort which the are advertised need to be accessible - but those are usually assigned in the non-root port range. So leaving those UDP ports open is a good idea.
The problem
Hi. I set up a receiver using docker compose. The receiver is visible then on my iPhone and MacBook, however I'm unable to connect. Before it started to be visible on the list I whitelisted required ports in ufw but as I mentioned I cannot connect.
Am I still missing something?
Below are the logs:
What commit exhibits the issue?
6f3c1ce
Was there a last known working commit?
No response
What type of installation are you running?
Docker
With which python3 version do you run Receiver?
3.8.10
OS the receiver runs on
Ubuntu 20.04.5 LTS
OS the sender runs
iOS 16.1, macOS Ventura 13.0
Which sender client was used
iOS Spotify, macOS settings
Command invocation
sudo docker compose -f docker/docker-compose.yaml up
Please include --debug output which helps to illustrate the problem
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: