IMOU Ranger Pro - RTSP Problems [SOLVED]

Fletty

n3wb
Joined
Dec 2, 2021
Messages
4
Reaction score
5
Location
Germany
Hello guys :)

As already read, I own several IMOU Ranger Pro. I would like to watch them via RTSP stream. I know the Windows App works well, but I would like to embed the stream in OBS. I know the IP of the cameras but not more. In the app I log in with the IMOU account data.

I have tried it with:
rtsp:/admin:admin@192.168.0.105/cam/realmonitor?channel=1&subtype=0

However, it keeps telling me that the login data is wrong. I have tried my IMOU account data but they do not work. Where do I get the login data for the cameras? I don't think it is the IMOU account data.

THX
 
Last edited:

mat200

IPCT Contributor
Joined
Jan 17, 2017
Messages
14,297
Reaction score
23,871
Hello guys :)

As already read, I own several IMOU Ranger Pro. I would like to watch them via RTSP stream. I know the Windows App works well, but I would like to embed the stream in OBS. I know the IP of the cameras but not more. In the app I log in with the IMOU account data.

I have tried it with:
rtsp:/admin:admin@192.168.0.105/cam/realmonitor?channel=1&subtype=0

However, it keeps telling me that the login data is wrong. I have tried my IMOU account data but they do not work. Where do I get the login data for the cameras? I don't think it is the IMOU account data.

THX
Welcome @Fletty

Are you able to confirm an RTSP stream is available? ( I do not see it in the specs )


1638470442879.png

1638470503132.png
1638470480319.png
 

Attachments

Fletty

n3wb
Joined
Dec 2, 2021
Messages
4
Reaction score
5
Location
Germany
Is there a password?
Only when i login into the App with the IMOU Account. But not every single cam seperate.

Yeah not in the manual but i see alot of videos on youtube with exactly the sam cam. They scan it and find the open port 544. or someting
 

Mike A.

Known around here
Joined
May 6, 2017
Messages
3,857
Reaction score
6,456
I know nothing about these cams but try:

rtsp:/admin:admin@192.168.0.105:554/cam/realmonitor?channel=1&subtype=0

i.e., add port 554 to IP address
 

garycrist

Known around here
Joined
Sep 25, 2021
Messages
2,444
Reaction score
7,229
Location
Texas
How about 2 slashes? In VLC an example is; Works with my VLC player.

rtsp:/USERNAME:pASSWORD@192.168.1.105

Mainstream - rtsp:/USERNAME:pASSWORD@192.168.1.105/cam/realmonitor?channel=1&subtype=0

Substream - rtsp:/USERNAME:pASSWORD@192.168.1.105/cam/realmonitor?channel=1&subtype=1

I subbed your example address.
 

Fletty

n3wb
Joined
Dec 2, 2021
Messages
4
Reaction score
5
Location
Germany
How about 2 slashes? In VLC an example is; Works with my VLC player.

rtsp:/USERNAME:pASSWORD@192.168.1.105

Mainstream - rtsp:/USERNAME:pASSWORD@192.168.1.105/cam/realmonitor?channel=1&subtype=0

Substream - rtsp:/USERNAME:pASSWORD@192.168.1.105/cam/realmonitor?channel=1&subtype=1

I subbed your example address.
The problem is i dont know the username or password or where to get it.

I got this error:
Code:
Your input can't be opened:
VLC is unable to open the MRL 'rtsp:/admin:admin@192.168.0.105/cam/realmonitor?channel=1&subtype=0'. Check the log for details.
Like i said i only have the IMOU Account login but this does not work.
 

Fletty

n3wb
Joined
Dec 2, 2021
Messages
4
Reaction score
5
Location
Germany
OK i found the solution! The passwort is in fontsize 1 at the bottom of the camera. This info i found in the internet... The username ist "admin". The working address is:

rtsp:/admin:MYPASSWORD@192.168.0.105/cam/realmonitor?channel=1&subtype=0

