Test video samsung

Signed-off-by: Riccardo Di Dato <r.didato@asdynamics.it>
This commit is contained in:
Riccardo Di Dato
2017-07-13 20:58:32 +02:00
parent 9b513f1e31
commit c0761d09a2
@@ -18,7 +18,8 @@ class MediaLocalVideo extends MediaRenderer{
return '<div style="position:relative;" class="videoContainerForImageAppend"><img class="poster" src="'.GUIHandler::getBaseUrl().'/images/loading.gif" style="width:'.$loaderSize["width"].'px;height:'.$loaderSize["height"].'px;" />'.
'<video class="localVideo" width="'.$size["width"].'" preload="auto" '.($hideControls?"":"controls").' style="visibility:hidden;">'.
'<source src="'.$this->getVideoLink($size).'" type=\'video/'.$this->getExtension().'; codecs="avc1.4D401E, mp4a.40.2"\'>'.
// '<source src="'.$this->getVideoLink($size).'" type=\'video/'.$this->getExtension().'; codecs="avc1.4D401E, mp4a.40.2"\'>'.
'<source src="'.$this->getVideoLink($size).'" >'.
'</video></div>';
}