Adding an IP Camera

Hi all,

I’m trying to add an IP camera to my ManyCam, but it fails to connect to it.

I ran a Wireshark to the camera’s IP and launched the app that comes with it and saw that there was a brief communication by UDP from the camera to the app upon launch, where it included UDP port 5000, as what seems to look like the streaming port.

This is the full content of the message:

MainCmd=LocalData;
bootproto=dhcp;
dns0=10.0.0.1;
dns1=192.168.2.1;
netmask=255.255.255.0;
netwet=10.0.0.1;
userType=323;
status=2;
ver=514;
index=0;
lanport=5000;
wannetable=0;
errorcod=3;
EnableSD=0;
MoveRec=0;
OutMoveRec=0;
AutoRec=1;
LoopWrite=1;
Splite=50;
AllSize=0;
HaveUse=0;
LeftSize=0;
sdAudioMux=0;
SDRecQC=1;
devid=E3502xxxx;
pchost=47.88.18.167;
Psw=xxxxxxxxxxxxxxxxxxxxx;
allAttribute=d7:wifidev1:0e;
Prot=5000;
MacIP=00:xx:xx:xx:xx:xx;

I tried to put in the URL field rtmp://10.0.0.100:5000, but that didn’t help either.

Note that on http port 80, I have a login page, but I don’t know the username and password. The password included in the UDP message above didn’t work with the device ID, root or admin users.

Thanks for your help,

David