Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Dec 31, 2024
1 parent c190773 commit 5c025e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/API/standAlone/ffmpeg.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ function addKeywordToFFmpegCommand(string $command, string $keyword): string {

// Kill processes associated with the keyword
if (!empty($keyword)) {
// if I kill it it will infinite loop the VideoPlaylistScheduler because the on_publish done
//_error_log("Killing process with keyword: $keyword");
//killProcessFromKeyword($keyword, 60);
//sleep(5);
Expand Down

0 comments on commit 5c025e6

Please sign in to comment.