-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements to the read-only version 0.1 #93
base: master
Are you sure you want to change the base?
Conversation
DBaluxa
commented
Dec 16, 2018
- Saving RTSP stream to the SD via ffmpeg, and removing old video files when SD is almost full
- Securely forwarding RTSP stream to given host via SSH port forwarding. Usefull when integrating a camera into a video surveillance sytem (e.g. zoneminder) outside the local network. Implemented watchdog process, which rebuilds stalled SSH connection after a network error.
- Hardening the system - Telnet connection disabled, FTP and SSH connections asks for password (password should be added both to /etc/passwd and /etc/shadow - password change not included in the change)
* Saving RTSP stream to the SD via ffmpeg, and removing old video files when SD is almost full * Securely forwarding RTSP stream to given host via SSH port forwarding. Usefull when integrating a camera into a video surveillance sytem (e.g. zoneminder) outside the local network. Implemented watchdog process, which rebuilds stalled SSH connection rebuilds after a network error. * Hardening the system - Telnet connection disabled, FTP and SSH connections asks for password (password should be added both to /etc/passwd and /etc/shadow)
camera HIP291G2MAI:
for stream av1 - 640x360 video recording is normal, in the file ffmpeg.log:
|
…where the RTSP stream has password
Hi paus56, There is no such script, which kills the ffmpeg executable, so my guess is that ffmpeg has been killed by the kernel because of resource problems (e.g. not enough memory). Try starting ffmpeg.sh manually, while monitoring the system resources. BR, |
Default user/pass: ptz/cxlinux
syslogd logging to sdcard Added timestamp to log files
You can add a cURL to your package, to send video files to FTP ? |