Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra forward slash in RTSP SETUP #3517

Closed
1 of 13 tasks
JoshDave opened this issue Jun 29, 2024 · 1 comment
Closed
1 of 13 tasks

Extra forward slash in RTSP SETUP #3517

JoshDave opened this issue Jun 29, 2024 · 1 comment
Labels
bug Something isn't working rtsp

Comments

@JoshDave
Copy link

Which version are you using?

v1.8.3

Which operating system are you using?

  • Linux amd64 standard
  • Linux amd64 Docker
  • Linux arm64 standard
  • Linux arm64 Docker
  • Linux arm7 standard
  • Linux arm7 Docker
  • Linux arm6 standard
  • Linux arm6 Docker
  • Windows amd64 standard
  • Windows amd64 Docker (WSL backend)
  • macOS amd64 standard
  • macOS amd64 Docker
  • Other (please describe)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rtsp
Projects
None yet
Development

No branches or pull requests

2 participants