Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 82173  / 3 Years ago, mon, may 3, 2021, 4:09:39

Today I upgraded from Ubuntu 12.04 to Ubuntu 13.10. I am not able to watch any videos in Amazon Prime Instant Video. I am getting this message:



An error occurred and your player could not be updated.  
This is likely because your Flash Player or Browser needs to be updated.
This update is required to play back this video.

More From » flash

 Answers
1

I had this same problem. For some reason libhal is not in the repos!!!
So, you must follow the solutions on
http://ubuntuforums.org/showthread.php?t=2144347&p=12811464#post12811464
Follow them, and make sure you have spaces in the commands (i.e. sudo(SPACE)mkdir(SPACE)
&& rm(SPACE)-rf(SPACE)fileName)



Here is what the site says (with some minor editing):



You can get these sites (websites that use Digital Rights Management, like Amazon) working in Ubuntu but it is gettting harder and harder
e.g. the 'hal' packages have now been deleted from the ubuntu 13.10 repos !



here is what you need to do:




  1. Make sure you are using firefox or chromium. If you are using chrome make sure the pepper flash plugin is turned off

  2. if using ubuntu version 13.10 must download and install these raring(13.04) .debs because they have been deleted from the 13.10 repos:




  3. Once the debs are installed, then patch hal by executing the following shell commands:
    (this will make the appropriate directories, and start hald in the backgound)



    sudo mkdir /etc/hal/fdi/preprobe
    sudo mkdir /etc/hal/fdi/information
    /usr/sbin/hald --daemon=yes --verbose=yes

  4. close the browser and clear the Adobe Access directories by executing the following shell commands: (rm -rf removes all files, recursively (r), which means it includes all subdirectories and forces(f) them to be removed)



    rm -rf ~/.adobe

  5. need to reset licence files (this is critical too !):
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager08.html


  6. test via http://drmtest2.adobe.com:8080/SVP/SampleVideoPlayer_FP.html#


  7. paste in this video url: http://drmtest2.adobe.com:8080/Content/anonymous.f4v




Hopefully hal will be restored to the ubuntu repos.


[#28887] Tuesday, May 4, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
exceeeelh

Total Points: 21
Total Questions: 109
Total Answers: 120

Location: Marshall Islands
Member since Wed, Jan 5, 2022
2 Years ago
exceeeelh questions
Sun, Nov 20, 22, 17:08, 1 Year ago
Sat, Jan 1, 22, 08:04, 2 Years ago
Wed, May 12, 21, 05:11, 3 Years ago
;