Question

Why won't Sonos allow wireless audio streaming for movies from Mac/PC?

  • 25 November 2014
  • 37 replies
  • 42129 views


Show first post
This topic has been closed for further comments. You can use the search bar to find a similar topic, or create a new one by clicking Create Topic at the top of the page.

37 replies

My Play1 Tone Limited edition Speakers and Bridge currently for sale on NYC Craigslist.
I'm over it.....and I'm out.....


thanks bockersjv. could you suggest some of the auction sites you refer to? are there specialized ones besides ebay? many thanks. tdm

Anybody else confused? Why would totally disappointed michael be asking for auction sites when his Play:1s are already on Craigslist? And if he knows about e-bay, why put them on Craigslist? Curiouser and curiouser . . .
Userlevel 7
Badge +22
Mike has been such a great contributor though in his 2 posts about selling his Sonos and bashing me.
jgatie,
i'm asking because for some unknown reason they are not selling, despite the low price i am asking.... go figure.
and yeah, because i am not experienced at selling things i buy since i'm not easily so disappointed.
since you asked.
You'd be the only person in history who wasn't able to sell Sonos gear on the second hand market if that were the case. But whatever.
This has been fun to read. But a little crazy at the same time. You know you can just go out and get a Bluetooth receiver for 3.5 mm jack and plugh it on the back of the Sonos system and you can wireless stream any music on your phone or computer to it. Every company does makes what they think is a good product and better companies usualy leave ways for customers to make modification as the needs of each are different. Just some food for thought. The Bluetooth receiver is like $50 and you can add it all your systems.
Badge +1
I found it surprising that I could not play my local audio stream in the way that a number of people have got upset about. When I came to understand the way in which the system works via streaming services I came to understand rather better that the synchronise system does need the speakers to all work together and the stream from my Mac book (or for that matter any customers' random computer) would be difficult to accommodate.

Having got the Sonos airplay system to work I am now content to use the system as intended for the most part. Just seeing it work served to 'lance the boil' of my frustration and now I am happy. I used node 5.5 with El-Capitan and the fact that I had X-Code installed was necessary to the compilation process. (XCode is free).

Granted that the Sonos support peoples' tone is a bit patronising and they avoid the issue to an extent that a politician would be proud. On the other hand, the tone of some customers above this post makes me understand why I would swiftly lose a job in any customer facing role.
Does this workaround still work? Have done this as you said, however, keeps coming up Unable to play, unable to connect to 192.168.etc.

Cheers

Andy


Here's a solution I just tried, and found that actually works  for sound! (I'm assuming that the video and sound would be out of sync).

I would assume that SONOS might be able to offer a similar solution, unless (of course) licensing issues prevent them from doing it without permission from Apple.  (Don't know... just speculating here).

This software solution provides an "airplay" driver on your mac that points to one of your Sonos players.  Once it's installed, you use it with three simple steps.

Step 1)  Open a terminal prompt (command prompt) and type airsonos.  This starts the driver.
Don't close the session.  It's OK to minimize the window.

Step 2) You use the Mac's "System Preferences..." , "Sound" to select the sonos as the output for your sound.  Now, play some music on your mac, and turn up the volume, and the sound comes out of your Sonos" instead of your Mac.   No wires.  No hassle.

Step 3) Grin from ear to ear as any and all Mac sound streams wirelessly to your Sonos!

HERE'S HOW TO INSTALL THE DRIVERS, 
PLUS LINKS TO WHERE I FOUND THE SOLUTION.

(I can't take credit for creating it, but I'm so happy to have found it... thank you Stephen! ... that I'm willing to share it far and wide!)

airsonos a Node.js application, and it's free!   

You need to install the right version of Node.js (it's an older version),

and then you need to use npm (the Node package manager) which will download, compile and i

install airsonos.   It's all pretty easy.  You don't need more than basic computer skills to get it done.

-----------------------------

I found info here:  

 https://medium.com/@stephencwan/hacking-airplay-into-sonos-93a41a1fcfbb

and installation instructions here:

https://github.com/stephen/airsonos

IMPORTANT NOTE: It states it requires Node.js version v0.10.33 or greater.

I tried it with the current release of Node.js (v0.12.xx) and it wouldn't compile. 

When I downloaded and installed Node.js version v0.10.33, and then tried to install it everything worked!

Here are the brief instructions:

Step 1)

Download Node.js v0.10.33 from here: 

http://blog.nodejs.org/2014/10/23/node-v0-10-33-stable/

or use google to find it.

Step 2) Run the install (node-v0.10.33.pkg) to install Node.js

Step 3)  Open a terminal prompt, and at the command line type:

sudo npm install airsonos -g

This will cause the npm (the node package manager) to download, compile and install airsonos and the packages it requires.  It took about 5 or 10 minutes to complete.

Now it's installed!

To use it, it's two simple steps:

*** First) open a terminal and at the command prompt type:

  airsonos

./

You should see output similar to:

MacBook-Pro:~user$ airsonos 

Searching for Sonos devices on network...

Setting up AirSonos for Basement {192.168.0.10:1400}

Setting up AirSonos for Office {192.168.0.20:1400}

On my machine these messages were repeated several times.  

LEAVE THE TERMINAL WINDOW.  Don't close it, or kill the airsonos app.

It *IS* OK to minimize the window.

*** Second)

Go to system preferences... (under the apple menu), select "Sound" and for "Output" create one of the airsonos outputs.  For instance, in my situation I selected .

"Office (AirSonos)                  AirPlay".

Now play some music on your mac, turn up the volume on your mac, and listen the music come out through Sonos!

This is awesome.  You can now send steaming services to Sonos, you can output your itunes music to sonos.  Want to hear a playlist of songs from youtube... done,  amazon music prime... it now works!, etc, etc.

Many, many thanks to Stephen for creating this and sharing the info.

I didn't create any of this, I'm just sharing the information since I've wanted this feature for so long, I'm happy to finally find a quality solution that works!

-Phil