You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
5.4 KiB

7 years ago
Simplified fetch algorithm as much as possible (#875) Fixed seeking behavior Updated getMediaIndexForTime to be simple and stupid Remove spurious console logs Fixed an issue with forward seeks and a different problem with backwards seeking (thanks Matt!). Fixed fast rendition change behavior. Remove limits on gap-skipper. Skip instantly without waiting. Use the proper native MediaSource duration for buffer removals. Improvements for live stream rendition changes Fixed an undefined variable bug Some more simplification and a very conservative live stream rendition change approach VOD fixes Experimental change to the way we throttle the fetcher Use GOAL_BUFFER_LENGTH again Continued massive changes to segment fetching. Cleanup and comments. Fixed a bug where we were fetching starting at mediaIndex 0 on every seek. Refactor probing code in preparation for pulling into it's own module or class Moved sync-related logic out of segment-loader and into a new sync-controller class Removed expired from the SegmentLoader Update mux.js dependency to 2.5.0 Don't error when the tsprobe returns null Fixed two issues: MAAT switching and Flash seeking Rename duration variable fix flash failing first segment load (#859) dont use tech for has played (#861) Code Coverage and Unit tests for Simple Fetcher (#862) fix has played returning false on vod (#866) Fixed preload="none" behavior and reduced the incidence of repeating initial segment requests (#878) Provide option to set contrib-hls first in the HTML5 tech (#889) This reverts commit 59ddbe1188c0b4a1d55d63fa7a334174001fbd28. Add playback tests (#894) Fixed MSE and environment test helpers, restore properly Removed unused test files remove expired time tracking and use sync points to calculate seekable (#898) Fixing a few tests for QUnit 2.0
9 years ago
Simplified fetch algorithm as much as possible (#875) Fixed seeking behavior Updated getMediaIndexForTime to be simple and stupid Remove spurious console logs Fixed an issue with forward seeks and a different problem with backwards seeking (thanks Matt!). Fixed fast rendition change behavior. Remove limits on gap-skipper. Skip instantly without waiting. Use the proper native MediaSource duration for buffer removals. Improvements for live stream rendition changes Fixed an undefined variable bug Some more simplification and a very conservative live stream rendition change approach VOD fixes Experimental change to the way we throttle the fetcher Use GOAL_BUFFER_LENGTH again Continued massive changes to segment fetching. Cleanup and comments. Fixed a bug where we were fetching starting at mediaIndex 0 on every seek. Refactor probing code in preparation for pulling into it's own module or class Moved sync-related logic out of segment-loader and into a new sync-controller class Removed expired from the SegmentLoader Update mux.js dependency to 2.5.0 Don't error when the tsprobe returns null Fixed two issues: MAAT switching and Flash seeking Rename duration variable fix flash failing first segment load (#859) dont use tech for has played (#861) Code Coverage and Unit tests for Simple Fetcher (#862) fix has played returning false on vod (#866) Fixed preload="none" behavior and reduced the incidence of repeating initial segment requests (#878) Provide option to set contrib-hls first in the HTML5 tech (#889) This reverts commit 59ddbe1188c0b4a1d55d63fa7a334174001fbd28. Add playback tests (#894) Fixed MSE and environment test helpers, restore properly Removed unused test files remove expired time tracking and use sync points to calculate seekable (#898) Fixing a few tests for QUnit 2.0
9 years ago
Simplified fetch algorithm as much as possible (#875) Fixed seeking behavior Updated getMediaIndexForTime to be simple and stupid Remove spurious console logs Fixed an issue with forward seeks and a different problem with backwards seeking (thanks Matt!). Fixed fast rendition change behavior. Remove limits on gap-skipper. Skip instantly without waiting. Use the proper native MediaSource duration for buffer removals. Improvements for live stream rendition changes Fixed an undefined variable bug Some more simplification and a very conservative live stream rendition change approach VOD fixes Experimental change to the way we throttle the fetcher Use GOAL_BUFFER_LENGTH again Continued massive changes to segment fetching. Cleanup and comments. Fixed a bug where we were fetching starting at mediaIndex 0 on every seek. Refactor probing code in preparation for pulling into it's own module or class Moved sync-related logic out of segment-loader and into a new sync-controller class Removed expired from the SegmentLoader Update mux.js dependency to 2.5.0 Don't error when the tsprobe returns null Fixed two issues: MAAT switching and Flash seeking Rename duration variable fix flash failing first segment load (#859) dont use tech for has played (#861) Code Coverage and Unit tests for Simple Fetcher (#862) fix has played returning false on vod (#866) Fixed preload="none" behavior and reduced the incidence of repeating initial segment requests (#878) Provide option to set contrib-hls first in the HTML5 tech (#889) This reverts commit 59ddbe1188c0b4a1d55d63fa7a334174001fbd28. Add playback tests (#894) Fixed MSE and environment test helpers, restore properly Removed unused test files remove expired time tracking and use sync points to calculate seekable (#898) Fixing a few tests for QUnit 2.0
9 years ago
Simplified fetch algorithm as much as possible (#875) Fixed seeking behavior Updated getMediaIndexForTime to be simple and stupid Remove spurious console logs Fixed an issue with forward seeks and a different problem with backwards seeking (thanks Matt!). Fixed fast rendition change behavior. Remove limits on gap-skipper. Skip instantly without waiting. Use the proper native MediaSource duration for buffer removals. Improvements for live stream rendition changes Fixed an undefined variable bug Some more simplification and a very conservative live stream rendition change approach VOD fixes Experimental change to the way we throttle the fetcher Use GOAL_BUFFER_LENGTH again Continued massive changes to segment fetching. Cleanup and comments. Fixed a bug where we were fetching starting at mediaIndex 0 on every seek. Refactor probing code in preparation for pulling into it's own module or class Moved sync-related logic out of segment-loader and into a new sync-controller class Removed expired from the SegmentLoader Update mux.js dependency to 2.5.0 Don't error when the tsprobe returns null Fixed two issues: MAAT switching and Flash seeking Rename duration variable fix flash failing first segment load (#859) dont use tech for has played (#861) Code Coverage and Unit tests for Simple Fetcher (#862) fix has played returning false on vod (#866) Fixed preload="none" behavior and reduced the incidence of repeating initial segment requests (#878) Provide option to set contrib-hls first in the HTML5 tech (#889) This reverts commit 59ddbe1188c0b4a1d55d63fa7a334174001fbd28. Add playback tests (#894) Fixed MSE and environment test helpers, restore properly Removed unused test files remove expired time tracking and use sync points to calculate seekable (#898) Fixing a few tests for QUnit 2.0
9 years ago
Simplified fetch algorithm as much as possible (#875) Fixed seeking behavior Updated getMediaIndexForTime to be simple and stupid Remove spurious console logs Fixed an issue with forward seeks and a different problem with backwards seeking (thanks Matt!). Fixed fast rendition change behavior. Remove limits on gap-skipper. Skip instantly without waiting. Use the proper native MediaSource duration for buffer removals. Improvements for live stream rendition changes Fixed an undefined variable bug Some more simplification and a very conservative live stream rendition change approach VOD fixes Experimental change to the way we throttle the fetcher Use GOAL_BUFFER_LENGTH again Continued massive changes to segment fetching. Cleanup and comments. Fixed a bug where we were fetching starting at mediaIndex 0 on every seek. Refactor probing code in preparation for pulling into it's own module or class Moved sync-related logic out of segment-loader and into a new sync-controller class Removed expired from the SegmentLoader Update mux.js dependency to 2.5.0 Don't error when the tsprobe returns null Fixed two issues: MAAT switching and Flash seeking Rename duration variable fix flash failing first segment load (#859) dont use tech for has played (#861) Code Coverage and Unit tests for Simple Fetcher (#862) fix has played returning false on vod (#866) Fixed preload="none" behavior and reduced the incidence of repeating initial segment requests (#878) Provide option to set contrib-hls first in the HTML5 tech (#889) This reverts commit 59ddbe1188c0b4a1d55d63fa7a334174001fbd28. Add playback tests (#894) Fixed MSE and environment test helpers, restore properly Removed unused test files remove expired time tracking and use sync points to calculate seekable (#898) Fixing a few tests for QUnit 2.0
9 years ago
  1. {
  2. "name": "videojs-contrib-hls",
  3. "version": "5.13.0",
  4. "description": "Play back HLS with video.js, even where it's not natively supported",
  5. "main": "es5/videojs-contrib-hls.js",
  6. "engines": {
  7. "node": ">= 0.10.12"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:videojs/videojs-contrib-hls.git"
  12. },
  13. "scripts": {
  14. "prebuild": "npm run clean",
  15. "build": "npm-run-all -p build:*",
  16. "build:js": "npm-run-all build:js:babel build:js:browserify build:js:bannerize build:js:collapse build:js:uglify",
  17. "build:js:babel": "babel src -d es5",
  18. "build:js:bannerize": "bannerize dist/videojs-contrib-hls.js --banner=scripts/banner.ejs",
  19. "build:js:browserify": "browserify . -s videojs-contrib-hls -g browserify-shim -o dist/videojs-contrib-hls.js",
  20. "build:js:collapse": "bundle-collapser dist/videojs-contrib-hls.js -o dist/videojs-contrib-hls.min.js",
  21. "build:js:uglify": "uglifyjs dist/videojs-contrib-hls.min.js --support-ie8 --comments -m -c -o dist/videojs-contrib-hls.min.js",
  22. "build:test:browserify": "browserify test/browserify-test.js -o dist-test/browserify-test.js",
  23. "build:test:webpack": "webpack test/webpack-test.js dist-test/webpack-test.js",
  24. "build:test": "npm-run-all build:test:manifest build:test:js build:test:browserify build:test:webpack",
  25. "build:test:js": "node scripts/build-test.js",
  26. "build:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.build();\"",
  27. "clean": "npm-run-all -p clean:*",
  28. "clean:build": "node -e \"var s=require('shelljs'),d=['dist','dist-test','es5'];s.rm('-rf',d);s.mkdir('-p',d);\"",
  29. "clean:test": "node -e \"var b=require('./scripts/manifest-data.js'); b.clean();\"",
  30. "docs": "npm-run-all docs:*",
  31. "docs:api": "jsdoc src -r -d docs/api",
  32. "docs:toc": "doctoc README.md",
  33. "lint": "vjsstandard",
  34. "start": "npm-run-all -p watch start:*",
  35. "start:serve": "babel-node scripts/server.js",
  36. "pretest": "npm-run-all lint build",
  37. "test": "karma start test/karma.conf.js",
  38. "test:chrome": "npm run pretest && karma start test/karma.conf.js --browsers Chrome",
  39. "test:firefox": "npm run pretest && karma start test/karma.conf.js --browsers Firefox",
  40. "test:ie": "npm run pretest && karma start test/karma.conf.js --browsers IE",
  41. "test:safari": "npm run pretest && karma start test/karma.conf.js --browsers Safari",
  42. "preversion": "npm test",
  43. "version": "npm run build",
  44. "watch": "npm-run-all -p watch:*",
  45. "watch:docs": "nodemon --watch src/ --exec npm run docs",
  46. "watch:js": "npm-run-all -p watch:js:babel watch:js:browserify watch:js:switcher",
  47. "watch:js:babel": "npm run build:js:babel -- --watch",
  48. "watch:js:browserify": "watchify . -v -g browserify-shim -o dist/videojs-contrib-hls.js",
  49. "watch:js:switcher": "watchify utils/switcher/switcher.js -v -t babelify -g browserify-shim -o dist/switcher.js",
  50. "watch:test:browserify": "watchify test/browserify-test.js -o dist-test/browserify-test.js",
  51. "watch:test:webpack": "watchify test/webpack-test.js -o dist-test/webpack-test.js",
  52. "watch:test": "npm-run-all -p watch:test:manifest watch:test:js watch:test:webpack watch:test:browserify",
  53. "watch:test:js": "node scripts/watch-test.js",
  54. "watch:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.watch();\"",
  55. "prepublish": "not-in-install && npm run build || in-install"
  56. },
  57. "keywords": [
  58. "videojs",
  59. "videojs-plugin"
  60. ],
  61. "author": "Brightcove, Inc",
  62. "license": "Apache-2.0",
  63. "browserify-shim": {
  64. "qunit": "global:QUnit",
  65. "sinon": "global:sinon",
  66. "video.js": "global:videojs"
  67. },
  68. "vjsstandard": {
  69. "ignore": [
  70. "dist",
  71. "dist-test",
  72. "docs",
  73. "es5",
  74. "test/karma.conf.js",
  75. "scripts",
  76. "utils",
  77. "test/test-manifests.js"
  78. ]
  79. },
  80. "files": [
  81. "CONTRIBUTING.md",
  82. "dist/",
  83. "docs/",
  84. "es5/",
  85. "index.html",
  86. "scripts/",
  87. "src/",
  88. "test/"
  89. ],
  90. "dependencies": {
  91. "aes-decrypter": "1.0.3",
  92. "global": "^4.3.0",
  93. "m3u8-parser": "2.1.0",
  94. "mux.js": "4.3.2",
  95. "url-toolkit": "^2.1.3",
  96. "video.js": "^5.19.1 || ^6.2.0",
  97. "videojs-contrib-media-sources": "4.7.0",
  98. "webwackify": "0.1.3"
  99. },
  100. "devDependencies": {
  101. "babel": "^5.8.0",
  102. "babelify": "^6.0.0",
  103. "bannerize": "^1.0.0",
  104. "browserify": "^11.0.0",
  105. "browserify-istanbul": "^2.0.0",
  106. "browserify-shim": "^3.0.0",
  107. "bundle-collapser": "^1.2.1",
  108. "connect": "^3.4.0",
  109. "cowsay": "^1.1.0",
  110. "d3": "^3.4.8",
  111. "doctoc": "^0.15.0",
  112. "glob": "^6.0.3",
  113. "in-publish": "^2.0.0",
  114. "isparta": "^4.0.0",
  115. "istanbul": "^0.4.5",
  116. "jsdoc": "^3.4.0",
  117. "karma": "^1.7.1",
  118. "karma-browserify": "^4.4.0",
  119. "karma-chrome-launcher": "^2.2.0",
  120. "karma-coverage": "^1.1.1",
  121. "karma-detect-browsers": "^2.0.0",
  122. "karma-firefox-launcher": "^0.1.0",
  123. "karma-ie-launcher": "^0.2.0",
  124. "karma-qunit": "^1.2.1",
  125. "karma-safari-launcher": "^0.1.0",
  126. "lodash": "^4.17.4",
  127. "lodash-compat": "^3.10.0",
  128. "minimist": "^1.2.0",
  129. "nodemon": "^1.9.1",
  130. "npm-run-all": "^1.2.0",
  131. "portscanner": "^1.0.0",
  132. "qunitjs": "^2.0.1",
  133. "serve-static": "^1.10.0",
  134. "shelljs": "^0.5.3",
  135. "sinon": "1.10.3",
  136. "uglify-js": "^2.5.0",
  137. "videojs-contrib-quality-levels": "^2.0.4",
  138. "videojs-flash": "^2.0.0",
  139. "videojs-standard": "^4.0.3",
  140. "videojs-swf": "^5.2.0",
  141. "watchify": "^3.6.0",
  142. "webpack": "^1.13.2"
  143. }
  144. }