#!/bin/bash while true; do ffmpeg -i rtsp://.. -c copy -t 01:00:00 $(date +"%Y-%m-%d-%H-%M-%S").ts done;
Видеорегистратор
Добавить комментарий
#!/bin/bash while true; do ffmpeg -i rtsp://.. -c copy -t 01:00:00 $(date +"%Y-%m-%d-%H-%M-%S").ts done;