Btw. i got help from: Connect to Imou cameras
 
Last edited:

theruck

n3wb
Joined
Feb 5, 2023
Messages
1
Reaction score
1
Location
Italy
in case someone needs it here is a list of all URLs on the port 554 of the Imou camera
you can get the list by running nmap on your camera ip

Code:
 nmap --script rtsp-url-brute -p 554 192.168.66.3
by the way mine does not require authentication to show the stream
and from one of the URLs you can see that the device has a predefined root password "tlJwpbo6" which is probably a password hash for an empty password and is probably hardcoded on all the devices

Code:
PORT    STATE SERVICE
554/tcp open  rtsp
| rtsp-url-brute:
|   errors:
|     rtsp:/192.168.66.3/1/1:1/main
|     rtsp:/192.168.66.3/11
|     rtsp:/192.168.66.3/1/stream1
|     rtsp:/192.168.66.3/12
|   other responses:
|     401:
|       rtsp:/192.168.66.3/
|       rtsp:/192.168.66.3/0
|       rtsp:/192.168.66.3/0/video1
|       rtsp:/192.168.66.3/1.AMP
|       rtsp:/192.168.66.3/1
|       rtsp:/192.168.66.3/1/cif
|       rtsp:/192.168.66.3/4
|       rtsp:/192.168.66.3/CAM_ID.password.mp2
|       rtsp:/192.168.66.3/CH001.sdp
|       rtsp:/192.168.66.3/GetData.cgi
|       rtsp:/192.168.66.3/H264
|       rtsp:/192.168.66.3/HighResolutionVideo
|       rtsp:/192.168.66.3/HighResolutionvideo
|       rtsp:/192.168.66.3/Image.jpg
|       rtsp:/192.168.66.3/LowResolutionVideo
|       rtsp:/192.168.66.3/MediaInput/h264
|       rtsp:/192.168.66.3/MJPEG.cgi
|       rtsp:/192.168.66.3/MediaInput/mpeg4
|       rtsp:/192.168.66.3/ONVIF/MediaInput
|       rtsp:/192.168.66.3/MediaInput/h264/stream_1
|       rtsp:/192.168.66.3/ONVIF/channel1
|       rtsp:/192.168.66.3/PSIA/Streaming/channels/0?videoCodecType=H.264
|       rtsp:/192.168.66.3/PSIA/Streaming/channels/1
|       rtsp:/192.168.66.3/PSIA/Streaming/channels/1?videoCodecType=MPEG4
|       rtsp:/192.168.66.3/PSIA/Streaming/channels/h264
|       rtsp:/192.168.66.3/Possible
|       rtsp:/192.168.66.3/ROH/channel/11
|       rtsp:/192.168.66.3/Streaming/Channels/1
|       rtsp:/192.168.66.3/Streaming/Channels/101
|       rtsp:/192.168.66.3/Streaming/Channels/102
|       rtsp:/192.168.66.3/Streaming/Channels/103
|       rtsp:/192.168.66.3/Streaming/Unicast/channels/101
|       rtsp:/192.168.66.3/Streaming/channels/101
|       rtsp:/192.168.66.3/Video?Codec=MPEG4&Width=720&Height=576&Fps=30
|       rtsp:/192.168.66.3/Streaming/Channels/2
|       rtsp:/192.168.66.3/VideoInput/1/h264/1
|       rtsp:/192.168.66.3/access_name_for_stream_1_to_5
|       rtsp:/192.168.66.3/access_code
|       rtsp:/192.168.66.3/av0_0
|       rtsp:/192.168.66.3/av0_1
|       rtsp:/192.168.66.3/av2
|       rtsp:/192.168.66.3/avn=2
|       rtsp:/192.168.66.3/axis-media/media.amp?videocodec=h264&resolution=640x480
|       rtsp:/192.168.66.3/axis-media/media.amp
|       rtsp:/192.168.66.3/cam
|       rtsp:/192.168.66.3/cam/realmonitor
|       rtsp:/192.168.66.3/cam/realmonitor?channel=1&subtype=00
|       rtsp:/192.168.66.3/cam/realmonitor?channel=1&subtype=01
|       rtsp:/192.168.66.3/cam/realmonitor?channel=1&subtype=1
|       rtsp:/192.168.66.3/cam0_0
|       rtsp:/192.168.66.3/cam0_1
|       rtsp:/192.168.66.3/cam1/h264
|       rtsp:/192.168.66.3/cam1/h264/multicast
|       rtsp:/192.168.66.3/cam1/mjpeg
|       rtsp:/192.168.66.3/cam1/mpeg4
|       rtsp:/192.168.66.3/cam1/onvif-h264
|       rtsp:/192.168.66.3/cam4/mpeg4
|       rtsp:/192.168.66.3/camera.stm
|       rtsp:/192.168.66.3/cgi-bin/viewer/video.jpg?resolution=640x480
|       rtsp:/192.168.66.3/ch0
|       rtsp:/192.168.66.3/ch0.h264
|       rtsp:/192.168.66.3/ch001.sdp
|       rtsp:/192.168.66.3/ch01.264
|       rtsp:/192.168.66.3/ch0_0.h264
|       rtsp:/192.168.66.3/ch0_unicast_secondstream
|       rtsp:/192.168.66.3/ch0_unicast_firststream
|       rtsp:/192.168.66.3/channel1
|       rtsp:/192.168.66.3/dms.jpg
|       rtsp:/192.168.66.3/h264.sdp
|       rtsp:/192.168.66.3/dms?nowprofileid=2
|       rtsp:/192.168.66.3/h264
|       rtsp:/192.168.66.3/h264/ch1/sub/
|       rtsp:/192.168.66.3/h264/media.amp
|       rtsp:/192.168.66.3/h264Preview_01_main
|       rtsp:/192.168.66.3/h264_vga.sdp
|       rtsp:/192.168.66.3/h264Preview_01_sub
|       rtsp:/192.168.66.3/image.jpg
|       rtsp:/192.168.66.3/image.mpg
|       rtsp:/192.168.66.3/image/jpeg.cgi
|       rtsp:/192.168.66.3/img/media.sav
|       rtsp:/192.168.66.3/img/video.sav
|       rtsp:/192.168.66.3/img/video.asf
|       rtsp:/192.168.66.3/ioImage/1
|       rtsp:/192.168.66.3/ipcam.sdp
|       rtsp:/192.168.66.3/jpg/image.jpg?size=3
|       rtsp:/192.168.66.3/ipcam/stream.cgi?nowprofileid=2
|       rtsp:/192.168.66.3/ipcam_h264.sdp
|       rtsp:/192.168.66.3/live
|       rtsp:/192.168.66.3/live.sdp
|       rtsp:/192.168.66.3/live/av0
|       rtsp:/192.168.66.3/live/ch0
|       rtsp:/192.168.66.3/live/ch00_0
|       rtsp:/192.168.66.3/live/ch00_1
|       rtsp:/192.168.66.3/live/ch1
|       rtsp:/192.168.66.3/live/ch2
|       rtsp:/192.168.66.3/live/h264
|       rtsp:/192.168.66.3/live/mpeg4
|       rtsp:/192.168.66.3/live0.264
|       rtsp:/192.168.66.3/live1.264
|       rtsp:/192.168.66.3/live1.sdp
|       rtsp:/192.168.66.3/live2.sdp
|       rtsp:/192.168.66.3/live3.sdp
|       rtsp:/192.168.66.3/live_h264.sdp
|       rtsp:/192.168.66.3/live_mpeg4.sdp
|       rtsp:/192.168.66.3/livestream
|       rtsp:/192.168.66.3/livestream/
|       rtsp:/192.168.66.3/media
|       rtsp:/192.168.66.3/media.amp
|       rtsp:/192.168.66.3/media/media.amp
|       rtsp:/192.168.66.3/media/video1
|       rtsp:/192.168.66.3/media/video2
|       rtsp:/192.168.66.3/media/video3
|       rtsp:/192.168.66.3/medias1
|       rtsp:/192.168.66.3/mjpeg.cgi
|       rtsp:/192.168.66.3/mjpeg/media.smp
|       rtsp:/192.168.66.3/mp4
|       rtsp:/192.168.66.3/mpeg4
|       rtsp:/192.168.66.3/mpeg4/1/media.amp
|       rtsp:/192.168.66.3/mpeg4/media.amp?resolution=640x480
|       rtsp:/192.168.66.3/mpeg4/media.amp
|       rtsp:/192.168.66.3/mpeg4/media.smp
|       rtsp:/192.168.66.3/mpeg4unicast
|       rtsp:/192.168.66.3/multicaststream
|       rtsp:/192.168.66.3/mpeg4cif
|       rtsp:/192.168.66.3/mpg4/rtsp.amp
|       rtsp:/192.168.66.3/now.mp4
|       rtsp:/192.168.66.3/nph-h264.cgi
|       rtsp:/192.168.66.3/nphMpeg4/nil-320x240
|       rtsp:/192.168.66.3/nphMpeg4/g726-640x
|       rtsp:/192.168.66.3/onvif-media/media.amp
|       rtsp:/192.168.66.3/onvif/live/2
|       rtsp:/192.168.66.3/nphMpeg4/g726-640x480
|       rtsp:/192.168.66.3/onvif1
|       rtsp:/192.168.66.3/onvif2
|       rtsp:/192.168.66.3/play1.sdp
|       rtsp:/192.168.66.3/profile
|       rtsp:/192.168.66.3/play2.sdp
|       rtsp:/192.168.66.3/recognizer
|       rtsp:/192.168.66.3/rtpvideo1.sdp
|       rtsp:/192.168.66.3/rtsp_tunnel
|       rtsp:/192.168.66.3/rtsph264
|       rtsp:/192.168.66.3/stream1
|       rtsp:/192.168.66.3/rtsph2641080p
|       rtsp:/192.168.66.3/streaming/mjpeg
|       rtsp:/192.168.66.3/stream2
|       rtsp:/192.168.66.3/synthesizer
|       rtsp:/192.168.66.3/tcp/av0_0
|       rtsp:/192.168.66.3/user.pin.mp2
|       rtsp:/192.168.66.3/ucast/11
|       rtsp:/192.168.66.3/unicast/c1/s1/live
|       rtsp:/192.168.66.3/user_defined
|       rtsp:/192.168.66.3/video
|       rtsp:/192.168.66.3/video.cgi
|       rtsp:/192.168.66.3/video.3gp
|       rtsp:/192.168.66.3/video.cgi?resolution=VGA
|       rtsp:/192.168.66.3/video.mjpg
|       rtsp:/192.168.66.3/video.cgi?resolution=vga
|       rtsp:/192.168.66.3/video.h264
|       rtsp:/192.168.66.3/video.mp4
|       rtsp:/192.168.66.3/video.pro1
|       rtsp:/192.168.66.3/video.pro2
|       rtsp:/192.168.66.3/video.pro3
|       rtsp:/192.168.66.3/video/mjpg.cgi
|       rtsp:/192.168.66.3/video1
|       rtsp:/192.168.66.3/video1+audio1
|       rtsp:/192.168.66.3/video2.mjpg
|       rtsp:/192.168.66.3/videoMain
|       rtsp:/192.168.66.3/videoinput_1:0/h264_1/onvif.stm
|       rtsp:/192.168.66.3/videostream.cgi?rate=0
|       rtsp:/192.168.66.3/vis
|       rtsp:/192.168.66.3/user=admin_password=tlJwpbo6_channel=1_stream=0.sdp?real_stream
|_      rtsp:/192.168.66.3/wfov
 
Top