sean t
sean t
logs are capped at 100kb so they won't cause issues. unfortunately this seems to be an unresolved issue with ffmpeg. You could try changing the transport in video source settings,...
It doesn't write the logs to disk, it stores them in memory. Also Agent doesn't call the ffmpeg executable, it uses the ffmpeg libraries via https://github.com/Ruslan-B/FFmpeg.AutoGen Have you checked for...
Seems the issue is that if the stream hangs (connection lost) then ffmpeg doesn't send the teardown or goodbye rtsp message to the camera - so the camera keeps the...
@maxirus did the latest update help?
@maxirus ah i didnt know that can you not turn that off in docker?
you might need to get an ffmpeg build with GPU enabled or install a video codec SDK. The GPU stuff is only tested on Windows. Something like: https://hub.docker.com/r/willprice/nvidia-ffmpeg/ Note that...
we're working on quicksync under docker. Nothing will beat raw for encoding though. On Tue, Nov 10, 2020 at 5:56 PM stripeyhorse wrote: > im not having any performance issues...
@doitandbedone test version here for linux h264 support https://ispyrtcdata.blob.core.windows.net/downloads/Agent_Linux64_H264.zip see server settings and you can set the Codec to H264 on the General tab. Then set the encoder on the...
you need to use a build of ffmpeg that has the libraries instead of the static binaries - agent uses the libraries like avutil.56 not the ffmpeg binary file. also...
Do you have it working? It works fine on Windows so in theory should be OK on Docker. As long as the ffmpeg parts are there