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

Hardware encoding support #503

Open
George-Gi opened this issue Dec 2, 2024 · 0 comments
Open

Hardware encoding support #503

George-Gi opened this issue Dec 2, 2024 · 0 comments

Comments

@George-Gi
Copy link

George-Gi commented Dec 2, 2024

I am trying to utilize my Intel GPU for encoding.
Since the rust-sdk makes use of the libwebrtc I am trying to figure out if it exposes a configuration to choose an option for hardware encoding using a GPU.
In the sources I noticed

pub struct VideoConfiguration {
    #[prost(enumeration="ClientConfigSetting", tag="1")]
    pub hardware_encoder: i32,
}

However, I can't figure out where this VideoConfiguration is used or initialized.
If I enable the hardware_encoder, is there a way to indicate to use vaapi?

My utter goal is to use the Python SDK which makes a call to the rust-sdk and configure it to use hardware encoding.

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

1 participant