V380 stream url

Bought a generic IP Camera (Picture attached, Amazon Link). Though in the product page it mentioned as some company name, from the box it appears that this is a generic, hence no documentation, no support.

Android App used V380.
In AP mode, it connected and work from mobile (using V380 app).
It can not connect to hidden wifi network. (This is just for future reference)
Camera connected through ethernet, mobile and computer (windows 10) are also connected to the same LAN.
Camera works perfectly from V380 app.

Now in computer:
I tried to get using NVCMS_LITE (MVCMS_Lite.exe, after installing VideoCodec.exe), the device manager never detects the camera, neither manual addition works (shows: please check whether XServer service been opened at front server or not)

From this link I tried:
rtsp://user:pass@ipOfCam/live/ch00_1
rtsp://ipOfCam/live/ch00_1
not workd.

Downloaded ONVIF Device Manager v2.2.250
Supprisingly detects camera ip automatically. However, live video, video streaming not worked. Though, PTZ control WORKED.

In netcamstudio, this camera not listed (as this has no specific company name, though the model is very popular in Online Indian market)

Info using Fing app:
camera uses port 5050, mmcc multimedia conference control tool

Info using V380(5.9.2) app:
system app version: AppV380E11_EXIOPTZ_ETH_V2.5.0.6_20170927
system kernel version: KerV380E11_EXIOPTZ_ETH_V2.1.0_20160506
system firmware version: HwV380E11_EXIOPTZ_ETH_20160217

Please help for finding PTZ control commands and videos streaming url.

Sorry, but that’s how it is with these cameras. I don’t see ONVIF so that’s out. Port 5050 is a special port that is used for as you write multimedia applications. To connect using rtsp port 554 need to be open. You can search in this forum for v380 and see what other people have tried.
To have this camera work for PTZ, video and audio it must support ONVIF.

EDIT:
If it opens in ONVIF Device Manager take this URL
image

and put that URL in the tab for ONVIF Source in NCS for manually. Add logins and see what you get.

-Henrik

ONVIF manager I have:
Capture
Identification to certificates all shows: β€œMethod β€˜GetScopes’ not implemented: method name or namespace not recognized.”
Relays shows:
The remote server returned an unexpected response: (400) Bad Request.
Webpage shows:

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV=β€œhttp://www.w3.org/2003/05/soap-envelope” xmlns:SOAP-ENC=β€œhttp://www.w3.org/2003/05/soap-encoding” xmlns:xsi=β€œhttp://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=β€œXML Schema” xmlns:wsa=β€œhttp://schemas.xmlsoap.org/ws/2004/08/addressing” xmlns:wsdd=β€œWeb Services Dynamic Discovery (WS-Discovery)” xmlns:chan=β€œhttp://schemas.microsoft.com/ws/2005/02/duplex” xmlns:wsa5=β€œWS-Addressing 1.0 Namespace” xmlns:c14n=β€œExclusive XML Canonicalization Version 1.0” xmlns:wsu=β€œhttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd” xmlns:xenc=β€œXML Encryption Syntax and Processing” xmlns:wsc=β€œWeb Services Secure Conversation Language (WS-SecureConversation)” xmlns:ds=β€œXML-Signature Syntax and Processing” xmlns:wsse=β€œhttp://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd” xmlns:xmime=β€œBing” xmlns:xop=β€œhttp://www.w3.org/2004/08/xop/include” xmlns:tt=β€œhttp://www.onvif.org/ver10/schema” xmlns:tds=β€œhttp://www.onvif.org/ver10/device/wsdl” xmlns:tev=β€œhttp://www.onvif.org/ver10/events/wsdl” xmlns:wsnt=β€œhttp://docs.oasis-open.org/wsn/b-2” xmlns:timg=β€œhttp://www.onvif.org/ver20/imaging/wsdl” xmlns:tmd=β€œhttp://www.onvif.org/ver10/deviceIO/wsdl” xmlns:tptz=β€œhttp://www.onvif.org/ver20/ptz/wsdl” xmlns:trc=β€œhttp://www.onvif.org/ver10/recording/wsdl” xmlns:trt=β€œhttp://www.onvif.org/ver10/media/wsdl”>SOAP-ENV:Bodytds:GetDeviceInformationResponsetds:ManufacturerIPCAM</tds:Manufacturer>tds:ModelIPCAM</tds:Model>tds:FirmwareVersionHS-Camera_No1</tds:FirmwareVersion>tds:SerialNumber4c9601cee3bc</tds:SerialNumber>tds:HardwareId000255b4-55b4-76bd-b4bd-4c9601cee3bc</tds:HardwareId></tds:GetDeviceInformationResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

