dtcooper / raspotify

A Spotify Connect client that mostly Just Works™
https://dtcooper.github.io/raspotify
MIT License
4.62k stars 211 forks source link

RaspAp and find raspotify #548

Closed schorges closed 2 years ago

schorges commented 2 years ago

Due Diligence

What can we help you with?

My raspotify running good with the eth0 lan-cable on it and local network i find the raspotify rpi device.

Than i install raspap with nodogsplash and huwai 4G stick, all clients can register an have over eth1 access to the web.

eth0 | ip 192.168.17.86 | gateway 192.168.17.1 <= dhcp router

eth1 | ip 192.168.8.102 | gateway 192.168.8.1

wlan0 | ip 10.3.141.1 | gateway 10.3.141.1

on mobile the raspotiy no found on wlan (not same network)

what do I have to change so that it works without a network cable on eth0 ?

can i change a raspotify ip or the static ip?

tahnks for help !

JasonLG1979 commented 2 years ago

Librespot uses mdns for local discovery.

I know nothing of those other apps. It would be better probably to ask them if it's possible to and how to forward mdns using them.

That being said if your only goal is making librespot accessable to a single user no matter what network they are on you don't need them. All you have to do is provide your creds in the config and enable cred caching.

JasonLG1979 commented 2 years ago

And if you only want 1 user to be able to access Raspotify you can disable discovery.

JasonLG1979 commented 2 years ago

Closing because of a lack of response.