Florian Müller
Florian Müller
I tried this at `initialize()` method ``` /* Push ESC button to abort the active request */ auto shortcut = new QShortcut(Qt::Key_Escape, this); shortcut->setContext(Qt::ApplicationShortcut); connect(shortcut, &QShortcut::activated, [this](){ qDebug()
Yes this would be great
I am not sure but it say that no video sink is available. I will try a fresh build for raspberry pi B+. Then I copy the console output.
Does brummbeere support video decoding? If I understand right then the brummbeere project is a audio player?
Do you have an idea what I have to enable to get video support?
All plugin options are selected but I think the `BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FBDEV` is the right one. The help information is `Linux framebuffer video sink`. But I don't know how to select the...
Currently I Debug the buildroot steps for gstreamer-1.0 and the fbdevsink should be available. But I think some for qt goes wrong. ``` configure: *** checking feature: linux framebuffer ***...
I am confused because there are so many forum threads on the net about the Qt5 and gstreamer problem on embedded Linux devices. A really interesting part is https://gkiagia.wordpress.com/tag/qt-gstreamer/ https://github.com/GStreamer/qt-gstreamer
OK currently I tested the mp4 support with the original Linux (raspbian) for the raspberry pi. The tutorial I used is https://wiki.qt.io/RaspberryPi2EGLFS. **Conclusion** Now it works with Qt5.6.1 but not...
Now OpenGL works on the raspberry pi 2 with Qt5 on my custom buildroot setup. Roadmap: - integrate omxplayer - finish my omxplayer frontend (Qt5) - try gstreamer with Qt5...