nguyer / shaircast

So your iPhone can play music all around your house
37 stars 6 forks source link

Error: Codec not supported (96 AppleLossless) #1

Open messismore opened 8 years ago

messismore commented 8 years ago

Hi,

when I try to stream from iTunes (v. 12.3.1.23) I get this error;

Error: Codec not supported (96 AppleLossless) clientConnected clientDisconnected All devices stopped

I am running shaircast on a Raspberry 2 B with Raspbian Jessie and Node.js v. 0.10.40.

nguyer commented 8 years ago

Hi. This used to be a known limitation of one of the libraries that I am using. Maybe it has been fixed in a recent version though, because I can't find where that was documented anymore. I will try updating the dependencies and see if that makes it better.

messismore commented 8 years ago

I am very new to node and linux-y things, but from what I understand, both nodetunes https://github.com/stephen/nodetunes/commit/5e04b3b3ae7df12600650d4c11f7612a13e54bd7 and node airtunes do support streaming alac and I have the most recent versions installed.

I will try to get nodetunes running on it's own and see if it works.