sean t
sean t
I'm not 100% certain you need to rebuild it. If it can save to mp4 using the h264 codec then it should be able to use the gpu if the...
if you set LogFFMPEGLevel in the media/xml/config.xml file to 48 ffmpeg should write a whole load of debug to the logs. On Mon, Nov 23, 2020 at 1:58 PM doitandbedone...
It's missing the connection logs where it complains about creating the hardware context. Stop the camera, make sure its all set up to use the gpu, start it and stop...
GPU support isn't available on docker on windows, which is my dev environment :( https://www.edureka.co/community/19378/is-gpu-pass-through-possible-with-docker-for-windows With docker on linux it seems you have to forward the device to the container...
i've got it working on my linux test box on ubuntu 18, hardware encode h264 and decode using vaapi, needed quite a lot of code changes. Will have an update...
here's an updated version - use this and set the recorder mode to GPU and the codec in settings to h264 https://ispyrtcdata.blob.core.windows.net/downloads/Agent_Linux64.zip Should have hardware decode and encode using vaapi....
i've been concentrating on getting it working on linux, should work on docker as long as the devices are forwarded into the container. maybe this will help: https://github.com/doitandbedone/ispyagentdvr-docker/issues/100#issuecomment-733405196
Did you try "I just launched the container with --device /dev/dri:/dev/dri "?
The other post mentions: ``` apt update apt install mesa-va-drivers ```
did that resolve it?