cjj25 / Yi-RTS3903N-RTSPServer

A RTSPServer for RTS3903N based IP Cameras (Yi Camera Inspired)
67 stars 13 forks source link

7.0.00.X Payload issue #1

Closed cjj25 closed 3 years ago

cjj25 commented 3 years ago

Use a different payload to start the service as the firmware differs

7.0.00.X version

if [ -f "/tmp/sd/Factory/factory_test.sh" ]; then
    echo -e ${YELLOW}detect /tmp/sd/Factory/factory_test.sh${NONE}
    exit
fi

7.1.00.X version

if [ -f "/tmp/sd/Factory/factory_test.sh" ]; then
    echo -e ${YELLOW}detect /tmp/sd/Factory/factory_test.sh${NONE}
    /tmp/sd/Factory/config.sh
    exit
fi
cjj25 commented 3 years ago

Can someone please test this version and let me know if it works? Make sure you populate the Factory/wpa_supplicant.conf file.

Yi-RTS3903N-RTSPServerV02.tar.gz

cjj25 commented 3 years ago

New version v02 includes payload.