Skip to content

Instantly share code, notes, and snippets.

@SolveSoul
Created August 18, 2021 08:56
Show Gist options
  • Save SolveSoul/9be5d9599c8b4b59f7cfa4cd0ce79c9c to your computer and use it in GitHub Desktop.
Save SolveSoul/9be5d9599c8b4b59f7cfa4cd0ce79c9c to your computer and use it in GitHub Desktop.
V380 Pro Activate ONVIF/RTSP
[CONST_PARAM]
rtsp = 1 ; RTSPЭ�飬0���ر� 1������
V380 Pro cameras have rtsp/onvif disabled by default. This can be unlocked by inserting an SD-card into the camera.
A step-by-step guide can be found below:
1) Download the V380 Pro app from the App Store or Google Play
2) Register or continue without registering
3) Boot your camera and couple it to the application
4) Set a custom username and password for your camera
5) Download the 'ceshi.ini' file and put it on the root of a micro SD card (so not in a subfolder)
6) Power down the camera, insert the SD card and boot the camera
7) The camera will talk in chinese, wait for 5 minutes (probably shorter, but to be sure)
8) Power down the camera, remove the SD card, delete the file and power up the camera
9) Connect to your camera using the protocol rtsp://username:password@ipaddress:554/live/ch00_0
10) DONE
A great way to test is downloading/using VLC and opening a network stream.
@Arif285741
Copy link

Arif285741 commented Oct 14, 2025

Saya membeli kamera tiga lensa, model MOC-Z23G-W, yang kompatibel dengan aplikasi V380PRO. ONVIF/RTSP saya tidak berfungsi. Ketika saya menggunakan ceshi.ini, kamera merespons dalam bahasa Mandarin (seperti yang diharapkan), tetapi setelah di-boot ulang, tidak ada pengaturan baru yang muncul. Saya sudah mencoba semua parameter yang berhasil di kamera lain, tetapi tidak berhasil. Telnet juga tidak aktif. Apakah ada yang pernah mengalami hal ini sebelumnya? Foto kamera: IMG_20250915_213807 IMG_20250915_213820 IMG_20250915_213910

Try using this on the ceshi.ini file
[CONST_PARAM]
rtsp = 1
rtsp_enable = 1
rtsp_ctrl = 1

If it still fails, try this one.
[CONST_PARAM]
rtsp_enable = 1
onvif_enable = 1

Good luck.

@ICrashWindows12
Copy link

How can I set a username and password on the V380E camera, I tried using telnet into camera but I can't find any user/password?

@Arif285741
Copy link

Bagaimana cara mengatur nama pengguna dan kata sandi pada kamera V380E, saya mencoba menggunakan telnet ke kamera tetapi saya tidak dapat menemukan nama pengguna/kata sandi?

Try using the v380 pro application on your smartphone. Usually there are settings to change the CCTV name and password.

@koullis22
Copy link

does this work with solar 4g cameras?

@FrisTGS
Copy link

FrisTGS commented Nov 4, 2025

Hey, does anyone know why the stream is accessible via RTSP without a password? I'm almost positive the camera has a password set, but you can just connect straight to rtsp://192.168.XX.YY:554/

@Arif285741
Copy link

Does anyone know why my CCTV settings in the V380 Pro application on Android for encoding settings H.264 or H.265 disappeared after activating ONVIF, even though before ONVIF appeared or was activated the encoding settings were already there but after activating it they disappeared. Because of that, I tried turning off the onvif then resetting the cctv but after connecting it again the onvif settings were active again, therefore I used ceshi.ini then just changed the number one to zero then reset then reconnected and the onvif settings were gone but the encoding settings were still not there.🤔?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment