Alessandro Ros

Results 479 comments of Alessandro Ros

Exactly. A sample FFmpeg command which introduces minimal latency is available in the README: https://github.com/bluenviron/mediamtx?tab=readme-ov-file#remuxing-re-encoding-compression

Thanks for providing the link to the Kernel patch - in my opinion, removing the entire `SetsockoptString(syscall.SO_BINDTODEVICE)` call should not cause any issue, but is still something that might impact...

@calanor the change you mention was performed since other users complained about the old behavior, that was completely custom and different from any other software. The old behavior will not...

Hello, in order to debug this issue ("freezy webrtc and metrics", not the other ones reported below), you need to provide server logs (that allow to estimate the delay between...

@dillanspencer the feature you described is already implemented. This PR is related to gaps caused by multiple starts and stops of streams.

This will not be merged. If you need smooth play back, you can either: * build a custom JavaScript interface that handles gaps * wait for #2214 * improve network...

This is by design, because otherwise it would be impossible to start the server without any path (and add paths through the API).

@temotodochi your issue can be solved if you provide the SDP of the TV box, or alternatively server logs with `logLevel: debug`. @mathijs-ixon your issue is more complex - your...

If the stream you are recording has multiple tracks, then is not a bug, but a feature that required a lot of work and allows to store samples between segments...

Can you provide a sample recording file?