David LaPalomento
9ddef59c03
Switch to using options to detect preload settings
Before the Flash runtime is available, player.preload() returns undefined. Switch to player.options().preload to find out what the "desired" setting is, instead of the current value.
10 years ago
David LaPalomento
00b5acf132
Calculate preciseDuration correctly around discontinuities
Don't use previous segment timestamps to calculate the precise duration of a segment so that we don't have to worry about timestamp discontinuities. Update to contrib-media-sources 1.0.
10 years ago
David LaPalomento
61b0afe641
0.15.0
10 years ago
David LaPalomento
0d3208f00c
0.14.0
10 years ago
David LaPalomento
775915340a
0.13.1
10 years ago
David LaPalomento
1670a23704
0.13.0
10 years ago
David LaPalomento
4222a1f800
Use videojs-swf 4.6.0
Temporarily use a newer version of videojs-swf then is included in the mainline video.js release.
10 years ago
David LaPalomento
7add929814
0.12.0
10 years ago
David LaPalomento
906d9cba2b
0.11.2
11 years ago
Brandon Bay
4ff0b89a68
Updating dependency defines hasClass
So we don’t need to mock it out in the test anymore!
11 years ago
Markus Hesper
d77325ce66
added prepublish hook to have a concatenated version after install
11 years ago
David LaPalomento
4643387e71
0.11.1
11 years ago
David LaPalomento
c849e31231
0.11.0
11 years ago
David LaPalomento
e686ddde77
0.10.4
11 years ago
Matthew McClure
7f7135db5c
added videojs-plugin to keywords in package.json
11 years ago
David LaPalomento
c5a2ded8db
0.10.3
11 years ago
David LaPalomento
538acc3578
0.10.2
11 years ago
David LaPalomento
d55b5cfc7f
0.10.1
11 years ago
David LaPalomento
61566277c5
0.10.0
11 years ago
Gary Katsevman
ed3af99fd4
Fix tests
11 years ago
Gary Katsevman
c84a41cbc1
Fix bandwidth test.
Also, update phantom.
Conflicts:
src/videojs-hls.js
11 years ago
David LaPalomento
b0e8c9089b
0.9.2
11 years ago
David LaPalomento
667e96efdc
0.9.1
11 years ago
David LaPalomento
0337945d71
0.9.0
11 years ago
David LaPalomento
fa251c383b
AES-128 decryption
Implement the block level AES decipher and include the routine to do PKCS#7 unpadding.
11 years ago
David LaPalomento
bf982b0b90
0.8.4
11 years ago
David LaPalomento
543cb87a4f
Update video.js to fix seeking and autoplay
Bump the required version of video.js up to 4.7.2 because the earlier version built the SWF for a version of Flash that had issues with appendBytes. Handle autoplay inside the tech itself because video.js support calls play before the Media Source has opened and the call ended up ignored. Fixes #112 . Fixes #128 .
11 years ago
David LaPalomento
55e7dd7899
0.8.3
11 years ago
Steve Heffernan
74ac98389d
Fixed sinon errors in tests
11 years ago
David LaPalomento
29d0951b81
Peg sinon to 1.10.2 to work around bug
1.10.3 has an issue with fake XHRs. Don't update until https://github.com/cjohansen/Sinon.JS/issues/511 is fixed.
11 years ago
David LaPalomento
589e8dc442
0.8.2
11 years ago
David LaPalomento
a60455fa24
0.8.1
11 years ago
David LaPalomento
64b2d4f346
0.8.0
11 years ago
David LaPalomento
d8868f673a
0.7.2
11 years ago
David LaPalomento
19b052a5bb
0.7.1
11 years ago
David LaPalomento
95f99307e4
0.7.0
11 years ago
David LaPalomento
e3f3552d20
Update media-sources and README for release
Pick up the latest vjs-media-sources and document the changes in 0.7.0.
11 years ago
David LaPalomento
9169402ccf
Use git+https so Travis can resolve dependencies
Travis is not succeeding in downloading git+ssh dependencies, so try git+https.
11 years ago
David LaPalomento
41d49103d4
Update media sources
Tech-based seeking requires sourceBuffer abort to trigger an appendBytesAction on the SWF when running in flash mode.
11 years ago
David LaPalomento
f9664de03e
Point to pre-release versions of media-sources and video.js
Pick up the addition of abort() on source buffers and the corresponding update to the video.js SWF.
11 years ago
David LaPalomento
d169546114
Use karma for all tests. Add a tests for dispose()
Get rid of grunt-contrib-qunit because it was inexplicably failing in phantomjs. It's still possible to test in phantom through karma and the tests all pass there. Add test cases for object disposal on the tech and the playlist loader.
11 years ago
Gary Katsevman
fafd056367
0.6.0
11 years ago
David LaPalomento
589526187e
0.5.0
11 years ago
Gary Katsevman
680bc82886
update sinon and have npm fixup package.json
11 years ago
Gary Katsevman
d5a917d9f2
Revert "bump sinon"
This reverts commit 78c041f339
.
11 years ago
Gary Katsevman
78c041f339
bump sinon
11 years ago
David LaPalomento
45ec53aebc
0.4.1
11 years ago
David LaPalomento
a5fc94d8ca
Update to vjs-MSE 0.2.0
Remove async tag queueing from HLS since that is now happening in the media sources plugin itself. Update the location of MSE source files. Bump the dependency in package.json. Two tests are still failing with this commit but will be fixed shortly.
11 years ago
David LaPalomento
84ea0e163a
0.4.0
11 years ago
Gary Katsevman
d461cac581
add sauceconnect back and test using it
12 years ago