
Quality Bug
Hi, in my player I take the video from the source to google and do them starting player Jwplyaer.
The problem is that the quality shown by the player is different from the standard 360p, 720p, 1080p
In fact probably my player is set by the length of the height.
the reference code is:
}
$js = $bt = '';
for ($i = 1; $i < count($mp4s); $i++) {
$mp4 = $mp4s[$i];
$js .= '{file: "' .($mp4['url']) . '",label: "' . $mp4['height']. '",type: "mp4",},';
}
return $js;
}
Thanks guys, aspect tips.