Alessandro Ros
Alessandro Ros
Since v0.20.2, the camera reader doesn't freeze anymore in case of ioctl() errors. If this doesn't solve the problem, feel free to reopen the issue.
@giano574 that ioctl() call tries to put a frame buffer into the encoder queue. It usually fails when the encoder queue is full or there's not enough memory. It doesn't...
Accessing the camera when running the server inside Docker is now fully supported, please take a look at the README in order to use this feature: https://github.com/aler9/rtsp-simple-server#from-a-raspberry-pi-camera
from the release notes: > please upgrade libcamera by running apt update && apt upgrade before using this version
Hello, goroslib's ServiceProvider is now able to accept multiple connections from the same node. Anyway, a node should instantiate ServiceProxy / ServiceClient once and reuse it, that error message is...
v0.20.2 includes a fix that should solve the issue with most configurations. I'm leaving this issue opened since i'm not sure that all cases were covered.
bandwidth metrics are now fully implemented in main and will be available in the next release
take a look at the README for usage: https://github.com/aler9/rtsp-simple-server#metrics
WebRTC support is in beta here #1242
@wazerstar they are saying that in FFmpeg there's isn't anything that wraps subtitles into RTP packets, therefore subtitles can't be published from FFmpeg with RTSP. The wrapping of subtitles into...