gianpaoloracca wrote: 
>  I tried to put my two Airplay devices on the same subnet as my LMS and
> it works like a charm!
> Now, it would be nice to understand why having those devices on a
> different subnet prevented LMS from discovering them. I remind you that
> my iOS devices (that are on the same subnet of LMS) could find Airplay
> devices even if they were on a different subnet, so I think my PFSense
> rules were ok.
> If anyone has the same situation or has some hints it will be very
> appreciated.
> 
> Have a nice day,
> 
> Gianpaolo 

philippe_44 wrote: 
> 
> The different is where the mDNS query is initiated from and where it is
> supposed to return, as here it is inside the docker instance. In the
> case of your iOS device are, that constraint is not here. 
> I'm not saying that this is the reason, I'll have to have a look at the
> mDNS broadcast code
> 
> [edit]: I checked and the mDNS time-to-live is set to 32 which means
> "send to whole site", so it should propagate across your sub-networks
> unless something in the docker container prevents it. You can try to run
> the helper squeeze2raop-xxx on any machine (Linux
> x86/x86-64/arm5/arm6/aarch64, Windows, OSX, Solaris and FreeBSD)

I am having essentially the same issue as Gianpaulo. iPhone on "Subnet
A" successfully Airplays to my two Airplay players/renderers on "Subnet
B", but the LMS bridge (on "Subnet A") cannot find either of those two
Airplay players/renderers (an Apple TV and a Denon AVR). 

I have checked pfSense firewall logs in both directions and am not
seeing anything being blocked. I am also running LMS and the bridge
natively on my single bare-metal server (on Ubuntu 22.04), with no
Docker or other containerization. Additionally, I have verified that the
Ubuntu server can see the AVR and the Apple TV by running the mdns-scan
utility from the Ubuntu repositories. Therefore, it seems to me that the
problem is something with the bridge rather than my network/firewall
configuration.

Log file:

Code:
--------------------
    Starting Squeeze2raop: 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/RaopBridge/Bin/squeeze2raop-linux-x86_64
 -Z -I -b 192.168.1.90 -f /var/log/squeezeboxserver/raopbridge.log -d all=debug 
-x /var/lib/squeezeboxserver/prefs/raopbridge.xml -i 
/var/lib/squeezeboxserver/prefs/raopbridge.xml
  [17:13:19.855804] main:1493 Starting squeeze2raop version: v1.1.1 (Dec  8 
2022 @ 17:02:18)
  
  [17:13:19.857290] register_pcm:306 using pcm to decode aif,pcm
  [17:13:19.857332] register_mad:429 using mad to decode mp3
  [17:13:19.857343] register_alac:533 using alac to decode alc
  [17:13:19.857349] register_flac:308 using flac to decode flc
  [17:13:19.857353] register_faad:648 using faad to decode aac
  [17:13:19.857358] register_vorbis:339 using vorbis to decode ogg
  [17:13:19.857362] register_opus:282 using opus to decode ops
  [17:13:19.857367] register_soxr:391 using soxr for resampling
  [17:13:19.857371] register_soxr:391 using soxr for resampling
  [17:13:19.857378] Start:1256 Binding to 192.168.1.90
  [17:13:19.857473] StartActiveRemote:1148 DACP port: 65293
  [17:13:19.940229] mDNSsearchCallback:696 Updating configuration 
/var/lib/squeezeboxserver/prefs/raopbridge.xml
  [17:13:19.952122] mDNSsearchCallback:696 Updating configuration 
/var/lib/squeezeboxserver/prefs/raopbridge.xml
--------------------


XML Config:

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>
  <resolution/>
  <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>
  <encryption>1</encryption>
  <read_ahead>1000</read_ahead>
  <server>192.168.1.90</server>
  </common>
  <interface>192.168.1.90</interface>
  <log_limit>-1</log_limit>
  <migration>3</migration>
  <ports>30000:35535</ports>
  </squeeze2raop>
--------------------


------------------------------------------------------------------------
BubbaTech's Profile: http://forums.slimdevices.com/member.php?userid=73233
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to