DavidVentura / esp-snapcast

11 stars 0 forks source link

where do you change the hard coded snapcast server IP? #2

Open stevetheman1031 opened 1 week ago

stevetheman1031 commented 1 week ago

As the title suggests where do you change the hard coded snapcast server IP? Instructions are not all that clear. I was able to get it compiled and flashed at the end but now i just need to change the hardcoded IP that you mentioned is in the main.rs.

DavidVentura commented 1 week ago

right here: https://github.com/DavidVentura/esp-snapcast/blob/master/src/main.rs#L243

stevetheman1031 commented 1 week ago

Im also getting a reboot when i send a file or pause it. https://pastebin.com/99qvRMz1

DavidVentura commented 1 week ago

did you reboot the snapcast server to trigger this? otherwise, what was the set of steps to reproduce the issue?

stevetheman1031 commented 1 week ago

No I didn't reboot the server. I am using music assistant as the snap server, just simply sending/ending the audio stream from the server and it reboots. When sending the audio it does the reboot reconnects and immediately starts the stream. I'm sorry I'm not much help, I don't know rust well, If at all.