Alessandro Ros
Alessandro Ros
Hello, yes, lots of users want to control the individual `record` setting of paths linked to a shared configuration. We just have to think about a viable architecture for doing...
Thanks to #4576 it's now possible to switch the `recording` parameter of specific paths created with a generic configuration. It works in this way: This is the starting configuration: ```yml...
Hello, this error is triggered inside the hls.js library, which is an external component that is updated automatically throughout releases. No other changes have been performed in the HLS muxing...
i took another look at the command initially posted by @qibao07: ``` ffmpeg \ -f v4l2 -video_size 1360x768 -framerate 50 -pix_fmt mjpeg -i /dev/video0 \ -f alsa -i hw:$HW_NO -c:v...
@jwetzell yes, open a dedicated issue since your bug is related to H265 and therefore to a different set of codec and parameters. Also provide server logs with `logLevel: debug`...
Hello, just provide the name and manufacturer of the camera and we will adjust the library in order to make it compatible with this SDP.
closed since requested data was not provided.
Hello, SSRC is used to distinguish between different formats streamed inside the same media stream. Said that, we can add an exception to disable SSRC checks when there is only...
This happens because there's no pause between reconnections to a server. I'll add a pause between reconnections.
i merged #3992, let me know if it makes a difference.