Vincent
Vincent
Currently not being actively worked on.
According to the [docs](https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-vaapi-plugins/html/gstreamer-vaapi-plugins-vaapidecode.html), it should be possible to use the `vaapidecode` element and pipe it into a OpenGL element without much performance loss. Basically what the `gstreamer-opengl` player backend...
Have you had any recent updates to GStreamer or libav? If it's in all GStreamer backends and not in MPV I would suspect it's an issue with GStreamer.
Way ahead of you, see #367. TLDR: Twitch is postponing deprecation of their V5 and I will be continuing development for now as I'm using it as an exercise to...
My plan is to have a default client ID (mine) which will probably be rate limited into oblivion. Then people can always go to the Twitch developer website, register an...
It seems like Twitch has decided to delay the end-of-life of their current API https://discuss.dev.twitch.tv/t/twitch-api-update-delaying-v5-end-of-life/16277. While this doesn't solve all of the issues I listed above, it does alleviate some...
No, but I intend to remove the WebKit dep anyway.
Which player backend are you using? This is probably the long standing issue described in #272. I've tried debugging it but it's very hard to pin it to anything because...
Hi, so this is probably #270 which I've fixed on master but haven't released it yet unfortunately. The only way to fix it, is to "logout" by deleting your OAuth...
Thanks for the info! @riflex is also working on building GT on Windows and I think he even got 0.2.0 working to some extent. I guess I can try to...