China dragon v360 pro wifi ptz camera

Topolovac

n3wb
Jul 1, 2024
7
0
Zagreb
Hello everyone,

I bought a WiFi PTZ camera on AliExpress, and it uses the V360 Pro app on Android. How can I connect this camera to my PC to access it through iSpy or Camlytics? I found the IP address, but I can't connect the camera to my PC. The app shows some device information, but I'm unsure how to proceed.

Any advice would be greatly appreciated!
 
Try this URL in VLC, of course put 2 "/" after "rtsp:", as forum software won't allow 2 to be displayed consecutively:

Code:
rtsp:/username:password@camera-IP:554/11

Does the ad from Aliexpress state that the camera is ONVIF compliant? If it does and the above URL won't work in VLC, try ODM, log into camera with it, select "Live Video" in middle column and find the RTSP URL at bottom right below the live video image; try that URL in VLC.
 
Ad does not mention onvif and seller states that the camera does not support onvif.
I have tried to put rtsp url in vlc and it can't connect to vlc.
 
Ad does not mention onvif and seller states that the camera does not support onvif.
I have tried to put rtsp url in vlc and it can't connect to vlc.
What URL's have you tried?
Have you tried port 8554 instead of 554?

Code:
rtsp:/username:password@Camera-IP:8554/profile0
rtsp:/username:password@Camera-IP:554/profile0
 
i get the same resault. I have treid to get in camera via ip adress and with web browser and it can't connect. I see it and i can ping it
 
i get the same resault. I have treid to get in camera via ip adress and with web browser and it can't connect. I see it and i can ping it
Maybe run Wireshark and see what's goes to the Android phone app and the port(s) used when you stream to it.
 
It says source port 2768 destination port 443.
I have tried put admin and password admin to stream in vlc. Still says that it can't connect. i will try with camlytics next
 
I have tried following ports: 80 8080 8000 8888 and 554
I have recently purchased 2 of these cameras and after hours playing about with it I’ve managed to connect to rstp via vlc using this address

rtsp:/ /admin:admin123456@[insert camera ip]:8554/profile0

enter your ip address into that and remove the space between the two / and you’ll be connected to it

You’re Welcome
 
  • Like
Reactions: asid61
I have tried your advice and still does not connet. Niether in VlC or Camlytics.
I have tried use nmap to scan for open ports and it showed me this:
Starting Nmap 7.95 ( Nmap: the Network Mapper - Free Security Scanner ) at [•date and time] [location]
Failed to resolve "ping".
Nmap scan report for IPC (IP adress of camera)
Host is up (0.0091s latency).
All 1000 scanned ports on IPC (IP adress of camera) are in ignored states.
Not shown: 1000 closed tcp ports (reset)
MAC Address: [MAC adress of camera] (China Dragon Technology Limited)

Nmap done: 1 IP address (1 host up) scanned in 5.64 seconds
 
I have recently purchased 2 of these cameras and after hours playing about with it I’ve managed to connect to rstp via vlc using this address

rtsp:/ /admin:admin123456@[insert camera ip]:8554/profile0

enter your ip address into that and remove the space between the two / and you’ll be connected to it

You’re Welcome

Just wanted to say I was looking for this information for hours. It works! I have a generic V360 Pro and this was the only way I could get it to work, via VLC.