Hello team.
We're running a WebCallServer to embeb some RTSP streams from a couple DVR systems in our management tool. During the tests, from the WCS portal we can reach on the player tool the rtsp steam with the format
This is working properly, but when we add to rtsp.auth the line
The password has the "^" character, so the password on the URL works when we replace it for "%5e". We tried both methods on the rtsp.auth file. Also tried defining on the file only the
What are we missing?
Thanks and best regards,
Fer.
We're running a WebCallServer to embeb some RTSP streams from a couple DVR systems in our management tool. During the tests, from the WCS portal we can reach on the player tool the rtsp steam with the format
rtsp://user:pass@dvr_ip:port/h264?device=cam_ip&channel&stream
.This is working properly, but when we add to rtsp.auth the line
rtsp://dvr_ip:port/h264?device=cam_ip&channel&stream user pass
and after reboot we try to access rtsp://dvr_ip:port/h264?device=cam_ip&channel&stream
we get a "FAILED Failed to connect to rtsp stream" message on the player.The password has the "^" character, so the password on the URL works when we replace it for "%5e". We tried both methods on the rtsp.auth file. Also tried defining on the file only the
rtsp://dvr_ip:port
user pass (without device IP, channel or stream) but that didn't either work.What are we missing?
Thanks and best regards,
Fer.
Last edited: