How to use my Samsung SNV-5010 in OBS Studio

Joined
Apr 27, 2019
Messages
3
Reaction score
2
Location
Germany
Hi guys,
I have a "Samsung SNV-5010p" and I have reset it to the factory defaults. I can go to the camera settings via my web browser like this:
URL: http://192.168.1.100/
User: admin
Pass: 4321
and I can see the video in the web browser but I cannot use the video in OBS or even see it in VLC.
I have used these MRLs in VLC but I encounter errors:
rtsp://192.168.1.100/
rtsp://192.168.1.100:554/
rtsp://192.168.1.100:554/channel1
rtsp://192.168.1.100:554/1
rtsp://192.168.1.100:554/11
rtsp://192.168.1.100:554/video

and many more even with http://....
I'm not pro, can anyone help me what to do?
Thank You in Advance.
 

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,952
Reaction score
6,786
Location
Scotland
can anyone help me what to do?
If the camera is ONVIF compliant - and I couldn't find the tech specs to check this - then you will be able to query it with ONVIF Device Manager from sourceforge.net
ODM will find ONVIF devices automatically on the same address range as the PC.
Give it some logon credentials, top left of the window.

The RTSP URL for use in VLC can be found at the bottom of the Live Video page.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,708
Reaction score
38,888
Location
Alabama
If the above info from @alastairstevenson doesn't bear fruit, you might try these URLs below in VLC; I found on iSpyConnect, but none was shown for RTSP for that cam:
Code:
http://admin:4321@192.168.1.100/cgi-bin/video.cgi?msubmenu=mjpg

http://admin:4321@192.168.1.100/cgi-bin/video.cgi?

http://192.168.1.100/cgi-bin/video.cgi?
 
Joined
Apr 27, 2019
Messages
3
Reaction score
2
Location
Germany
If the camera is ONVIF compliant - and I couldn't find the tech specs to check this - then you will be able to query it with ONVIF Device Manager from sourceforge.net
ODM will find ONVIF devices automatically on the same address range as the PC.
Give it some logon credentials, top left of the window.

The RTSP URL for use in VLC can be found at the bottom of the Live Video page.
Thank you man. The ONVIF solved the problem. The address was: rtsp://admin:4321@192.168.1.100:554/profile2/media.smp
 
Joined
Apr 27, 2019
Messages
3
Reaction score
2
Location
Germany
If the above info from @alastairstevenson doesn't bear fruit, you might try these URLs below in VLC; I found on iSpyConnect, but none was shown for RTSP for that cam:
Code:
http://admin:4321@192.168.1.100/cgi-bin/video.cgi?msubmenu=mjpg

http://admin:4321@192.168.1.100/cgi-bin/video.cgi?

http://192.168.1.100/cgi-bin/video.cgi?
Thank you man. Now I know how to say username and pass in a URL. The address I found is for me: rtsp://admin:4321@192.168.1.100:554/profile2/media.smp
 
Top