Dan Isla

Results 61 comments of Dan Isla

@ehfd are there any changes to the gstreamer source compilation needed to get vaapi support? What are the runtime libs required?

> @danisla bundle GST-VAAPI (VA drivers required in host of course) Also note that only i965 is supported for Intel, not iHD, and this is experimental I don't have an...

The gstreamer ubuntu20.04 [build logs](https://github.com/selkies-project/selkies-gstreamer/runs/7921824886?check_suite_focus=true) shows that the `gstreamer-vaapi` subproject is not being built. ``` 2022-08-19T16:10:40.1095173Z Subproject gstreamer-vaapi : skipped: feature vaapi disabled ``` Can someone please propose and test...

I've been testing with gstreamer 1.21.1, and `vah264enc` is present and is working with gstreamer standalone like this: ``` gst-launch-1.0 ximagesrc ! vapostproc ! video/x-raw,format=NV12 ! vah264enc ! fakesink ```...

@xhejtman the vaapi codecs and vapostproc seemed to work just fine, I don't think the issue was with the vaapi plugin, but rather with webrtc in gstreamer v1.21.1. Like I...

@xhejtman I'm having trouble getting this to work with 1.20.4. This is what my vainfo output looks like: ``` libva info: VA-API version 1.7.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so...

> @danisla First thing. Is /dev/dri/cardX from an Intel GPU accessible? yes, as you can see from my previous comment, the `vainfo` output is good, permissions are good on /dev/dri.

I would like to see this working with 1.20.4 if possible. I am assuming that is what @xhejtman got it working with. We control the gstreamer build so we should...

> I also see a segfault on 1.21.1. > > Edit: It happens right here > > ``` > 0:00:34.057128636 45609 0x24cc980 DEBUG GST_PADS gstpad.c:4193:gst_pad_query: sent query 0x1942cf0 (caps), result...

I would like to see the documentation on a separate site and make the landing page README cleaner. Right now, when you visit this repo, it looks like a wall...