ABR GPU Acceleration. #1113
Replies: 4 comments
-
One of your build parameters, GPU=TRU, seems to be a typo in the documentation. Could you try again with GPU=TRUE? |
Beta Was this translation helpful? Give feedback.
-
Hello again, with
|
Beta Was this translation helpful? Give feedback.
-
@Pernifloss Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hello @Keukhan Thanks for your response !! I pulled last git repo version (master branch), the built went well, I didn't notice any error, but when I try to run my image, I have this error message:
Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hello !!
I'm trying to use OME ABR with GPU acceleration.
I'm on Windows 10 I have an Nvidia GeForce GTX 1050 Ti
I'm trying to run OME in Docker and make it use my GPU to encode/decode for ABR.
First, I built the docker image as specified in the documentation
docker build --file Dockerfile -t airensoft/ovenmediaengine:dev --build-arg GPU=TRU
Build was successful and I didn't notice any errors.
I run it using
--gpus all
Then on docker logs I have this line :
[2023-02-08 14:42:52.451] W [OvenMediaEngine:1] Transcoder | transcoder_application.cpp:45 | There is no supported hardware accelerator
When I stream, ABR works, I have my 3 stream quality in OvenMedia Player:
But it is encoding on CPU.
Here is my output profile
I think I managed to install NVIDIA Container Toolkit.
When I run
docker run --gpus all nvidia/cuda:11.8.0-base-ubuntu22.04 nvidia-smi
I get
I'm streaming with OBS encoding with Nvidia Nvenc H.264.
Obs is using my GPU correctly.
Did I miss a step or something?
Thanks for your time !
Beta Was this translation helpful? Give feedback.
All reactions