Alessandro Ros
Alessandro Ros
fixed by #4463
Hello, the problem here is that the original stream is wrapped twice, first in RTSP and then in MPEG-TS. There are several devices and software that do that, the result...
> I can offer a 2k USD bounty for any developer that is willing to cut a PR that is accepted into MediaMTX to be paid via Github Sponsors What's...
Hello, can you provide a sample source that allows to replicate the issue? either in form of a public URL, or a MPEG-TS file, or any other command that allows...
@JoshuaHintze you need to provide some additional data in order to allow to replicate the issue. First of all, in server logs, we need the "[rtsp source] [c->s] DESCRIBE" line...
Hello, the question here is adding LATM support to the MPEG-TS parser.
Hello, in order to solve this issue you need to provide a network dump of traffic between MediaMTX and the camera (not the HLS readers!) that can be generated in...
Either someone is going to provide the network dump as instructed or this is going to be closed.
* dump provided by @tkg2222 cannot be used since SRT is encrypted * dump provided by @OsteHovel cannot be used since stream is corrupted in transit, as clearly visible in...
@tkg2222 i tried streaming both files to the server with ``` ffmpeg -stream_loop -1 -re -i 520556670-1e574b16-43dd-4fba-aa2c-4fd1043ffc25.mp4 -f rtsp rtsp://localhost:8554/stream ``` No errors showed up.