更新 infowindow-view.js
This commit is contained in:
parent
b223bd7a89
commit
32223731f8
@ -183,7 +183,7 @@ var Infowindow = View.extend({
|
||||
poster="http://vjs.zencdn.net/v/oceans.png"> \
|
||||
<source src="http://video.hulian100.cn:9090/live/S105.m3u8" type="application/x-mpegURL"></video>');
|
||||
|
||||
$cover.append($video);
|
||||
//$cover.append($video);
|
||||
|
||||
this._stopCoverLoader();
|
||||
|
||||
@ -210,11 +210,6 @@ var Infowindow = View.extend({
|
||||
|
||||
this._stopCoverLoader();
|
||||
|
||||
|
||||
player = videojs('hls-video');
|
||||
|
||||
player.play();
|
||||
|
||||
return;
|
||||
|
||||
/*
|
||||
@ -675,7 +670,6 @@ var Infowindow = View.extend({
|
||||
$(document).off('keyup', this._onKeyUp);
|
||||
if (force || !this.model.get('visibility')) this._animateOut();
|
||||
|
||||
if (palyer) player.pause();
|
||||
},
|
||||
|
||||
_updateAndAdjustPan: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user