Project

General

Profile

Feature #287

Adding Hulu Support to RaspBMC

Added by Daniel Curtis over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
01/04/2014
Due date:
% Done:

100%

Estimated time:
3.00 h
Spent time:

Description

One of the projects I have recently started testing is the Raspberry Pi implementation of XBMC, aptly named RaspBMC. XBMC is a great open source media center project and with a version for the RPi that adds a lot of function in a small package. Unfortunately RaspBMC does not have Hulu support built-in, however through the use of a third-party repository Hulu support can be added with with ease.

Install RaspBMC

Use the RaspBMC install script to download the latest RaspBMC image:

wget http://svn.stmlabs.com/svn/raspbmc/release/installers/python/install.py
chmod +x install.py
sudo python install.py

Make sure to have the installation computer as well as the RPi connected to the Internet. When the install script is done bootstrapping the necessary files to the MicroSD card, insert the MicroSD card into the RPi and boot it up. When the RPi boots RaspBMC up it will automatically download the most recent version of RaspBMC, give it a while, it will bring up the dashboard when finished.

Install the BlueCop repository

Copy the repository.bluecop.xbmc-plugins.zip file to a USB drive, then plug the USB drive into the RPi. From the RaspBMC dashboard go to System -> Settings -> Add-ons -> Install from zip file the locate the repository.bluecop.xbmc-plugins.zip file on the USB drive.

Install Hulu module

When the repository is installed go to the dashboard then Videos -> Add-ons and press c on the keyboard and select Force cache update, open up the BlueCop repository and select Hulu -> Install. Once the module is installed select Hulu -> Configure, from there account information, stream quality, and more canbe configured.
Now that Hulu is installed and configured, it can be accessed in Video -> Add-ons -> Hulu.

XBMC Remote Control

As an added feature, I use the XBMC Remote Control app to control the RaspBMC through the web interface, enabled in System -> Settings -> Services -> Webserver. It only makes sense to have control over the network since it is aleady attached to a network.

Resources


Files

raspbmc_install.py (13.8 KB) raspbmc_install.py RaspBMC Install Script Daniel Curtis, 01/04/2014 12:31 PM
org.xbmc.android.remote.apk (4.92 MB) org.xbmc.android.remote.apk XBMC Remote Control for Android Daniel Curtis, 01/04/2014 12:34 PM
repository.bluecop.xbmc-plugins.zip (666 Bytes) repository.bluecop.xbmc-plugins.zip BlueCop RaspBMC Repository Add-on Daniel Curtis, 01/18/2014 03:33 PM
#1

Updated by Daniel Curtis over 10 years ago

  • Description updated (diff)
#4

Updated by Daniel Curtis over 10 years ago

A few optimizations I found during my setup:
  1. Set a static IP addess: Programs -> RaspBMC Settings -> Network Configuration
  2. Overclock the CPU: Programs -> RaspBMC Settings -> System Configuration, Set System Performance Profile to Fast
  3. Lower Resolution to 720p: Settings -> System -> Video Output, Set Resolution to 1280x720

Also available in: Atom PDF