Currently our online encoder have 8 Cores CPU and each Worker will output 3 video qualities. Means, that FFMPEG will work with all available CPU core.
Today we want to test what if we run the 5 workers at once. After reading this
google search result, we adjusted our /etc/supervisord.conf and increaces the numprocs value from 1 to 5. Restarted the SupervisorD service and we can see all 5 workers working in parallel.
No comments:
Post a Comment