8

I can ping 192.168.15.20 just fine and the camera's online and I can connect to it with the android app I've tried opening rtsp://admin:password123@192.168.15.20:554/live/ch00_1 and this is the result from my vlc log file:

satip debug: try to open 'rtsp://admin:password123@192.168.15.20:554/live/ch00_1'
satip debug: connect to host '192.168.15.20'
main debug: net: connecting to 192.168.15.20 port 554
main error: connection failed: No route to host
satip error: Failed to connect to RTSP server 192.168.15.20:554
main debug: net: connecting to 192.168.15.20 port 554
main error: connection failed: No route to host
access_realrtsp error: cannot connect to 192.168.15.20:554
access_realrtsp debug: could not connect to: 192.168.15.20:554/live/ch00_1
main debug: no access modules matched
main debug: dead input
qt debug: IM: Deleting the input
main debug: changing item without a request (current 1/2)
main debug: nothing to play
Mices
  • 141

3 Answers3

8

Maybe you have to activate RTSP in the Cam. Therefore, you have to create a text file with the following content:

[CONST_PARAM]
rtsp=1

Rename the file to ceshi.ini.

Copy it to the root of an empty SD card, put in the cam and repost the cam.

Then you will be able to connect to RSTP over rtsp://IPADRESS:554/live/ch00_1.

Brian
  • 81
3

ceshi.ini post works perfectly just remember to follow bellow steps:

  • insert SD card with .ini file
  • turn on and wait for 2/3 minutes after boot
  • turn off camera
  • remove sd card
  • turn on again

otherwise it wont work

tito
  • 31
1

I saw a configuration that was very useful for me in file ceshi.ini

[CONST_PARAM]
rtsp = 1
rtsp_enable = 1
rtsp_ctrl = 1

and the same steps of @tito

now I see the onvif option in V380Pro app and i can connect using rstp: rtsp://[mi_IP]:554/live/ch00_1

or onvif: http://[mi_IP]:8899 in iSpy

RicBy
  • 11