Unitoptek ip camera c6F0SgZ3N0P6L2

Krupta

n3wb
Joined
Jun 30, 2024
Messages
5
Reaction score
1
Location
Riga
Hello,
I have this camera bough several year ago, but did not use. I got connection to them over the LAN and was finally able to see stream over the webintersface based on webbrowser and IP.
I am trying to setup RTSP, but unable to see it on VLC.
I was trying this link: rtsp:/192.168.1.111:554/user=admin&password=admin&channel=1&stream=0.sdp
But no success. I am thinking what can be the reason. Maybe I have to change the settings of came, but I am not sure which one. I am attaching below the settings that I can modify.
Can somebody please give some clue what can be wrong here?
1719772171244.png1719772237672.png1719772259503.png
1719772278442.png
1719772301333.png
1719772372678.png
1719772621477.png
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,651
Reaction score
41,095
Location
Alabama
Hello,
I have this camera bough several year ago, but did not use. I got connection to them over the LAN and was finally able to see stream over the webintersface based on webbrowser and IP.
I am trying to setup RTSP, but unable to see it on VLC.
I was trying this link: rtsp:/192.168.1.111:554/user=admin&password=admin&channel=1&stream=0.sdp
Try instead the underscore character "_" in place of the "&" like this; insert your user name in place of <user> and your password in place of <password>. Of course, place 2 "/" after "rtsp:".
Code:
rtsp:/192.168.1.111:554/user=<username>_password=<password>_channel=1_stream=0.sdp
 

Krupta

n3wb
Joined
Jun 30, 2024
Messages
5
Reaction score
1
Location
Riga
Try instead the underscore character "_" in place of the "&" like this; insert your user name in place of <user> and your password in place of <password>. Of course, place 2 "/" after "rtsp:".
Code:
rtsp:/192.168.1.111:554/user=<username>_password=<password>_channel=1_stream=0.sdp
Hi Tony R,

Thank you for your message. I just have tried it: rtsp:/192.168.1.111:554/user=admin_password=admin_channel=1_stream=0.sdp the login and password that i type in are both "admin".

It seems that I get error response from VLC:
Your input can't be opened:

VLC is unable to open the MRL 'rtsp:/192.168.1.111:554/user=admin_password=admin_channel=1_stream=0.sdp'. Check the log for details.

I am not sure if this has value but the error response from VLC appears way faster than with the previous link that had & instead of _ . I was getting response only after ~7seconds.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,651
Reaction score
41,095
Location
Alabama
So you had previously logged into the camera's webGUI and changed the camera's username/password to admin/admin?

In that webGUI I see "ONVIF". Enable that, save it then install and run ODM, log into camera with ODM, select "Live Video" in middle column and see what the RTSP URL is at lower right, below the live image.
 

Krupta

n3wb
Joined
Jun 30, 2024
Messages
5
Reaction score
1
Location
Riga
Hi Tony,

I am unsure if I connected to it and set password. I got these cameras long time ago, so either I changed it or it was with these settings. If I understand correctly so the ONVIF is on already (based on pictures)? If not please let me know.
I opened the ODM, I typed in admin admin at the top to login. Then pressed plus at the bottom, but I am not sure about the link, should I leave it as it was already preset for onvif? I tried with default but go an error.

1719848307976.png
The error changes if I only place the IP
1719848788362.png
 

Krupta

n3wb
Joined
Jun 30, 2024
Messages
5
Reaction score
1
Location
Riga
Hi Tony,

I finally got connection:

1719849485177.png
However the video stream does not seem to work. I can see at the bottom rtsp link which is interesting. If I type it into VLC I also do not see view. Can you please write if you have any thoughts how to further check this issue?

1719849538379.png
 

Krupta

n3wb
Joined
Jun 30, 2024
Messages
5
Reaction score
1
Location
Riga
Thank you Tony!
I finally got it working. Very unclear how.. One thing that I did is actually pressed Log in button (unsure if login helped, but meanwhile I was trying to change user called "user" to "operator" role and set its password to user123. The role did not change) Interesting that in this ODM I can see three users, while in webinterface of the camera only a single admin.

So it somehow started working.
With the link rtsp:/192.168.1.111:554/11/ or rtsp:/192.168.1.111:554/11/user=admin_password=admin which I have not see anywhere else I can get it on vlc as well.

I am attaching the settings that are presented on my camera just in case that will help anyone:

1719852734225.png1719852748649.png1719852761542.png1719852778037.png1719853052957.png1719853104318.png
 
Top