Then the bigger question becomes, why is the v11 flash framework (all it appears is missing is the libpep*.so file) already in the Pixel v51 browser? Because it comes in all packages in all architectures. If you install chromium on a regular PC x86 under debian or Ubuntu you have THE SAME. Flash in...
I tried to get source package but it not available ! apt-get source give me a chromium 53 source package which seems to be without hw. Okay, it seems producing an apt source package is not trivial. It's something we'd like to get working, but it may take a little while. For now we've decided to pub...
When the deb file reaches the raspberrypi repository there will be a corresponding src package which will contain any changes. Hi, I tried to get source package but it not available ! apt-get source give me a chromium 53 source package which seems to be without hw. I check manually the archive and ...
I'm not sure if I'm allowed to release it and I don't want to right now. It is up to the RPF. If you're curious, it is just a extra file with MMAL calls. Ok, I was thinking of patching an armv7 version of chromium and trying it in Ubuntu Mate with my rpi3. Maybe I can get the extra binary file from...
Youtube don't work with the new OpenGL driver option : dtoverlay=vc4- f kms-v3d The page crach and I have this log in console : [1589:1709:0919/191324:ERROR:object_proxy.cc(583)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBu...
Hi, I have an old 4/3 monitor with resolution of 1280x1024. I use a HDMI to DVI cable. When I don't use the new driver all is working good. When I activate the new opengl driver, my desktop don't fit my monitor screen. I have a resolition of 1 152 × 864 for the desktop and a useless void part on the...
Hi, You could try to download and install the omx package for raspbian jessie : wget http://archive.raspbian.org/raspbian/pool/rpi/g/gst-omx1.0/gstreamer1.0-omx_1.0.0.1-0+rpi12+jessiepmg_armhf.deb then : sudo dpkg -i gstreamer1.0-omx_1.0.0.1-0+rpi12+jessiepmg_armhf.deb I think it would work on raspb...
Hi all, I installed ubuntu mate on my rpi2 few weeks ago and it works great. I wonder if anyone have managed to install gstreamer1.0-omx on ubuntu mate ? gstreamer1.0-omx provide hardware acceleration for video decoding / encoding. it's avaiable on raspbian system on repository but it's not on ubunt...
Hi jamesh, Thanks for your reply but "sudo apt-get install gstreamer1.0-omx" didn't work ! The package is avaiable on raspbian repository but it's not on ubuntu mate ! It's why I tried to compile it and install it on ubuntu mate from git source repository. I also tried to download the package on ras...
Hi, I'm using a raspberry pi 2 under Ubuntu Mate. Ubuntu Mate comes with gstreamer1.0 stuff (version 1.4.5) in repository but don't provide "gstreamer1.0-omx" package. "gstreamer1.0-omx" provides hardware accelerated video encoding and I really need it :) So I try to compile the last sources on git ...