This commit is contained in:
shimon
2023-04-16 17:21:47 +03:00
parent d6e1d0f6f6
commit dbd58966db
9 changed files with 13 additions and 13 deletions
+5 -5
View File
@@ -27,11 +27,11 @@ _APP_STORAGE_DEVICE=DOSpaces
_APP_STORAGE_S3_ACCESS_KEY=
_APP_STORAGE_S3_SECRET=
_APP_STORAGE_S3_REGION=us-east-1
_APP_STORAGE_S3_BUCKET=utopia-storage-tests
_APP_STORAGE_DO_SPACES_ACCESS_KEY=DO003UTVR9M3A7BM9G2R
_APP_STORAGE_DO_SPACES_SECRET=NPFdNiNfMFFwVjwOjO9r68TXqtut2huWTdDANBl8l5A
_APP_STORAGE_DO_SPACES_REGION=nyc3
_APP_STORAGE_DO_SPACES_BUCKET=utopia-storage-tests
_APP_STORAGE_S3_BUCKET=
_APP_STORAGE_DO_SPACES_ACCESS_KEY=
_APP_STORAGE_DO_SPACES_SECRET=
_APP_STORAGE_DO_SPACES_REGION=fra1
_APP_STORAGE_DO_SPACES_BUCKET=
_APP_STORAGE_BACKBLAZE_ACCESS_KEY=
_APP_STORAGE_BACKBLAZE_SECRET=
_APP_STORAGE_BACKBLAZE_REGION=us-west-004
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -889,7 +889,7 @@ App::setResource('project', function ($dbForConsole, $request, $console) {
/** @var Utopia\Database\Document $console */
$projectId = $request->getParam('project', $request->getHeader('x-appwrite-project', 'console'));
$projectId = '6434237946e602be6953';
//$projectId = '6434237946e602be6953';
if ($projectId === 'console') {
return $console;
+1 -1
View File
@@ -551,7 +551,7 @@ class VideosV1 extends Worker
'-force_key_frames', 'expr:gte(t,n_forced*2)' //enforce strict key frame
];
$segmentSize = 4;
$segmentSize = 8;
if ($this->args['output'] === self::OUTPUT_DASH) {
$media->dash()
->setFormat($format)