diff --git a/app/views/videos/dash.phtml b/app/views/videos/dash.phtml index c07069d9be..85fb6c3906 100644 --- a/app/views/videos/dash.phtml +++ b/app/views/videos/dash.phtml @@ -29,7 +29,6 @@ echo ''; ?> getParam('subtitles', []) as $subtitle):?> - diff --git a/app/workers/transcoding.php b/app/workers/transcoding.php index 88d0989ebf..5880c1cc16 100644 --- a/app/workers/transcoding.php +++ b/app/workers/transcoding.php @@ -370,10 +370,10 @@ class TranscodingV1 extends Worker '-r', '24', '-b_strategy', '1', '-bf', '3', - '-g', '2' + '-g', '120' ]; - $segmentSize = 8; + $segmentSize = 10; if ($stream === 'dash') { $dash = $video->dash()