samtap / fang-hacks

Collection of modifications for the XiaoFang WiFi Camera
1.67k stars 340 forks source link

auto start rtsp on bootup #294

Open whatthecrappin opened 6 years ago

whatthecrappin commented 6 years ago

Being new I applied the stock hack but can only get ispy to record if I manually start the rtsp server What changes do I need to make to the script? I can use putty to get to the camera - so I'll also need some links on how to edit for a complete beginner!

on startup - capture

I have to manually start the cloud service and then the rtsp server (otherwise I get an error)

catscandrive commented 6 years ago

Same thing is happening to me. If you ssh in and run:

kill -9 $(pgrep iCamera)

you'll be able to start all of the scripts manually. I have added that line to an /data/etc/scripts script to see if it will work automatically.