Skip to content

Instantly share code, notes, and snippets.

@h4cc
Last active February 19, 2016 20:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h4cc/9154485 to your computer and use it in GitHub Desktop.
Save h4cc/9154485 to your computer and use it in GitHub Desktop.
Making Amazon Instant Video work with Ubuntu Linux. Explanation: The Amazon Flash player needs HAL to display the DRM protected video.
# Try to install HAL
apt-get install hal
# If there is no "hal" package available, try this:
add-apt-repository ppa:mjblenner/ppa-hal
apt-get update
apt-get install hal
@asclepias-zz
Copy link

This worked! thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment