forked from mangui/video-js-swf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to videojs-swf 4.4.2 to be compatible with videojs 4.6.x
support live badge on UI
- Loading branch information
Showing
16 changed files
with
244 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,9 @@ bin-debug | |
http/node_modules | ||
node_modules | ||
dist/* | ||
build | ||
build | ||
|
||
*.orig | ||
|
||
sandbox/* | ||
!sandbox/*.example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# .npmignore needed so dist dir won't be ignored | ||
# https://npmjs.org/doc/developers.html#Keeping-files-out-of-your-package | ||
# Exclude everything but the contents of the dist directory. | ||
**/* | ||
!dist/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
CHANGELOG | ||
========= | ||
|
||
## HEAD (Unreleased) | ||
_(none)_ | ||
|
||
-------------------- | ||
|
||
## 4.4.2 (2014-07-11) | ||
* Fixed networkState reporting to be more accurate after loadstart ([view](https://github.com/videojs/video-js-swf/pull/106)) | ||
|
||
## 4.4.1 (2014-06-11) | ||
* Ignore unnecessary files from npm packaging ([view](https://github.com/videojs/video-js-swf/pull/87)) | ||
* Fixed bug triggering `playing` ([view](https://github.com/videojs/video-js-swf/pull/90)) | ||
* Fixed bug with the timing of `loadstart` ([view](https://github.com/videojs/video-js-swf/pull/93)) | ||
* Added support for clearing the NetStream while in Data Generation Mode ([view](https://github.com/videojs/video-js-swf/pull/93)) | ||
* Fixed silent exception when opening MediaSources ([view](https://github.com/videojs/video-js-swf/pull/97)) | ||
|
||
## 4.4.0 (2014-02-18) | ||
* Added changelog | ||
* Added support for using NetStream in Data Generation Mode ([view](https://github.com/videojs/video-js-swf/pull/80)) | ||
* Extended base support for external appendData for integration with HLS / Media Source plugins ([view](https://github.com/videojs/video-js-swf/pull/80)) | ||
* Fixed bug with viewport sizing on videos which don't present meta data ([view](https://github.com/videojs/video-js-swf/pull/80)) | ||
* Fixed bugs with buffered and duration reporting on non-linear streams ([view](https://github.com/videojs/video-js-swf/pull/80)) | ||
* Added refined seeking for use on non-linear streams ([view](https://github.com/videojs/video-js-swf/pull/80)) | ||
* Extended endOfStream for use with Media Sources API ([view](https://github.com/videojs/video-js-swf/pull/80)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<a href="tests/test.html">Automated Tests</a><br> | ||
<a href="tests/manual/index.html">Manual Tests</a><br> | ||
<a href="sandbox/">Sandbox (all files in this directory will be ignored)</a><br> | ||
<a href="tests/test.html">Automated Tests (needs some work to use without local changes)</a><br> | ||
<a href="sandbox/">Sandbox (all files in this directory will be ignored)</a> <br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.