Skip to content

Commit 6774e91

Browse files
Merge pull request #10464 from kaltura/anatolkaltura-patch-75
Allow CE process short contents
2 parents d8ce69d + c9ccbff commit 6774e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/chunkedEncode/KChunkedEncode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ static public function verifySupport($vcodec, $acodec=null, $format, $fps, $gop,
294294

295295
/*
296296
* Verify session duration - it should be at least twice the chunk duration
297-
*/
297+
*
298298
if(isset($height)) {
299299
$minimalDuration = KChunkedEncodeSetup::calculateChunkDuration($height)*2;
300300
if($duration<$minimalDuration){
@@ -305,7 +305,7 @@ static public function verifySupport($vcodec, $acodec=null, $format, $fps, $gop,
305305
else if($duration<180){
306306
KalturaLog::log($msgStr="UNSUPPORTED: duration ($duration) too short, must be at least 180sec");
307307
return false;
308-
}
308+
}*/
309309

310310
return true;
311311
}

0 commit comments

Comments
 (0)