Ubuntu - Fix Not Being Able to Stream Youtube Movies

Introduction

If you rent a movie from youtube on ubuntu, chances are that when you try to play it, you will get a message stating "There was an error, try again later" as shown here:

The problem is that ubuntu doesn't have a hardware abstraction layer (HAL) installed by default. With the following steps, we install it and you should be able to play the movie.
    sudo apt-get install hal
    cd ~/.adobe/Flash_Player
    rm -rf NativeCache AssetCache APSPrivateData2

Source

http://helpx.adobe.com/x-productkb/multi/flash-player-11-problems-playing.html

2 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
    Replies
    1. This comment was removed as it was deemed to be an advertisement. If I was wrong and you are simply linking to a free/opensource tool available on Linux, then I will review.

      Delete