How can I get the rtsp stream from a V380 wifi smart net camera

5,904

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.

Share:
5,904
Mices
Author by

Mices

Updated on September 18, 2022

Comments

  • Mices
    Mices over 1 year

    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:[email protected]:554/live/ch00_1 and this is the result from my vlc log file:

    satip debug: try to open 'rtsp://admin:[email protected]: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
    
    • goo
      goo almost 4 years
      Either you don't have a route to 192.168.15.20 or the V380 is off. ip route will help with the first.
    • goo
      goo almost 4 years
      Please learn how to use the formatting tools by clicking "help". Questions that are unformatted are hard to read, so fewer of AskUbuntu's volunteers will read them, and you'll get less help.
    • goo
      goo almost 4 years
      Comments are designed for US to ask YOU questions about your Question. You should Edit your question to add information. By updating your Question, you make all the information available to new readers. People shouldn't have to read a long series of comments to get the whole story.
    • goo
      goo almost 4 years
      Install nmap and zenmap, then portscan the camera.
    • Mices
      Mices almost 4 years
      you want me to run what nmap or zenmap command and expect what info returned by them?
    • Mices
      Mices almost 4 years
      I had already assigned the camera a static ip address on my lan so I ran nmap 192.168.15.20 Starting Nmap 7.60 ( nmap.org ) at 2020-07-27 21:08 EDT Nmap scan report for 192.168.15.20 Host is up (0.023s latency). Not shown: 999 closed ports PORT STATE SERVICE 8800/tcp open sunwebadmin
    • goo
      goo almost 4 years
      Comments are designed for US to ask YOU questions about your Question. You should Edit your question to add information. By updating your Question, you make all the information available to new readers. People shouldn't have to read a long series of comments to get the whole story.
    • Rodrigo Oeiras
      Rodrigo Oeiras over 3 years
      I have this camera, pt.aliexpress.com/item/… Using motion and the instructions: unifore.net/ip-video-surveillance/… bkjaya.wordpress.com/2018/02/02/… This working for me, i created a camera.conf and running a "motion -c camera.conf". This is a streaming by localhost. Regards.