* Updated README.md accordingly * Ustreamer now compiles without omx flag and * webcamd does not use --encoder omx. * Added new install and uninstall script, * both prepared for later implementing webrtc * Updated and tested custompios Module * Removed mjpg-streamer from webcamd Signed-off-by: Stephan Wendel <me@stephanwe.de>
19 lines
273 B
Plaintext
19 lines
273 B
Plaintext
#####
|
|
# webcamd logrotate file
|
|
# written by Stephan Wendel aka KwadFan
|
|
# <me@stephanwe.de>
|
|
# GPL v3
|
|
#####
|
|
|
|
|
|
/home/pi/kliper_logs/webcamd.log {
|
|
rotate 3
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
daily
|
|
dateext
|
|
dateformat %F
|
|
maxsize 32M
|
|
} |