Closed Leonsss closed 7 years ago
Tryy using this one
if($count > 4) {
$auto = $decode.'=m18'; //preferred quality like m18,m22 or m37
$v1080p = $decode.'=m37';
$v720p = $decode.'=m22';
$v360p = $decode.'=m18';
$linkDownload['Default'] = $auto;
$linkDownload['1080p'] = $v1080p;
$linkDownload['720p'] = $v720p;
$linkDownload['360p'] = $v360p;
}
@threathgfx Thank You!
Hello Can i set a default resolution quality. E.x if the video has the qualities 360p , 720p and 1080 i want to set the default quality at 720p. Thank You for your time