Streaming Netflix from Android to OS X

This commit is contained in:
Ian Gulliver
2019-04-15 01:41:07 +00:00
parent 6085531ce0
commit bbf31e5230
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<!--# set var="title" value="Streaming Netflix from Android to OS X" -->
<!--# set var="date" value="February 15, 2016" -->
<!--# include file="include/top.html" -->
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.
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.
Theres a Python app called [Leapcast](https://github.com/dz0ny/leapcast) 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.
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 [HDCP](https://en.wikipedia.org/wiki/High-bandwidth_Digital_Content_Protection). 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.
Go buy:
* A [Chromecast](https://www.google.com/intl/en_us/chromecast/buy-tv/). You cant buy them from Amazon anymore because theyre trying to prop up their disaster of a media platform.
* An [HDMI capture device](http://www.amazon.com/Elgato-Capture-PlayStation-gameplay-1080p/dp/B00MIQ40JQ). Chromecast supports 1080p60, so consider getting a capture device that does too.
* An HDMI splitter that conveniently forgets to use HDCP on its outputs, aka an [HDCP stripper](https://www.amazon.com/gp/aw/d/B004F9LVXC).
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.
<!--# include file="include/bottom.html" -->

View File

@@ -15,5 +15,6 @@
1. 2016-Mar-01: [Asynchronous name resolution in C](2016-03-01-asynchronous-name-resolution-in-c.html)
1. 2016-Feb-28: [SSH agent forwarding & screen](2016-02-28-ssh-agent-forwarding-screen.html)
1. 2016-Feb-24: [Down the epoll rabbit hole](2016-02-24-down_the_epoll_rabbit_hole.html)
1. 2016-Feb-15: [Streaming Netflix from Android to OS X](2016-02-15-streaming-netflix-from-android-to-os-x.html)
<!--# include file="include/bottom.html" -->