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 #171 from dmlap/do-not-seeking
Browse files Browse the repository at this point in the history
Let js fire "seeking"
  • Loading branch information
dmlap committed Jul 21, 2015
2 parents 5b12025 + 14a1edf commit 94bdb08
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 @@ -544,7 +544,6 @@ package com.videojs.providers{
if(_src.path === null) {
appendBytesAction(NetStreamAppendBytesAction.RESET_SEEK);
}
_model.broadcastEventExternally(ExternalEventName.ON_SEEK_START);
break;

case "NetStream.Buffer.Full":
Expand Down

0 comments on commit 94bdb08

Please sign in to comment.