DerBunteBall
DerBunteBall
> I forgot to say that I discovered that there were recordings hanging for various reasons: > > 1. When I do my daily file cleaning, when I play some...
Builds can be found here: https://www.gyan.dev/ffmpeg/builds/ These are the ones installed by Chocolatey (choco install -y ffmpeg). Check your build and path as mentioned. A ```ffmpeg -version``` on CMD or...
> 2. Download the same version of ffmpeg as your windows > 32 bit - https://web.archive.org/web/20200901115933/https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2.2-win32-static.zip > 64 bit - https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z > Also, remove any previously downloaded ffmpeg if you...
This looks like a corrupted file. Did the show stopped regular? Or did you stop ffmpeg with stop command or the complete Downloader.py process? Best Regards
We had a problem realted to stopping ffmpeg cleanly for a while. So also the stopping of the whole program produced corrupted files from time to time on Windows. To...
A missing or not working ffmpeg should lead to a Exception which normally looses it's Exception chain. If you use Controller.py instead of Downloader.py CLI make sure that no exceptions...
That's a restricted room due to country or gender/sex. I think the regular API request - which still works could be not working with this. *Edit*: Shortly checked this. The...
That's indirectly a script issue (see #42 ). ffmpeg can hang when network issues occur or so. Actually there is nothing implemented which communicates to ffmpeg and check if it's...
I don't know whats planned here in future. The bot will not recognize that ffmpeg stucks or hangs. ```python def execute(): try: process = subprocess.Popen(args=cmd, stdin=subprocess.PIPE, stderr=subprocess.DEVNULL, stdout=subprocess.DEVNULL) except OSError...
The Bot wouldn't recognize when the ffmpeg process is killed ans so doens't check the state further. You could test this in a seperate installation and simply kill it away...