Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #147 from videojs/nsresume-in-playstart
Browse files Browse the repository at this point in the history
Remove ns.resume() from NetstreamPlayStart
  • Loading branch information
dmlap committed Apr 2, 2015
2 parents 93631c6 + 003e4a0 commit fb2e771
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified dist/video-js.swf
Binary file not shown.
1 change: 0 additions & 1 deletion src/com/videojs/providers/HTTPVideoProvider.as
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ package com.videojs.providers{
_throughputTimer.start();

if(!_pauseOnStart || _model.autoplay){
_ns.resume();
_model.broadcastEventExternally(ExternalEventName.ON_RESUME);
_model.broadcastEvent(new VideoPlaybackEvent(VideoPlaybackEvent.ON_STREAM_START, {info:e.info}));
}
Expand Down

0 comments on commit fb2e771

Please sign in to comment.