8000 test · mastashake08/screen-recorder-api@3048a0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3048a0f

Browse files
author
Jyrone Parker
committed
test
1 parent 85bbc29 commit 3048a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routes/api.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
];
8888

8989
$log = new Logger('FFmpeg_Streaming');
90-
$log->pushHandler(new StreamHandler('/var/log/ffmpeg-streaming.log')); // path to log file
90+
//$log->pushHandler(new StreamHandler('/var/log/ffmpeg-streaming.log')); // path to log file
9191

92-
$ffmpeg = Streaming\FFMpeg::create($fconfig, $log);
92+
$ffmpeg = Streaming\FFMpeg::create($fconfig);
9393
$video = $ffmpeg->openFromCloud($from_s3);
9494
$video->dash()
9595
->setAdaption('id=0,streams=v id=1,streams=a') // Set the adaption.

0 commit comments

Comments
 (0)
0