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

only use vaapi decode on the client if vaapi rendering is enabled #354

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

justjanne
Copy link
Contributor

@justjanne justjanne commented Jan 8, 2025

Often enough we want to use vaapi encoding on the server, but a client may not support vaapi decoding. Ideally we'd decouple these entirely.

For now it's enough to couple client-side vaapi decoding and vaapi video rendering, as one doesn't make sense without the other (the additional GPU-RAM roundtrips destroy any potential performance benefits anyway).

@justjanne justjanne force-pushed the client-decoder-override branch from 091674b to 5843c71 Compare January 8, 2025 15:01
@justjanne justjanne marked this pull request as ready for review January 8, 2025 17:03
@Kunsi Kunsi merged commit 459b4fc into voc:main Jan 10, 2025
@Kunsi
Copy link
Contributor

Kunsi commented Jan 10, 2025

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants