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

Let js fire "seeking" #171

Merged
merged 1 commit into from
Jul 21, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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