Alessandro Ros
Alessandro Ros
@Sanderi44 the feature you are describing is already implemented and is the default behavior. KLV tracks are currently ignored. MPEG-TS to RTSP conversion is automatic, as all conversions. And here...
merged, thanks
If you want to decrease startup times, you have to decrease the interval between I-frames. Check FFmpeg documentation for that.
Answer was provided by @moschopsuk . Make sure that you are using a recent GStreamer version, or alternatively compile it from source.
The playback API works with timespans, not files. Adjacent files are grouped into a single timespan. So this is not a bug in any way. The speed aspect can be...
My idea is to improve the server in two different ways: * add a cache system that stores duration of recording segments in the RAM, preventing the computationally-expensive process of...
Summing up: * patch #4085 added support for `start` and `end` parameters in `/list` * patch #4096 drastically improved performance of `/list` since it removes the need of reading an...
This is fixed by #4085, #4096 and #4102. If the `/list` endpoint is still slow, first wait for new segments being generated (since the performance improvement applies to new segments...
Hello, please provide server logs with `logLevel: debug` as mentioned in the instructions, otherwise we are obliged to drop support for that specific camera.
@asherAbecasiss thanks for posting the full log. Regarding the crash, it should be gone with the latest commit (67198cc). Regarding support for the camera, the problem is that the camera...