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

No video stream if the rtsp string has wildcards like ? or & #473

Open
mr-graf opened this issue Jul 2, 2024 · 0 comments
Open

No video stream if the rtsp string has wildcards like ? or & #473

mr-graf opened this issue Jul 2, 2024 · 0 comments

Comments

@mr-graf
Copy link

mr-graf commented Jul 2, 2024

Hello!
I'm getting video streaming from the DVR channels. The rtsp string looks like:
rtsp://user:pass@DVR-IP/cam/realmonitor?channel=7&subtype=0
In all video players I can see the video, but in RTSPtoWEB I can't.
In debug mode I see that the rtsp string is cut off:

2024/07/02 10:46:08 [PLAY rtsp://DVR-IP:554/cam/realmonitor/ RTSP/1.0
CSeq: 5
Authorization: Digest username="user", realm="a9c7e2d71273aff4", nonce="ABYHu22I8C77S0FJpc0K3e84FK3F4U0I", uri="rtsp://DVR-IP:554/cam/realmonitor/", response="bcd0d769d74e748be6179b4264ecd8cd"
User-Agent: Lavf58.76.100
Session: 44754370

If I add the rtsp string via "Add stream" in the web interface, the string in config.json changes to:
rtsp://user:pass@DVR-IP/cam/realmonitor?channel=7\u0026subtype=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant