Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
谢庭 authored and 谢庭 committed Jul 10, 2017
1 parent 093c438 commit 8e824f0
Show file tree
Hide file tree
Showing 25 changed files with 20,898 additions and 17,702 deletions.
Binary file added .DS_Store
Binary file not shown.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
15 changes: 7 additions & 8 deletions dist/pear-player.min.js
100644 → 100755

Large diffs are not rendered by default.

Empty file modified docs/api.md
100644 → 100755
Empty file.
Empty file modified docs/faq.md
100644 → 100755
Empty file.
Empty file modified docs/get-started.md
100644 → 100755
Empty file.
Empty file modified examples/test.html
100644 → 100755
Empty file.
Empty file modified examples/videojs/videojs.html
100644 → 100755
Empty file.
Empty file modified fig/fogvdn_multisources.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified fig/pear.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified gulpfile.js
100644 → 100755
Empty file.
Empty file modified index.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/dispatcher.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Dispatcher.prototype._init = function () {
}
self.bufferingCount ++;
console.info('bufferingCount:' + self.bufferingCount);
if (self.bufferingCount >= 10) {
if (self.bufferingCount >= 5) {
self.startFrom(0, false);
self.autoSlide();
self.slide = noop;
Expand Down
Empty file modified lib/file-stream.js
100644 → 100755
Empty file.
Empty file modified lib/file.js
100644 → 100755
Empty file.
Empty file modified lib/http-downloader.js
100644 → 100755
Empty file.
Empty file modified lib/node-filter.js
100644 → 100755
Empty file.
Empty file modified lib/peerid-generator.js
100644 → 100755
Empty file.
Empty file modified lib/set.js
100644 → 100755
Empty file.
Empty file modified lib/simple-RTC.js
100644 → 100755
Empty file.
Empty file modified lib/webrtc-downloader-bin.js
100644 → 100755
Empty file.
Loading

0 comments on commit 8e824f0

Please sign in to comment.