There was an error while loading. Please reload this page.
1 parent 04b2670 commit 7a9370eCopy full SHA for 7a9370e
dist/video-js.swf
1 Byte
src/com/videojs/providers/HLSProvider.as
@@ -67,6 +67,7 @@ package com.videojs.providers{
67
if(!_loop){
68
_isEnded = true;
69
_isPaused = true;
70
+ _isPlaying = false;
71
_model.broadcastEvent(new VideoPlaybackEvent(VideoPlaybackEvent.ON_STREAM_CLOSE, {}));
72
_model.broadcastEventExternally(ExternalEventName.ON_PAUSE);
73
_model.broadcastEventExternally(ExternalEventName.ON_PLAYBACK_COMPLETE);
0 commit comments