I've made a way to watch live and catch-up TV off the British BBC iPlayer on a New Nintendo 3DS. http://iplayer.nonm.co.uk/
Hello, SDKers!
I've been working on a website to allow you to watch BBC iPlayer catch-up and LIVE TV on a New Nintendo 3DS system. Please note that this will not work on non-New 3DSes (ie, 3DSes without a C-stick built-in) because it uses the native HTML5 video decoding functionality of the New 3DS's browser. Trust me, I spent a year (yes, a year!) trying to get it to work on non-New 3DSes (using the YouTube app), but to no avail. (The process back then involved downloading the video off iPlayer, uploading it to YouTube, downloading it off YouTube again and playing it via the 3DS YouTube app. WAY too complicated, it took ages to process AND YouTube had an upload limit of 15 minutes.)
It DOES also work on the Wii U. (And it's pretty good!)
It SHOULD also work on modern smartphones, tablets etc. (You might want to use my iPlayer over the official one on those devices because my iPlayer is much more lightweight but still pretty much as functional.)
I have pretty much all the main features of the official PC BBC iPlayer implemented, such as:
Live TV (approx. 1 minute delay I believe, this is on the BBC's side) & catch-up TV streaming
Programme search (search for the show you want to watch, then choose the episode)
Subtitles for catch-up TV (press "Subtitles" while watching the video)
Nearly done:
Previous/next episode in series (for shows this applies to)
Cache live TV stream URLs
What's left to do (when I get round to it):
What's On guide for live TV
Here's a screenshot: (outdated, but gives you an idea of the design if you can't be bothered to click the link)
(Click to view full size.)
Please note actual video streaming will (probably) only work for people with UK IP addresses as I pass the direct stream URLs from iPlayer to the New 3DS, and BBC iPlayer does not allow people outside the UK to access its content.
UPDATE 27/06/2016: I'm now working on a Crunchyroll webapp for N3DS/WiiU. So far, it can stream content given a Crunchyroll URL; stay tuned for more progress.
Lol, I can try to see if I can get you some hosting. No promises though, as the site I use to host my sites isn't working anymore, the websites aren't even created.
Back up!
Now it's even faster - I rewrote (well, wrote, considering it just called get_iplayer before) the stream URL grabber in PHP which speeds everything up tenfold and also allows me to get higher or lower quality streams as per my (or the user's) preference. Yay!
Problem being it needs to be VPS hosting as the process is actually quite complicated -- take a deep breath:
- Get stream URLs (bash script calling Perl)
Launch get_iplayer (perl script, slooow takes approx 2 seconds ish?) to get stream URLs (through a proxy server to get around geoblocking to fetch the URLs, makes it even slower unless server is in UK, note this does not circumvent stream geoblocking)
- Get subtitles (bash script calling wget and python script)
wget TTML subtitles from URL returned by get_iplayer
convert to WebVTT using pycaption (Python script)
- Cache all that (saves time if the content is requested again)
- Above steps are skipped if the content stream URL is in the cache
- Fetch metadata
- Return some meaningful result to humans* person (*not a typo) using PHP
Well, this Saturday I'll have access to a computer with Windows 7 and an Android device. I'll test it again then and see if it works, but I'll try it again on Vista with IE. (eew ie)