Files
firestuff/2016-02-15-streaming-netflix-from-android-to-os-x.html
2019-04-25 02:45:09 +00:00

25 lines
2.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--# set var="title" value="Streaming Netflix from Android to OS X" -->
<!--# set var="date" value="2016-02-15" -->
<!--# include file="include/top.html" -->
<p>Among other excitement, having a baby leads to a lot of time spent bored but not wanting to move for fear of waking the kraken. The phone is usually in reach, but unless youre good at planning, often nothing else is. Were cord cutters, and theres no TV in our living room. There is an iMac, great for watching media, if you can get it playing the right thing.</p>
<p>This is an ideal case for Chromecast: Netflix support, remote control from a simple Android UI, etc. Great, so how do I Chromecast to a computer? Of course, not so easy.</p>
<p>Theres a Python app called <a href="https://github.com/dz0ny/leapcast">Leapcast</a> that tried to implement just this. As with many attempts to keep up with proprietary protocols, its currently (2016/Feb) broken after a Chromecast change, and appears to have been for some time. No luck there.</p>
<p>What about HDMI capture of a real Chromecast? Stop me if youve heard this before: that perfectly reasonable use case is broken because of fear of piracy. Specifically in this case, broken by <a href="https://en.wikipedia.org/wiki/High-bandwidth_Digital_Content_Protection">HDCP</a>. For the umpteenth time in my life, I find myself bypassing copy protection for a purpose that isnt piracy. And its not that hard; certainly not hard enough to stop an actual pirate. I would know.</p>
<p>Go buy:</p>
<ul>
<li>A <a href="https://www.google.com/intl/en_us/chromecast/buy-tv/">Chromecast</a>. You cant buy them from Amazon anymore because theyre trying to prop up their disaster of a media platform.</li>
<li>An <a href="http://www.amazon.com/Elgato-Capture-PlayStation-gameplay-1080p/dp/B00MIQ40JQ">HDMI capture device</a>. Chromecast supports 1080p60, so consider getting a capture device that does too.</li>
<li>An HDMI splitter that conveniently forgets to use HDCP on its outputs, aka an <a href="https://www.amazon.com/gp/aw/d/B004F9LVXC">HDCP stripper</a>.</li>
</ul>
<p>Plug them into each other and into your computer, start the capture software, enable 60fps input, full screen it, then wait a moment for the UI to hide. Set up the Chromecast as normal. Enjoy.</p>
<!--# include file="include/bottom.html" -->