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

Error on start of application #45

Open
tetofonta opened this issue Apr 21, 2021 · 5 comments
Open

Error on start of application #45

tetofonta opened this issue Apr 21, 2021 · 5 comments

Comments

@tetofonta
Copy link

tetofonta commented Apr 21, 2021

I have a fresh KDE Neon installation, after having built UxPlay without errors, i get

$ ./uxplay
Required gstreamer plugin 'autodetect' not found
uxplay: /home/stefanof/UxPlay/renderers/video_renderer_gstreamer.c:63: video_renderer_init: Assertion `check_plugins ()' failed.
[1]    60553 abort      ./uxplay

No additional log can be found.

@fduncanh
Copy link
Contributor

fduncanh commented Aug 5, 2021

There is an updated UxPlay at pr #58. Check you have all the suggested gstreamer plugins installed.

@riker1
Copy link

riker1 commented Mar 11, 2022

you need :

apt install gstreamer1.0-plugins-good

@Ma1oneZhang
Copy link

you need :

apt install gstreamer1.0-plugins-good

As u said, i have installed the package, even reinstall all related gStreamer package. But it's not working.
My OS is ubuntu22.04. I showed the error image as follow.
image

Maybe i should recompile it as fix?

@fduncanh
Copy link
Contributor

fduncanh commented Mar 13, 2023

  1. Post Issues at https://github.com/FDH2/UxPlay

You may wish to build UxPlay-1.63 (latest). Ubuntu 22.04 supplies Ubuntu-1.46 (old)

  1. read the Troubleshooting section of the README document3.

https://github.com/FDH2/UxPlay#4-gstreamer-issues-missing-plugins-etc

@sagoez
Copy link

sagoez commented Mar 31, 2024

If anyone ran into this issue, this is what worked for me on Ubuntu22.04:

sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav gstreamer1.0-plugins-bad

The key is the plugin gstreamer1.0-libav, @Ma1oneZhang

Notice I had to install the bad one as well to get it to work, otherwise I was getting a non-helpful missing plugin error message.

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

5 participants