Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only a white tile #1

Open
fionera opened this issue Jul 31, 2020 · 2 comments
Open

Only a white tile #1

fionera opened this issue Jul 31, 2020 · 2 comments

Comments

@fionera
Copy link

fionera commented Jul 31, 2020

Hi,

I just tried to compile the software, but I only get a white square when rendering. I already tried against multiple video files. I run Sway and compiled against the current sources. I also get the following messages into stdout [1].

Thank you very much :)

[1]:

Using Wayland-EGL
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
qt.qpa.wayland: No shell integration named "nonexistance" found
qt.qpa.wayland: Loading shell integration failed.
qt.qpa.wayland: Attempted to load the following shells ("nonexistance")
resize 320  240
@xdavidwu
Copy link
Owner

xdavidwu commented Aug 1, 2020

It is likely due to missing GStreamer plugins for your file format. Qt plays video with GStreamer. You can check if GStreamer is able to play your file with gst-play-1.0 command.

@xdavidwu
Copy link
Owner

xdavidwu commented Aug 1, 2020

My bad, didn't notice this line in your log.

defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"

This means that Qt plugin for its media player backend is missing. On Debian and its derivatives the plugin is packaged as libqt5multimedia5-plugins. It is plugins/mediaservice/libgstmediaplayer.so in archdatadir (e.g. /usr/lib/qt/ on Arch Linux, /usr/lib/x86_64-linux-gnu/qt5 on Debian) directory of your Qt installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants