mediacenterjs icon indicating copy to clipboard operation
mediacenterjs copied to clipboard

Raspberry Pi: Browser without X directly on FB

Open jansmolders86 opened this issue 10 years ago • 5 comments

Due to the fact that midori or chromium use X to run, they are very slow on the Raspberry Pi. Even Luakit is way to slow for MediacenterJS to run.

We need to find a browser that runs directly on the framebuffer to improve performance but still maintain support for javascript and HTML5.

jansmolders86 avatar Jan 05 '14 12:01 jansmolders86

Have you had a look at omx player? look at this http://www.raspberrypi.org/tag/omxplayer/ and this http://www.menaversity.com/view_page.php?id=18. looks promising...

Karnith avatar Jun 27 '14 02:06 Karnith

I have actually, funny enough the transcoding isnt the biggest issue. Its the lack of hardware accelerated browsers and overhead of x that makes the raspberry a difficult platform sadly

jansmolders86 avatar Jun 28 '14 06:06 jansmolders86

This looks like it might be helpful: http://blog.barisione.org/2014-09/rpi-browser/ but as far as I can see it doesn't use the frame buffer directly.

Jon889 avatar Sep 02 '14 21:09 Jon889

That does look promising! What a great find! I'll definitely try that and see how it preforms!

jansmolders86 avatar Sep 03 '14 06:09 jansmolders86

Perhaps the wayland version of chromium would work better for this? https://github.com/01org/ozone-wayland

SamuelTilly avatar Nov 30 '15 00:11 SamuelTilly