Alessandro Ros

Results 479 comments of Alessandro Ros

Hello, the screenshot you provided is not enough to replicate the bug. Open an issue in MediaMTX and follow instructions in order to provide a network dump.

Although i don't like RTSP over HTTP, since it's a useless overhead and there are better ways to stream RTSP to a browser (take a look at MediaMTX, that automatically...

please provide a network dump of a RTSP/RTP stream that contains FU-B packets.

Hello, can you write the model and vendor of the camera?

In order to solve this issue, we need the SDP from the camera or the HikVision platform, that can be obtained, for example, in this way: Download [MediaMTX](https://github.com/bluenviron/mediamtx) and configure...

Hello, the issue here is that those audio codecs should also come with a `config` parameter that provides additional information: ``` a=rtpmap:116 MPEG4-GENERIC/64000 a=rtpmap:115 MPEG4-GENERIC/48000 a=rtpmap:114 MPEG4-GENERIC/32000 a=rtpmap:113 MPEG4-GENERIC/16000 a=rtpmap:112...

Hello, i can confirm that there's a bug, but it's on the GStreamer side, since in RTSP the control attribute (stream=0) should be appended AFTER query parameters (key=value), not merged...

This is fixed by https://github.com/bluenviron/gortsplib/pull/619. With respect to my previous comment, i improved the server in order to support both URL formats.

replaced by https://github.com/bluenviron/mediamtx-rpicamera/pull/1

Thanks for reporting the issue, this is fixed by * https://github.com/pion/rtp/pull/269 * https://github.com/bluenviron/gortsplib/pull/553 * https://github.com/bluenviron/mediamtx/pull/3299