-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Missing option to set h264_nvenc as default encoder #2019
Comments
In what context? Jibri perhaps? |
Correct, sorry that initial ticket was sent at the end of a 10h attempt to get it working. What I'm trying to do is to change
I see the conf value here: and here the override layer in Docker: However I can't find a way to do this change as it doesn't seem to be tied to a ENV. I saw this And tried
with custom-jibri.conf being
But it had no effect, so I thought filing an issue for this was the best option at this point. Thank you @saghul |
I've also attempted set custom-jibri.conf like this
|
And also custom-jibri.conf like this:
|
@bgrozev Ping :-) Should this work after your recent changes in Jibri? |
I forgot to mention that I tested this with version 10008 |
This should work since jibri 8.0-176-gac5ccc9 (this was merged very recently). I don't know what jibri version comes with 10008. |
Note that |
That's nice to hear! In terms of resources and cost, do you find it's worth it? IIRC we went with CPU back in the day because instances with access to a GPU are significantly more expensive so it was not worth it. |
It's actually cheaper! n1-standard-32 (32 vCPU, 16 core, 120 GB memory, 1 NVIDIA T4) c2d-highcpu-32 (32 vCPU, 16 core, 64 GB memory) c4-highcpu-32 (32 vCPU, 16 core, 64 GB memory) That's why I'm looking moving Chrome to the GPU as well, right now 20 Jibri recording sessions use only 12% of the GPU |
Interesting! Can you run multiple jibris on that instance using the same GPU simultaneously? |
Ping @aaronkvanmeerten |
@saghul yup! you can totally have multiple instances using the same GPU simultaneously. ![]() I'm trying to get Chrome in there because it's still underused even at 20 Jibri's ffmpeg instances |
What did you do to make it use hw acceleration? |
I think there's missing .env option to set h264_nvenc as default encoder for those who want to use nvidia or other GPUs.
You can't set it with the current ENV options
The text was updated successfully, but these errors were encountered: