Skip to content

Commit

Permalink
Merge pull request #8279 from kaltura/Naos-14.18.0-PLAT-9797
Browse files Browse the repository at this point in the history
PLAT-9797:When trimming multi video source , focus only on the first …
  • Loading branch information
MosheMaorKaltura committed Apr 3, 2019
2 parents d0907b7 + c4c6569 commit 13593ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha/apps/kaltura/lib/KDLWrap.php
Expand Up @@ -192,7 +192,7 @@ private function generateTargetFlavors(mediaInfo $cdlMediaInfo=null, $cdlFlavorL
if ($contentStreams != null && isset($contentStreams['audio']) && count($contentStreams['audio']) > 1)
{
if (isset($contentStreams['video']))
$command .= '-map v ';
$command .= '-map v:0 ';

$command .= '-map a ';
foreach ($contentStreams['audio'] as $audioStream)
Expand Down

0 comments on commit 13593ec

Please sign in to comment.