The default flash player won't play a lot of videos for me. Hence, I installed Adobe flash player 11 directly from Adobe site.
#tar xvf install_flash_player_11_linux.i386.tar.gz
#cp libflashplayer.so /usr/lib/mozilla/plugins/
#cd ./usr/bin
#cp flash-player-properties /usr/local/bin
Now once you restart Firefox, by default it will use the Adobe Flash Player for live streaming or playing flash videos.
You may face a situation like me - after installation of Adobe flash, iceweasel kept crashing. To handle it, you need to install Firefox and remove iceweasel. My blog post describes how to install Firefox and remove iceweasel.
http://mylinuxexplore.blogspot.in/2012/06/install-firefox-13-in-linux-i-installed.html
19 June 2012
One minor correction - please install install_flash_player_10_linux.tar.gz or Adobe Flash player 10. Somehow live streaming lags in Flash Player 11 even after stopping hardware acceleration. I removed it and installed Flash Player 10 and it performs way better than Flash Player 11. Search online for Flash Player 10 or install_flash_player_10_linux.tar.gz.
- First uninstall default flash player by #apt-get remove gnash
- Download latest Firefox install_flash_player_11_linux.i386.tar.gz from Adobe site, store it in downloads and exit Firefox or any web browser.
- Hit root terminal and type
#tar xvf install_flash_player_11_linux.i386.tar.gz
#cp libflashplayer.so /usr/lib/mozilla/plugins/
#cd ./usr/bin
#cp flash-player-properties /usr/local/bin
Now once you restart Firefox, by default it will use the Adobe Flash Player for live streaming or playing flash videos.
You may face a situation like me - after installation of Adobe flash, iceweasel kept crashing. To handle it, you need to install Firefox and remove iceweasel. My blog post describes how to install Firefox and remove iceweasel.
http://mylinuxexplore.blogspot.in/2012/06/install-firefox-13-in-linux-i-installed.html
19 June 2012
One minor correction - please install install_flash_player_10_linux.tar.gz or Adobe Flash player 10. Somehow live streaming lags in Flash Player 11 even after stopping hardware acceleration. I removed it and installed Flash Player 10 and it performs way better than Flash Player 11. Search online for Flash Player 10 or install_flash_player_10_linux.tar.gz.
Read more!