I consider buying the license, but when I enter direct RTSP URL in demo player , the video doesnt show.
RTSP URL : [confidential]
This URL works in VLC so I am sure that is correct.
Could you check server logs what's wrong ?
Good day.
The parameter rtsp_interleaved_channels affects all the RTSP streams pulled to WCS server. So, if some other RTSP stream is not played, switch RTSP transport to UDP
Code:
rtsp_interleaved_mode=false
In this case, both your camera and other RTSP streams should work
Good day.
We are now testing dynamic RTSP interleaved channels setting to play RTSP stream from your camera without breaking another RTSP streams playback. Could you please provide us access to your stream again for at least 24 hours?
Good day.
We implemented dynamic RTSP interleaved channels setting in build 5.2.67. Now you can remove rtsp_interleaved_channels parameter from config, and your stream will be played as so as other RTSP streams. Please update and check.