Is this done the way I propose above? Actually I've never tested H265 streams myself, but with your errors it seems that passthrough is not correct option. This sounds like a memory leak. If it keeps happening I guess I'll have to resort to compiling ZM. I don't think it's a memory leak because it ...
If you have an H264 source stream, you need to set video writer to passtrough, for MJPEG streams you need to set it to encode. I have also experienced high CPU load with increasing RAM usage over time. Disabling the save jpegs option decreased my CPU load by half. It also seems that a high log level ...
Hello, I'm trying to create a pull request for issue https://github.com/ZoneMinder/zoneminder/issues/3764 #3764. I checkout out a new feature branch, but when I try to push the branch, I get the following error: ERROR: Permission to ZoneMinder/zoneminder.git denied to d-bum. fatal: Konnte nicht vom ...
Hello Mr. Connor, first of all, thank you for your response. I attached the level 3 debug logs below. I changed the audio stream format from mp3 to pcm. Now the audio gets correctly encoded into the video file but the performance issues remain. With an mp3 audio stream, av_read_frame takes about ...
Hello, I'm trying to get audio recording to work. I have a camera that streams video and audio on separate streams. The video is an mjpeg rtp stream. The audio is an mp3 rtsp stream. I'm using the h264_vaapi hardware encoder with VideoWriter set to 1 (encode). I use qp=23 as additional encoder ...