Alessandro Ros

Results 479 comments of Alessandro Ros

Hello, prioritizing MD5 over SHA256 would create a security issue. Can you write the manufacturer and model of the camera you're having trouble with? Can you post a network dump...

Hello, Network-related parameters (writeQueueSize, rtspTransport, etc) don't have much impact on the CPU consumption and are meant to solve a different issue. In case of CPU-related issue, you have to...

Hello, can you provide a sample file that, when streamed to MediaMTX, allows to replicate the issue?

additional suggestion: we might add a query parameter that allows a single reader to use the back channel of the original source: ``` rtsp://localhost:8554/stream?backchannel=1 ``` all other readers would be...

Hello, although opinions about the underlying SRT library are interesting, they are completely off topic here, since the error is related to MPEG-TS, which is a layer below the SRT...

@gargolito in order to fix this issue, we need to see the unencrypted stream, that unfortunately cannot be inferred from network dumps, since SRT is encrypted. I've created a custom...

@gargolito the dump you posted corresponds to a stream different than the one that triggered the original error, it has a completely different issue, which is not related to SRT...

Hello, this is more a feature request than a bug since Enhanced-RTMP support in FFmpeg has been added quite recently. This can be implemented if we find a way to...

this is fixed by https://github.com/bluenviron/mediamtx/pull/5282 and also by upstream patch https://github.com/datarhei/gosrt/pull/123. Thanks @Frenzie for providing instructions that allowed to precisely replicate the bug. High latency causes SRT clients to send...