diff --git a/source/main.cpp b/source/main.cpp index 58bccf8..edd9c4d 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -273,6 +273,7 @@ void *begin_rtmp(void *opinfo) { while (true) { cout << "Start ffmpeg" << endl; system(command); + sleep(1); } return 0;