Difference between revisions of "Tegra/Downstream SW/Linux4Tegra/WebBrowsers"

From eLinux.org
Jump to: navigation, search
m (Link to instructions for recompiling chromium)
(Google Chromium WebGL works)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
== Mozilla Firefox ==
 
== Mozilla Firefox ==
 +
Firefox works in L4T but it hasn't been optimized in any way, and so it runs very slowly. Chromium is likely to run faster in L4T.
  
 
== Google Chromium ==
 
== Google Chromium ==
Google Chromium works in L4T
+
Google Chromium works in L4T. WebGL works great out of the box, it's a pleasure watching [http://webglsamples.org/aquarium/aquarium.html WebGL Demos].
  
 
=== Flash video in Chromium (for Youtube, etc) ===
 
=== Flash video in Chromium (for Youtube, etc) ===

Latest revision as of 23:12, 16 April 2015

Web Browsers in L4T

Mozilla Firefox

Firefox works in L4T but it hasn't been optimized in any way, and so it runs very slowly. Chromium is likely to run faster in L4T.

Google Chromium

Google Chromium works in L4T. WebGL works great out of the box, it's a pleasure watching WebGL Demos.

Flash video in Chromium (for Youtube, etc)

Peter Bauer notes: I copied the pepper flash libs from the Arch Linux armv7 distribution to "/usr/lib" and added these flags to the file "/etc/chromium-browser/default":

CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/PepperFlash/libpepflashplayer.so"

Then I installed the "Magic actions for Youtube" extension in Chromium and forced the use of Flash for video playback. Now flash video works in the Chromium browser on Jetson TK1 including youtube.

Hardware Accelerated Video Decoding in Chromium

Please see the instructions to recompile Chromium with H/W acceleration support.