更新 infowindow-view.js

remotes/origin/master
钟进 4 years ago
parent 365100b613
commit 09d4268fea

@ -179,10 +179,12 @@ var Infowindow = View.extend({
var $video = $('<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="100%" height="264" \ var $video = $('<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="100%" height="264" \
poster="http://vjs.zencdn.net/v/oceans.png"> \ poster="http://vjs.zencdn.net/v/oceans.png"> \
<source src="http://vjs.zencdn.net/v/oceans.mp4" type="video/mp4"></video>'); <source src="http://video.hulian100.cn:9090/live/S105.m3u8" type="application/x-mpegURL"></video>');
$cover.append($video); $cover.append($video);
this._stopCoverLoader();
$video $video
.load(this._onLoadVideoSuccess) .load(this._onLoadVideoSuccess)
.error(this._onLoadVideoError) .error(this._onLoadVideoError)

Loading…
Cancel
Save