camerapi icon indicating copy to clipboard operation
camerapi copied to clipboard

camerapi/README.md

Open nswint opened this issue 7 years ago • 0 comments

In step #5

Next install the raspi rtsp server (modified from code found on https://www.raspberrypi.org/forums/viewtopic.php?t=52071)

cd liveMedia/ wget http://s3.sammachin.com/raspi_rtsp.tgz tar -xvzf raspi_rtsp.tgz cd raspi make sudo make install

Add to stunnel section

sudo [nano,vi] /etc/default/stunnel4

change ENABLED=0 to ENABLED=1

sudo /etc/init.d/stunnel4 restart

nswint avatar Nov 05 '17 01:11 nswint