Hey there,
my plan was actually to build three little wooden boxes with Raspberry's in it.
I installed node,npm,shairport-sync on a Raspberry. The test with shairport-sync works pretty well. Well I thought its a good idea to have a webradio implementation as well so you can access the Pi and turn optional the Airplay on. I write a server.js/client.js with a little switch to activate the shairport-sync wich works on my mac without any trouble.(npm,node,shairport-sync ) If I do the same on my Pi and turn the switch on nothing happens. The shairport-sync application wont start.(Had a look with "ps ax") I also tried to start the application with root permissions but no changes. Iam a bit confused. I run in order: 1.Install node 2.Install npm 3. Install shairport-sync 4.Run my package.json.
I would be bloody delighted if someone can help me.
My repo: https://github.com/ChristianOrgs/pirate-radio
Hey there,
my plan was actually to build three little wooden boxes with Raspberry's in it.
I installed node,npm,shairport-sync on a Raspberry. The test with shairport-sync works pretty well. Well I thought its a good idea to have a webradio implementation as well so you can access the Pi and turn optional the Airplay on. I write a server.js/client.js with a little switch to activate the shairport-sync wich works on my mac without any trouble.(npm,node,shairport-sync ) If I do the same on my Pi and turn the switch on nothing happens. The shairport-sync application wont start.(Had a look with "ps ax") I also tried to start the application with root permissions but no changes. Iam a bit confused. I run in order: 1.Install node 2.Install npm 3. Install shairport-sync 4.Run my package.json.
I would be bloody delighted if someone can help me.
My repo: https://github.com/ChristianOrgs/pirate-radio