Results 1 to 4 of 4

Thread: Can't watch Amazon Instant Video

  1. #1
    Join Date
    Sep 2013
    Beans
    7

    Can't watch Amazon Instant Video

    Hello, I recently switched from Windows 7 to Ubuntu entirely. I am currently running 13.10, coming from 13.04, and before that 12.10. I use Chrome (NOT Chromium) and when I try to run an Amazon Prime video the player loads, then looks like its about to finish loading, then goes to a black screen like it normally does right before the video starts, and then nothing. There is just a black screen. When I go to chrome://plugins/ to see my plugins I see the Adobe Flash Player - Version: 11.9.900.152 is installed. I saw people saying to install "hal", unfortunately both "hal" and "libhal1" aren't in the repositories apparently. When I try to watch a video in Firefox it doesn't even load, it just says "Adobe Flash is not installed, Amazon Instant Video uses the Adobe Flash. We can take you to the Adobe website..."...etc. It basically just tells me to install Flash. Is there any sort of plugin or browser or other thing I need to get this to work on Linux? It worked fine on Windows but won't on any version of Linux I've tried. Thank you for your time.

  2. #2
    Join Date
    Dec 2012
    Beans
    82
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Can't watch Amazon Instant Video

    While cheking for possible solutions, I found this chain of posts that might help you. I have Ubuntu 12.04 and I followed installing libhal1 and hal, but there where other sugestions, here is a chain of posts related to not being able to watch the videos on Amazon. I use Firefox and can watch videos now. Rats, the pdf copy is too big to upload. Its been awhile and I don't have the direct link to the Amazon customer forum where I saw the sugestions to use. But the sugestions I read where:

    check in synaptic to see if you have hal and libhal1 already installed. If not, install both, I tried this for Firefox browser:

    Code:
    sudo apt-get install hal
    Code:
    sudo apt-get install libhal1
    restart the Firefox browser and see if it works. Also, to check if hal is working

    Code:
    ps aux | grep hald
    if hal is not working, it needs to be started:

    Code:
    sudo hald --daemon=yes
    Also, make sure that you have the latest flash player installed:

    Code:
    sudo apt-get --reinstall install adobe-flashplugin
    Let me check if I can watch a video in chrome......sorry these settings don't seem to work in chrome, at least from my end. Before you do any of the above, please verify with others here that are more knowledgable than me. Maybe the above can help you....
    Ubuntufied......

  3. #3
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Can't watch Amazon Instant Video

    Moved to Multimedia & Video.

  4. #4
    Join Date
    Jan 2013
    Beans
    3

    Re: Can't watch Amazon Instant Video

    Try this

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

    This worked for me.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •