8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bbc29 commit 3048a0fCopy full SHA for 3048a0f
routes/api.php
@@ -87,9 +87,9 @@
87
];
88
89
$log = new Logger('FFmpeg_Streaming');
90
-$log->pushHandler(new StreamHandler('/var/log/ffmpeg-streaming.log')); // path to log file
+//$log->pushHandler(new StreamHandler('/var/log/ffmpeg-streaming.log')); // path to log file
91
92
-$ffmpeg = Streaming\FFMpeg::create($fconfig, $log);
+$ffmpeg = Streaming\FFMpeg::create($fconfig);
93
$video = $ffmpeg->openFromCloud($from_s3);
94
$video->dash()
95
->setAdaption('id=0,streams=v id=1,streams=a') // Set the adaption.
0 commit comments