I have 8 analogue cameras connected to a Samsung DVR.
I also have viewer software on a computer that connects to the DVR over ethernet and also my mobile phone can do the same. They can both access live video streams as network streams
Now I would like to do the same with VLC.
According to Samsung, the DVR can present RTSP streams using a correctedly formatted requesting HTTPS URL that contains the IP address of the DVR, the stream number from 0 to 7, the username and password in plain text.
Trying this with VLC simply does not work.
I am trying to do this as:
Click on Media menu
Open Network Stream or CTRL N
rtsp://admin:NNNNNNN@192.168.0.234:10010/0
admin is the name of the account holder and NNNNNNN is the password (not literally but replaces the true password for the purposes of this post.
I get the following:
Connection failed: VLC could not connect to "192.168.0.234:10010". Your inpConnection failed: VLC could not connect to "192.168.0.234:10010". Your input can't be opened: VLC is unable to open the MRL 'rtsp://admin:NNNNNN@192.168.0.234:10010/0'. Check the log for details.
I can use a web browser or the Samsung Viewing app and I can confirm the IP address, username and password all work.
I have even tried to view the HTML code for the web viewer to see if the code could give me a clue but no joy there.