Alessandro Ros

Results 337 comments of Alessandro Ros

@lqbrqt thanks for providing the camera model and the log, please test the release attached in this page (click on Artifacts, binaries) and let me know if it fixes the...

@lqbrqt the problem you are describing is a different one than the subject of this issue. If you are sure it's a bug then you need to open another issue...

Anyway, i'm noticing that the server is stripping the [MPEG4-IOD](https://mpeg.chiariglione.org/faq/whats-mpeg-4-initial-object-descriptor-iod) from the SDP of your cameras. This is the SDP that the camera provides: ``` v=0 o=- 1713376272799653 1713376272799661 IN...

> [etcd](https://github.com/etcd-io/etcd) ? yes, that's exactly my idea, but i also want to use this feature to implement horizontal scalability, i.e: users --> (N replicas of rtsp-simple-server) --> (N replicas...

in my opinion there should be a single pool of rtsp-simple-server replicas and a single pool of etcd replicas. Each rtsp-simple-server replica is in charge of a set of paths....

Thanks for reporting the issue, this is fixed with #3263

Hello, yes, we could expose SRT-specific metrics through both metrics server and API. This is already implemented with WebRTC. Send a patch and it will be considered.

Hello, yes, from the user point of view your observation is absolutely right, the browser currently takes some seconds before detecting errors and starting the reconnection procedure, and this is...

Hello, in order to analyze this issue we need a dump of the incoming video from your source, that can be generated by enabling recording: ```yml pathDefaults: record: yes ```...

Hello, Regarding the fact that the connection is closed after GET_PARAMETER requests, it seems to me that the server is responding indeed, and that the connection gets closed after some...