Closed MoienBowen closed 4 years ago
This is an abandoned project. I wouldn't expect it to work in any case.
Solved:
#!/bin/sh
# Telnet
if [ ! -f "/etc/init.d/S88telnet" ]; then
echo "#!/bin/sh" > /etc/init.d/S88telnet
echo "telnetd &" >> /etc/init.d/S88telnet
chmod 755 /etc/init.d/S88telnet
fi
dr=`dirname $0`
# fix bootcycle
mv $dr/equip_test.sh $dr/equip_test.sh.moved
echo "root:n00d1e5Yummy" | chpasswd
reboot
telnet camera_ip
cp /tmp/hd1/rtspsvrM /home/rtspsvr
date -s 'YYYY-MM-DD hh:mm(:ss)'
Firmware: 1.8.7.0C_201705091058 Model: 12CN
First case:
Second case:
Third case:
In first and second cases, there won't be record and record_sub folders.
I find the issue #212. But the case is even I turn the debug on, there is no new file comes out (with 15min waiting while yellow on).
ipconfig on win10: IPv4: 192.168.178.x Subnet Mask: 255.255.255.0 Default Gateway: 192.168.178.1
yi-hack.cfg: IP=192.168.178.40 NETMASK=255.255.255.0 GATEWAY=192.168.178.1 NAMESERVER=192.168.178.1 ... DEBUG=yes
wpa_supplicant.conf: ssid="xxx_2.4GHz" .. psk="rightpassword"