URL for generic ipc365 IP camera to be used with ispy

slickochet

n3wb
Joined
Jan 4, 2020
Messages
22
Reaction score
2
Location
northern ireland
Yes Fozzie Bear, yes I had to create an account. There was an option - Mode 2 operation which did not require internet access not setting up an account. When you first run the app on your mobile phone there is an option botton left saying no internet. This sets the cam as a hotspot so you can view the cam as long as its in range of the phone. The cam takes the identity IPC365 XXXXXXXXXXXX. The video is not encrypted. It works and could be a way forward, but not convinced. The admin (as listed in the paper manual say admin/123456 which can be changed is default for ONVIF operation.
Would there be a way to do this with a computer instead of a phone do you think?
 
Joined
Jan 3, 2021
Messages
2
Reaction score
0
Location
San salvador
Working for me...

rtsp:/admin:123456@192.168.1.30:554/cam/realmonitor?channel=1&subtype=00&authbasic=YWRtaW46MTIzNDU2
 
Joined
Jan 3, 2021
Messages
2
Reaction score
0
Location
San salvador
On vlc plugin working for me
rtsp:/admin:123456@192.168.1.30:554/cam/realmonitor?channel=1&subtype=00&authbasic=YWRtaW46MTIzNDU2
 

Pindemonte

n3wb
Joined
Jan 7, 2021
Messages
1
Reaction score
0
Location
Italy
Hi, to everybody, I'm Pinde from Italy and I'm following this post with a lot of interest.
I bought three Victure PC530 camera. There are a couple of versions of that camera on Amazon. Newest use Victure Home app, but previous have IPC360, like all three mine.
I noticed that two of them have an older frmware: General_PC530(P)_v3.08.75
while one of them have newer firmware: General_PC530(P)_v3.17.82
The newer have ONVIF protocol, and I successful connect to it with, for instance, ONVIFER app, but the older nope.
Any ideas about how to upgrade firmware, maybe it is possible to steal it from the newer one?
Thanks a lot.
Pinde
 

Mikey2230

n3wb
Joined
May 25, 2021
Messages
1
Reaction score
0
Location
uk
Hi All. the only way i could get thsi to work following the instructions provided was to enable ONVIF using the 360Eye S app (not 360Eye).
Also in VLC player I went into TOOLS > PREFRENCES > INPUT/CODECS and set the network option HTTP proxy URL to rtsp:/admin:123456@192.168.1.93:554/cam/realmonitor?channel=1&subtype=00&authbasic=YWRtaW46MTIzNDU2
Also check the Live555 stream transport option is set to RTP over RTSP (TCP).
Worked for me.
 

Attachments

Joined
Jun 14, 2021
Messages
1
Reaction score
0
Location
México
I figured out this should have some info I found. I have a similar camera, just is a bullet camera, unbranded, same app, probably same firmware without ONVIF option.
Some findings happened here: Any way to get video stream? · Issue #5 · NeiroNx/python-dvr

According to this info, ports 23456 and 34567 are NOT rtsp nor http ports, and they do not have an address to a video, but those ports are actually TCP (or UDP) ports, port 34567 is a port very common in DVR devices and is a TCP port actually, so the camera itself acts as a DVR media device, there's a chance it may work with CMS or IP Cam Viewer on android with the settings showed on that link, but there's no way those will work with rtsp software because the correct protocol for those ports is actually "tcp:/" and maybe "udp:/"
These cameras probably have a port 554 and port 80, but they are firmware blocked probably, and need to be opened by either hacking the firmware or making a custom firmware that has the rtsp and http ports opened. It's impossible accesing by other means or addresses because they will always return a "CONNECTION_REFUSED" because the ports I mention are very likely blocked in the firmware.

Also, ONVIF configurations are visible on the app IPC360 Home when tapping the 3 dots on the camera preview (if you added the camera on the IPC350 or IPC360 Pro app, the same credentials will work with IPC360 Home, and cameras will still be there), but ONVIF settings return a error because they may not exist in the camera firmware
 

wes93

n3wb
Joined
Sep 18, 2020
Messages
1
Reaction score
1
Location
Roma
Greetings,

Glad to see others have purchased this model, I recently purchased "360Eyes IPC365" from amazon.
After lots of research I was unable to find anything. So I started doing some probing of my own,

Here are some of my findings:
Using the camera default application, Navigate the settings and turn on ONVIF.

IPC365 Cams are hosted over rtsp protocol on port 554 using authentication,
Example: rtsp:/admin:123456@192.168.1.68:554/live/ch0

Playing with the channels will give different resolutions.

The PTZ controls are being proxied to some server in China back to the camera.

Sending the following packets gives your basic controls
Code:
/ Right
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

/ Left
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00 00 00 00 00 00 00 00 00 fb ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

/ Down
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fb ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

/ Up
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Signature:
Code:
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00
Functions:
Code:
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Hello to everyone!!! did someone have found a way to send this info to the camera for PTZ support?

Best regards
Stefano
 

64doggie

n3wb
Joined
Jan 5, 2022
Messages
2
Reaction score
0
Location
LA VISTA
I have two IPC 360 Cameras (I believe they are) and and I have them connected to Blue Iris, but the PTZ does not work. Do you or would know how I can get the
PTZ To work using Blue Iris. Could you describe how to send these codes to my camera?
Please and thank you in advance for taking the time to read this message.

64doggie

20220105_182554.jpg
 

64doggie

n3wb
Joined
Jan 5, 2022
Messages
2
Reaction score
0
Location
LA VISTA
hi,
sorry how to send this command
I have two IPC 360 Cameras (I believe they are) and and I have them connected to Blue Iris, but the PTZ does not work. Do you or would know how I can get the
PTZ To work using Blue Iris. Could you describe how to send these codes to my camera?
Please and thank you in advance for taking the time to read this message.

64doggie
20220105_182554.jpg
 

dirk6665

BIT Beta Team
Joined
Feb 13, 2015
Messages
36
Reaction score
18
Location
Pennsylvania
I have two IPC 360 Cameras (I believe they are) and and I have them connected to Blue Iris, but the PTZ does not work. Do you or would know how I can get the
PTZ To work using Blue Iris. Could you describe how to send these codes to my camera?
Please and thank you in advance for taking the time to read this message.

64doggie
64doggie --

These are the same cameras I have. They work fine in the native Chinese software app on phone and I have turned on ONVIF and like you, I can access them in Blue Iris 5 - but I cannot for the life of me find any PTZ profile that will control the camera. Which is a shame because the image is pretty good and they remain online and decent. But having to use my phone just to PTZ is a pain. Cameras that have "compatible with Blue Iris" anywhere in their description should be both VIDEO AND PTZ compatible. NOT just video. From what others have said on this topic, the PTZ commands are proxied to a server in China - which is ridiculous IMHO. I guess this is what we have when opting to buy cheaper Chinese products.
 
Joined
Jan 31, 2022
Messages
1
Reaction score
0
Location
United States
I wasn't before but just installed it now and it seems identical to my existing Klzhe app. No option for onvif on any of my cameras.
Super happy to have found this post. I bought 3 of what I thought were the same cameras. However, two do not have the ONVIF option. The model for these two are YT1901-G (according to the software). The one that works is YT1901-GT. Not sure if the YT1901-G models support ONVIF.
 
Joined
Sep 3, 2022
Messages
1
Reaction score
0
Location
United States
I want to thank everyone for the most productive thread on this type of camera. I've had some success on mine, which may be of some help...

Mine is from 360eyes.club and is labeled as a P2P Panoramic camera. Model Q3198US. When I capture the data packets going to/from the Android app "360Eyes Pro", it identifies itself further:
EC76-B3Y2 running firmware 4.20.73

A port scan shows it only listening on 23456 and 34567. I have deliberately NOT turned on ONVIF because I intend to use its own hotspot (AP) to connect to, by a tablet. FYI, ONVIF seems to only be available when the camera is connected to another network. This camera will be at the back of my trailer, displaying what's happening behind the trailer.

Here's the part some of you may care about... how to connect.

User: admin
Password: 123456
Port: 34567
SSL: off

I have not solved the PTZ problem (which only works in 360Eyes Pro so far) , but I can tell you what other devices this camera is compatible with for video streaming:
  • A.V. Sistemi 61xx DVR
  • HISUNG 3016B
  • HISUNG R5003
  • ZMODO DVR-H8008
I've been able to connect and stream video from "IP Cam Viewer Basic" and "IP Cam Viewer Lite" using any of the 4 above camera models, along with the credentials and port further above.

Thanks!
 

slickochet

n3wb
Joined
Jan 4, 2020
Messages
22
Reaction score
2
Location
northern ireland
I want to thank everyone for the most productive thread on this type of camera. I've had some success on mine, which may be of some help...

Mine is from 360eyes.club and is labeled as a P2P Panoramic camera. Model Q3198US. When I capture the data packets going to/from the Android app "360Eyes Pro", it identifies itself further:
EC76-B3Y2 running firmware 4.20.73

A port scan shows it only listening on 23456 and 34567. I have deliberately NOT turned on ONVIF because I intend to use its own hotspot (AP) to connect to, by a tablet. FYI, ONVIF seems to only be available when the camera is connected to another network. This camera will be at the back of my trailer, displaying what's happening behind the trailer.

Here's the part some of you may care about... how to connect.

User: admin
Password: 123456
Port: 34567
SSL: off

I have not solved the PTZ problem (which only works in 360Eyes Pro so far) , but I can tell you what other devices this camera is compatible with for video streaming:
  • A.V. Sistemi 61xx DVR
  • HISUNG 3016B
  • HISUNG R5003
  • ZMODO DVR-H8008
I've been able to connect and stream video from "IP Cam Viewer Basic" and "IP Cam Viewer Lite" using any of the 4 above camera models, along with the credentials and port further above.

Thanks!
Thanks for the suggestion! Sadly this does still not let me access my cameras....
 

dirk6665

BIT Beta Team
Joined
Feb 13, 2015
Messages
36
Reaction score
18
Location
Pennsylvania
I gave up trying to find a PTZ profile that works with BlueIris ... I just started buying more mainstream cameras, albeit at a higher price tag. I really wish PTZ was more standardized like ONVIF.
 

DCactivity

n3wb
Joined
Oct 18, 2022
Messages
1
Reaction score
0
Location
England
Hi guys,

I did have my Victure PC530 working (including PTZ) on iSpy. I didn't do anything out of the ordinary, I simply added the camera via IP and tried the PTZ controls and it worked. For some reason though, the PTZ now has stopped working. I have had brief success with port 81, which I found very peculiar, however the PTZ then stopped working again minutes later.

If I restart the camera, I do get a few minutes of PTZ use before it stops working again.
 

Emilio1980

n3wb
Joined
Dec 20, 2022
Messages
1
Reaction score
0
Location
Italia Lucca
hi! I am new and I speak English not very well. I resolved ptz for my pc540 Victure. Find the port opened on you camera with port scan or other software, then you can open socket communication on this port (I have used c#) and send bytes that RoseGold have shared
Before of all you enabled onvif on your app Home Victure

/ Right
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

/ Left
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00 00 00 00 00 00 00 00 00 fb ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

/ Down
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fb ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

/ Up
cc dd ee ff 77 4f 00 00 e3 12 69 00 48 00 00 00 00 00 00 00 af 93 c6 3b 09 f7 4b 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

My Code in c# send turn right on my cam:

namespace TestPC540
{
class Program
{
static void Main(string[] args)
{
try
{
IPAddress ipAddress = IPAddress.Parse("192.168.1.67");
Socket client = new Socket(ipAddress.AddressFamily, SocketType.Stream, ProtocolType.Tcp);

client.Connect(ipAddress, 23456);

byte []messageBytes = { 0xcc, 0xdd, 0xee, 0xff, 0x77, 0x4f, 0x00, 0x00, 0xe3, 0x12, 0x69, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaf, 0x93, 0xc6, 0x3b, 0x09, 0xf7, 0x4b, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
client.Send(messageBytes, SocketFlags.None);
client.Shutdown(SocketShutdown.Both);
}
catch (Exception e)
{
Console.WriteLine(e.Message);
}
}
}
}

Best regards.
 
Top