Alessandro Ros
Alessandro Ros
Hello, this is ok for me, add `hlsMuxerCloseAfter` to `apidocs/openapi.yaml` and i will merge it.
merged, thanks!
yes, decrease `hlsSegmentMaxSize`
segments grow in size since segments are splitted by using IDR frames, as a segments must contain at least a IDR frame. If the stream gets corrupted, IDR frames are...
@alexfornuto from my experience it's the system RAM. The camera also need the GPU RAM but in a fixed quantity, if you perform a quick search you'll find the minimum...
the runOn* parameters accept an executable as value, not a shell command, therefore you have to prefix the shell command with `sh -c`: ``` runOnDemand: sh -c 'wget -O- http://192.168.1.11:8124/rtsp/play...
Please provide a network dump as clearly stated in the issue tutorial, otherwise it's impossible to replicate the issue.
This can't be solved without the author help.
@cedricve the issue here is that i don't know whether libcamera runs entirely in the user space (and in this case, it's possible to ship it inside a container and...
@kbingham thanks for clarifying this, i added some additional Docker images that include both the server and libcamera, and i tested them in different enviroments: * when the host has...