{"id":366,"date":"2013-07-14T22:28:30","date_gmt":"2013-07-14T21:28:30","guid":{"rendered":"http:\/\/blog.leaves-and-love.net\/?p=366"},"modified":"2018-09-11T10:44:21","modified_gmt":"2018-09-11T08:44:21","slug":"how-to-stream-spotify-from-mac-to-playstation-3","status":"publish","type":"post","link":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/","title":{"rendered":"How To Stream Spotify from Mac to Playstation 3"},"content":{"rendered":"<p>A while ago I thought about having my <a title=\"Spotify\" href=\"http:\/\/www.spotify.com\" target=\"_blank\" rel=\"noopener noreferrer\">Spotify<\/a> playlists streamed to my Playstation 3. My sound system is connected to that device, placed in my living room, so I needed to find a way to stream the whole sound output (also called &#8220;Stereo Mix&#8221;) from my Mac to the PS3. In this article I will explain how you can stream any sound from your Mac, for example Spotify, to any local device using WLAN, in this case my Playstation 3.<br \/>\n<!--more--><\/p>\n<h2>What do you need to stream your audio output?<\/h2>\n<p>Although this tutorial seems quite long, once you&#8217;ve made your way through it and configured everything (one-time only!), handling all this will be pretty easy, and it won&#8217;t take longer than a minute. It&#8217;s not really complicated to accomplish this, however you need four tiny tools (all of which are freeware though!):<\/p>\n<ul>\n<li><span style=\"line-height: 16px;\">Soundflower (<a title=\"Soundflower Download\" href=\"https:\/\/code.google.com\/p\/soundflower\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/code.google.com\/p\/soundflower\/<\/a>)<\/span><\/li>\n<li>Shoutcast (<a title=\"Shoutcast Download\" href=\"http:\/\/www.shoutcast.com\/broadcast-tools\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.shoutcast.com\/broadcast-tools<\/a>)<\/li>\n<li>MuSE OS X (<a title=\"MuSE OS X Download\" href=\"http:\/\/files.dyne.org\/.index\/index.php?dir=%2Fmuse%2Fbinary\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/files.dyne.org\/.index\/index.php?dir=%2Fmuse%2Fbinary<\/a>)<\/li>\n<li>a Media Server App like Plex Media Server (<a title=\"Plex Media Server Download\" href=\"http:\/\/www.plexapp.com\/getplex\/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.plexapp.com\/getplex\/index.php<\/a>) or for this tutorial PS3 Media Server (<a title=\"PS3 Media Server Download\" href=\"https:\/\/code.google.com\/p\/ps3mediaserver\/downloads\/detail?name=pms-macosx-1.82.0.dmg\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/code.google.com\/p\/ps3mediaserver\/downloads\/detail?name=pms-macosx-1.82.0.dmg<\/a>)<\/li>\n<\/ul>\n<p><span style=\"font-size: medium;\"><span style=\"line-height: 24px;\">Now we can get started! Remember, if you want to stream Spotify, of course you need to have a valid account there!<\/span><\/span><\/p>\n<h2>Installation and one-time-configuration<\/h2>\n<p>After you have downloaded the above tools (you only need one of those Media Server applications), get started by installing Soundflower. Also install MuSE OS X and (in my case) the PS3 Media Server. You already got three of the tools ready! However, Shoutcast is not a real app, you can only run this tool using the command line (with the Terminal app that you can find on any Mac OS X device). So I recommend you to move the new <em>shoutcast_server<\/em> folder to a location of your choice that is easily reachable, for example I put it on my desktop.<\/p>\n<p>Now you need to tweak some settings. Inside the <em>shoutcast_server<\/em> folder, open the file <em>sc_serv_basic.conf<\/em> with a text editor. All you need to change here is the line that says &#8220;password&#8221; as well as the &#8220;adminpassword&#8221;. Just type in two different passwords of your choice. If you want to, you can also change the &#8220;portbase&#8221; by removing the semi-colon and typing in another port number. Otherwise Shoutcast will stream on port 8000 (I left it as it is). When you&#8217;re done, save the file and close it. Now you need to make sure that you can later access your audio stream using the PS3 Media Server. To do this, access the <em>Library<\/em> folder by clicking on the <em>Go To<\/em> submenu in the Mac Finder menu bar and press down the <em>alt<\/em>-key to see and open this <em>Library<\/em> folder. Inside, go to <em>Application Support -&gt; PMS<\/em>. You should see a file called <em>WEB.conf<\/em>, otherwise you can download it <a title=\"WEB.conf Download\" href=\"https:\/\/code.google.com\/p\/ps3mediaserver\/issues\/attachmentText?id=294&amp;aid=5613783387044830644&amp;name=web.conf&amp;token=51e35537a9ee8f2b0e265857c2c91ccf\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>. After you have opened it with a text editor, you see a long list of streams that have already been input there. If you don&#8217;t wanna use them, just delete them. Just be sure to enter the following line under <em># audio streams<\/em>:<\/p>\n<p><em>audiostream.Web,Radio=&lt;name-of-your-choice&gt;,http:\/\/&lt;your-computers-local-ip-address&gt;:&lt;the-port-specified-in-the-shoutcast-configuration-file&gt;<\/em><\/p>\n<p>Replace <em>&lt;name-of-your-choice&gt;<\/em> with any name of your choice (for example <em>Mac Sound Output<\/em>) &#8211; this will be the name of your stream that you will later see on your Playstation 3. Replace <em>&lt;your-computers-local-ip-address&gt;<\/em> with your computer&#8217;s local ip-address (if you don&#8217;t know how to find it, read <a title=\"How To Find Your Local IP Address\" href=\"http:\/\/lifehacker.com\/5833108\/how-to-find-your-local-and-external-ip-address\" target=\"_blank\" rel=\"noopener noreferrer\">this article<\/a>), and replace <em>&lt;the-port-specified-in-the-shoutcast-configuration-file&gt;<\/em> with the port number you set earlier (remember, if you didn&#8217;t change it, enter <em>8000<\/em>). Don&#8217;t forget the colon in between! For example, your line could look like this:<\/p>\n<p><em>audiostream.Web,Radio=iMac Sound,http:\/\/192.168.2.7:8000<\/em><\/p>\n<p>Now save this file, and your one-time-configuration is done. Everything that follows now are the actions you always need to do to start your audio output stream.<\/p>\n<h2>Stream your Audio Output from Mac to any WLAN device<\/h2>\n<p>These are the actions needed to start your Mac audio output stream:<\/p>\n<ol>\n<li><span style=\"line-height: 16px;\">Go to your Mac&#8217;s\u00a0<em>System Preferences -&gt; Sound<\/em>. For <em>Output<\/em> as well as for <em>Input<\/em> choose <em>Soundflower (2ch)<\/em>. This allows Soundflower to grab your Mac&#8217;s sound output and use this output as input for your audio stream.<\/span><\/li>\n<li>Open the Terminal app. You need to move to your <em>shoutcast_server<\/em> directory. This works by typing in <em>cd &lt;path-to-the-directory&gt;<\/em> (where <em>&lt;path-to-the-directory&gt;<\/em> needs to be replaced with the path to the directory, for example <em>cd Desktop\/shoutcast_server<\/em>). After that, type in <em>.\/sc_serv sc_serv_basic.conf<\/em> to start your own audio server. The application will start, at the end it should say something like <em>Listening for connection on port 8000<\/em> (or sometimes also 8001).<\/li>\n<li>Open muse-OS X. First, click on <em>Status<\/em> (so that you can see what you&#8217;re doing). Then click on <em>Output Device<\/em> until it said something like\u00a0<em>Closing output device: Soundflower 2ch<\/em>. Then click on <em>Input Device<\/em>, but this time check that it says something like <em>Opening input device: Soundflower 2ch<\/em>. In short words: Output has to be closed, input has to be open.<\/li>\n<li>Now, still inside muse-OS X, click on <em>Stream<\/em>. A new window opens. There you will actually set up your audio stream and pass it to the Shoutcast server you just started before. First you need to click <em>Add<\/em>\u00a0on the right side of <em>Output Streams<\/em> to add a new stream. Now choose the audio settings you want to use. I recommend to use <em>Encoder Type: mp3<\/em>, <em>Mode: stereo<\/em>, <em>bitrate: 128<\/em>, <em>frequency: 44100<\/em>. As you can see, muse-OS X currently only supports audio streaming up to 128 kbit\/s. However, since the free and unlimited version of Spotify only streams up to 160kbit\/s anyway, that&#8217;s not too much of a loss.<\/li>\n<li>After tweaking these audio settings, click on <em>Add<\/em> on the right side of <em>Stream Servers<\/em>. Now you need to enter the necessary information to send the audio to your Shoutcast server. For <em>Host<\/em>, enter <em>localhost<\/em>, for <em>Port<\/em> again use the port number you specified earlier (default was <em>8000<\/em>). Leave the <em>Mnt<\/em> field empty. <em>Name<\/em> and <em>Description<\/em> can be anything you like. As <em>Login Type<\/em>, choose <em>shoutcast<\/em>, leave the <em>Username<\/em> field empty, and for <em>Password<\/em> you enter the password you specified in your Shoutcast configuration file (NOT the adminpassword!). When you&#8217;re done, click on <em>Connect<\/em>. Your audio stream is now running!<\/li>\n<li>All you need to do now is start the PS3 Media Server app. After it has connected to your Playstation 3, you can access your shoutcast stream from there under the name you specified earlier in the PS3 Media Server&#8217;s <em>WEB.conf<\/em> file.<\/li>\n<\/ol>\n<p><span style=\"font-size: medium;\"><span style=\"line-height: 24px;\">Now turn on some sound to test it. You will probably notice a delay of a few seconds, but if you only want to listen to your Spotify music, that shouldn&#8217;t be a problem right? Oh, and another little hint: After you have set Soundflower 2ch as your Mac&#8217;s output, you won&#8217;t hear your Mac&#8217;s sound out of its speakers any longer, it will only be streamed to your WLAN device (in this case the Playstation 3). So if you still want to be able to listen to your audio on your Mac&#8217;s speakers at the same time, open the tiny application called &#8220;Soundflowerbed&#8221; that was installed automatically with Soundflower, and set the output settings from <em>OFF<\/em> to <em>Built-In Output<\/em>.<\/span><\/span><\/p>\n<p>Congratulations, you should now be able to stream your Spotify music from your Mac to your Playstation 3! If you have any questions or if something doesn&#8217;t work, feel free to post a comment. And if you&#8217;re a Windows user, you might find <a title=\"Stream Spotify from Windows To PS3\" href=\"http:\/\/ps3-spotify.blogspot.de\/2010\/07\/stream-spotify-to-ps3.html\" target=\"_blank\" rel=\"noopener noreferrer\">that tutorial about streaming Spotify from Windows<\/a> helpful!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A while ago I thought about having my Spotify playlists streamed to my Playstation 3. My sound system is connected to that device, placed in my living room, so I needed to find a way to stream the whole sound output (also called &#8220;Stereo Mix&#8221;) from my Mac to the PS3. In this article I [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":517,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[74],"tags":[],"class_list":["post-366","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-random"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Stream Spotify from Mac to Playstation 3 - felix-arntz.me<\/title>\n<meta name=\"description\" content=\"In this article I will explain how you can stream all audio ouput (&quot;Stereo Mix&quot;) from your Mac, for example Spotify, to your Playstation 3 using WLAN.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Stream Spotify from Mac to Playstation 3 - felix-arntz.me\" \/>\n<meta property=\"og:description\" content=\"In this article I will explain how you can stream all audio ouput (&quot;Stereo Mix&quot;) from your Mac, for example Spotify, to your Playstation 3 using WLAN.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/\" \/>\n<meta property=\"og:site_name\" content=\"felix-arntz.me\" \/>\n<meta property=\"article:published_time\" content=\"2013-07-14T21:28:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-09-11T08:44:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Felix\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@felixarntz\" \/>\n<meta name=\"twitter:site\" content=\"@felixarntz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Felix\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/\"},\"author\":{\"name\":\"Felix\",\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55\"},\"headline\":\"How To Stream Spotify from Mac to Playstation 3\",\"datePublished\":\"2013-07-14T21:28:30+00:00\",\"dateModified\":\"2018-09-11T08:44:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/\"},\"wordCount\":1311,\"commentCount\":34,\"publisher\":{\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55\"},\"image\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg\",\"articleSection\":[\"Random\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/\",\"url\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/\",\"name\":\"How To Stream Spotify from Mac to Playstation 3 - felix-arntz.me\",\"isPartOf\":{\"@id\":\"https:\/\/felix-arntz.me\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg\",\"datePublished\":\"2013-07-14T21:28:30+00:00\",\"dateModified\":\"2018-09-11T08:44:21+00:00\",\"description\":\"In this article I will explain how you can stream all audio ouput (\\\"Stereo Mix\\\") from your Mac, for example Spotify, to your Playstation 3 using WLAN.\",\"breadcrumb\":{\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#primaryimage\",\"url\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg\",\"contentUrl\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg\",\"width\":1440,\"height\":540,\"caption\":\"How To Stream Spotify from Mac to Playstation 3\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/felix-arntz.me\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Random\",\"item\":\"https:\/\/felix-arntz.me\/blog\/category\/random\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How To Stream Spotify from Mac to Playstation 3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/felix-arntz.me\/#website\",\"url\":\"https:\/\/felix-arntz.me\/\",\"name\":\"felix-arntz.me\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/felix-arntz.me\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55\",\"name\":\"Felix\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2018\/09\/felix-arntz-site-icon.png\",\"contentUrl\":\"https:\/\/felix-arntz.me\/wp-content\/uploads\/2018\/09\/felix-arntz-site-icon.png\",\"width\":512,\"height\":512,\"caption\":\"Felix\"},\"logo\":{\"@id\":\"https:\/\/felix-arntz.me\/#\/schema\/person\/image\/\"},\"description\":\"Developer Programs Engineer at Google. WordPress Core Committer. Previously Yoast. Runner, musician, movie geek. Aprendiendo espa\u00f1ol. Fueled by Mountain Dew.\",\"sameAs\":[\"https:\/\/x.com\/felixarntz\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Stream Spotify from Mac to Playstation 3 - felix-arntz.me","description":"In this article I will explain how you can stream all audio ouput (\"Stereo Mix\") from your Mac, for example Spotify, to your Playstation 3 using WLAN.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/","og_locale":"en_US","og_type":"article","og_title":"How To Stream Spotify from Mac to Playstation 3 - felix-arntz.me","og_description":"In this article I will explain how you can stream all audio ouput (\"Stereo Mix\") from your Mac, for example Spotify, to your Playstation 3 using WLAN.","og_url":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/","og_site_name":"felix-arntz.me","article_published_time":"2013-07-14T21:28:30+00:00","article_modified_time":"2018-09-11T08:44:21+00:00","og_image":[{"width":1440,"height":540,"url":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg","type":"image\/jpeg"}],"author":"Felix","twitter_card":"summary_large_image","twitter_creator":"@felixarntz","twitter_site":"@felixarntz","twitter_misc":{"Written by":"Felix","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#article","isPartOf":{"@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/"},"author":{"name":"Felix","@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55"},"headline":"How To Stream Spotify from Mac to Playstation 3","datePublished":"2013-07-14T21:28:30+00:00","dateModified":"2018-09-11T08:44:21+00:00","mainEntityOfPage":{"@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/"},"wordCount":1311,"commentCount":34,"publisher":{"@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55"},"image":{"@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#primaryimage"},"thumbnailUrl":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg","articleSection":["Random"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/","url":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/","name":"How To Stream Spotify from Mac to Playstation 3 - felix-arntz.me","isPartOf":{"@id":"https:\/\/felix-arntz.me\/#website"},"primaryImageOfPage":{"@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#primaryimage"},"image":{"@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#primaryimage"},"thumbnailUrl":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg","datePublished":"2013-07-14T21:28:30+00:00","dateModified":"2018-09-11T08:44:21+00:00","description":"In this article I will explain how you can stream all audio ouput (\"Stereo Mix\") from your Mac, for example Spotify, to your Playstation 3 using WLAN.","breadcrumb":{"@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#primaryimage","url":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg","contentUrl":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg","width":1440,"height":540,"caption":"How To Stream Spotify from Mac to Playstation 3"},{"@type":"BreadcrumbList","@id":"https:\/\/felix-arntz.me\/blog\/how-to-stream-spotify-from-mac-to-playstation-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/felix-arntz.me\/"},{"@type":"ListItem","position":2,"name":"Random","item":"https:\/\/felix-arntz.me\/blog\/category\/random\/"},{"@type":"ListItem","position":3,"name":"How To Stream Spotify from Mac to Playstation 3"}]},{"@type":"WebSite","@id":"https:\/\/felix-arntz.me\/#website","url":"https:\/\/felix-arntz.me\/","name":"felix-arntz.me","description":"","publisher":{"@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/felix-arntz.me\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/c7c3c658d2e59bbddf3e8684a6846e55","name":"Felix","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/image\/","url":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2018\/09\/felix-arntz-site-icon.png","contentUrl":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2018\/09\/felix-arntz-site-icon.png","width":512,"height":512,"caption":"Felix"},"logo":{"@id":"https:\/\/felix-arntz.me\/#\/schema\/person\/image\/"},"description":"Developer Programs Engineer at Google. WordPress Core Committer. Previously Yoast. Runner, musician, movie geek. Aprendiendo espa\u00f1ol. Fueled by Mountain Dew.","sameAs":["https:\/\/x.com\/felixarntz"]}]}},"jetpack_featured_media_url":"https:\/\/felix-arntz.me\/wp-content\/uploads\/2013\/07\/how-to-stream-spotify-from-mac-to-playstation-3.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/posts\/366","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/comments?post=366"}],"version-history":[{"count":1,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/posts\/366\/revisions"}],"predecessor-version":[{"id":1285,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/posts\/366\/revisions\/1285"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/media\/517"}],"wp:attachment":[{"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/media?parent=366"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/categories?post=366"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/felix-arntz.me\/api\/wp\/v2\/tags?post=366"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}