Is there a work around to get protected Hulu or Amazon Prime instant videos working?

25,037

Solution 1

I did the following on 13.04 64bit:

sudo apt-get install hal

sudo mkdir /etc/hal/fdi/preprobe

sudo mkdir /etc/hal/fdi/information

/usr/sbin/hald --daemon=yes --verbose=yes

rm -rf ~/.adobe

That got things up and going in Chromium....

Commenters also confirmed that the same instructions work for 12.04 64bit.

Solution 2

The other solutions here haven't worked for me in 13.10 64bit. The only thing that does is adding a ppa :

sudo add-apt-repository ppa:mjblenner/ppa-hal
sudo apt-get update && sudo apt-get install hal

That worked in Chrome.

Thanks Michael Blennerhassett for the ppa

Thanks omgubuntu for providing the instructions I got the answer from: http://www.omgubuntu.co.uk/2013/10/fixing-amazon-prime-streaming-drm-protected-flash-13-10

Solution 3

Code the Following:

sudo apt-get install hal

hald

(This works for version 12.10 I apologized. I forgot I have not upgrade my laptop yet)

For version 13.04 ( I am running Xunbuntu on my Desktop)

In my case I did have to download hal and run hald

then I made the same changes from the answer above

sudo mkdir /etc/hal/fdi/preprobe

sudo mkdir /etc/hal/fdi/information

/usr/sbin/hald --daemon=yes --verbose=yes

rm -rf ~/.adobe

I got an error the first time I copy and paste this line

/usr/sbin/hald --daemon=yes --verbose=yes

But once I installed hal and run hald it worked.

I can watch amazon prime video using Firefox.

Solution 4

As of today, April 27, 2013, I have found no other solution to watching Amazon Prime instant videos on Ubuntu aside from the following:

  1. Install Wine from the Ubuntu repository.
  2. Install the latest version of Firefox for Windows using Wine. The version of Wine I used was 1.4.1. I have noticed no bugs when doing so.
  3. Download the Windows installer for latest version of Adobe Flash Player and run it using Wine. I noticed no bugs when doing so.

When playing videos on Amazon Prime, I notice no artifacts or anything that would detract from the viewing experience. Even with the extra layer of compatibility, it runs just as if it were native. If another solution appears in the future that doesn't require Wine, I will update that as the correct answer.

Share:
25,037

Related videos on Youtube

Nil
Author by

Nil

Updated on September 18, 2022

Comments

  • Nil
    Nil over 1 year

    When I went to watch some only episodes of star trek on Amazon Prime, the player would get stuck on updating. I followed the instructions here and doing so actually worked for 3 seconds. It was the oddest thing. Clearly the video was playing and I saw 3 seconds of the episode, but a message came up saying I needed to update my flash player. I tried loading videos over and over again, but no success, not even the 3 seconds. Here is the error message:

    Sorry we were unable to stream this video. This is likely because your Flash Player needs to be updated.
    

    I am running Ubuntu 13.04 Raring Ringtail, Firefox 20, and adobe flash-player 11,2,202,280. Apparently Adobe isn't going to make newer versions of flash available for Linux, only security updates.

    So has anyone been able to play prime instant videos, and if so, under what circumstances? Is there perhaps an alternative implementation of the flash plugin I can use? Or is the cause of my problem something different altogether?


    Problem probably has to do with the version of flash being used. If anyone has gotten Prime to work with an my current version of flash or an open-source/free implementation of it, please do tell. Or if anyone can get videos on amazon to play with any other parameters aside from changing my browser to chrome, please tell me.

    This also affects protected content in Hulu and other services that employ DRM through Flash.


    What hasn't worked:

    • Using Chrome which has the newest version of flash via ppapi. Amazon Prime strictly prohibits it.
    • Using Chromium has the same issue as using firefox
    • Trying to install Adobe Flash 11,2,202,275. Is not compatible with raring libraries(?).
  • Nil
    Nil about 11 years
    @strugee yeah..
  • Nil
    Nil about 11 years
    This works beautifully. Better than firefox in wine! Would you mind explaining what the problem was and why this fix works? Also, I'm running the 32 bit version of raring, so it works for both versions.
  • Nil
    Nil about 11 years
    This fix also made it work in firefox. You are the man!
  • Nil
    Nil about 11 years
    not for 13.04 raring ringtail..
  • Sergio
    Sergio about 11 years
    Thanks I forgot I am running 12.10 in my laptop. Reposted what I did to make it work on 13.04
  • Sajan Parikh
    Sajan Parikh about 11 years
    Amazing! Would be great for someone to explain this a bit more though. Glad things are working again. From the fix, it looks like it was an issue with HAL.
  • Aaron
    Aaron about 11 years
    Apparently hal isn't working properly on 13.04. It is missing directories and not running when it is supposed to. Seems that hal functionality is being roled into udev.
  • aap
    aap about 11 years
    Thanks for posting the solution. I understand that udev replaced hal, but since hal is still provided and still required for Flash DRM, perhaps a bug should be filed?
  • andrey
    andrey about 11 years
    hald isn't available out of the box in 13.04, so you might want to tip future readers to install it with apt-get install hal
  • kmgdev
    kmgdev almost 11 years
    Could you explain exactly what these commands do? I'd be interested to know the specifics of why this fixes the problem.
  • kmgdev
    kmgdev almost 11 years
    This worked for me. Renaming/deleting the old Adobe folder did the trick (after installing and making the modifications to HAL).
  • Kendor
    Kendor almost 11 years
    I tried this fix with Chromium and received this error message (Firefox works): If you're using the Chrome browser with Linux, you must disable PPAPI to continue using Amazon Instant Video. You can also use a different Web browser, like Firefox.
  • serilain
    serilain almost 11 years
    This fixed all broken content for me except for TheComedyNetwork.ca, which is how I stream the Daily Show in Canada... any advice?
  • Goddard
    Goddard over 10 years
    This is no longer required in 13.04 at least in Firefox as of version 23.
  • Catskul
    Catskul over 10 years
    I can confirm that this works in 12.04 as well.
  • would_like_to_be_anon
    would_like_to_be_anon over 10 years
    None of these mentioned here worked for me. I am using Xubuntu 13.10. I have installed the package adobe-flashplugin and it worked immediately. I don't have reputation, so, I hope it helps someone like me.
  • Jack Senechal
    Jack Senechal almost 10 years
    This still works in Ubuntu 14.04. Nice solution, thx.
  • Kim
    Kim over 9 years
    I can confirm that this also works in 14.04 64bit. In my case, I installed flash for Firefox, then installed HAL, and all worked perfectly.