UxPlay icon indicating copy to clipboard operation
UxPlay copied to clipboard

Error on start of application

Open tetofonta opened this issue 4 years ago • 5 comments

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.

tetofonta avatar Apr 21 '21 15:04 tetofonta

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

fduncanh avatar Aug 05 '21 22:08 fduncanh

you need :

apt install gstreamer1.0-plugins-good

riker1 avatar Mar 11 '22 21:03 riker1

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?

Ma1oneZhang avatar Mar 13 '23 12:03 Ma1oneZhang

  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

fduncanh avatar Mar 13 '23 13:03 fduncanh

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.

sagoez avatar Mar 31 '24 21:03 sagoez