Cusflyx HDWiFiCam Pro CGI videostream URL

sp00ky

n3wb
Joined
Jun 29, 2021
Messages
2
Reaction score
0
Location
Germany
Hi all!

I just bought this mini spy cam. The cam is working with an app called "HDWiFiCam Pro". I downloaded the APK and decompressed it to see how the app is communicating with the cam. I found several links and the standard user and pasword inside the source code. It seems that the cam is working with this CGI SDK.

I can execute almost all commands e.g. but the video I can't access in the browser or via iSpy. iSpy scanned the camera URL and gave me this link but I only see a white screen.

I assume the link must be something like or The browser/webserver gives no error I just see the running donut that something is loaded but I can't see video. iSpy can also not connect to this URLs I assume.

Could please someone help me to find out the right video stream URLs? Thank you in advance!

BR
sp00ky
 

daimoner

n3wb
Joined
Sep 8, 2021
Messages
2
Reaction score
0
Location
France
Hi sp00ky!

I'm trying to do the same, my camera is not exactly the same model but looks to work exactly the same. I'm able to execute most of commands but no screenshot or stream.
I was wondering if get/set_forbidden may help, when I call get_forbidden.cgi I get "1", the documentation is not very explicit but I tried to set it to "0" using set_forbidden with no success.

BTW did you find the solution since your first post?

Thanks!
 

daimoner

n3wb
Joined
Sep 8, 2021
Messages
2
Reaction score
0
Location
France
Side note, here is the result of some commands with some XXX to protect my privacy :)

== get_status ==

var cmd=24577;
var result=0;
var alias="camera";
var deviceid="XXX";
var sys_ver="";
var kernelversion="Fri Jun 1 20:31:47 CST 2018";
var upnp_status=0;
var now=1631122919;
var tz=7200;
var alarm_status=0;
var mac="00-00-00-00-00-00";
var wifimac="XXX";
var record_sd_status=0;
var dns_status=0;
var p2pstatus=1;
var devicetype=0;
var devicesubtype=0;
var externwifi=1;
var record_sd_status_v1=0;
var sdtotal=59584;
var sdfree=30944;
var batcharge=0;
var alarmunread=0;
var mcuversion=0;
var doorlcd=1;
var lcd_display=5;
var lcdpwm=100;
var ptzversion=0;
var ccid="";
var ccid_version="";
var arry_led=0;
var rebootimes=0;
var videostatus=-100;
var product_type=8;
var product_model=17;
var bat_mode=1;
var cloud_run=0;
var involume=60;
var outvolume=60;
var led_enable=0;
var irled_mode=2;
var solar_led_mode=0;
var solar_led_status=0;
var solar_bat_status=0;
var solar_bat_capcity=0;
var signal_4g=0;
var play_volume=31;
var light=0;
var videomode=3;
var videoenv=0;
var irled_led=0;

== get_params ==

var cmd=24578;
var result=0;
var now=1631122919;
var tz=7200;
var ntp_enable=1;
var ntp_svr="time.nist.gov";
var dhcpen=1;
var ip="192.168.1.63";
var mask="255.255.255.0";
var gateway="192.168.1.254";
var dns1="8.8.8.8";
var dns2="8.8.4.4";
var port=81;
var user1_name="admin";
var user1_pwd="6666";
var user2_name="";
var user2_pwd="";
var user3_name="toto";
var user3_pwd="0609";
var wifi_enable=1;
var wifi_ssid="XXX";
var wifi_mode=1;
var wifi_encrypt=1;
var wifi_authtype=4;
var wifi_defkey=0;
var wifi_keyformat=0;
var wifi_key1="";
var wifi_key2="";
var wifi_key3="";
var wifi_key4="";
var wifi_key1_bits=0;
var wifi_key2_bits=0;
var wifi_key3_bits=0;
var wifi_key4_bits=0;
var wifi_wpa_psk="XXX";
var wifi_channel=1;
var rtsp_auth_enable=0;
var rtsp_user="";
var rtsp_pwd="";
var ddns_service=0;
var ddns_proxy_svr="";
var ddns_host="";
var ddns_user="";
var ddns_pwd="";
var ddns_proxy_port=0;
var ddns_mode=0;
var ddns_status=0;
var mail_sender="";
var mail_receiver1="";
var mail_receiver2="";
var mail_receiver3="";
var mail_receiver4="";
var mailssl=0;
var mail_svr="";
var mail_user="";
var mail_pwd="";
var mail_port=0;
var mail_inet_ip=0;
var ftp_svr="";
var ftp_user="";
var ftp_pwd="";
var ftp_dir="";
var ftp_port=0;
var ftp_mode=0;
var ftp_upload_interval=0;
var ftp_filename="";
 

Dinkelchen

n3wb
Joined
Jan 15, 2022
Messages
1
Reaction score
0
Location
Germany
i bought the same camera and i down know how i can get the rtsp stream. New ideas how?
 
As an Amazon Associate IPCamTalk earns from qualifying purchases.

mudflap5

Pulling my weight
Joined
Oct 19, 2014
Messages
143
Reaction score
198
Location
96598
I had an odd ball camera that I could not determine the rtsp.

This program found it for me. YMMV!

 
Last edited:

Slime0

n3wb
Joined
Jun 18, 2022
Messages
1
Reaction score
0
Location
place town
I wonder if anyone made any progress on this?

The snapshot.cgi link that sp00ky posted works for me to take a snapshot, but I also can't connect to the videostream.cgi, livestream.cgi, or videostream.asf links. I found that if I omit the login URL parameters and just use this:


then it actually asks me for credentials. However, I can't find any username/password combo that it actually accepts (admin 6666 included).
 
Top