ldayananda
f45911d68f
ignore: add stub seekToStreamTime method ( #285 )
7 years ago
Garrett Singer
60c88aed62
feat: Add useBandwidthFromLocalStorage option ( #275 )
7 years ago
Garrett Singer
970e3ce743
fix: don't wait for requests to finish when encountering an error in media-segment-request ( #286 )
7 years ago
Garrett Singer
1c2887a3a9
fix: throttle final playlist reloads when using DASH ( #277 )
7 years ago
ldayananda
de5aacb782
ignore: add stub convertToStreamTime method ( #257 )
* initial method stub
* take playlist directly instead of reference to MasterPlaylistController. Simplify method arguments.
* rework API to have onsuccess and onreject callbacks. Return accurate and estimate values where appropriate
* use node style callback. Added top-level test for convertToStreamTime
* skip flakey test
7 years ago
Gary Katsevman
ee594e5d5c
fix(subtitles): set default property if default and autoselect are both enabled ( #239 )
7 years ago
Chuck Wilson
0e4fdf9869
feat: smoothQualityChange flag ( #235 )
7 years ago
mister-ben
26300dfc6f
fix: ensure content loops ( #259 )
7 years ago
Matt Ward
7ae42b1893
feat: add an option to ignore player size in selection logic ( #238 )
7 years ago
Alex Barstow
2c0d9b2455
fix: stutter after fast quality change in IE/Edge ( #213 )
7 years ago
Joe Forbes
fd6be8369c
fix: fix replay functionality ( #204 )
7 years ago
Alex Barstow
bc94fbbb6e
fix: Remove buffered data on fast quality switches ( #113 )
7 years ago
Garrett Singer
2b07fca5de
test: add support for real segments in tests ( #178 )
7 years ago
Garrett Singer
6c68761b5d
fix: Use middleware and a wrapped function for seeking instead of relying on unreliable 'seeking' events ( #161 )
7 years ago
mrocajr
f0694ec540
ignore: add skipped fmp4 and ts playlist test ( #164 )
7 years ago
Joe Forbes
660a02ae89
ignore: use spec reporter ( #158 )
This changes the karma reporter to use the spec format so it is easier to debug test failures
7 years ago
Garrett Singer
f663ee2b91
Buffer module ( #155 )
* Move buffered function to its own module and add custom assertion for time ranges tests
* Fix test message string
7 years ago
Joe Forbes
17678fb2bb
fix: convert non-latin characters in IE ( #157 )
7 years ago
ldayananda
7c11911058
feat(captions): write in-band captions from DASH fmp4 segments to the textTrack API ( #108 )
7 years ago
Garrett Singer
7fd88a9058
Gops module ( #153 )
* Create a GOPS util module and only pass currentTime for gopsSafeToAlignWith
* Check for player when calling gopsSafeToAlignWith
7 years ago
Garrett Singer
431870a579
Move codec utils out of mse dir and add tests ( #149 )
7 years ago
Joe Forbes
6c075f4752
ignore: update deprecation warning ( #117 )
7 years ago
Oshin Karamian
5c7ab4cae2
feat: Utilize option to override native on tech ( #76 )
7 years ago
Joe Forbes
d6f5005cee
chore: update tests and pages for video.js 7 ( #102 )
7 years ago
Joe Forbes
79249f9870
ignore: mute player for chrome autoplay ( #93 )
7 years ago
Joe Forbes
98ca6d3b77
docs: update docs for overrideNative ( #77 )
7 years ago
Joe Forbes
92235882b6
chore: sync videojs-contrib-hls updates ( #75 )
7 years ago
Joe Forbes
27ed9143d4
chore: update the aes-decrypter ( #71 )
7 years ago
Joe Forbes
a1cad82b27
feat: support in-manifest DRM data ( #60 )
7 years ago
Joe Forbes
c28c25c2e8
refactor: use rollup for build ( #69 )
7 years ago
Joe Forbes
aab3b906f3
refactor: export corrections ( #68 )
7 years ago
Matthew Neil
5480c3f0bf
feat: Live support for DASH ( #48 )
7 years ago
Matthew Neil
f51281a34d
use webwackify for webworkers to support webpack bundle ( #50 )
8 years ago
Matthew Neil
2609d01533
fix: program date time handling ( #45 )
* update m3u8-parser to v4.2.0
* use segment program date time info
8 years ago
Matthew Neil
7e1c41d748
wait for both main and audio loaders for endOfStream if main starting media unknown ( #44 )
8 years ago
Joe Forbes
586f317f00
ignore: Code coverage ( #38 )
8 years ago
Matthew Neil
3cefde2c66
Fix audio only streams with EXT-X-MEDIA tags ( #34 )
8 years ago
Garrett Singer
3b52b2945d
Merge videojs-contrib-hls master into http-streaming master ( #35 )
* Update sinon to 1.10.3
* Update videojs-contrib-quality-levels to ^2.0.4
* Fix test for event handler cleanup on dispose by calling event handling methods
* Remove IE11 section from README (#1325 )
* Throttler: Minor changes to make throttler work with native safari (#1118
8 years ago
Joe Forbes
9a98e91124
fix: Don't reset eme options ( #32 )
8 years ago
Joe Forbes
fe3dd2dbcb
ignore: remove flash from karma config ( #33 )
8 years ago
David LaPalomento
7064c9d052
Update babel, browserify, and other build steps ( #26 )
Start using node v8 for builds. Upgrade to the latest stable babel release and bring along browserify, babelify, and webworkify.
8 years ago
Joe Forbes
31af6725a6
Remove Flash handling ( #15 )
8 years ago
Joe Forbes
b6f86866ba
test: use browserstack for running tests ( #19 )
Add browserstack note to README
Use video.js browserstack options
Use video.js timeouts
8 years ago
Joe Forbes
19444d5448
Speed up Travis builds with containers ( #21 )
* install necessary audio components in Travis
* use detect-browsers plugin for testing
* remove Chrome Canary from tests
* remove Safari and IE karma plugins
8 years ago
Matthew Neil
c53225b2f8
blacklist playlists not supported by browser media source before initial selection ( #17 )
8 years ago
ishita12
308efa497d
test in Chrome Canary( #16 )
Add Chrome Canary to tests
Shut off the autoplay policy to allow playback tests to run
8 years ago
Joe Forbes
8422a18d27
fix: Skip flash-based source handler with DASH source ( #14 )
8 years ago
Joe Forbes
ae6a53a361
feat: extend stats object ( #10 )
8 years ago
Garrett Singer
4021637985
feat: Initial DASH Support ( #8 )
8 years ago
Joe Forbes
47e8eec68a
ignore: Use headless Chrome in Travis CI and VM instead of container ( #11 )
8 years ago