bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
10.71k stars 1.4k forks source link

Extra forward slash in RTSP SETUP #3517

Open JoshDave opened 3 days ago

JoshDave commented 3 days ago

Which version are you using?

v1.8.3

Which operating system are you using?

Describe the issue

I'm having an issue with opening an RTSP stream on a Verint Nextiva S1816e. mediamtx is sending an extra forward slash during SETUP (rtsp://192.168.101.22//media/1/video/1), so the older Verint unit sends a 404 response. If I modify the SETUP packet so it doesn't have the extra forward slash (rtsp://192.168.101.22/media/1/video/1), then everything works properly.

Describe how to replicate the issue

  1. Start mediamtx with a config that has an RTSP link to a Verint Nextiva S1816e device.

Did you attach the server logs?

yes: mediamtx.log

Did you attach a network dump?

yes: network-dump.zip