You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: