#!/bin/bash
while true; do
ffmpeg -re -rtsp_transport tcp -stream_loop -1 -stimeout 10000000 -i rtsp://admin:admin12345@1.1.1.1:60151/ISAPI/Streaming/Channels/501 -f lavfi -i anullsrc -deinterlace -vcodec copy -f flv -c:a libmp3lame -ar 44100 -b:a 128k rtmp://ovsu.mycdn.me/input/id-vk -nostdin -nostats;
sleep 5;