guino / LSC1080P

12 stars 1 forks source link

Only Port 6668 is open #6

Open bensen-666 opened 3 months ago

bensen-666 commented 3 months ago

Hi,

i tried your script for my cam. But i only open port is 6668 i think they changed something in the firmware

rtax56 commented 3 months ago

what cm do you have ??

rtax56 commented 3 months ago

and how to put what script on mmc and how , need some attention, thanks alot

guino commented 1 month ago

This is the camera on this repository: cam

If you have this camera, and want to use RTSP, there's no need to make any changes, just use one of these RTSP urls: rtsp://IP:8554/main and rtsp://IP:8554/sub (change IP for the IP of the camera like 192.168.1.123)

If you want to 'root' access the camera, just unzip this file into the root of the SD Card (it should create a product.cof file): productcof.zip

You will need to do the above on a computer (with SD card slot), then properly eject the card, insert it on the device and reboot.

If you wish to use the other features (file upload/download, motion notification, SD card cleanup), you'll need need a LINUX machine to run the initcheck.sh script. to download all the files from mmc into the SD card, then you just have to run initcheck.sh 192.168.1.123 (replace IP accordingly) from the linux machine to configure the camera after it boots up.