Re: [Interest] Video acceleration with gstreamer 1.0 omx and Qt 5.9.4 / 5.10 eglfs on RPI3 (brcm)

2018-02-11 Thread Luca Carlon
Hello, if you want I can play videos in QML with hardware acceleration on pi 1, 2 and 3 using a custom open source implementation I wrote years ago: https://goo.gl/KphzdD. I've been using it with most Qt 5 versions. I tested it on raspbian and a custom image I built with yocto only on eglfs. This

Re: [Interest] Video acceleration with gstreamer 1.0 omx and Qt 5.9.4 / 5.10 eglfs on RPI3 (brcm)

2018-02-03 Thread Petar Koretić
And just to mention for the others who maybe stumble upon this, with gstreamer 1.12 the issue is the same, and also using QMediaPlayer and QVideoOutput (without QML) same thing happens so at this moment I don't se any ability to have a working video playout on raspberry with Qt. I've opened bug

Re: [Interest] Video acceleration with gstreamer 1.0 omx and Qt 5.9.4 / 5.10 eglfs on RPI3 (brcm)

2018-02-02 Thread Petar Koretić
Well, so couple days more of testing Yocto and Boot2Qt the issue seems to be in the Qt somewhere. I decided to build Qt 5.9.4 and even 5.10.1 snapshot using latest Boot2Qt layer. Adding gstreamer1.0-omx to the layer and building the image with that results in a great smooth video when played with

Re: [Interest] Video acceleration with gstreamer 1.0 omx and Qt 5.9.4 / 5.10 eglfs on RPI3 (brcm)

2018-01-31 Thread Paolo Angelelli
Maybe this could be relevant: https://gstreamer.freedesktop.org/data/events/gstreamer-conference/2016/John%20Sadler%20-%20Smooth%20video%20on%20Raspberry%20Pi%20with%20gst-mmal%20(Lightning%20Talk).pdf On Wed, 31 Jan 2018 18:48:47 +0100 Petar Koretić wrote: > Thanks

Re: [Interest] Video acceleration with gstreamer 1.0 omx and Qt 5.9.4 / 5.10 eglfs on RPI3 (brcm)

2018-01-31 Thread Petar Koretić
Thanks Paolo, I also found something along that lines so I will be trying this next. Vlad, thanks, I actually took buildroot one from that page to make sure it works :) yocto was also next on my list, but for the lack of time I always end up using buildroot in the end as it should work the same,

Re: [Interest] Video acceleration with gstreamer 1.0 omx and Qt 5.9.4 / 5.10 eglfs on RPI3 (brcm)

2018-01-31 Thread Vlad Stelmahovsky
Hi have you checked the link: http://www.jumpnowtek.com/rpi/Raspberry-Pi-Systems-with-Yocto.html ? On Wed, Jan 31, 2018 at 5:28 PM, Petar Koretić wrote: > Hi all. > > So I haven't played around with this for some time but around one year ago > or more I think I got

Re: [Interest] Video acceleration with gstreamer 1.0 omx and Qt 5.9.4 / 5.10 eglfs on RPI3 (brcm)

2018-01-31 Thread Paolo Angelelli
I did some research some time ago. It seemed, back then, that the problem may have arised from the fact that the sink glimagesink, that is the one that has to be used on the RPi, might be built using mesa, but to have it run HW-accelerated, it should use broadcom's egl. So it might be you have to

[Interest] Video acceleration with gstreamer 1.0 omx and Qt 5.9.4 / 5.10 eglfs on RPI3 (brcm)

2018-01-31 Thread Petar Koretić
Hi all. So I haven't played around with this for some time but around one year ago or more I think I got this up running fairly easily. This was maybe still with gstreamer 0.10. For the past two days I was trying to get video working with acceleration on the RPI player through QtMultimedia using