In ONVIF, the only working part is Pan&Tilt, i.e., movement of camera. No zoom, stream appears.

Wireshark gives nothing on rstp for computer to ipCam.
Packet Capture gives nothing on rstp/authentication for andriod to ipCam.
gives nothing means all are encrypted data no useful information in plain text.

I also tried:
rtsp://ipAddr//live/ch00_1
rtsp://admin:password@ipAddr:554/
rtsp://admin:password@ipAddr:554/camID
rtsp://admin:password@ipAddr/user=admin&password=password&channel=1&stream=0.sdp?
rtsp://admin:password@ipAddr/channel=1&stream=0.sdp?
rtsp://ipAddr/user=admin&password=password&channel=1&stream=0.sdp?
rtsp://ipAddr:password@ipAddr:554/camID
rtsp://ipAddr:554/ch0_0.h264
rtsp://ipAddr:5050/ch0_0.h264

port scanner shows port no 8899,8800,7050,5051,5050,5040 are open

For the V380 I use FFMPEG(H264) in iSpy with rtsp://192.168.x.x/live/ch00_0
For the V380E with ptz I use rtsp://admin:password@192.168.x.x/live/ch00_0
with admin/password being the actual login credentials for the camera.

I guess the login doesn’t matter. I never manage to get the ptz or mic/speaker working so I use
the iPhone app to control and use those.

/Ubbe

source code of v380: apphttps://github.com/brusdev/V380-SDK
@ubbe thanks for additional urls, however not worked. :disappointed_relieved::triumph:

The camera with multimedia port 5050 do exactly what it says to do. If you want it to do something else, well as long as port 554 is closed you will never get this to work with rtsp and neither with NCS. If you must use this camera look for a new firmware. It’s been discussion in this forum about that and search the Internet.

Yes, I’m also thinking about this. To get right firmware, I need to open the hardware probably…

The version I have in V380 ptz that works with rtsp are
KerV380E2_PTZ_V2.10
AppV380E2_PTZ_V2.4.2.1
HwV380E2_WF1_PTZ

There is a device upgrade function in the V380 app for iPhone and after a few weeks that I used the camera there was an upgrade available. I did that upgrade and the camera stopped working in iSpy. I had to change the configuration to the rtsp://admin:password@192.168.x.x/live/ch00_0 one. It was a totally different configuration I used before that but do not remember it now.

You probably have to look in the iPhone app to see what ip adress it contacts for upgrades and how it verifies firmware versions.

/Ubbe

3 Likes

Check here

-Henrik

3 Likes
  1. My board is based on Ankya AK3918 processor.
  2. The link is dead (removed by admin)
  3. There is board with same processor BPI-D1 (BananaPi) except the Ethernet port.

I have 2 of these cameras both have same firmware but seems one will work with the rtsp://ipAddr//live/ch00_1 … my firmware reports as hwv380e12_wf3_ptz 20160217… wish i could get it to work like the other one that has same firmware in it. They do work with the V380 app on phone but not with my sighthound or other vlc or things as such

1 Like

Got the same camera. Firmware reports: hwv380e12_wf3_ptz 20160217
I can not see the stream with rtsp://ipAddr//live/ch00_1 but rtsp://user:password@ipAddr/live/ch00_0 works! (VLC.exe and ipSpy.exe)
Til now I have not found any way to access the web interface of the cam. So I have to use the V380 app :frowning:

This worked for my cameras. V380 with
system app version: AppV380E12_PTZ_V2.5.6.4_20181126
system kernel version: KerV380E12_PTZ_V2.2.0_20160506
system firmware version: HwV380E12_WF3_PTZ_20160217

Thank you for your patch reference, Henrik

no audio though. wish that would work. I tried in vlc and sighthound

Hi I have the same software but I can’t update. in the sd I inserted only the unzipped files, but turning on the camera does not see the update. do i have to do anything else?

This is 100% the solution, I tried this on a camera with model no: PV-A-3608-960PH(L)

Working in iSpy.

EDIT: Not sure how to quote your message but look for the download link with the firmware above.

1 Like

How to flash ? Need to reboot and hold the reset button?

Anche io ho lo stesso modello e lo stesso problema. Sei riuscito a risolvere ?
La telecamera ora si compra a 13 $ . E’ un buon rapporto qualitΓ  / prezzo !

Sorry, but is it really a good value if you cant make it work?

The camera works properly with the V380 app but I would like to use the Tinycam monitor app and I don’t know how to set it.