I'm really utterly failing to get AirPlay Bridge to work with my ubuntu
firewall.
Ubuntu version: 20.04.2 LTS server
squeeze2raop version: v0.4.53.1 (Mar 13 2021 @ 17:38:54)
Airplay Device: Airport Express
I'm opening the following ports using an app profile for ufw:
Code:
--------------------
[lms]
title=Logitech Media Server
description=All ports for LMS and AirPlay Bridge
ports=3483,5000:5005,5353,7000,9000,9090,49152:49215/tcp|3483,5353,6000:6005,36556,44070,53875,57772/udp
--------------------
Here is what lsof -i -n -P +c 0 looks like with the firewall disabled
and music playing
Code:
--------------------
slimserver.pl 51150 lms 8u IPv4 193513 0t0 UDP *:3483
slimserver.pl 51150 lms 9u IPv4 193514 0t0 TCP *:3483
(LISTEN)
slimserver.pl 51150 lms 20u IPv4 193521 0t0 TCP *:9090
(LISTEN)
slimserver.pl 51150 lms 26u IPv4 193529 0t0 UDP *:45427
slimserver.pl 51150 lms 27u IPv4 193533 0t0 TCP *:9000
(LISTEN)
slimserver.pl 51150 lms 28u IPv4 196617 0t0 TCP
127.0.0.1:3483->127.0.0.1:48052 (ESTABLISHED)
slimserver.pl 51150 lms 29u IPv4 196654 0t0 TCP
192.168.0.221:9000->192.168.0.101:52701 (ESTABLISHED)
slimserver.pl 51150 lms 36u IPv4 196662 0t0 TCP
192.168.0.221:9000->192.168.0.101:52703 (ESTABLISHED)
slimserver.pl 51150 lms 37u IPv4 196655 0t0 TCP
192.168.0.221:9000->192.168.0.101:52702 (ESTABLISHED)
slimserver.pl 51150 lms 38u IPv4 196666 0t0 TCP
192.168.0.221:3483->192.168.0.221:33928 (ESTABLISHED)
slimserver.pl 51150 lms 39u IPv4 196670 0t0 TCP
192.168.0.221:9000->192.168.0.101:52706 (ESTABLISHED)
slimserver.pl 51150 lms 41u IPv4 196674 0t0 TCP
192.168.0.221:9000->192.168.0.221:47776 (ESTABLISHED)
slimserver.pl 51150 lms 42u IPv4 196677 0t0 TCP
192.168.0.221:9090->192.168.0.221:53398 (ESTABLISHED)
squeezelite 51151 lms 4u IPv4 195924 0t0 TCP
127.0.0.1:48052->127.0.0.1:3483 (ESTABLISHED)
squeeze2raop-x8 51161 lms 3u IPv4 195416 0t0 UDP *:5353
squeeze2raop-x8 51161 lms 4u IPv4 195417 0t0 TCP
192.168.0.221:49153 (LISTEN)
squeeze2raop-x8 51161 lms 7u IPv4 195419 0t0 UDP *:5353
squeeze2raop-x8 51161 lms 10u IPv4 196665 0t0 TCP
192.168.0.221:33928->192.168.0.221:3483 (ESTABLISHED)
squeeze2raop-x8 51161 lms 11u IPv4 195432 0t0 TCP
192.168.0.221:47776->192.168.0.221:9000 (ESTABLISHED)
squeeze2raop-x8 51161 lms 12u IPv4 194056 0t0 TCP
192.168.0.221:55657->192.168.0.149:7000 (ESTABLISHED)
squeeze2raop-x8 51161 lms 14u IPv4 194057 0t0 UDP
192.168.0.221:49161
squeeze2raop-x8 51161 lms 15u IPv4 194058 0t0 UDP
192.168.0.221:49162
squeeze2raop-x8 51161 lms 16u IPv4 194059 0t0 UDP
192.168.0.221:49163
squeeze2raop-x8 51161 lms 17u IPv4 194060 0t0 TCP
192.168.0.221:53398->192.168.0.221:9090 (ESTABLISHED)
--------------------
What the heck do I need to open in the firewall to allow AirPlay Bridge
to work? Any help would be appreciated. Thanks.
Here's the config xml:
Code:
--------------------
<squeeze2raop>
<common>
<streambuf_size>2097152</streambuf_size>
<output_size>1764000</output_size>
<enabled>1</enabled>
<codecs>aac,ogg,ops,ogf,flc,alc,wav,aif,pcm,mp3</codecs>
<sample_rate>96000</sample_rate>
<resample>1</resample>
<resample_options/>
<player_volume>-1</player_volume>
<volume_mapping>-30:1, -15:50, 0:100</volume_mapping>
<volume_feedback>1</volume_feedback>
<volume_mode>2</volume_mode>
<mute_on_pause>1</mute_on_pause>
<send_metadata>1</send_metadata>
<send_coverart>1</send_coverart>
<auto_play>0</auto_play>
<idle_timeout>30</idle_timeout>
<remove_timeout>0</remove_timeout>
<alac_encode>0</alac_encode>
<volume_trigger>0</volume_trigger>
<prevent_playback>stop</prevent_playback>
<encryption>0</encryption>
<read_ahead>1000</read_ahead>
<server>?</server>
</common>
<interface>192.168.0.221</interface>
<slimproto_log>debug</slimproto_log>
<stream_log>debug</stream_log>
<output_log>debug</output_log>
<decode_log>debug</decode_log>
<main_log>debug</main_log>
<slimmain_log>debug</slimmain_log>
<raop_log>debug</raop_log>
<util_log>debug</util_log>
<log_limit>-1</log_limit>
<migration>3</migration>
<ports>49152:21</ports>
<device>
<mac>aa:aa:17:d6:af:e7</mac>
<udn>28373740D9D8@AirPort Express._raop._tcp.local</udn>
<friendly_name>AirPort-Express</friendly_name>
<enabled>1</enabled>
<name>AirPort-Express</name>
</device>
</squeeze2raop>
--------------------
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=105198
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins