fzwoch / obs-gstreamer

GStreamer OBS Studio plugin
GNU General Public License v2.0
358 stars 34 forks source link

How to use intel igpu #87

Closed poopman97 closed 2 years ago

poopman97 commented 2 years ago

I'm trying to use this with my intel igpu with nvaapi but it doesn't work and it only uses the software encoder. So can this work with intel gpus or is it only for amd?

fzwoch commented 2 years ago

doesn't work could be anything.

Maybe you want to check out https://github.com/fzwoch/obs-vaapi At least do the checklist part from there.

poopman97 commented 2 years ago

I've done the checklist and the gst-inspect-1.0 va commands doesn't work and I don't know what package to install to make the va plugin work

fzwoch commented 2 years ago

The va one is only required for the other repository. But you will have to check with your Linux distribution on how to install certain things.

poopman97 commented 2 years ago

I've just tried it without the va plugin and it works perfectly fine so it's probably unessery anyway thanks for the help