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

Will not start with gstreamer1.0-vaapi installed on PopOS 20.10 #49

Open
rhapsodyai opened this issue May 6, 2021 · 1 comment
Open

Comments

@rhapsodyai
Copy link

Hi, I am trying to run this after building from source, and I have heard several people say that I need to remove the gstreamer1.0-vaapi package for Intel Graphics (I am using an Nvidia graphics card). However, gstreamer1.0-vaapi seems to be a requirement for the pop-desktop component. Is there a workaround for this so that I can run UxPlay without removing gstreamer1.0-vaapi?

After running ./uxplay and mirroring, here is the output that I get.

Initialized server socket(s)
*** WARNING *** The program 'uxplay' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see http://0pointer.de/blog/projects/avahi-compat.html
Accepted IPv4 client on socket 19
Local: 192.168.131.252
Remote: 192.168.131.71
raop_ntp receive timeout
Accepted IPv4 client on socket 26
Local: 192.168.131.252
Remote: 192.168.131.71
raop_rtp_mirror starting mirroring

I looked through the code but could not find the part of the source that refers to the gstreamer-vaapi package specifically.

@fduncanh
Copy link
Contributor

fduncanh commented Aug 6, 2021

this is purely a gstreamer issue. VAAPI wont work on nVidia. It must be uninstalled.

Its probably because uxplay uses the autovideosink method to end the gstreamer pipeline, and that is supposed to guess what to use by looking at what is installed on your system. The presence of vaapi on an nVidia system confuses it. VAAPI is completely incompatible with nvidia , it's for intel graphics. and should not be installed. with nvdia.

There is a new release of uxplay at pr #58

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