Html5 should not be a problem. Your hardware ought to be fast enough, also, although HD resolution may be choppy.
More likely, you have a specific problem with particular web sites which require DRM. For example, Netflix requires a DRM capable web browser. This means a recent version of Firefox or Chrome. I think Ubuntu 14.04 does not have sufficiently recent versions of Firefox/Chrome.
Assuming you have an amd64 install (rather than a 32 bit install), then you could try to install the latest version of Google Chrome from here:
https://www.google.com/chrome/browse...top/index.html
Download the Ubuntu/Debian file (a .deb file). If it doesn't automatically know what to do with this, go to a terminal and type in the following commands:
Code:
sudo su
cd Downloads
dpkg -i google-chrome-stable_current_amd64.deb
apt-get install -f
Note that Google no longer provides 32 bit versions of Chrome, and never provided any 32 bit version of Chrome with DRM.
Video playback of Netflix on older computers is MUCH smoother and more efficient with Chrome than with Firefox. On your computer's CPU, this will definitely make a difference.