2024-07-09, 02:23 AM
Post your ffmpeg logs as well.
You have the below error in your log, I don't think that's the cause of your issue, but you should go ahead and fix it.
System.IO.IOException:The configured user limit (8192) on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.
You have the below error in your log, I don't think that's the cause of your issue, but you should go ahead and fix it.
System.IO.IOException:The configured user limit (8192) on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.
- Go to Control Panel > Task Scheduler.
- Create a New Task > Triggered Task > User-defined script.
- In General Settings tab: give it a name (e.g. “sysctl inotify fix”) and Event = Boot-up.
- In the Task Settings tab: enter this in the Run Command box:
Code:sh -c '(sleep 90 && echo 204800 > /proc/sys/fs/inotify/max_user_watches)&'