diff --git a/.github/workflows/build_restreamer-ui_dev.yaml b/.github/workflows/build_restreamer-ui_dev.yaml
index ae571a9..d900de7 100644
--- a/.github/workflows/build_restreamer-ui_dev.yaml
+++ b/.github/workflows/build_restreamer-ui_dev.yaml
@@ -3,6 +3,8 @@ name: 'Build dev restreamer-ui'
on:
workflow_dispatch:
workflow_call:
+ schedule:
+ - cron: '37 4 * * *'
push:
branches:
- dev
@@ -13,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
+ with:
+ ref: dev
- name: Set up Node.js
uses: actions/setup-node@v4
diff --git a/.linguirc b/.linguirc
index b4dc710..33d1b7d 100644
--- a/.linguirc
+++ b/.linguirc
@@ -22,7 +22,7 @@
"it",
"ko",
"pl",
- "pt",
+ "pt-br",
"ru",
"sl",
"tr",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e178447..9063096 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,44 @@
# Restreamer-UI
+## v1.13.0 > v1.14.0
+
+- Add wettercom service
+- Add option to select which channels will be displayed on the playersite ([#392](https://github.com/datarhei/restreamer/issues/392), [#800](https://github.com/datarhei/restreamer/issues/800))
+- Mod updates public videojs >v8
+- Fix erroneous filter setting
+- Fix encoded address
+- Fix double -filter parameter when encoder sets filter
+- Fix Docker build ([#64](https://github.com/datarhei/restreamer-ui/issues/64))
+
+## v1.12.0 > v1.13.0
+
+- Add to allow stream hints in case probing fails
+- Mod enables ff-loglevel and prepares the logging component
+- Mod uses official Instagram-RTMP target
+- Mod Remove unused imports
+- Mod Update translations
+- Mod updates dep.
+- Fix player position
+- Fix missing stream URL, summarize streams in probe log, don't lock type for first stream
+
+## v1.11.0 > v1.12.0
+
+- Add option to select different SRT stream in wizard
+- Add option to select different RTMP stream in wizard
+- Fix selecting other than first audio stream ([#710](https://github.com/datarhei/restreamer/issues/710))
+- Fix reset of previous audio settings when editing profile ([#730](https://github.com/datarhei/restreamer/issues/730))
+- Fix RTMP URL for receive mode
+
+## v1.10.0 > v1.11.0
+
+- Add allow to stream HEVC and AV1 to Youtube via RTMP
+- Add librav1e AV1 encoder
+- Add support for AV1 CUDA decoding ([PR 46](https://github.com/datarhei/restreamer-ui/pull/46))
+- Add FFmpeg 6 support
+- Add HEVC VideoToolbox encoder
+- Fix anonymize error message ([#688](https://github.com/datarhei/restreamer/issues/688))
+- Fix chromecast config ([#37](https://github.com/datarhei/restreamer-ui/issues/37))
+
## v1.9.0 > v1.10.0
- Add resource usage and ffmpeg command to process details
diff --git a/Dockerfile b/Dockerfile
index c47ca90..aca1de7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,22 +1,17 @@
-ARG NODE_IMAGE=node:21-alpine3.17
-ARG CADDY_IMAGE=caddy:2.7.5-alpine
+ARG NODE_IMAGE=node:21-alpine3.20
+ARG CADDY_IMAGE=caddy:2.8.4-alpine
-FROM $NODE_IMAGE as builder
+FROM $NODE_IMAGE AS builder
-ARG NODE_SPACE_SIZE=10240
-ENV NODE_OPTIONS="--openssl-legacy-provider --max-old-space-size=$NODE_SPACE_SIZE"
-
-ENV PUBLIC_URL "./"
+ENV PUBLIC_URL="./"
COPY . /ui
WORKDIR /ui
RUN cd /ui && \
- yarn set version berry && \
- yarn config set httpTimeout 600000 && \
- yarn install && \
- yarn run build
+ yarn install && \
+ yarn build
FROM $CADDY_IMAGE
diff --git a/package.json b/package.json
index cb4cea9..7bc9289 100644
--- a/package.json
+++ b/package.json
@@ -1,52 +1,52 @@
{
"name": "restreamer-ui",
- "version": "1.10.0",
- "bundle": "restreamer-v2.8.0",
+ "version": "1.14.0",
+ "bundle": "restreamer-v2.12.0",
"private": false,
"license": "Apache-2.0",
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.3",
- "@babel/plugin-syntax-flow": "^7.23.3",
- "@babel/plugin-transform-react-jsx": "^7.23.4",
- "@emotion/react": "^11.11.3",
- "@emotion/styled": "^11.11.0",
- "@fontsource/dosis": "^5.0.18",
- "@fontsource/roboto": "^5.0.8",
- "@fortawesome/fontawesome-svg-core": "^6.5.1",
- "@fortawesome/free-brands-svg-icons": "^6.5.1",
- "@fortawesome/free-solid-svg-icons": "^6.5.1",
- "@fortawesome/react-fontawesome": "^0.2.0",
- "@lingui/core": "^4.7.0",
- "@lingui/macro": "^4.7.0",
- "@lingui/react": "^4.7.0",
- "@mui/icons-material": "^5.15.6",
- "@mui/lab": "^5.0.0-alpha.162",
- "@mui/material": "^5.15.6",
- "@mui/styles": "^5.15.6",
- "@testing-library/dom": "^9.3.4",
- "@testing-library/jest-dom": "^6.3.0",
- "@testing-library/react": "^14.1.2",
+ "@babel/plugin-syntax-flow": "^7.24.7",
+ "@babel/plugin-transform-react-jsx": "^7.25.2",
+ "@emotion/react": "^11.13.3",
+ "@emotion/styled": "^11.13.0",
+ "@fontsource/dosis": "^5.0.21",
+ "@fontsource/roboto": "^5.0.14",
+ "@fortawesome/fontawesome-svg-core": "^6.6.0",
+ "@fortawesome/free-brands-svg-icons": "^6.6.0",
+ "@fortawesome/free-solid-svg-icons": "^6.6.0",
+ "@fortawesome/react-fontawesome": "^0.2.2",
+ "@lingui/core": "^4.11.4",
+ "@lingui/macro": "^4.11.4",
+ "@lingui/react": "^4.11.4",
+ "@mui/icons-material": "^6.0.1",
+ "@mui/lab": "^6.0.0-beta.8",
+ "@mui/material": "^6.0.1",
+ "@mui/styles": "^6.0.1",
+ "@testing-library/dom": "^10.4.0",
+ "@testing-library/jest-dom": "^6.5.0",
+ "@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
- "@types/react": "^18.2.48",
+ "@types/react": "^18.3.5",
"babel-plugin-macros": "^3.1.0",
- "eslint": "^8.56.0",
+ "eslint": "^9.9.1",
"handlebars": "^4.7.8",
"jwt-decode": "^4.0.0",
- "make-plural": "^7.3.0",
- "react": "^18.2.0",
+ "make-plural": "^7.4.0",
+ "react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-device-detect": "^2.2.3",
- "react-dom": "^18.2.0",
+ "react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
- "react-router-dom": "^6.21.3",
+ "react-router-dom": "^6.26.1",
"react-scripts": "^5.0.1",
- "semver": "^7.5.4",
- "serve": "^14.2.1",
- "typescript": "^5.3.3",
+ "semver": "^7.6.3",
+ "serve": "^14.2.3",
+ "typescript": "^5.5.4",
"url-parse": "^1.5.10",
"util": "^0.12.5",
- "uuid": "^9.0.1",
- "video.js": "^8.10.0",
+ "uuid": "^10.0.0",
+ "video.js": "^8.17.3",
"videojs-overlay": "^3.1.0"
},
"scripts": {
@@ -86,12 +86,12 @@
]
},
"devDependencies": {
- "@babel/core": "^7.23.9",
+ "@babel/core": "^7.25.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
- "@lingui/cli": "^4.7.0",
+ "@lingui/cli": "^4.11.4",
"babel-core": "^6.26.3",
"eslint-config-react-app": "^7.0.1",
- "prettier": "^3.2.4",
+ "prettier": "^3.3.3",
"react-error-overlay": "^6.0.11"
},
"resolutions": {}
diff --git a/public/_player/videojs/dist/video-js.css b/public/_player/videojs/dist/video-js.css
index 0bc8016..a2996e0 100644
--- a/public/_player/videojs/dist/video-js.css
+++ b/public/_player/videojs/dist/video-js.css
@@ -1,4 +1,20 @@
-@charset "UTF-8";
+.vjs-svg-icon {
+ display: inline-block;
+ background-repeat: no-repeat;
+ background-position: center;
+ fill: currentColor;
+ height: 1.8em;
+ width: 1.8em;
+}
+.vjs-svg-icon:before {
+ content: none !important;
+}
+
+.vjs-svg-icon:hover,
+.vjs-control:focus .vjs-svg-icon {
+ filter: drop-shadow(0 0 0.25em #fff);
+}
+
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
position: absolute;
top: 0;
@@ -13,7 +29,7 @@
@font-face {
font-family: VideoJS;
- src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
+ src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");
font-weight: normal;
font-style: normal;
}
@@ -98,22 +114,13 @@
content: "\f109";
}
-.vjs-icon-square {
- font-family: VideoJS;
- font-weight: normal;
- font-style: normal;
-}
-.vjs-icon-square:before {
- content: "\f10a";
-}
-
.vjs-icon-spinner {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-spinner:before {
- content: "\f10b";
+ content: "\f10a";
}
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
@@ -130,7 +137,7 @@
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
- content: "\f10c";
+ content: "\f10b";
}
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
@@ -141,6 +148,15 @@
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
+ content: "\f10c";
+}
+
+.vjs-icon-hd {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-hd:before {
content: "\f10d";
}
@@ -153,13 +169,49 @@
content: "\f10e";
}
+.vjs-icon-downloading {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-downloading:before {
+ content: "\f10f";
+}
+
+.vjs-icon-file-download {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-file-download:before {
+ content: "\f110";
+}
+
+.vjs-icon-file-download-done {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-file-download-done:before {
+ content: "\f111";
+}
+
+.vjs-icon-file-download-off {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-file-download-off:before {
+ content: "\f112";
+}
+
.vjs-icon-share {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-share:before {
- content: "\f10f";
+ content: "\f113";
}
.vjs-icon-cog {
@@ -168,7 +220,16 @@
font-style: normal;
}
.vjs-icon-cog:before {
- content: "\f110";
+ content: "\f114";
+}
+
+.vjs-icon-square {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-square:before {
+ content: "\f115";
}
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
@@ -177,7 +238,7 @@
font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
- content: "\f111";
+ content: "\f116";
}
.vjs-icon-circle-outline {
@@ -186,7 +247,7 @@
font-style: normal;
}
.vjs-icon-circle-outline:before {
- content: "\f112";
+ content: "\f117";
}
.vjs-icon-circle-inner-circle {
@@ -195,16 +256,7 @@
font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
- content: "\f113";
-}
-
-.vjs-icon-hd {
- font-family: VideoJS;
- font-weight: normal;
- font-style: normal;
-}
-.vjs-icon-hd:before {
- content: "\f114";
+ content: "\f118";
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
@@ -213,7 +265,16 @@
font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
- content: "\f115";
+ content: "\f119";
+}
+
+.vjs-icon-repeat {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-repeat:before {
+ content: "\f11a";
}
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
@@ -222,79 +283,70 @@
font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
- content: "\f116";
-}
-
-.vjs-icon-facebook {
- font-family: VideoJS;
- font-weight: normal;
- font-style: normal;
-}
-.vjs-icon-facebook:before {
- content: "\f117";
-}
-
-.vjs-icon-gplus {
- font-family: VideoJS;
- font-weight: normal;
- font-style: normal;
-}
-.vjs-icon-gplus:before {
- content: "\f118";
-}
-
-.vjs-icon-linkedin {
- font-family: VideoJS;
- font-weight: normal;
- font-style: normal;
-}
-.vjs-icon-linkedin:before {
- content: "\f119";
-}
-
-.vjs-icon-twitter {
- font-family: VideoJS;
- font-weight: normal;
- font-style: normal;
-}
-.vjs-icon-twitter:before {
- content: "\f11a";
-}
-
-.vjs-icon-tumblr {
- font-family: VideoJS;
- font-weight: normal;
- font-style: normal;
-}
-.vjs-icon-tumblr:before {
content: "\f11b";
}
-.vjs-icon-pinterest {
+.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
-.vjs-icon-pinterest:before {
+.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
content: "\f11c";
}
-.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
+.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
-.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
+.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
content: "\f11d";
}
+.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
+ content: "\f11e";
+}
+
+.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
+ content: "\f11f";
+}
+
+.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
+ content: "\f120";
+}
+
+.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
+ content: "\f121";
+}
+
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: normal;
font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
- content: "\f11e";
+ content: "\f122";
}
.vjs-icon-next-item {
@@ -303,7 +355,7 @@
font-style: normal;
}
.vjs-icon-next-item:before {
- content: "\f11f";
+ content: "\f123";
}
.vjs-icon-previous-item {
@@ -312,7 +364,25 @@
font-style: normal;
}
.vjs-icon-previous-item:before {
- content: "\f120";
+ content: "\f124";
+}
+
+.vjs-icon-shuffle {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-shuffle:before {
+ content: "\f125";
+}
+
+.vjs-icon-cast {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-cast:before {
+ content: "\f126";
}
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
@@ -321,7 +391,7 @@
font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
- content: "\f121";
+ content: "\f127";
}
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
@@ -330,11 +400,65 @@
font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
- content: "\f122";
+ content: "\f128";
+}
+
+.vjs-icon-facebook {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-facebook:before {
+ content: "\f129";
+}
+
+.vjs-icon-linkedin {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-linkedin:before {
+ content: "\f12a";
+}
+
+.vjs-icon-twitter {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-twitter:before {
+ content: "\f12b";
+}
+
+.vjs-icon-tumblr {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-tumblr:before {
+ content: "\f12c";
+}
+
+.vjs-icon-pinterest {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-pinterest:before {
+ content: "\f12d";
+}
+
+.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
+ font-family: VideoJS;
+ font-weight: normal;
+ font-style: normal;
+}
+.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
+ content: "\f12e";
}
.video-js {
- display: block;
+ display: inline-block;
vertical-align: top;
box-sizing: border-box;
color: #fff;
@@ -427,13 +551,15 @@
display: none;
}
-body.vjs-full-window {
+body.vjs-full-window,
+body.vjs-pip-window {
padding: 0;
margin: 0;
height: 100%;
}
-.vjs-full-window .video-js.vjs-fullscreen {
+.vjs-full-window .video-js.vjs-fullscreen,
+body.vjs-pip-window .video-js {
position: fixed;
overflow: hidden;
z-index: 1000;
@@ -443,16 +569,35 @@ body.vjs-full-window {
right: 0;
}
-.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
+.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
+body.vjs-pip-window .video-js {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
+ display: block;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
+.vjs-pip-container .vjs-pip-text {
+ position: absolute;
+ bottom: 10%;
+ font-size: 2em;
+ background-color: rgba(0, 0, 0, 0.7);
+ padding: 0.5em;
+ text-align: center;
+ width: 100%;
+}
+
+.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
+.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
+.vjs-layout-small.vjs-pip-container .vjs-pip-text {
+ bottom: 0;
+ font-size: 1.4em;
+}
+
.vjs-hidden {
display: none !important;
}
@@ -500,9 +645,11 @@ body.vjs-full-window {
width: 3em;
display: block;
position: absolute;
- top: 10px;
- left: 10px;
+ top: 50%;
+ left: 50%;
padding: 0;
+ margin-top: -0.81666em;
+ margin-left: -1.5em;
cursor: pointer;
opacity: 1;
border: 0.06666em solid #fff;
@@ -511,11 +658,14 @@ body.vjs-full-window {
border-radius: 0.3em;
transition: all 0.4s;
}
-.vjs-big-play-centered .vjs-big-play-button {
+.vjs-big-play-button .vjs-svg-icon {
+ width: 1em;
+ height: 1em;
+ position: absolute;
top: 50%;
left: 50%;
- margin-top: -0.81666em;
- margin-left: -1.5em;
+ line-height: 1;
+ transform: translate(-50%, -50%);
}
.video-js:hover .vjs-big-play-button,
@@ -533,7 +683,7 @@ body.vjs-full-window {
display: none;
}
-.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
+.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
display: block;
}
@@ -549,7 +699,12 @@ body.vjs-full-window {
transition: none;
-webkit-appearance: none;
-moz-appearance: none;
- appearance: none;
+ appearance: none;
+}
+
+.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
+ outline: 0.0625em solid white;
+ box-shadow: none;
}
.vjs-control .vjs-button {
@@ -611,6 +766,8 @@ body.vjs-full-window {
}
.vjs-menu li {
+ display: flex;
+ justify-content: center;
list-style: none;
margin: 0;
padding: 0.2em 0;
@@ -634,6 +791,12 @@ body.vjs-full-window {
background-color: #fff;
color: #2B333F;
}
+.vjs-menu li.vjs-selected .vjs-svg-icon,
+.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
+.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
+.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
+ fill: #000000;
+}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
@@ -662,6 +825,11 @@ body.vjs-full-window {
border-top-color: rgba(43, 51, 63, 0.7);
}
+.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
+ left: unset;
+ right: 1em;
+}
+
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: #2B333F;
background-color: rgba(43, 51, 63, 0.7);
@@ -706,8 +874,7 @@ body.vjs-full-window {
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
-.video-js .vjs-menu-button-inline.vjs-slider-active,
-.video-js.vjs-no-flex .vjs-menu-button-inline {
+.video-js .vjs-menu-button-inline.vjs-slider-active {
width: 12em;
}
@@ -730,19 +897,6 @@ body.vjs-full-window {
opacity: 1;
}
-.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
- display: block;
- opacity: 1;
- position: relative;
- width: auto;
-}
-
-.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
-.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
-.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
- width: auto;
-}
-
.vjs-menu-button-inline .vjs-menu-content {
width: auto;
height: 100%;
@@ -762,6 +916,14 @@ body.vjs-full-window {
background-color: rgba(43, 51, 63, 0.7);
}
+.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
+ gap: 1px;
+}
+
+.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
+ display: flex !important;
+}
+
.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
display: flex;
@@ -787,10 +949,7 @@ body.vjs-full-window {
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
-}
-
-.vjs-has-started.vjs-no-flex .vjs-control-bar {
- display: table;
+ pointer-events: auto;
}
.video-js .vjs-control {
@@ -818,6 +977,10 @@ body.vjs-full-window {
display: block;
}
+.vjs-button > .vjs-svg-icon {
+ display: inline-block;
+}
+
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
@@ -834,11 +997,6 @@ body.vjs-full-window {
width: 1px;
}
-.vjs-no-flex .vjs-control {
- display: table-cell;
- vertical-align: middle;
-}
-
.video-js .vjs-custom-control-spacer {
display: none;
}
@@ -865,10 +1023,6 @@ body.vjs-full-window {
align-items: center;
}
-.vjs-no-flex .vjs-progress-control {
- width: auto;
-}
-
.video-js .vjs-progress-holder {
flex: auto;
transition: all 0.2s;
@@ -905,7 +1059,22 @@ body.vjs-full-window {
font-size: 0.9em;
position: absolute;
right: -0.5em;
- top: -0.3333333333em;
+ line-height: 0.35em;
+ z-index: 1;
+}
+
+.vjs-svg-icons-enabled .vjs-play-progress:before {
+ content: none !important;
+}
+
+.vjs-play-progress .vjs-svg-icon {
+ position: absolute;
+ top: -0.35em;
+ right: -0.4em;
+ width: 0.9em;
+ height: 0.9em;
+ pointer-events: none;
+ line-height: 0.15em;
z-index: 1;
}
@@ -957,10 +1126,6 @@ body.vjs-full-window {
z-index: 1;
}
-.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
- z-index: 0;
-}
-
.video-js .vjs-progress-control:hover .vjs-mouse-display {
display: block;
}
@@ -971,10 +1136,6 @@ body.vjs-full-window {
transition: visibility 1s, opacity 1s;
}
-.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
- display: none;
-}
-
.vjs-mouse-display .vjs-time-tooltip {
color: #fff;
background-color: #000;
@@ -988,15 +1149,11 @@ body.vjs-full-window {
margin: 0 0.45em 0 0.45em;
/* iOS Safari */
-webkit-touch-callout: none;
- /* Safari */
+ /* Safari, and Chrome 53 */
-webkit-user-select: none;
- /* Konqueror HTML */
- /* Firefox */
- -moz-user-select: none;
- /* Internet Explorer/Edge */
- -ms-user-select: none;
/* Non-prefixed version, currently supported by Chrome and Opera */
- user-select: none;
+ -moz-user-select: none;
+ user-select: none;
background-color: #73859f;
background-color: rgba(115, 133, 159, 0.5);
}
@@ -1010,6 +1167,10 @@ body.vjs-full-window {
box-shadow: 0 0 1em #fff;
}
+.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
+ outline: 0.0625em solid white;
+}
+
.video-js .vjs-mute-control {
cursor: pointer;
flex: none;
@@ -1069,22 +1230,6 @@ body.vjs-full-window {
transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
-.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
- width: 5em;
- height: 3em;
- visibility: visible;
- opacity: 1;
- position: relative;
- transition: none;
-}
-
-.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
-.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
- position: absolute;
- bottom: 3em;
- left: 0.5em;
-}
-
.video-js .vjs-volume-panel {
display: flex;
}
@@ -1125,14 +1270,36 @@ body.vjs-full-window {
z-index: 1;
}
+.vjs-svg-icons-enabled .vjs-volume-level:before {
+ content: none;
+}
+
+.vjs-volume-level .vjs-svg-icon {
+ position: absolute;
+ width: 0.9em;
+ height: 0.9em;
+ pointer-events: none;
+ z-index: 1;
+}
+
.vjs-slider-horizontal .vjs-volume-level {
height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
- top: -0.3em;
+ line-height: 0.35em;
right: -0.5em;
}
+.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
+ right: -0.3em;
+ transform: translateY(-50%);
+}
+
+.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
+ top: -0.55em;
+ transform: translateX(-50%);
+}
+
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
width: 4em;
}
@@ -1204,10 +1371,6 @@ body.vjs-full-window {
height: 100%;
}
-.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
- z-index: 0;
-}
-
.video-js .vjs-volume-control:hover .vjs-mouse-display {
display: block;
}
@@ -1218,10 +1381,6 @@ body.vjs-full-window {
transition: visibility 1s, opacity 1s;
}
-.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
- display: none;
-}
-
.vjs-mouse-display .vjs-volume-tooltip {
color: #fff;
background-color: #000;
@@ -1231,10 +1390,6 @@ body.vjs-full-window {
.vjs-poster {
display: inline-block;
vertical-align: middle;
- background-repeat: no-repeat;
- background-position: 50% 50%;
- background-size: contain;
- background-color: #000000;
cursor: pointer;
margin: 0;
padding: 0;
@@ -1252,10 +1407,17 @@ body.vjs-full-window {
}
.vjs-audio.vjs-has-started .vjs-poster,
-.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
+.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
+.vjs-pip-container.vjs-has-started .vjs-poster {
display: block;
}
+.vjs-poster img {
+ width: 100%;
+ height: 100%;
+ object-fit: contain;
+}
+
.video-js .vjs-live-control {
display: flex;
align-items: flex-start;
@@ -1264,12 +1426,6 @@ body.vjs-full-window {
line-height: 3em;
}
-.vjs-no-flex .vjs-live-control {
- display: table-cell;
- width: auto;
- text-align: left;
-}
-
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
display: none;
@@ -1289,12 +1445,6 @@ body.vjs-full-window {
min-width: 4em;
}
-.vjs-no-flex .vjs-seek-to-live-control {
- display: table-cell;
- width: auto;
- text-align: left;
-}
-
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
display: none;
@@ -1309,10 +1459,25 @@ body.vjs-full-window {
color: #888;
}
+.vjs-svg-icons-enabled .vjs-seek-to-live-control {
+ line-height: 0;
+}
+
+.vjs-seek-to-live-control .vjs-svg-icon {
+ width: 1em;
+ height: 1em;
+ pointer-events: none;
+ fill: #888888;
+}
+
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
color: red;
}
+.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
+ fill: red;
+}
+
.video-js .vjs-time-control {
flex: none;
font-size: 1em;
@@ -1323,17 +1488,10 @@ body.vjs-full-window {
padding-right: 1em;
}
-.vjs-live .vjs-time-control {
- display: none;
-}
-
+.vjs-live .vjs-time-control,
+.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
-.vjs-no-flex .vjs-current-time {
- display: none;
-}
-
-.video-js .vjs-duration,
-.vjs-no-flex .vjs-duration {
+.video-js .vjs-duration {
display: none;
}
@@ -1342,10 +1500,6 @@ body.vjs-full-window {
line-height: 3em;
}
-.vjs-live .vjs-time-divider {
- display: none;
-}
-
.video-js .vjs-play-control {
cursor: pointer;
}
@@ -1363,6 +1517,10 @@ body.vjs-full-window {
pointer-events: none;
}
+.vjs-error .vjs-text-track-display {
+ display: none;
+}
+
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
@@ -1395,11 +1553,17 @@ video::-webkit-media-text-track-display {
transform: translateY(-1.5em);
}
+.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
+ text-align: center !important;
+ width: 80% !important;
+}
+
.video-js .vjs-picture-in-picture-control {
cursor: pointer;
flex: none;
}
-.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
+.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
+.vjs-pip-window .vjs-picture-in-picture-control {
display: none;
}
@@ -1407,7 +1571,8 @@ video::-webkit-media-text-track-display {
cursor: pointer;
flex: none;
}
-.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
+.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
+.vjs-pip-window .vjs-fullscreen-control {
display: none;
}
@@ -1437,51 +1602,39 @@ video::-webkit-media-text-track-display {
text-align: center;
}
-.vjs-error .vjs-error-display:before {
- color: #fff;
- content: "X";
- font-family: Arial, Helvetica, sans-serif;
- font-size: 4em;
- left: 0;
- line-height: 1;
- margin-top: -0.5em;
- position: absolute;
- text-shadow: 0.05em 0.05em 0.1em #000;
- text-align: center;
- top: 50%;
- vertical-align: middle;
- width: 100%;
-}
-
.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
- margin: -25px 0 0 -25px;
+ transform: translate(-50%, -50%);
opacity: 0.85;
text-align: left;
- border: 6px solid rgba(43, 51, 63, 0.7);
+ border: 0.6em solid rgba(43, 51, 63, 0.7);
box-sizing: border-box;
background-clip: padding-box;
- width: 50px;
- height: 50px;
- border-radius: 25px;
+ width: 5em;
+ height: 5em;
+ border-radius: 50%;
visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
- display: block;
- -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
- animation: vjs-spinner-show 0s linear 0.3s forwards;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ animation: vjs-spinner-show 0s linear 0.3s forwards;
+}
+
+.vjs-error .vjs-loading-spinner {
+ display: none;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
content: "";
position: absolute;
- margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
@@ -1496,19 +1649,17 @@ video::-webkit-media-text-track-display {
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
- -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
- border-top-color: white;
+ border-top-color: rgb(255, 255, 255);
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
- border-top-color: white;
- -webkit-animation-delay: 0.44s;
+ border-top-color: rgb(255, 255, 255);
animation-delay: 0.44s;
}
@@ -1517,21 +1668,11 @@ video::-webkit-media-text-track-display {
visibility: visible;
}
}
-@-webkit-keyframes vjs-spinner-show {
- to {
- visibility: visible;
- }
-}
@keyframes vjs-spinner-spin {
100% {
transform: rotate(360deg);
}
}
-@-webkit-keyframes vjs-spinner-spin {
- 100% {
- -webkit-transform: rotate(360deg);
- }
-}
@keyframes vjs-spinner-fade {
0% {
border-top-color: #73859f;
@@ -1549,23 +1690,6 @@ video::-webkit-media-text-track-display {
border-top-color: #73859f;
}
}
-@-webkit-keyframes vjs-spinner-fade {
- 0% {
- border-top-color: #73859f;
- }
- 20% {
- border-top-color: #73859f;
- }
- 35% {
- border-top-color: white;
- }
- 60% {
- border-top-color: #73859f;
- }
- 100% {
- border-top-color: #73859f;
- }
-}
.video-js.vjs-audio-only-mode .vjs-captions-button {
display: none;
}
@@ -1578,6 +1702,11 @@ video::-webkit-media-text-track-display {
display: none;
}
+.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
+ width: 1.5em;
+ height: 1.5em;
+}
+
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
@@ -1586,7 +1715,7 @@ video::-webkit-media-text-track-display {
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
- content: "";
+ content: "\f10c";
font-size: 1.5em;
line-height: inherit;
}
@@ -1595,15 +1724,17 @@ video::-webkit-media-text-track-display {
display: none;
}
+.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
vertical-align: middle;
display: inline-block;
margin-bottom: -0.1em;
}
+.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
font-family: VideoJS;
- content: " ";
+ content: " \f12e";
font-size: 1.5em;
line-height: inherit;
}
@@ -1637,9 +1768,6 @@ video::-webkit-media-text-track-display {
flex: auto;
display: block;
}
-.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
- width: auto;
-}
.vjs-modal-dialog.vjs-text-track-settings {
background-color: #2B333F;
@@ -1647,6 +1775,13 @@ video::-webkit-media-text-track-display {
color: #fff;
height: 70%;
}
+.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
+ height: 80%;
+}
+
+.vjs-error .vjs-text-track-settings {
+ display: none;
+}
.vjs-text-track-settings .vjs-modal-dialog-content {
display: table;
@@ -1670,34 +1805,35 @@ video::-webkit-media-text-track-display {
grid-template-rows: 1fr;
padding: 20px 24px 0px 24px;
}
-
.vjs-track-settings-controls .vjs-default-button {
margin-bottom: 20px;
}
-
.vjs-text-track-settings .vjs-track-settings-controls {
grid-column: 1/-1;
}
-
.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
-.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
-.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
+ .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
+ .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
grid-template-columns: 1fr;
}
}
+.vjs-text-track-settings select {
+ font-size: inherit;
+}
+
.vjs-track-setting > select {
margin-right: 1em;
margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
- margin: 5px;
- padding: 3px;
+ margin: 10px;
border: none;
}
.vjs-text-track-settings fieldset span {
display: inline-block;
+ padding: 0 0.6em 0.8em;
}
.vjs-text-track-settings fieldset span > select {
@@ -1706,20 +1842,12 @@ video::-webkit-media-text-track-display {
.vjs-text-track-settings legend {
color: #fff;
- margin: 0 0 5px 0;
+ font-weight: bold;
+ font-size: 1.2em;
}
.vjs-text-track-settings .vjs-label {
- position: absolute;
- clip: rect(1px 1px 1px 1px);
- clip: rect(1px, 1px, 1px, 1px);
- display: block;
- margin: 0 0 5px 0;
- padding: 0;
- border: 0;
- height: 1px;
- width: 1px;
- overflow: hidden;
+ margin: 0 0.5em 0.5em 0;
}
.vjs-track-settings-controls button:focus,
@@ -1745,6 +1873,108 @@ video::-webkit-media-text-track-display {
margin-right: 1em;
}
+.vjs-title-bar {
+ background: rgba(0, 0, 0, 0.9);
+ background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
+ font-size: 1.2em;
+ line-height: 1.5;
+ transition: opacity 0.1s;
+ padding: 0.666em 1.333em 4em;
+ pointer-events: none;
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+
+.vjs-error .vjs-title-bar {
+ display: none;
+}
+
+.vjs-title-bar-title,
+.vjs-title-bar-description {
+ margin: 0;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.vjs-title-bar-title {
+ font-weight: bold;
+ margin-bottom: 0.333em;
+}
+
+.vjs-playing.vjs-user-inactive .vjs-title-bar {
+ opacity: 0;
+ transition: opacity 1s;
+}
+
+.video-js .vjs-skip-forward-5 {
+ cursor: pointer;
+}
+.video-js .vjs-skip-forward-10 {
+ cursor: pointer;
+}
+.video-js .vjs-skip-forward-30 {
+ cursor: pointer;
+}
+.video-js .vjs-skip-backward-5 {
+ cursor: pointer;
+}
+.video-js .vjs-skip-backward-10 {
+ cursor: pointer;
+}
+.video-js .vjs-skip-backward-30 {
+ cursor: pointer;
+}
+.video-js .vjs-transient-button {
+ position: absolute;
+ height: 3em;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background-color: rgba(50, 50, 50, 0.5);
+ cursor: pointer;
+ opacity: 1;
+ transition: opacity 1s;
+}
+
+.video-js:not(.vjs-has-started) .vjs-transient-button {
+ display: none;
+}
+
+.video-js.not-hover .vjs-transient-button:not(.force-display),
+.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
+ opacity: 0;
+}
+
+.video-js .vjs-transient-button span {
+ padding: 0 0.5em;
+}
+
+.video-js .vjs-transient-button.vjs-left {
+ left: 1em;
+}
+
+.video-js .vjs-transient-button.vjs-right {
+ right: 1em;
+}
+
+.video-js .vjs-transient-button.vjs-top {
+ top: 1em;
+}
+
+.video-js .vjs-transient-button.vjs-near-top {
+ top: 4em;
+}
+
+.video-js .vjs-transient-button.vjs-bottom {
+ bottom: 4em;
+}
+
+.video-js .vjs-transient-button:hover {
+ background-color: rgba(50, 50, 50, 0.9);
+}
+
@media print {
.video-js > *:not(.vjs-tech):not(.vjs-poster) {
visibility: hidden;
diff --git a/public/_player/videojs/dist/video-js.min.css b/public/_player/videojs/dist/video-js.min.css
index ef93643..e31bdcd 100644
--- a/public/_player/videojs/dist/video-js.min.css
+++ b/public/_player/videojs/dist/video-js.min.css
@@ -1 +1 @@
-@charset "UTF-8";.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\f121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\f122"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-1-1,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-fluid{width:100%;max-width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:0 0}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-audio-only-mode .vjs-control-bar,.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js :not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control{display:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0}.video-js :focus:not(:focus-visible){outline:0}
\ No newline at end of file
+.vjs-svg-icon{display:inline-block;background-repeat:no-repeat;background-position:center;fill:currentColor;height:1.8em;width:1.8em}.vjs-svg-icon:before{content:none!important}.vjs-control:focus .vjs-svg-icon,.vjs-svg-icon:hover{filter:drop-shadow(0 0 .25em #fff)}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10a"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10b"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10c"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-downloading{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-downloading:before{content:"\f10f"}.vjs-icon-file-download{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download:before{content:"\f110"}.vjs-icon-file-download-done{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-done:before{content:"\f111"}.vjs-icon-file-download-off{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-off:before{content:"\f112"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f113"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f114"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f115"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f116"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f117"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f118"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f119"}.vjs-icon-repeat{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-repeat:before{content:"\f11a"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f11b"}.video-js .vjs-skip-backward-5 .vjs-icon-placeholder,.vjs-icon-replay-5{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before,.vjs-icon-replay-5:before{content:"\f11c"}.video-js .vjs-skip-backward-10 .vjs-icon-placeholder,.vjs-icon-replay-10{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before,.vjs-icon-replay-10:before{content:"\f11d"}.video-js .vjs-skip-backward-30 .vjs-icon-placeholder,.vjs-icon-replay-30{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before,.vjs-icon-replay-30:before{content:"\f11e"}.video-js .vjs-skip-forward-5 .vjs-icon-placeholder,.vjs-icon-forward-5{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before,.vjs-icon-forward-5:before{content:"\f11f"}.video-js .vjs-skip-forward-10 .vjs-icon-placeholder,.vjs-icon-forward-10{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before,.vjs-icon-forward-10:before{content:"\f120"}.video-js .vjs-skip-forward-30 .vjs-icon-placeholder,.vjs-icon-forward-30{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before,.vjs-icon-forward-30:before{content:"\f121"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f122"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f123"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f124"}.vjs-icon-shuffle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-shuffle:before{content:"\f125"}.vjs-icon-cast{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cast:before{content:"\f126"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\f127"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\f128"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f129"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f12a"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f12b"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f12c"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f12d"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f12e"}.video-js{display:inline-block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-1-1,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-fluid{width:100%;max-width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window,body.vjs-pip-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen,body.vjs-pip-window .video-js{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),body.vjs-pip-window .video-js{width:100%!important;height:100%!important;padding-top:0!important;display:block}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-pip-container .vjs-pip-text{position:absolute;bottom:10%;font-size:2em;background-color:rgba(0,0,0,.7);padding:.5em;text-align:center;width:100%}.vjs-layout-small.vjs-pip-container .vjs-pip-text,.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,.vjs-layout-x-small.vjs-pip-container .vjs-pip-text{bottom:0;font-size:1.4em}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:50%;left:50%;padding:0;margin-top:-.81666em;margin-left:-1.5em;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-button .vjs-svg-icon{width:1em;height:1em;position:absolute;top:50%;left:50%;line-height:1;transform:translate(-50%,-50%)}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking,.vjs-scrubbing,.vjs-error) .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-js.vjs-spatial-navigation-enabled .vjs-button:focus{outline:.0625em solid #fff;box-shadow:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{display:flex;justify-content:center;list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon,.vjs-menu li.vjs-selected .vjs-svg-icon,.vjs-menu li.vjs-selected:focus .vjs-svg-icon,.vjs-menu li.vjs-selected:hover .vjs-svg-icon{fill:#000}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:0 0}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-pip-window .vjs-menu-button-popup .vjs-menu{left:unset;right:1em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js.vjs-spatial-navigation-enabled .vjs-control-bar{gap:1px}.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing{display:flex!important}.vjs-audio-only-mode .vjs-control-bar,.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.vjs-button>.vjs-svg-icon{display:inline-block}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js :not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;line-height:.35em;z-index:1}.vjs-svg-icons-enabled .vjs-play-progress:before{content:none!important}.vjs-play-progress .vjs-svg-icon{position:absolute;top:-.35em;right:-.4em;width:.9em;height:.9em;pointer-events:none;line-height:.15em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus{outline:.0625em solid #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-svg-icons-enabled .vjs-volume-level:before{content:none}.vjs-volume-level .vjs-svg-icon{position:absolute;width:.9em;height:.9em;pointer-events:none;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{line-height:.35em;right:-.5em}.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon{right:-.3em;transform:translateY(-50%)}.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon{top:-.55em;transform:translateX(-50%)}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-poster{display:inline-block;vertical-align:middle;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster,.vjs-pip-container.vjs-has-started .vjs-poster{display:block}.vjs-poster img{width:100%;height:100%;object-fit:contain}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-svg-icons-enabled .vjs-seek-to-live-control{line-height:0}.vjs-seek-to-live-control .vjs-svg-icon{width:1em;height:1em;pointer-events:none;fill:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon{fill:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider{display:none}.vjs-time-divider{display:none;line-height:3em}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.vjs-error .vjs-text-track-display{display:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js.vjs-force-center-align-cues .vjs-text-track-cue{text-align:center!important;width:80%!important}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.vjs-pip-window .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control,.vjs-pip-window .vjs-fullscreen-control{display:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.85;text-align:left;border:.6em solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:5em;height:5em;border-radius:50%;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:flex;justify-content:center;align-items:center;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-error .vjs-loading-spinner{display:none}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon{width:1.5em;height:1.5em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10c";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f12e";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings{height:80%}.vjs-error .vjs-text-track-settings{display:none}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-text-track-settings select{font-size:inherit}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:10px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;padding:0 .6em .8em}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;font-weight:700;font-size:1.2em}.vjs-text-track-settings .vjs-label{margin:0 .5em .5em 0}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vjs-title-bar{background:rgba(0,0,0,.9);background:linear-gradient(180deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.7) 60%,rgba(0,0,0,0) 100%);font-size:1.2em;line-height:1.5;transition:opacity .1s;padding:.666em 1.333em 4em;pointer-events:none;position:absolute;top:0;width:100%}.vjs-error .vjs-title-bar{display:none}.vjs-title-bar-description,.vjs-title-bar-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vjs-title-bar-title{font-weight:700;margin-bottom:.333em}.vjs-playing.vjs-user-inactive .vjs-title-bar{opacity:0;transition:opacity 1s}.video-js .vjs-skip-forward-5{cursor:pointer}.video-js .vjs-skip-forward-10{cursor:pointer}.video-js .vjs-skip-forward-30{cursor:pointer}.video-js .vjs-skip-backward-5{cursor:pointer}.video-js .vjs-skip-backward-10{cursor:pointer}.video-js .vjs-skip-backward-30{cursor:pointer}.video-js .vjs-transient-button{position:absolute;height:3em;display:flex;align-items:center;justify-content:center;background-color:rgba(50,50,50,.5);cursor:pointer;opacity:1;transition:opacity 1s}.video-js:not(.vjs-has-started) .vjs-transient-button{display:none}.video-js.not-hover .vjs-transient-button:not(.force-display),.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display){opacity:0}.video-js .vjs-transient-button span{padding:0 .5em}.video-js .vjs-transient-button.vjs-left{left:1em}.video-js .vjs-transient-button.vjs-right{right:1em}.video-js .vjs-transient-button.vjs-top{top:1em}.video-js .vjs-transient-button.vjs-near-top{top:4em}.video-js .vjs-transient-button.vjs-bottom{bottom:4em}.video-js .vjs-transient-button:hover{background-color:rgba(50,50,50,.9)}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0}.video-js :focus:not(:focus-visible){outline:0}
\ No newline at end of file
diff --git a/public/_player/videojs/dist/video.js b/public/_player/videojs/dist/video.js
index 66b2402..b545ecd 100644
--- a/public/_player/videojs/dist/video.js
+++ b/public/_player/videojs/dist/video.js
@@ -1,6 +1,6 @@
/**
* @license
- * Video.js 7.19.2
+ * Video.js 8.17.3
* Copyright Brightcove, Inc.
* Available under Apache License Version 2.0
*
@@ -14,9 +14,9 @@
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.videojs = factory());
-}(this, (function () { 'use strict';
+})(this, (function () { 'use strict';
- var version$5 = "7.19.2";
+ var version$5 = "8.17.3";
/**
* An Object that contains lifecycle hooks as keys which point to an array
@@ -24,12 +24,13 @@
*
* @private
*/
- var hooks_ = {};
+ const hooks_ = {};
+
/**
* Get a list of hooks for a specific lifecycle
*
* @param {string} type
- * the lifecyle to get hooks from
+ * the lifecycle to get hooks from
*
* @param {Function|Function[]} [fn]
* Optionally add a hook (or hooks) to the lifecycle that your are getting.
@@ -37,16 +38,14 @@
* @return {Array}
* an array of hooks, or an empty array if there are none.
*/
-
- var hooks = function hooks(type, fn) {
+ const hooks = function (type, fn) {
hooks_[type] = hooks_[type] || [];
-
if (fn) {
hooks_[type] = hooks_[type].concat(fn);
}
-
return hooks_[type];
};
+
/**
* Add a function hook to a specific videojs lifecycle.
*
@@ -56,11 +55,10 @@
* @param {Function|Function[]}
* The function or array of functions to attach.
*/
-
-
- var hook = function hook(type, fn) {
+ const hook = function (type, fn) {
hooks(type, fn);
};
+
/**
* Remove a hook from a specific videojs lifecycle.
*
@@ -73,19 +71,16 @@
* @return {boolean}
* The function that was removed or undef
*/
-
-
- var removeHook = function removeHook(type, fn) {
- var index = hooks(type).indexOf(fn);
-
+ const removeHook = function (type, fn) {
+ const index = hooks(type).indexOf(fn);
if (index <= -1) {
return false;
}
-
hooks_[type] = hooks_[type].slice();
hooks_[type].splice(index, 1);
return true;
};
+
/**
* Add a function hook that will only run once to a specific videojs lifecycle.
*
@@ -95,15 +90,12 @@
* @param {Function|Function[]}
* The function or array of functions to attach.
*/
-
-
- var hookOnce = function hookOnce(type, fn) {
- hooks(type, [].concat(fn).map(function (original) {
- var wrapper = function wrapper() {
+ const hookOnce = function (type, fn) {
+ hooks(type, [].concat(fn).map(original => {
+ const wrapper = (...args) => {
removeHook(type, wrapper);
- return original.apply(void 0, arguments);
+ return original(...args);
};
-
return wrapper;
}));
};
@@ -111,7 +103,6 @@
/**
* @file fullscreen-api.js
* @module fullscreen-api
- * @private
*/
/**
@@ -121,31 +112,31 @@
* @see [Specification]{@link https://fullscreen.spec.whatwg.org}
* @see [Map Approach From Screenfull.js]{@link https://github.com/sindresorhus/screenfull.js}
*/
- var FullscreenApi = {
+ const FullscreenApi = {
prefixed: true
- }; // browser API methods
+ };
- var apiMap = [['requestFullscreen', 'exitFullscreen', 'fullscreenElement', 'fullscreenEnabled', 'fullscreenchange', 'fullscreenerror', 'fullscreen'], // WebKit
- ['webkitRequestFullscreen', 'webkitExitFullscreen', 'webkitFullscreenElement', 'webkitFullscreenEnabled', 'webkitfullscreenchange', 'webkitfullscreenerror', '-webkit-full-screen'], // Mozilla
- ['mozRequestFullScreen', 'mozCancelFullScreen', 'mozFullScreenElement', 'mozFullScreenEnabled', 'mozfullscreenchange', 'mozfullscreenerror', '-moz-full-screen'], // Microsoft
- ['msRequestFullscreen', 'msExitFullscreen', 'msFullscreenElement', 'msFullscreenEnabled', 'MSFullscreenChange', 'MSFullscreenError', '-ms-fullscreen']];
- var specApi = apiMap[0];
- var browserApi; // determine the supported set of functions
+ // browser API methods
+ const apiMap = [['requestFullscreen', 'exitFullscreen', 'fullscreenElement', 'fullscreenEnabled', 'fullscreenchange', 'fullscreenerror', 'fullscreen'],
+ // WebKit
+ ['webkitRequestFullscreen', 'webkitExitFullscreen', 'webkitFullscreenElement', 'webkitFullscreenEnabled', 'webkitfullscreenchange', 'webkitfullscreenerror', '-webkit-full-screen']];
+ const specApi = apiMap[0];
+ let browserApi;
- for (var i = 0; i < apiMap.length; i++) {
+ // determine the supported set of functions
+ for (let i = 0; i < apiMap.length; i++) {
// check for exitFullscreen function
if (apiMap[i][1] in document) {
browserApi = apiMap[i];
break;
}
- } // map the browser API names to the spec API names
-
+ }
+ // map the browser API names to the spec API names
if (browserApi) {
- for (var _i = 0; _i < browserApi.length; _i++) {
- FullscreenApi[specApi[_i]] = browserApi[_i];
+ for (let i = 0; i < browserApi.length; i++) {
+ FullscreenApi[specApi[i]] = browserApi[i];
}
-
FullscreenApi.prefixed = browserApi[0] !== specApi[0];
}
@@ -153,71 +144,78 @@
* @file create-logger.js
* @module create-logger
*/
+
// This is the private tracking variable for the logging history.
- var history = [];
+ let history = [];
+
/**
* Log messages to the console and history based on the type of message
*
* @private
- * @param {string} type
+ * @param {string} name
* The name of the console method to use.
*
- * @param {Array} args
+ * @param {Object} log
* The arguments to be passed to the matching console method.
+ *
+ * @param {string} [styles]
+ * styles for name
*/
+ const LogByTypeFactory = (name, log, styles) => (type, level, args) => {
+ const lvl = log.levels[level];
+ const lvlRegExp = new RegExp(`^(${lvl})$`);
+ let resultName = name;
+ if (type !== 'log') {
+ // Add the type to the front of the message when it's not "log".
+ args.unshift(type.toUpperCase() + ':');
+ }
+ if (styles) {
+ resultName = `%c${name}`;
+ args.unshift(styles);
+ }
- var LogByTypeFactory = function LogByTypeFactory(name, log) {
- return function (type, level, args) {
- var lvl = log.levels[level];
- var lvlRegExp = new RegExp("^(" + lvl + ")$");
+ // Add console prefix after adding to history.
+ args.unshift(resultName + ':');
- if (type !== 'log') {
- // Add the type to the front of the message when it's not "log".
- args.unshift(type.toUpperCase() + ':');
- } // Add console prefix after adding to history.
+ // Add a clone of the args at this point to history.
+ if (history) {
+ history.push([].concat(args));
+ // only store 1000 history entries
+ const splice = history.length - 1000;
+ history.splice(0, splice > 0 ? splice : 0);
+ }
- args.unshift(name + ':'); // Add a clone of the args at this point to history.
+ // If there's no console then don't try to output messages, but they will
+ // still be stored in history.
+ if (!window.console) {
+ return;
+ }
- if (history) {
- history.push([].concat(args)); // only store 1000 history entries
+ // Was setting these once outside of this function, but containing them
+ // in the function makes it easier to test cases where console doesn't exist
+ // when the module is executed.
+ let fn = window.console[type];
+ if (!fn && type === 'debug') {
+ // Certain browsers don't have support for console.debug. For those, we
+ // should default to the closest comparable log.
+ fn = window.console.info || window.console.log;
+ }
- var splice = history.length - 1000;
- history.splice(0, splice > 0 ? splice : 0);
- } // If there's no console then don't try to output messages, but they will
- // still be stored in history.
-
-
- if (!window.console) {
- return;
- } // Was setting these once outside of this function, but containing them
- // in the function makes it easier to test cases where console doesn't exist
- // when the module is executed.
-
-
- var fn = window.console[type];
-
- if (!fn && type === 'debug') {
- // Certain browsers don't have support for console.debug. For those, we
- // should default to the closest comparable log.
- fn = window.console.info || window.console.log;
- } // Bail out if there's no console or if this type is not allowed by the
- // current logging level.
-
-
- if (!fn || !lvl || !lvlRegExp.test(type)) {
- return;
- }
-
- fn[Array.isArray(args) ? 'apply' : 'call'](window.console, args);
- };
+ // Bail out if there's no console or if this type is not allowed by the
+ // current logging level.
+ if (!fn || !lvl || !lvlRegExp.test(type)) {
+ return;
+ }
+ fn[Array.isArray(args) ? 'apply' : 'call'](window.console, args);
};
-
- function createLogger$1(name) {
+ function createLogger$1(name, delimiter = ':', styles = '') {
// This is the private tracking variable for logging level.
- var level = 'info'; // the curried logByType bound to the specific log and history
+ let level = 'info';
+
+ // the curried logByType bound to the specific log and history
+ let logByType;
- var logByType;
/**
* Logs plain debug messages. Similar to `console.log`.
*
@@ -227,7 +225,7 @@
*
* #### Arguments
* ##### *args
- * Mixed[]
+ * *[]
*
* Any combination of values that could be passed to `console.log()`.
*
@@ -236,37 +234,55 @@
* `undefined`
*
* @namespace
- * @param {Mixed[]} args
+ * @param {...*} args
* One or more messages or objects that should be logged.
*/
-
- var log = function log() {
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
- args[_key] = arguments[_key];
- }
-
+ function log(...args) {
logByType('log', level, args);
- }; // This is the logByType helper that the logging methods below use
+ }
+ // This is the logByType helper that the logging methods below use
+ logByType = LogByTypeFactory(name, log, styles);
- logByType = LogByTypeFactory(name, log);
/**
- * Create a new sublogger which chains the old name to the new name.
+ * Create a new subLogger which chains the old name to the new name.
*
- * For example, doing `videojs.log.createLogger('player')` and then using that logger will log the following:
+ * For example, doing `mylogger = videojs.log.createLogger('player')` and then using that logger will log the following:
* ```js
* mylogger('foo');
* // > VIDEOJS: player: foo
* ```
*
- * @param {string} name
+ * @param {string} subName
* The name to add call the new logger
+ * @param {string} [subDelimiter]
+ * Optional delimiter
+ * @param {string} [subStyles]
+ * Optional styles
* @return {Object}
*/
-
- log.createLogger = function (subname) {
- return createLogger$1(name + ': ' + subname);
+ log.createLogger = (subName, subDelimiter, subStyles) => {
+ const resultDelimiter = subDelimiter !== undefined ? subDelimiter : delimiter;
+ const resultStyles = subStyles !== undefined ? subStyles : styles;
+ const resultName = `${name} ${resultDelimiter} ${subName}`;
+ return createLogger$1(resultName, resultDelimiter, resultStyles);
};
+
+ /**
+ * Create a new logger.
+ *
+ * @param {string} newName
+ * The name for the new logger
+ * @param {string} [newDelimiter]
+ * Optional delimiter
+ * @param {string} [newStyles]
+ * Optional styles
+ * @return {Object}
+ */
+ log.createNewLogger = (newName, newDelimiter, newStyles) => {
+ return createLogger$1(newName, newDelimiter, newStyles);
+ };
+
/**
* Enumeration of available logging levels, where the keys are the level names
* and the values are `|`-separated strings containing logging methods allowed
@@ -286,8 +302,6 @@
*
* @type {Object}
*/
-
-
log.levels = {
all: 'debug|log|warn|error',
off: '',
@@ -297,30 +311,29 @@
error: 'error',
DEFAULT: level
};
+
/**
* Get or set the current logging level.
*
* If a string matching a key from {@link module:log.levels} is provided, acts
* as a setter.
*
- * @param {string} [lvl]
+ * @param {'all'|'debug'|'info'|'warn'|'error'|'off'} [lvl]
* Pass a valid level to set a new logging level.
*
* @return {string}
* The current logging level.
*/
-
- log.level = function (lvl) {
+ log.level = lvl => {
if (typeof lvl === 'string') {
if (!log.levels.hasOwnProperty(lvl)) {
- throw new Error("\"" + lvl + "\" in not a valid log level");
+ throw new Error(`"${lvl}" in not a valid log level`);
}
-
level = lvl;
}
-
return level;
};
+
/**
* Returns an array containing everything that has been logged to the history.
*
@@ -330,11 +343,8 @@
*
* @return {Array}
*/
+ log.history = () => history ? [].concat(history) : [];
-
- log.history = function () {
- return history ? [].concat(history) : [];
- };
/**
* Allows you to filter the history by the given logger name
*
@@ -344,93 +354,66 @@
* @return {Array}
* The filtered list to return
*/
-
-
- log.history.filter = function (fname) {
- return (history || []).filter(function (historyItem) {
+ log.history.filter = fname => {
+ return (history || []).filter(historyItem => {
// if the first item in each historyItem includes `fname`, then it's a match
- return new RegExp(".*" + fname + ".*").test(historyItem[0]);
+ return new RegExp(`.*${fname}.*`).test(historyItem[0]);
});
};
+
/**
* Clears the internal history tracking, but does not prevent further history
* tracking.
*/
-
-
- log.history.clear = function () {
+ log.history.clear = () => {
if (history) {
history.length = 0;
}
};
+
/**
* Disable history tracking if it is currently enabled.
*/
-
-
- log.history.disable = function () {
+ log.history.disable = () => {
if (history !== null) {
history.length = 0;
history = null;
}
};
+
/**
* Enable history tracking if it is currently disabled.
*/
-
-
- log.history.enable = function () {
+ log.history.enable = () => {
if (history === null) {
history = [];
}
};
+
/**
* Logs error messages. Similar to `console.error`.
*
- * @param {Mixed[]} args
+ * @param {...*} args
* One or more messages or objects that should be logged as an error
*/
+ log.error = (...args) => logByType('error', level, args);
-
- log.error = function () {
- for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
- args[_key2] = arguments[_key2];
- }
-
- return logByType('error', level, args);
- };
/**
* Logs warning messages. Similar to `console.warn`.
*
- * @param {Mixed[]} args
+ * @param {...*} args
* One or more messages or objects that should be logged as a warning.
*/
+ log.warn = (...args) => logByType('warn', level, args);
-
- log.warn = function () {
- for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
- args[_key3] = arguments[_key3];
- }
-
- return logByType('warn', level, args);
- };
/**
* Logs debug messages. Similar to `console.debug`, but may also act as a comparable
* log if `console.debug` is not available
*
- * @param {Mixed[]} args
+ * @param {...*} args
* One or more messages or objects that should be logged as debug.
*/
-
-
- log.debug = function () {
- for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
- args[_key4] = arguments[_key4];
- }
-
- return logByType('debug', level, args);
- };
-
+ log.debug = (...args) => logByType('debug', level, args);
return log;
}
@@ -438,36 +421,8 @@
* @file log.js
* @module log
*/
- var log$1 = createLogger$1('VIDEOJS');
- var createLogger = log$1.createLogger;
-
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
-
- function createCommonjsModule(fn, module) {
- return module = { exports: {} }, fn(module, module.exports), module.exports;
- }
-
- var _extends_1 = createCommonjsModule(function (module) {
- function _extends() {
- module.exports = _extends = Object.assign || function (target) {
- for (var i = 1; i < arguments.length; i++) {
- var source = arguments[i];
-
- for (var key in source) {
- if (Object.prototype.hasOwnProperty.call(source, key)) {
- target[key] = source[key];
- }
- }
- }
-
- return target;
- };
-
- return _extends.apply(this, arguments);
- }
-
- module.exports = _extends;
- });
+ const log$1 = createLogger$1('VIDEOJS');
+ const createLogger = log$1.createLogger;
/**
* @file obj.js
@@ -477,7 +432,7 @@
/**
* @callback obj:EachCallback
*
- * @param {Mixed} value
+ * @param {*} value
* The current key for the object that is being iterated over.
*
* @param {string} key
@@ -487,19 +442,20 @@
/**
* @callback obj:ReduceCallback
*
- * @param {Mixed} accum
+ * @param {*} accum
* The value that is accumulating over the reduce loop.
*
- * @param {Mixed} value
+ * @param {*} value
* The current key for the object that is being iterated over.
*
* @param {string} key
* The current key-value for object that is being iterated over
*
- * @return {Mixed}
+ * @return {*}
* The new accumulated value.
*/
- var toString$1 = Object.prototype.toString;
+ const toString$1 = Object.prototype.toString;
+
/**
* Get the keys of an Object
*
@@ -512,10 +468,10 @@
*
* @private
*/
-
- var keys = function keys(object) {
+ const keys = function (object) {
return isObject$1(object) ? Object.keys(object) : [];
};
+
/**
* Array-like iteration for objects.
*
@@ -525,13 +481,10 @@
* @param {obj:EachCallback} fn
* The callback function which is called for each key in the object.
*/
-
-
function each(object, fn) {
- keys(object).forEach(function (key) {
- return fn(object[key], key);
- });
+ keys(object).forEach(key => fn(object[key], key));
}
+
/**
* Array-like reduce for objects.
*
@@ -543,50 +496,16 @@
* receives the accumulated value and the per-iteration value and key
* as arguments.
*
- * @param {Mixed} [initial = 0]
+ * @param {*} [initial = 0]
* Starting value
*
- * @return {Mixed}
+ * @return {*}
* The final accumulated value.
*/
-
- function reduce(object, fn, initial) {
- if (initial === void 0) {
- initial = 0;
- }
-
- return keys(object).reduce(function (accum, key) {
- return fn(accum, object[key], key);
- }, initial);
+ function reduce(object, fn, initial = 0) {
+ return keys(object).reduce((accum, key) => fn(accum, object[key], key), initial);
}
- /**
- * Object.assign-style object shallow merge/extend.
- *
- * @param {Object} target
- * @param {Object} ...sources
- * @return {Object}
- */
- function assign(target) {
- for (var _len = arguments.length, sources = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
- sources[_key - 1] = arguments[_key];
- }
-
- if (Object.assign) {
- return _extends_1.apply(void 0, [target].concat(sources));
- }
-
- sources.forEach(function (source) {
- if (!source) {
- return;
- }
-
- each(source, function (value, key) {
- target[key] = value;
- });
- });
- return target;
- }
/**
* Returns whether a value is an object of any kind - including DOM nodes,
* arrays, regular expressions, etc. Not functions, though.
@@ -597,10 +516,10 @@
* @param {Object} value
* @return {boolean}
*/
-
function isObject$1(value) {
return !!value && typeof value === 'object';
}
+
/**
* Returns whether an object appears to be a "plain" object - that is, a
* direct instance of `Object`.
@@ -608,215 +527,276 @@
* @param {Object} value
* @return {boolean}
*/
-
function isPlain(value) {
return isObject$1(value) && toString$1.call(value) === '[object Object]' && value.constructor === Object;
}
/**
- * @file computed-style.js
- * @module computed-style
+ * Merge two objects recursively.
+ *
+ * Performs a deep merge like
+ * {@link https://lodash.com/docs/4.17.10#merge|lodash.merge}, but only merges
+ * plain objects (not arrays, elements, or anything else).
+ *
+ * Non-plain object values will be copied directly from the right-most
+ * argument.
+ *
+ * @param {Object[]} sources
+ * One or more objects to merge into a new object.
+ *
+ * @return {Object}
+ * A new object that is the merged result of all sources.
*/
+ function merge$2(...sources) {
+ const result = {};
+ sources.forEach(source => {
+ if (!source) {
+ return;
+ }
+ each(source, (value, key) => {
+ if (!isPlain(value)) {
+ result[key] = value;
+ return;
+ }
+ if (!isPlain(result[key])) {
+ result[key] = {};
+ }
+ result[key] = merge$2(result[key], value);
+ });
+ });
+ return result;
+ }
/**
- * A safe getComputedStyle.
+ * Returns an array of values for a given object
*
- * This is needed because in Firefox, if the player is loaded in an iframe with
- * `display:none`, then `getComputedStyle` returns `null`, so, we do a
- * null-check to make sure that the player doesn't break in these cases.
- *
- * @function
- * @param {Element} el
- * The element you want the computed style of
- *
- * @param {string} prop
- * The property name you want
- *
- * @see https://bugzilla.mozilla.org/show_bug.cgi?id=548397
+ * @param {Object} source - target object
+ * @return {Array} - object values
*/
- function computedStyle(el, prop) {
- if (!el || !prop) {
- return '';
- }
-
- if (typeof window.getComputedStyle === 'function') {
- var computedStyleValue;
-
- try {
- computedStyleValue = window.getComputedStyle(el);
- } catch (e) {
- return '';
+ function values$1(source = {}) {
+ const result = [];
+ for (const key in source) {
+ if (source.hasOwnProperty(key)) {
+ const value = source[key];
+ result.push(value);
}
-
- return computedStyleValue ? computedStyleValue.getPropertyValue(prop) || computedStyleValue[prop] : '';
}
-
- return '';
+ return result;
}
+ /**
+ * Object.defineProperty but "lazy", which means that the value is only set after
+ * it is retrieved the first time, rather than being set right away.
+ *
+ * @param {Object} obj the object to set the property on
+ * @param {string} key the key for the property to set
+ * @param {Function} getValue the function used to get the value when it is needed.
+ * @param {boolean} setter whether a setter should be allowed or not
+ */
+ function defineLazyProperty(obj, key, getValue, setter = true) {
+ const set = value => Object.defineProperty(obj, key, {
+ value,
+ enumerable: true,
+ writable: true
+ });
+ const options = {
+ configurable: true,
+ enumerable: true,
+ get() {
+ const value = getValue();
+ set(value);
+ return value;
+ }
+ };
+ if (setter) {
+ options.set = set;
+ }
+ return Object.defineProperty(obj, key, options);
+ }
+
+ var Obj = /*#__PURE__*/Object.freeze({
+ __proto__: null,
+ each: each,
+ reduce: reduce,
+ isObject: isObject$1,
+ isPlain: isPlain,
+ merge: merge$2,
+ values: values$1,
+ defineLazyProperty: defineLazyProperty
+ });
+
/**
* @file browser.js
* @module browser
*/
- var USER_AGENT = window.navigator && window.navigator.userAgent || '';
- var webkitVersionMap = /AppleWebKit\/([\d.]+)/i.exec(USER_AGENT);
- var appleWebkitVersion = webkitVersionMap ? parseFloat(webkitVersionMap.pop()) : null;
+
/**
* Whether or not this device is an iPod.
*
* @static
- * @const
* @type {Boolean}
*/
+ let IS_IPOD = false;
- var IS_IPOD = /iPod/i.test(USER_AGENT);
/**
* The detected iOS version - or `null`.
*
* @static
- * @const
* @type {string|null}
*/
+ let IOS_VERSION = null;
- var IOS_VERSION = function () {
- var match = USER_AGENT.match(/OS (\d+)_/i);
-
- if (match && match[1]) {
- return match[1];
- }
-
- return null;
- }();
/**
* Whether or not this is an Android device.
*
* @static
- * @const
* @type {Boolean}
*/
+ let IS_ANDROID = false;
- var IS_ANDROID = /Android/i.test(USER_AGENT);
/**
- * The detected Android version - or `null`.
+ * The detected Android version - or `null` if not Android or indeterminable.
*
* @static
- * @const
* @type {number|string|null}
*/
+ let ANDROID_VERSION;
- var ANDROID_VERSION = function () {
- // This matches Android Major.Minor.Patch versions
- // ANDROID_VERSION is Major.Minor as a Number, if Minor isn't available, then only Major is returned
- var match = USER_AGENT.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);
-
- if (!match) {
- return null;
- }
-
- var major = match[1] && parseFloat(match[1]);
- var minor = match[2] && parseFloat(match[2]);
-
- if (major && minor) {
- return parseFloat(match[1] + '.' + match[2]);
- } else if (major) {
- return major;
- }
-
- return null;
- }();
- /**
- * Whether or not this is a native Android browser.
- *
- * @static
- * @const
- * @type {Boolean}
- */
-
- var IS_NATIVE_ANDROID = IS_ANDROID && ANDROID_VERSION < 5 && appleWebkitVersion < 537;
/**
* Whether or not this is Mozilla Firefox.
*
* @static
- * @const
* @type {Boolean}
*/
+ let IS_FIREFOX = false;
- var IS_FIREFOX = /Firefox/i.test(USER_AGENT);
/**
* Whether or not this is Microsoft Edge.
*
* @static
- * @const
* @type {Boolean}
*/
+ let IS_EDGE = false;
- var IS_EDGE = /Edg/i.test(USER_AGENT);
/**
- * Whether or not this is Google Chrome.
+ * Whether or not this is any Chromium Browser
+ *
+ * @static
+ * @type {Boolean}
+ */
+ let IS_CHROMIUM = false;
+
+ /**
+ * Whether or not this is any Chromium browser that is not Edge.
*
* This will also be `true` for Chrome on iOS, which will have different support
* as it is actually Safari under the hood.
*
- * @static
- * @const
- * @type {Boolean}
- */
-
- var IS_CHROME = !IS_EDGE && (/Chrome/i.test(USER_AGENT) || /CriOS/i.test(USER_AGENT));
- /**
- * The detected Google Chrome version - or `null`.
+ * Deprecated, as the behaviour to not match Edge was to prevent Legacy Edge's UA matching.
+ * IS_CHROMIUM should be used instead.
+ * "Chromium but not Edge" could be explicitly tested with IS_CHROMIUM && !IS_EDGE
+ *
+ * @static
+ * @deprecated
+ * @type {Boolean}
+ */
+ let IS_CHROME = false;
+
+ /**
+ * The detected Chromium version - or `null`.
*
* @static
- * @const
* @type {number|null}
*/
+ let CHROMIUM_VERSION = null;
- var CHROME_VERSION = function () {
- var match = USER_AGENT.match(/(Chrome|CriOS)\/(\d+)/);
+ /**
+ * The detected Google Chrome version - or `null`.
+ * This has always been the _Chromium_ version, i.e. would return on Chromium Edge.
+ * Deprecated, use CHROMIUM_VERSION instead.
+ *
+ * @static
+ * @deprecated
+ * @type {number|null}
+ */
+ let CHROME_VERSION = null;
- if (match && match[2]) {
- return parseFloat(match[2]);
- }
+ /**
+ * Whether or not this is a Chromecast receiver application.
+ *
+ * @static
+ * @type {Boolean}
+ */
+ const IS_CHROMECAST_RECEIVER = Boolean(window.cast && window.cast.framework && window.cast.framework.CastReceiverContext);
- return null;
- }();
/**
* The detected Internet Explorer version - or `null`.
*
* @static
- * @const
+ * @deprecated
* @type {number|null}
*/
+ let IE_VERSION = null;
- var IE_VERSION = function () {
- var result = /MSIE\s(\d+)\.\d/.exec(USER_AGENT);
- var version = result && parseFloat(result[1]);
-
- if (!version && /Trident\/7.0/i.test(USER_AGENT) && /rv:11.0/.test(USER_AGENT)) {
- // IE 11 has a different user agent string than other IE versions
- version = 11.0;
- }
-
- return version;
- }();
/**
* Whether or not this is desktop Safari.
*
* @static
- * @const
* @type {Boolean}
*/
+ let IS_SAFARI = false;
- var IS_SAFARI = /Safari/i.test(USER_AGENT) && !IS_CHROME && !IS_ANDROID && !IS_EDGE;
/**
* Whether or not this is a Windows machine.
*
* @static
- * @const
* @type {Boolean}
*/
+ let IS_WINDOWS = false;
+
+ /**
+ * Whether or not this device is an iPad.
+ *
+ * @static
+ * @type {Boolean}
+ */
+ let IS_IPAD = false;
+
+ /**
+ * Whether or not this device is an iPhone.
+ *
+ * @static
+ * @type {Boolean}
+ */
+ // The Facebook app's UIWebView identifies as both an iPhone and iPad, so
+ // to identify iPhones, we need to exclude iPads.
+ // http://artsy.github.io/blog/2012/10/18/the-perils-of-ios-user-agent-sniffing/
+ let IS_IPHONE = false;
+
+ /**
+ * Whether or not this is a Tizen device.
+ *
+ * @static
+ * @type {Boolean}
+ */
+ let IS_TIZEN = false;
+
+ /**
+ * Whether or not this is a WebOS device.
+ *
+ * @static
+ * @type {Boolean}
+ */
+ let IS_WEBOS = false;
+
+ /**
+ * Whether or not this is a Smart TV (Tizen or WebOS) device.
+ *
+ * @static
+ * @type {Boolean}
+ */
+ let IS_SMART_TV = false;
- var IS_WINDOWS = /Windows/i.test(USER_AGENT);
/**
* Whether or not this device is touch-enabled.
*
@@ -824,29 +804,80 @@
* @const
* @type {Boolean}
*/
+ const TOUCH_ENABLED = Boolean(isReal() && ('ontouchstart' in window || window.navigator.maxTouchPoints || window.DocumentTouch && window.document instanceof window.DocumentTouch));
+ const UAD = window.navigator && window.navigator.userAgentData;
+ if (UAD && UAD.platform && UAD.brands) {
+ // If userAgentData is present, use it instead of userAgent to avoid warnings
+ // Currently only implemented on Chromium
+ // userAgentData does not expose Android version, so ANDROID_VERSION remains `null`
- var TOUCH_ENABLED = Boolean(isReal() && ('ontouchstart' in window || window.navigator.maxTouchPoints || window.DocumentTouch && window.document instanceof window.DocumentTouch));
- /**
- * Whether or not this device is an iPad.
- *
- * @static
- * @const
- * @type {Boolean}
- */
+ IS_ANDROID = UAD.platform === 'Android';
+ IS_EDGE = Boolean(UAD.brands.find(b => b.brand === 'Microsoft Edge'));
+ IS_CHROMIUM = Boolean(UAD.brands.find(b => b.brand === 'Chromium'));
+ IS_CHROME = !IS_EDGE && IS_CHROMIUM;
+ CHROMIUM_VERSION = CHROME_VERSION = (UAD.brands.find(b => b.brand === 'Chromium') || {}).version || null;
+ IS_WINDOWS = UAD.platform === 'Windows';
+ }
- var IS_IPAD = /iPad/i.test(USER_AGENT) || IS_SAFARI && TOUCH_ENABLED && !/iPhone/i.test(USER_AGENT);
- /**
- * Whether or not this device is an iPhone.
- *
- * @static
- * @const
- * @type {Boolean}
- */
- // The Facebook app's UIWebView identifies as both an iPhone and iPad, so
- // to identify iPhones, we need to exclude iPads.
- // http://artsy.github.io/blog/2012/10/18/the-perils-of-ios-user-agent-sniffing/
+ // If the browser is not Chromium, either userAgentData is not present which could be an old Chromium browser,
+ // or it's a browser that has added userAgentData since that we don't have tests for yet. In either case,
+ // the checks need to be made agiainst the regular userAgent string.
+ if (!IS_CHROMIUM) {
+ const USER_AGENT = window.navigator && window.navigator.userAgent || '';
+ IS_IPOD = /iPod/i.test(USER_AGENT);
+ IOS_VERSION = function () {
+ const match = USER_AGENT.match(/OS (\d+)_/i);
+ if (match && match[1]) {
+ return match[1];
+ }
+ return null;
+ }();
+ IS_ANDROID = /Android/i.test(USER_AGENT);
+ ANDROID_VERSION = function () {
+ // This matches Android Major.Minor.Patch versions
+ // ANDROID_VERSION is Major.Minor as a Number, if Minor isn't available, then only Major is returned
+ const match = USER_AGENT.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);
+ if (!match) {
+ return null;
+ }
+ const major = match[1] && parseFloat(match[1]);
+ const minor = match[2] && parseFloat(match[2]);
+ if (major && minor) {
+ return parseFloat(match[1] + '.' + match[2]);
+ } else if (major) {
+ return major;
+ }
+ return null;
+ }();
+ IS_FIREFOX = /Firefox/i.test(USER_AGENT);
+ IS_EDGE = /Edg/i.test(USER_AGENT);
+ IS_CHROMIUM = /Chrome/i.test(USER_AGENT) || /CriOS/i.test(USER_AGENT);
+ IS_CHROME = !IS_EDGE && IS_CHROMIUM;
+ CHROMIUM_VERSION = CHROME_VERSION = function () {
+ const match = USER_AGENT.match(/(Chrome|CriOS)\/(\d+)/);
+ if (match && match[2]) {
+ return parseFloat(match[2]);
+ }
+ return null;
+ }();
+ IE_VERSION = function () {
+ const result = /MSIE\s(\d+)\.\d/.exec(USER_AGENT);
+ let version = result && parseFloat(result[1]);
+ if (!version && /Trident\/7.0/i.test(USER_AGENT) && /rv:11.0/.test(USER_AGENT)) {
+ // IE 11 has a different user agent string than other IE versions
+ version = 11.0;
+ }
+ return version;
+ }();
+ IS_TIZEN = /Tizen/i.test(USER_AGENT);
+ IS_WEBOS = /Web0S/i.test(USER_AGENT);
+ IS_SMART_TV = IS_TIZEN || IS_WEBOS;
+ IS_SAFARI = /Safari/i.test(USER_AGENT) && !IS_CHROME && !IS_ANDROID && !IS_EDGE && !IS_SMART_TV;
+ IS_WINDOWS = /Windows/i.test(USER_AGENT);
+ IS_IPAD = /iPad/i.test(USER_AGENT) || IS_SAFARI && TOUCH_ENABLED && !/iPhone/i.test(USER_AGENT);
+ IS_IPHONE = /iPhone/i.test(USER_AGENT) && !IS_IPAD;
+ }
- var IS_IPHONE = /iPhone/i.test(USER_AGENT) && !IS_IPAD;
/**
* Whether or not this is an iOS device.
*
@@ -854,8 +885,8 @@
* @const
* @type {Boolean}
*/
+ const IS_IOS = IS_IPHONE || IS_IPAD || IS_IPOD;
- var IS_IOS = IS_IPHONE || IS_IPAD || IS_IPOD;
/**
* Whether or not this is any flavor of Safari - including iOS.
*
@@ -863,26 +894,30 @@
* @const
* @type {Boolean}
*/
-
- var IS_ANY_SAFARI = (IS_SAFARI || IS_IOS) && !IS_CHROME;
+ const IS_ANY_SAFARI = (IS_SAFARI || IS_IOS) && !IS_CHROME;
var browser = /*#__PURE__*/Object.freeze({
__proto__: null,
- IS_IPOD: IS_IPOD,
- IOS_VERSION: IOS_VERSION,
- IS_ANDROID: IS_ANDROID,
- ANDROID_VERSION: ANDROID_VERSION,
- IS_NATIVE_ANDROID: IS_NATIVE_ANDROID,
- IS_FIREFOX: IS_FIREFOX,
- IS_EDGE: IS_EDGE,
- IS_CHROME: IS_CHROME,
- CHROME_VERSION: CHROME_VERSION,
- IE_VERSION: IE_VERSION,
- IS_SAFARI: IS_SAFARI,
- IS_WINDOWS: IS_WINDOWS,
+ get IS_IPOD () { return IS_IPOD; },
+ get IOS_VERSION () { return IOS_VERSION; },
+ get IS_ANDROID () { return IS_ANDROID; },
+ get ANDROID_VERSION () { return ANDROID_VERSION; },
+ get IS_FIREFOX () { return IS_FIREFOX; },
+ get IS_EDGE () { return IS_EDGE; },
+ get IS_CHROMIUM () { return IS_CHROMIUM; },
+ get IS_CHROME () { return IS_CHROME; },
+ get CHROMIUM_VERSION () { return CHROMIUM_VERSION; },
+ get CHROME_VERSION () { return CHROME_VERSION; },
+ IS_CHROMECAST_RECEIVER: IS_CHROMECAST_RECEIVER,
+ get IE_VERSION () { return IE_VERSION; },
+ get IS_SAFARI () { return IS_SAFARI; },
+ get IS_WINDOWS () { return IS_WINDOWS; },
+ get IS_IPAD () { return IS_IPAD; },
+ get IS_IPHONE () { return IS_IPHONE; },
+ get IS_TIZEN () { return IS_TIZEN; },
+ get IS_WEBOS () { return IS_WEBOS; },
+ get IS_SMART_TV () { return IS_SMART_TV; },
TOUCH_ENABLED: TOUCH_ENABLED,
- IS_IPAD: IS_IPAD,
- IS_IPHONE: IS_IPHONE,
IS_IOS: IS_IOS,
IS_ANY_SAFARI: IS_ANY_SAFARI
});
@@ -891,6 +926,7 @@
* @file dom.js
* @module dom
*/
+
/**
* Detect if a value is a string with any non-whitespace characters.
*
@@ -902,7 +938,6 @@
* Will be `true` if the string is non-blank, `false` otherwise.
*
*/
-
function isNonBlankString(str) {
// we use str.trim as it will trim any whitespace characters
// from the front or back of non-whitespace characters. aka
@@ -911,6 +946,7 @@
// will have a length of 0, failing this check.
return typeof str === 'string' && Boolean(str.trim());
}
+
/**
* Throws an error if the passed string has whitespace. This is used by
* class methods to be relatively consistent with the classList API.
@@ -922,55 +958,37 @@
* @throws {Error}
* Throws an error if there is whitespace in the string.
*/
-
-
function throwIfWhitespace(str) {
// str.indexOf instead of regex because str.indexOf is faster performance wise.
if (str.indexOf(' ') >= 0) {
throw new Error('class has illegal whitespace characters');
}
}
- /**
- * Produce a regular expression for matching a className within an elements className.
- *
- * @private
- * @param {string} className
- * The className to generate the RegExp for.
- *
- * @return {RegExp}
- * The RegExp that will check for a specific `className` in an elements
- * className.
- */
-
- function classRegExp(className) {
- return new RegExp('(^|\\s)' + className + '($|\\s)');
- }
/**
* Whether the current DOM interface appears to be real (i.e. not simulated).
*
* @return {boolean}
* Will be `true` if the DOM appears to be real, `false` otherwise.
*/
-
-
function isReal() {
// Both document and window will never be undefined thanks to `global`.
return document === window.document;
}
+
/**
* Determines, via duck typing, whether or not a value is a DOM element.
*
- * @param {Mixed} value
+ * @param {*} value
* The value to check.
*
* @return {boolean}
* Will be `true` if the value is a DOM element, `false` otherwise.
*/
-
function isEl(value) {
return isObject$1(value) && value.nodeType === 1;
}
+
/**
* Determines if the current DOM is embedded in an iframe.
*
@@ -978,7 +996,6 @@
* Will be `true` if the DOM is embedded in an iframe, `false`
* otherwise.
*/
-
function isInFrame() {
// We need a try/catch here because Safari will throw errors when attempting
// to get either `parent` or `self`
@@ -988,6 +1005,7 @@
return true;
}
}
+
/**
* Creates functions to query the DOM using a given method.
*
@@ -998,21 +1016,19 @@
* @return {Function}
* The query method
*/
-
function createQuerier(method) {
return function (selector, context) {
if (!isNonBlankString(selector)) {
return document[method](null);
}
-
if (isNonBlankString(context)) {
context = document.querySelector(context);
}
-
- var ctx = isEl(context) ? context : document;
+ const ctx = isEl(context) ? context : document;
return ctx[method] && ctx[method](selector);
};
}
+
/**
* Creates an element and applies properties, attributes, and inserts content.
*
@@ -1025,38 +1041,20 @@
* @param {Object} [attributes={}]
* Element attributes to be applied.
*
- * @param {module:dom~ContentDescriptor} content
+ * @param {ContentDescriptor} [content]
* A content descriptor object.
*
* @return {Element}
* The element that was created.
*/
-
-
- function createEl(tagName, properties, attributes, content) {
- if (tagName === void 0) {
- tagName = 'div';
- }
-
- if (properties === void 0) {
- properties = {};
- }
-
- if (attributes === void 0) {
- attributes = {};
- }
-
- var el = document.createElement(tagName);
+ function createEl(tagName = 'div', properties = {}, attributes = {}, content) {
+ const el = document.createElement(tagName);
Object.getOwnPropertyNames(properties).forEach(function (propName) {
- var val = properties[propName]; // See #2176
- // We originally were accepting both properties and attributes in the
- // same object, but that doesn't work so well.
+ const val = properties[propName];
- if (propName.indexOf('aria-') !== -1 || propName === 'role' || propName === 'type') {
- log$1.warn('Setting attributes in the second argument of createEl()\n' + 'has been deprecated. Use the third argument instead.\n' + ("createEl(type, properties, attributes). Attempting to set " + propName + " to " + val + "."));
- el.setAttribute(propName, val); // Handle textContent since it's not supported everywhere and we have a
- // method for it.
- } else if (propName === 'textContent') {
+ // Handle textContent since it's not supported everywhere and we have a
+ // method for it.
+ if (propName === 'textContent') {
textContent(el, val);
} else if (el[propName] !== val || propName === 'tabIndex') {
el[propName] = val;
@@ -1065,17 +1063,16 @@
Object.getOwnPropertyNames(attributes).forEach(function (attrName) {
el.setAttribute(attrName, attributes[attrName]);
});
-
if (content) {
appendContent(el, content);
}
-
return el;
}
+
/**
* Injects text into an element, replacing any existing contents entirely.
*
- * @param {Element} el
+ * @param {HTMLElement} el
* The element to add text content into
*
* @param {string} text
@@ -1084,16 +1081,15 @@
* @return {Element}
* The element with added text content.
*/
-
function textContent(el, text) {
if (typeof el.textContent === 'undefined') {
el.innerText = text;
} else {
el.textContent = text;
}
-
return el;
}
+
/**
* Insert an element as the first child node of another
*
@@ -1103,7 +1099,6 @@
* @param {Element} parent
* Element to insert child into
*/
-
function prependTo(child, parent) {
if (parent.firstChild) {
parent.insertBefore(child, parent.firstChild);
@@ -1111,6 +1106,7 @@
parent.appendChild(child);
}
}
+
/**
* Check if an element has a class name.
*
@@ -1126,70 +1122,50 @@
* @throws {Error}
* Throws an error if `classToCheck` has white space.
*/
-
function hasClass(element, classToCheck) {
throwIfWhitespace(classToCheck);
-
- if (element.classList) {
- return element.classList.contains(classToCheck);
- }
-
- return classRegExp(classToCheck).test(element.className);
+ return element.classList.contains(classToCheck);
}
+
/**
* Add a class name to an element.
*
* @param {Element} element
* Element to add class name to.
*
- * @param {string} classToAdd
- * Class name to add.
+ * @param {...string} classesToAdd
+ * One or more class name to add.
*
* @return {Element}
* The DOM element with the added class name.
*/
-
- function addClass(element, classToAdd) {
- if (element.classList) {
- element.classList.add(classToAdd); // Don't need to `throwIfWhitespace` here because `hasElClass` will do it
- // in the case of classList not being supported.
- } else if (!hasClass(element, classToAdd)) {
- element.className = (element.className + ' ' + classToAdd).trim();
- }
-
+ function addClass(element, ...classesToAdd) {
+ element.classList.add(...classesToAdd.reduce((prev, current) => prev.concat(current.split(/\s+/)), []));
return element;
}
+
/**
* Remove a class name from an element.
*
* @param {Element} element
* Element to remove a class name from.
*
- * @param {string} classToRemove
- * Class name to remove
+ * @param {...string} classesToRemove
+ * One or more class name to remove.
*
* @return {Element}
* The DOM element with class name removed.
*/
-
- function removeClass(element, classToRemove) {
+ function removeClass(element, ...classesToRemove) {
// Protect in case the player gets disposed
if (!element) {
log$1.warn("removeClass was called with an element that doesn't exist");
return null;
}
-
- if (element.classList) {
- element.classList.remove(classToRemove);
- } else {
- throwIfWhitespace(classToRemove);
- element.className = element.className.split(/\s+/).filter(function (c) {
- return c !== classToRemove;
- }).join(' ');
- }
-
+ element.classList.remove(...classesToRemove.reduce((prev, current) => prev.concat(current.split(/\s+/)), []));
return element;
}
+
/**
* The callback definition for toggleClass.
*
@@ -1222,35 +1198,17 @@
* @return {Element}
* The element with a class that has been toggled.
*/
-
function toggleClass(element, classToToggle, predicate) {
- // This CANNOT use `classList` internally because IE11 does not support the
- // second parameter to the `classList.toggle()` method! Which is fine because
- // `classList` will be used by the add/remove functions.
- var has = hasClass(element, classToToggle);
-
if (typeof predicate === 'function') {
predicate = predicate(element, classToToggle);
}
-
if (typeof predicate !== 'boolean') {
- predicate = !has;
- } // If the necessary class operation matches the current state of the
- // element, no action is required.
-
-
- if (predicate === has) {
- return;
+ predicate = undefined;
}
-
- if (predicate) {
- addClass(element, classToToggle);
- } else {
- removeClass(element, classToToggle);
- }
-
+ classToToggle.split(/\s+/).forEach(className => element.classList.toggle(className, predicate));
return element;
}
+
/**
* Apply attributes to an HTML element.
*
@@ -1260,11 +1218,9 @@
* @param {Object} [attributes]
* Attributes to be applied.
*/
-
function setAttributes(el, attributes) {
Object.getOwnPropertyNames(attributes).forEach(function (attrName) {
- var attrValue = attributes[attrName];
-
+ const attrValue = attributes[attrName];
if (attrValue === null || typeof attrValue === 'undefined' || attrValue === false) {
el.removeAttribute(attrName);
} else {
@@ -1272,6 +1228,7 @@
}
});
}
+
/**
* Get an element's attribute values, as defined on the HTML tag.
*
@@ -1285,35 +1242,34 @@
* All attributes of the element. Boolean attributes will be `true` or
* `false`, others will be strings.
*/
-
function getAttributes(tag) {
- var obj = {}; // known boolean attributes
+ const obj = {};
+
+ // known boolean attributes
// we can check for matching boolean properties, but not all browsers
// and not all tags know about these attributes, so, we still want to check them manually
-
- var knownBooleans = ',' + 'autoplay,controls,playsinline,loop,muted,default,defaultMuted' + ',';
-
+ const knownBooleans = ['autoplay', 'controls', 'playsinline', 'loop', 'muted', 'default', 'defaultMuted'];
if (tag && tag.attributes && tag.attributes.length > 0) {
- var attrs = tag.attributes;
+ const attrs = tag.attributes;
+ for (let i = attrs.length - 1; i >= 0; i--) {
+ const attrName = attrs[i].name;
+ /** @type {boolean|string} */
+ let attrVal = attrs[i].value;
- for (var i = attrs.length - 1; i >= 0; i--) {
- var attrName = attrs[i].name;
- var attrVal = attrs[i].value; // check for known booleans
+ // check for known booleans
// the matching element property will return a value for typeof
-
- if (typeof tag[attrName] === 'boolean' || knownBooleans.indexOf(',' + attrName + ',') !== -1) {
+ if (knownBooleans.includes(attrName)) {
// the value of an included boolean attribute is typically an empty
// string ('') which would equal false if we just check for a false value.
// we also don't want support bad code like autoplay='false'
attrVal = attrVal !== null ? true : false;
}
-
obj[attrName] = attrVal;
}
}
-
return obj;
}
+
/**
* Get the value of an element's attribute.
*
@@ -1326,10 +1282,10 @@
* @return {string}
* The value of the attribute.
*/
-
function getAttribute(el, attribute) {
return el.getAttribute(attribute);
}
+
/**
* Set the value of an element's attribute.
*
@@ -1342,10 +1298,10 @@
* @param {string} value
* Value to set the attribute to.
*/
-
function setAttribute(el, attribute, value) {
el.setAttribute(attribute, value);
}
+
/**
* Remove an element's attribute.
*
@@ -1355,30 +1311,29 @@
* @param {string} attribute
* Attribute to remove.
*/
-
function removeAttribute(el, attribute) {
el.removeAttribute(attribute);
}
+
/**
* Attempt to block the ability to select text.
*/
-
function blockTextSelection() {
document.body.focus();
-
document.onselectstart = function () {
return false;
};
}
+
/**
* Turn off text selection blocking.
*/
-
function unblockTextSelection() {
document.onselectstart = function () {
return true;
};
}
+
/**
* Identical to the native `getBoundingClientRect` function, but ensures that
* the method is supported at all (it is in all browsers we claim to support)
@@ -1398,28 +1353,25 @@
* @return {Object|undefined}
* Always returns a plain object - or `undefined` if it cannot.
*/
-
function getBoundingClientRect(el) {
if (el && el.getBoundingClientRect && el.parentNode) {
- var rect = el.getBoundingClientRect();
- var result = {};
- ['bottom', 'height', 'left', 'right', 'top', 'width'].forEach(function (k) {
+ const rect = el.getBoundingClientRect();
+ const result = {};
+ ['bottom', 'height', 'left', 'right', 'top', 'width'].forEach(k => {
if (rect[k] !== undefined) {
result[k] = rect[k];
}
});
-
if (!result.height) {
result.height = parseFloat(computedStyle(el, 'height'));
}
-
if (!result.width) {
result.width = parseFloat(computedStyle(el, 'width'));
}
-
return result;
}
}
+
/**
* Represents the position of a DOM element on the page.
*
@@ -1445,7 +1397,6 @@
* @return {module:dom~Position}
* The position of the element that was passed in.
*/
-
function findPosition(el) {
if (!el || el && !el.offsetParent) {
return {
@@ -1455,25 +1406,23 @@
height: 0
};
}
-
- var width = el.offsetWidth;
- var height = el.offsetHeight;
- var left = 0;
- var top = 0;
-
+ const width = el.offsetWidth;
+ const height = el.offsetHeight;
+ let left = 0;
+ let top = 0;
while (el.offsetParent && el !== document[FullscreenApi.fullscreenElement]) {
left += el.offsetLeft;
top += el.offsetTop;
el = el.offsetParent;
}
-
return {
- left: left,
- top: top,
- width: width,
- height: height
+ left,
+ top,
+ width,
+ height
};
}
+
/**
* Represents x and y coordinates for a DOM element or mouse pointer.
*
@@ -1494,76 +1443,73 @@
* @param {Element} el
* Element on which to get the pointer position on.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* Event object.
*
* @return {module:dom~Coordinates}
* A coordinates object corresponding to the mouse position.
*
*/
-
function getPointerPosition(el, event) {
- var translated = {
+ const translated = {
x: 0,
y: 0
};
-
if (IS_IOS) {
- var item = el;
-
+ let item = el;
while (item && item.nodeName.toLowerCase() !== 'html') {
- var transform = computedStyle(item, 'transform');
-
+ const transform = computedStyle(item, 'transform');
if (/^matrix/.test(transform)) {
- var values = transform.slice(7, -1).split(/,\s/).map(Number);
+ const values = transform.slice(7, -1).split(/,\s/).map(Number);
translated.x += values[4];
translated.y += values[5];
} else if (/^matrix3d/.test(transform)) {
- var _values = transform.slice(9, -1).split(/,\s/).map(Number);
-
- translated.x += _values[12];
- translated.y += _values[13];
+ const values = transform.slice(9, -1).split(/,\s/).map(Number);
+ translated.x += values[12];
+ translated.y += values[13];
}
-
- item = item.parentNode;
+ if (item.assignedSlot && item.assignedSlot.parentElement && window.WebKitCSSMatrix) {
+ const transformValue = window.getComputedStyle(item.assignedSlot.parentElement).transform;
+ const matrix = new window.WebKitCSSMatrix(transformValue);
+ translated.x += matrix.m41;
+ translated.y += matrix.m42;
+ }
+ item = item.parentNode || item.host;
}
}
-
- var position = {};
- var boxTarget = findPosition(event.target);
- var box = findPosition(el);
- var boxW = box.width;
- var boxH = box.height;
- var offsetY = event.offsetY - (box.top - boxTarget.top);
- var offsetX = event.offsetX - (box.left - boxTarget.left);
-
+ const position = {};
+ const boxTarget = findPosition(event.target);
+ const box = findPosition(el);
+ const boxW = box.width;
+ const boxH = box.height;
+ let offsetY = event.offsetY - (box.top - boxTarget.top);
+ let offsetX = event.offsetX - (box.left - boxTarget.left);
if (event.changedTouches) {
offsetX = event.changedTouches[0].pageX - box.left;
offsetY = event.changedTouches[0].pageY + box.top;
-
if (IS_IOS) {
offsetX -= translated.x;
offsetY -= translated.y;
}
}
-
position.y = 1 - Math.max(0, Math.min(1, offsetY / boxH));
position.x = Math.max(0, Math.min(1, offsetX / boxW));
return position;
}
+
/**
* Determines, via duck typing, whether or not a value is a text node.
*
- * @param {Mixed} value
+ * @param {*} value
* Check if this value is a text node.
*
* @return {boolean}
* Will be `true` if the value is a text node, `false` otherwise.
*/
-
- function isTextNode(value) {
+ function isTextNode$1(value) {
return isObject$1(value) && value.nodeType === 3;
}
+
/**
* Empties the contents of an element.
*
@@ -1573,14 +1519,13 @@
* @return {Element}
* The element with no children
*/
-
function emptyEl(el) {
while (el.firstChild) {
el.removeChild(el.firstChild);
}
-
return el;
}
+
/**
* This is a mixed value that describes content to be injected into the DOM
* via some method. It can be of the following types:
@@ -1589,11 +1534,11 @@
* -----------|-------------
* `string` | The value will be normalized into a text node.
* `Element` | The value will be accepted as-is.
- * `TextNode` | The value will be accepted as-is.
+ * `Text` | A TextNode. The value will be accepted as-is.
* `Array` | A one-dimensional array of strings, elements, text nodes, or functions. These functions should return a string, element, or text node (any other return value, like an array, will be ignored).
* `Function` | A function, which is expected to return a string, element, text node, or array - any of the other possible values described above. This means that a content descriptor could be a function that returns an array of functions, but those second-level functions must return strings, elements, or text nodes.
*
- * @typedef {string|Element|TextNode|Array|Function} module:dom~ContentDescriptor
+ * @typedef {string|Element|Text|Array|Function} ContentDescriptor
*/
/**
@@ -1606,60 +1551,54 @@
* The content for an element can be passed in multiple types and
* combinations, whose behavior is as follows:
*
- * @param {module:dom~ContentDescriptor} content
+ * @param {ContentDescriptor} content
* A content descriptor value.
*
* @return {Array}
* All of the content that was passed in, normalized to an array of
* elements or text nodes.
*/
-
function normalizeContent(content) {
// First, invoke content if it is a function. If it produces an array,
// that needs to happen before normalization.
if (typeof content === 'function') {
content = content();
- } // Next up, normalize to an array, so one or many items can be normalized,
+ }
+
+ // Next up, normalize to an array, so one or many items can be normalized,
// filtered, and returned.
-
-
- return (Array.isArray(content) ? content : [content]).map(function (value) {
+ return (Array.isArray(content) ? content : [content]).map(value => {
// First, invoke value if it is a function to produce a new value,
// which will be subsequently normalized to a Node of some kind.
if (typeof value === 'function') {
value = value();
}
-
- if (isEl(value) || isTextNode(value)) {
+ if (isEl(value) || isTextNode$1(value)) {
return value;
}
-
if (typeof value === 'string' && /\S/.test(value)) {
return document.createTextNode(value);
}
- }).filter(function (value) {
- return value;
- });
+ }).filter(value => value);
}
+
/**
* Normalizes and appends content to an element.
*
* @param {Element} el
* Element to append normalized content to.
*
- * @param {module:dom~ContentDescriptor} content
+ * @param {ContentDescriptor} content
* A content descriptor value.
*
* @return {Element}
* The element with appended normalized content.
*/
-
function appendContent(el, content) {
- normalizeContent(content).forEach(function (node) {
- return el.appendChild(node);
- });
+ normalizeContent(content).forEach(node => el.appendChild(node));
return el;
}
+
/**
* Normalizes and inserts content into an element; this is identical to
* `appendContent()`, except it empties the element first.
@@ -1667,30 +1606,30 @@
* @param {Element} el
* Element to insert normalized content into.
*
- * @param {module:dom~ContentDescriptor} content
+ * @param {ContentDescriptor} content
* A content descriptor value.
*
* @return {Element}
* The element with inserted normalized content.
*/
-
function insertContent(el, content) {
return appendContent(emptyEl(el), content);
}
+
/**
* Check if an event was a single left click.
*
- * @param {EventTarget~Event} event
+ * @param {MouseEvent} event
* Event object.
*
* @return {boolean}
* Will be `true` if a single left click, `false` otherwise.
*/
-
function isSingleLeftClick(event) {
// Note: if you create something draggable, be sure to
// call it on both `mousedown` and `mousemove` event,
// otherwise `mousedown` should be enough for a button
+
if (event.button === undefined && event.buttons === undefined) {
// Why do we need `buttons` ?
// Because, middle mouse sometimes have this:
@@ -1699,34 +1638,41 @@
// HOLD middlemouse then left click, that would be
// e.button === 0, e.buttons === 5
// just `button` is not gonna work
+
// Alright, then what this block does ?
// this is for chrome `simulate mobile devices`
// I want to support this as well
+
return true;
}
-
if (event.button === 0 && event.buttons === undefined) {
// Touch screen, sometimes on some specific device, `buttons`
// doesn't have anything (safari on ios, blackberry...)
+
return true;
- } // `mouseup` event on a single left click has
+ }
+
+ // `mouseup` event on a single left click has
// `button` and `buttons` equal to 0
-
-
if (event.type === 'mouseup' && event.button === 0 && event.buttons === 0) {
return true;
}
+ // MacOS Sonoma trackpad when "tap to click enabled"
+ if (event.type === 'mousedown' && event.button === 0 && event.buttons === 0) {
+ return true;
+ }
if (event.button !== 0 || event.buttons !== 1) {
// This is the reason we have those if else block above
// if any special case we can catch and let it slide
// we do it above, when get to here, this definitely
// is-not-left-click
+
return false;
}
-
return true;
}
+
/**
* Finds a single DOM element matching `selector` within the optional
* `context` of another DOM element (defaulting to `document`).
@@ -1743,8 +1689,8 @@
* @return {Element|null}
* The element that was found or null.
*/
+ const $ = createQuerier('querySelector');
- var $ = createQuerier('querySelector');
/**
* Finds a all DOM elements matching `selector` within the optional
* `context` of another DOM element (defaulting to `document`).
@@ -1763,8 +1709,64 @@
* were found.
*
*/
+ const $$ = createQuerier('querySelectorAll');
- var $$ = createQuerier('querySelectorAll');
+ /**
+ * A safe getComputedStyle.
+ *
+ * This is needed because in Firefox, if the player is loaded in an iframe with
+ * `display:none`, then `getComputedStyle` returns `null`, so, we do a
+ * null-check to make sure that the player doesn't break in these cases.
+ *
+ * @param {Element} el
+ * The element you want the computed style of
+ *
+ * @param {string} prop
+ * The property name you want
+ *
+ * @see https://bugzilla.mozilla.org/show_bug.cgi?id=548397
+ */
+ function computedStyle(el, prop) {
+ if (!el || !prop) {
+ return '';
+ }
+ if (typeof window.getComputedStyle === 'function') {
+ let computedStyleValue;
+ try {
+ computedStyleValue = window.getComputedStyle(el);
+ } catch (e) {
+ return '';
+ }
+ return computedStyleValue ? computedStyleValue.getPropertyValue(prop) || computedStyleValue[prop] : '';
+ }
+ return '';
+ }
+
+ /**
+ * Copy document style sheets to another window.
+ *
+ * @param {Window} win
+ * The window element you want to copy the document style sheets to.
+ *
+ */
+ function copyStyleSheetsToWindow(win) {
+ [...document.styleSheets].forEach(styleSheet => {
+ try {
+ const cssRules = [...styleSheet.cssRules].map(rule => rule.cssText).join('');
+ const style = document.createElement('style');
+ style.textContent = cssRules;
+ win.document.head.appendChild(style);
+ } catch (e) {
+ const link = document.createElement('link');
+ link.rel = 'stylesheet';
+ link.type = styleSheet.type;
+ // For older Safari this has to be the string; on other browsers setting the MediaList works
+ link.media = styleSheet.media.mediaText;
+ link.href = styleSheet.href;
+ win.document.head.appendChild(link);
+ }
+ });
+ }
var Dom = /*#__PURE__*/Object.freeze({
__proto__: null,
@@ -1788,14 +1790,16 @@
getBoundingClientRect: getBoundingClientRect,
findPosition: findPosition,
getPointerPosition: getPointerPosition,
- isTextNode: isTextNode,
+ isTextNode: isTextNode$1,
emptyEl: emptyEl,
normalizeContent: normalizeContent,
appendContent: appendContent,
insertContent: insertContent,
isSingleLeftClick: isSingleLeftClick,
$: $,
- $$: $$
+ $$: $$,
+ computedStyle: computedStyle,
+ copyStyleSheetsToWindow: copyStyleSheetsToWindow
});
/**
@@ -1804,48 +1808,53 @@
*
* @module setup
*/
- var _windowLoaded = false;
- var videojs$1;
+ let _windowLoaded = false;
+ let videojs$1;
+
/**
* Set up any tags that have a data-setup `attribute` when the player is started.
*/
-
- var autoSetup = function autoSetup() {
+ const autoSetup = function () {
if (videojs$1.options.autoSetup === false) {
return;
}
+ const vids = Array.prototype.slice.call(document.getElementsByTagName('video'));
+ const audios = Array.prototype.slice.call(document.getElementsByTagName('audio'));
+ const divs = Array.prototype.slice.call(document.getElementsByTagName('video-js'));
+ const mediaEls = vids.concat(audios, divs);
- var vids = Array.prototype.slice.call(document.getElementsByTagName('video'));
- var audios = Array.prototype.slice.call(document.getElementsByTagName('audio'));
- var divs = Array.prototype.slice.call(document.getElementsByTagName('video-js'));
- var mediaEls = vids.concat(audios, divs); // Check if any media elements exist
-
+ // Check if any media elements exist
if (mediaEls && mediaEls.length > 0) {
- for (var i = 0, e = mediaEls.length; i < e; i++) {
- var mediaEl = mediaEls[i]; // Check if element exists, has getAttribute func.
+ for (let i = 0, e = mediaEls.length; i < e; i++) {
+ const mediaEl = mediaEls[i];
+ // Check if element exists, has getAttribute func.
if (mediaEl && mediaEl.getAttribute) {
// Make sure this player hasn't already been set up.
if (mediaEl.player === undefined) {
- var options = mediaEl.getAttribute('data-setup'); // Check if data-setup attr exists.
- // We only auto-setup if they've added the data-setup attr.
+ const options = mediaEl.getAttribute('data-setup');
+ // Check if data-setup attr exists.
+ // We only auto-setup if they've added the data-setup attr.
if (options !== null) {
// Create new video.js instance.
videojs$1(mediaEl);
}
- } // If getAttribute isn't defined, we need to wait for the DOM.
+ }
+ // If getAttribute isn't defined, we need to wait for the DOM.
} else {
autoSetupTimeout(1);
break;
}
- } // No videos were found, so keep looping unless page is finished loading.
+ }
+ // No videos were found, so keep looping unless page is finished loading.
} else if (!_windowLoaded) {
autoSetupTimeout(1);
}
};
+
/**
* Wait until the page is loaded before running autoSetup. This will be called in
* autoSetup if `hasLoaded` returns false.
@@ -1856,32 +1865,26 @@
* @param {module:videojs} [vjs]
* The videojs library function
*/
-
-
function autoSetupTimeout(wait, vjs) {
// Protect against breakage in non-browser environments
if (!isReal()) {
return;
}
-
if (vjs) {
videojs$1 = vjs;
}
-
window.setTimeout(autoSetup, wait);
}
+
/**
* Used to set the internal tracking of window loaded state to true.
*
* @private
*/
-
-
function setWindowLoaded() {
_windowLoaded = true;
window.removeEventListener('load', setWindowLoaded);
}
-
if (isReal()) {
if (document.readyState === 'complete') {
setWindowLoaded();
@@ -1904,7 +1907,7 @@
*/
/**
- * Create a DOM syle element given a className for it.
+ * Create a DOM style element given a className for it.
*
* @param {string} className
* The className to add to the created style element.
@@ -1912,11 +1915,12 @@
* @return {Element}
* The element that was created.
*/
- var createStyleElement = function createStyleElement(className) {
- var style = document.createElement('style');
+ const createStyleElement = function (className) {
+ const style = document.createElement('style');
style.className = className;
return style;
};
+
/**
* Add text to a DOM element.
*
@@ -1926,8 +1930,7 @@
* @param {string} content
* The text to add to the element.
*/
-
- var setTextContent = function setTextContent(el, content) {
+ const setTextContent = function (el, content) {
if (el.styleSheet) {
el.styleSheet.cssText = content;
} else {
@@ -1935,91 +1938,11 @@
}
};
- /**
- * @file guid.js
- * @module guid
- */
- // Default value for GUIDs. This allows us to reset the GUID counter in tests.
- //
- // The initial GUID is 3 because some users have come to rely on the first
- // default player ID ending up as `vjs_video_3`.
- //
- // See: https://github.com/videojs/video.js/pull/6216
- var _initialGuid = 3;
- /**
- * Unique ID for an element or function
- *
- * @type {Number}
- */
-
- var _guid = _initialGuid;
- /**
- * Get a unique auto-incrementing ID by number that has not been returned before.
- *
- * @return {number}
- * A new unique ID.
- */
-
- function newGUID() {
- return _guid++;
- }
-
/**
* @file dom-data.js
* @module dom-data
*/
- var FakeWeakMap;
- if (!window.WeakMap) {
- FakeWeakMap = /*#__PURE__*/function () {
- function FakeWeakMap() {
- this.vdata = 'vdata' + Math.floor(window.performance && window.performance.now() || Date.now());
- this.data = {};
- }
-
- var _proto = FakeWeakMap.prototype;
-
- _proto.set = function set(key, value) {
- var access = key[this.vdata] || newGUID();
-
- if (!key[this.vdata]) {
- key[this.vdata] = access;
- }
-
- this.data[access] = value;
- return this;
- };
-
- _proto.get = function get(key) {
- var access = key[this.vdata]; // we have data, return it
-
- if (access) {
- return this.data[access];
- } // we don't have data, return nothing.
- // return undefined explicitly as that's the contract for this method
-
-
- log$1('We have no data for this element', key);
- return undefined;
- };
-
- _proto.has = function has(key) {
- var access = key[this.vdata];
- return access in this.data;
- };
-
- _proto["delete"] = function _delete(key) {
- var access = key[this.vdata];
-
- if (access) {
- delete this.data[access];
- delete key[this.vdata];
- }
- };
-
- return FakeWeakMap;
- }();
- }
/**
* Element Data Store.
*
@@ -2030,9 +1953,37 @@
* @type {Object}
* @private
*/
+ var DomData = new WeakMap();
+ /**
+ * @file guid.js
+ * @module guid
+ */
- var DomData = window.WeakMap ? new WeakMap() : new FakeWeakMap();
+ // Default value for GUIDs. This allows us to reset the GUID counter in tests.
+ //
+ // The initial GUID is 3 because some users have come to rely on the first
+ // default player ID ending up as `vjs_video_3`.
+ //
+ // See: https://github.com/videojs/video.js/pull/6216
+ const _initialGuid = 3;
+
+ /**
+ * Unique ID for an element or function
+ *
+ * @type {Number}
+ */
+ let _guid = _initialGuid;
+
+ /**
+ * Get a unique auto-incrementing ID by number that has not been returned before.
+ *
+ * @return {number}
+ * A new unique ID.
+ */
+ function newGUID() {
+ return _guid++;
+ }
/**
* @file events.js. An Event System (John Resig - Secrets of a JS Ninja http://jsninja.com/)
@@ -2043,6 +1994,7 @@
* @file events.js
* @module events
*/
+
/**
* Clean up the listener cache and dispatchers
*
@@ -2052,38 +2004,39 @@
* @param {string} type
* Type of event to clean up
*/
-
function _cleanUpEvents(elem, type) {
if (!DomData.has(elem)) {
return;
}
+ const data = DomData.get(elem);
- var data = DomData.get(elem); // Remove the events of a particular type if there are none left
-
+ // Remove the events of a particular type if there are none left
if (data.handlers[type].length === 0) {
- delete data.handlers[type]; // data.handlers[type] = null;
+ delete data.handlers[type];
+ // data.handlers[type] = null;
// Setting to null was causing an error with data.handlers
- // Remove the meta-handler from the element
+ // Remove the meta-handler from the element
if (elem.removeEventListener) {
elem.removeEventListener(type, data.dispatcher, false);
} else if (elem.detachEvent) {
elem.detachEvent('on' + type, data.dispatcher);
}
- } // Remove the events object if there are no types left
-
+ }
+ // Remove the events object if there are no types left
if (Object.getOwnPropertyNames(data.handlers).length <= 0) {
delete data.handlers;
delete data.dispatcher;
delete data.disabled;
- } // Finally remove the element data if there is no data left
-
+ }
+ // Finally remove the element data if there is no data left
if (Object.getOwnPropertyNames(data).length === 0) {
- DomData["delete"](elem);
+ DomData.delete(elem);
}
}
+
/**
* Loops through an array of event types and calls the requested method for each type.
*
@@ -2093,20 +2046,19 @@
* @param {Element|Object} elem
* Element or object to bind listeners to
*
- * @param {string} type
+ * @param {string[]} types
* Type of event to bind to.
*
- * @param {EventTarget~EventListener} callback
+ * @param {Function} callback
* Event listener.
*/
-
-
function _handleMultipleEvents(fn, elem, types, callback) {
types.forEach(function (type) {
// Call the event method for each one of the types
fn(elem, type, callback);
});
}
+
/**
* Fix a native event to have standard property values
*
@@ -2116,148 +2068,141 @@
* @return {Object}
* Fixed event object.
*/
-
-
function fixEvent(event) {
if (event.fixed_) {
return event;
}
-
function returnTrue() {
return true;
}
-
function returnFalse() {
return false;
- } // Test if fixing up is needed
+ }
+
+ // Test if fixing up is needed
// Used to check if !event.stopPropagation instead of isPropagationStopped
// But native events return true for stopPropagation, but don't have
// other expected methods like isPropagationStopped. Seems to be a problem
// with the Javascript Ninja code. So we're just overriding all events now.
-
-
if (!event || !event.isPropagationStopped || !event.isImmediatePropagationStopped) {
- var old = event || window.event;
- event = {}; // Clone the old object so that we can modify the values event = {};
+ const old = event || window.event;
+ event = {};
+ // Clone the old object so that we can modify the values event = {};
// IE8 Doesn't like when you mess with native event properties
// Firefox returns false for event.hasOwnProperty('type') and other props
// which makes copying more difficult.
- // TODO: Probably best to create a whitelist of event props
- for (var key in old) {
+ // TODO: Probably best to create an allowlist of event props
+ const deprecatedProps = ['layerX', 'layerY', 'keyLocation', 'path', 'webkitMovementX', 'webkitMovementY', 'mozPressure', 'mozInputSource'];
+ for (const key in old) {
// Safari 6.0.3 warns you if you try to copy deprecated layerX/Y
// Chrome warns you if you try to copy deprecated keyboardEvent.keyLocation
// and webkitMovementX/Y
- if (key !== 'layerX' && key !== 'layerY' && key !== 'keyLocation' && key !== 'webkitMovementX' && key !== 'webkitMovementY') {
+ // Lighthouse complains if Event.path is copied
+ if (!deprecatedProps.includes(key)) {
// Chrome 32+ warns if you try to copy deprecated returnValue, but
// we still want to if preventDefault isn't supported (IE8).
if (!(key === 'returnValue' && old.preventDefault)) {
event[key] = old[key];
}
}
- } // The event occurred on this element
-
+ }
+ // The event occurred on this element
if (!event.target) {
event.target = event.srcElement || document;
- } // Handle which other element the event is related to
-
+ }
+ // Handle which other element the event is related to
if (!event.relatedTarget) {
event.relatedTarget = event.fromElement === event.target ? event.toElement : event.fromElement;
- } // Stop the default browser action
-
+ }
+ // Stop the default browser action
event.preventDefault = function () {
if (old.preventDefault) {
old.preventDefault();
}
-
event.returnValue = false;
old.returnValue = false;
event.defaultPrevented = true;
};
+ event.defaultPrevented = false;
- event.defaultPrevented = false; // Stop the event from bubbling
-
+ // Stop the event from bubbling
event.stopPropagation = function () {
if (old.stopPropagation) {
old.stopPropagation();
}
-
event.cancelBubble = true;
old.cancelBubble = true;
event.isPropagationStopped = returnTrue;
};
+ event.isPropagationStopped = returnFalse;
- event.isPropagationStopped = returnFalse; // Stop the event from bubbling and executing other handlers
-
+ // Stop the event from bubbling and executing other handlers
event.stopImmediatePropagation = function () {
if (old.stopImmediatePropagation) {
old.stopImmediatePropagation();
}
-
event.isImmediatePropagationStopped = returnTrue;
event.stopPropagation();
};
+ event.isImmediatePropagationStopped = returnFalse;
- event.isImmediatePropagationStopped = returnFalse; // Handle mouse position
-
+ // Handle mouse position
if (event.clientX !== null && event.clientX !== undefined) {
- var doc = document.documentElement;
- var body = document.body;
+ const doc = document.documentElement;
+ const body = document.body;
event.pageX = event.clientX + (doc && doc.scrollLeft || body && body.scrollLeft || 0) - (doc && doc.clientLeft || body && body.clientLeft || 0);
event.pageY = event.clientY + (doc && doc.scrollTop || body && body.scrollTop || 0) - (doc && doc.clientTop || body && body.clientTop || 0);
- } // Handle key presses
+ }
+ // Handle key presses
+ event.which = event.charCode || event.keyCode;
- event.which = event.charCode || event.keyCode; // Fix button for mouse clicks:
+ // Fix button for mouse clicks:
// 0 == left; 1 == middle; 2 == right
-
if (event.button !== null && event.button !== undefined) {
// The following is disabled because it does not pass videojs-standard
// and... yikes.
-
/* eslint-disable */
event.button = event.button & 1 ? 0 : event.button & 4 ? 1 : event.button & 2 ? 2 : 0;
/* eslint-enable */
}
}
-
- event.fixed_ = true; // Returns fixed-up instance
-
+ event.fixed_ = true;
+ // Returns fixed-up instance
return event;
}
+
/**
* Whether passive event listeners are supported
*/
-
- var _supportsPassive;
-
- var supportsPassive = function supportsPassive() {
+ let _supportsPassive;
+ const supportsPassive = function () {
if (typeof _supportsPassive !== 'boolean') {
_supportsPassive = false;
-
try {
- var opts = Object.defineProperty({}, 'passive', {
- get: function get() {
+ const opts = Object.defineProperty({}, 'passive', {
+ get() {
_supportsPassive = true;
}
});
window.addEventListener('test', null, opts);
window.removeEventListener('test', null, opts);
- } catch (e) {// disregard
+ } catch (e) {
+ // disregard
}
}
-
return _supportsPassive;
};
+
/**
* Touch events Chrome expects to be passive
*/
+ const passiveEvents = ['touchstart', 'touchmove'];
-
- var passiveEvents = ['touchstart', 'touchmove'];
/**
* Add an event listener to element
* It stores the handler function in a separate cache object
@@ -2270,51 +2215,41 @@
* @param {string|string[]} type
* Type of event to bind to.
*
- * @param {EventTarget~EventListener} fn
+ * @param {Function} fn
* Event listener.
*/
-
function on(elem, type, fn) {
if (Array.isArray(type)) {
return _handleMultipleEvents(on, elem, type, fn);
}
-
if (!DomData.has(elem)) {
DomData.set(elem, {});
}
+ const data = DomData.get(elem);
- var data = DomData.get(elem); // We need a place to store all our handler data
-
+ // We need a place to store all our handler data
if (!data.handlers) {
data.handlers = {};
}
-
if (!data.handlers[type]) {
data.handlers[type] = [];
}
-
if (!fn.guid) {
fn.guid = newGUID();
}
-
data.handlers[type].push(fn);
-
if (!data.dispatcher) {
data.disabled = false;
-
data.dispatcher = function (event, hash) {
if (data.disabled) {
return;
}
-
event = fixEvent(event);
- var handlers = data.handlers[event.type];
-
+ const handlers = data.handlers[event.type];
if (handlers) {
// Copy handlers so if handlers are added/removed during the process it doesn't throw everything off.
- var handlersCopy = handlers.slice(0);
-
- for (var m = 0, n = handlersCopy.length; m < n; m++) {
+ const handlersCopy = handlers.slice(0);
+ for (let m = 0, n = handlersCopy.length; m < n; m++) {
if (event.isImmediatePropagationStopped()) {
break;
} else {
@@ -2328,23 +2263,21 @@
}
};
}
-
if (data.handlers[type].length === 1) {
if (elem.addEventListener) {
- var options = false;
-
+ let options = false;
if (supportsPassive() && passiveEvents.indexOf(type) > -1) {
options = {
passive: true
};
}
-
elem.addEventListener(type, data.dispatcher, options);
} else if (elem.attachEvent) {
elem.attachEvent('on' + type, data.dispatcher);
}
}
}
+
/**
* Removes event listeners from an element
*
@@ -2354,68 +2287,64 @@
* @param {string|string[]} [type]
* Type of listener to remove. Don't include to remove all events from element.
*
- * @param {EventTarget~EventListener} [fn]
+ * @param {Function} [fn]
* Specific listener to remove. Don't include to remove listeners for an event
* type.
*/
-
function off(elem, type, fn) {
// Don't want to add a cache object through getElData if not needed
if (!DomData.has(elem)) {
return;
}
+ const data = DomData.get(elem);
- var data = DomData.get(elem); // If no events exist, nothing to unbind
-
+ // If no events exist, nothing to unbind
if (!data.handlers) {
return;
}
-
if (Array.isArray(type)) {
return _handleMultipleEvents(off, elem, type, fn);
- } // Utility function
+ }
-
- var removeType = function removeType(el, t) {
+ // Utility function
+ const removeType = function (el, t) {
data.handlers[t] = [];
-
_cleanUpEvents(el, t);
- }; // Are we removing all bound events?
-
+ };
+ // Are we removing all bound events?
if (type === undefined) {
- for (var t in data.handlers) {
+ for (const t in data.handlers) {
if (Object.prototype.hasOwnProperty.call(data.handlers || {}, t)) {
removeType(elem, t);
}
}
+ return;
+ }
+ const handlers = data.handlers[type];
+ // If no handlers exist, nothing to unbind
+ if (!handlers) {
return;
}
- var handlers = data.handlers[type]; // If no handlers exist, nothing to unbind
-
- if (!handlers) {
- return;
- } // If no listener was provided, remove all listeners for type
-
-
+ // If no listener was provided, remove all listeners for type
if (!fn) {
removeType(elem, type);
return;
- } // We're only removing a single handler
-
+ }
+ // We're only removing a single handler
if (fn.guid) {
- for (var n = 0; n < handlers.length; n++) {
+ for (let n = 0; n < handlers.length; n++) {
if (handlers[n].guid === fn.guid) {
handlers.splice(n--, 1);
}
}
}
-
_cleanUpEvents(elem, type);
}
+
/**
* Trigger an event for an element
*
@@ -2432,16 +2361,16 @@
* Returns the opposite of `defaultPrevented` if default was
* prevented. Otherwise, returns `undefined`
*/
-
function trigger(elem, event, hash) {
// Fetches element data and a reference to the parent (for bubbling).
// Don't want to add a data object to cache for every parent,
// so checking hasElData first.
- var elemData = DomData.has(elem) ? DomData.get(elem) : {};
- var parent = elem.parentNode || elem.ownerDocument; // type = event.type || event,
+ const elemData = DomData.has(elem) ? DomData.get(elem) : {};
+ const parent = elem.parentNode || elem.ownerDocument;
+ // type = event.type || event,
// handler;
- // If an event name was passed as a string, creates an event out of it
+ // If an event name was passed as a string, creates an event out of it
if (typeof event === 'string') {
event = {
type: event,
@@ -2449,42 +2378,45 @@
};
} else if (!event.target) {
event.target = elem;
- } // Normalizes the event properties.
+ }
+ // Normalizes the event properties.
+ event = fixEvent(event);
- event = fixEvent(event); // If the passed element has a dispatcher, executes the established handlers.
-
+ // If the passed element has a dispatcher, executes the established handlers.
if (elemData.dispatcher) {
elemData.dispatcher.call(elem, event, hash);
- } // Unless explicitly stopped or the event does not bubble (e.g. media events)
+ }
+
+ // Unless explicitly stopped or the event does not bubble (e.g. media events)
// recursively calls this function to bubble the event up the DOM.
-
-
if (parent && !event.isPropagationStopped() && event.bubbles === true) {
- trigger.call(null, parent, event, hash); // If at the top of the DOM, triggers the default action unless disabled.
+ trigger.call(null, parent, event, hash);
+
+ // If at the top of the DOM, triggers the default action unless disabled.
} else if (!parent && !event.defaultPrevented && event.target && event.target[event.type]) {
if (!DomData.has(event.target)) {
DomData.set(event.target, {});
}
+ const targetData = DomData.get(event.target);
- var targetData = DomData.get(event.target); // Checks if the target has a default action for this event.
-
+ // Checks if the target has a default action for this event.
if (event.target[event.type]) {
// Temporarily disables event dispatching on the target as we have already executed the handler.
- targetData.disabled = true; // Executes the default action.
-
+ targetData.disabled = true;
+ // Executes the default action.
if (typeof event.target[event.type] === 'function') {
event.target[event.type]();
- } // Re-enables event dispatching.
-
-
+ }
+ // Re-enables event dispatching.
targetData.disabled = false;
}
- } // Inform the triggerer if the default was prevented by returning false
-
+ }
+ // Inform the triggerer if the default was prevented by returning false
return !event.defaultPrevented;
}
+
/**
* Trigger a listener only once for an event.
*
@@ -2497,21 +2429,20 @@
* @param {Event~EventListener} fn
* Event listener function
*/
-
function one(elem, type, fn) {
if (Array.isArray(type)) {
return _handleMultipleEvents(one, elem, type, fn);
}
-
- var func = function func() {
+ const func = function () {
off(elem, type, func);
fn.apply(this, arguments);
- }; // copy the guid to the new function so it can removed using the original function's ID
-
+ };
+ // copy the guid to the new function so it can removed using the original function's ID
func.guid = fn.guid = fn.guid || newGUID();
on(elem, type, func);
}
+
/**
* Trigger a listener only once and then turn if off for all
* configured events
@@ -2525,16 +2456,16 @@
* @param {Event~EventListener} fn
* Event listener function
*/
-
function any(elem, type, fn) {
- var func = function func() {
+ const func = function () {
off(elem, type, func);
fn.apply(this, arguments);
- }; // copy the guid to the new function so it can removed using the original function's ID
+ };
+ // copy the guid to the new function so it can removed using the original function's ID
+ func.guid = fn.guid = fn.guid || newGUID();
- func.guid = fn.guid = fn.guid || newGUID(); // multiple ons, but one off for everything
-
+ // multiple ons, but one off for everything
on(elem, type, func);
}
@@ -2552,16 +2483,17 @@
* @file fn.js
* @module fn
*/
- var UPDATE_REFRESH_INTERVAL = 30;
+ const UPDATE_REFRESH_INTERVAL = 30;
+
/**
- * Bind (a.k.a proxy or context). A simple method for changing the context of
- * a function.
+ * A private, internal-only function for changing the context of a function.
*
* It also stores a unique id on the function so it can be easily removed from
* events.
*
+ * @private
* @function
- * @param {Mixed} context
+ * @param {*} context
* The object to bind as scope.
*
* @param {Function} fn
@@ -2573,24 +2505,25 @@
* @return {Function}
* The new function that will be bound into the context given
*/
-
- var bind = function bind(context, fn, uid) {
+ const bind_ = function (context, fn, uid) {
// Make sure the function has a unique ID
if (!fn.guid) {
fn.guid = newGUID();
- } // Create the new function that changes the context
+ }
+ // Create the new function that changes the context
+ const bound = fn.bind(context);
- var bound = fn.bind(context); // Allow for the ability to individualize this function
+ // Allow for the ability to individualize this function
// Needed in the case where multiple objects might share the same prototype
// IF both items add an event listener with the same function, then you try to remove just one
// it will remove both because they both have the same guid.
// when using this, you need to use the bind method when you remove the listener as well.
// currently used in text tracks
-
bound.guid = uid ? uid + '_' + fn.guid : fn.guid;
return bound;
};
+
/**
* Wraps the given function, `fn`, with a new function that only invokes `fn`
* at most once per every `wait` milliseconds.
@@ -2604,21 +2537,18 @@
*
* @return {Function}
*/
-
- var throttle = function throttle(fn, wait) {
- var last = window.performance.now();
-
- var throttled = function throttled() {
- var now = window.performance.now();
-
+ const throttle = function (fn, wait) {
+ let last = window.performance.now();
+ const throttled = function (...args) {
+ const now = window.performance.now();
if (now - last >= wait) {
- fn.apply(void 0, arguments);
+ fn(...args);
last = now;
}
};
-
return throttled;
};
+
/**
* Creates a debounced function that delays invoking `func` until after `wait`
* milliseconds have elapsed since the last time the debounced function was
@@ -2645,51 +2575,49 @@
* @return {Function}
* A debounced function.
*/
-
- var debounce = function debounce(func, wait, immediate, context) {
- if (context === void 0) {
- context = window;
- }
-
- var timeout;
-
- var cancel = function cancel() {
+ const debounce = function (func, wait, immediate, context = window) {
+ let timeout;
+ const cancel = () => {
context.clearTimeout(timeout);
timeout = null;
};
+
/* eslint-disable consistent-this */
-
-
- var debounced = function debounced() {
- var self = this;
- var args = arguments;
-
- var _later = function later() {
+ const debounced = function () {
+ const self = this;
+ const args = arguments;
+ let later = function () {
timeout = null;
- _later = null;
-
+ later = null;
if (!immediate) {
func.apply(self, args);
}
};
-
if (!timeout && immediate) {
func.apply(self, args);
}
-
context.clearTimeout(timeout);
- timeout = context.setTimeout(_later, wait);
+ timeout = context.setTimeout(later, wait);
};
/* eslint-enable consistent-this */
-
debounced.cancel = cancel;
return debounced;
};
+ var Fn = /*#__PURE__*/Object.freeze({
+ __proto__: null,
+ UPDATE_REFRESH_INTERVAL: UPDATE_REFRESH_INTERVAL,
+ bind_: bind_,
+ throttle: throttle,
+ debounce: debounce
+ });
+
/**
* @file src/js/event-target.js
*/
+ let EVENT_MAP;
+
/**
* `EventTarget` is a class that can have the same API as the DOM `EventTarget`. It
* adds shorthand functions that wrap around lengthy functions. For example:
@@ -2698,22 +2626,154 @@
* @see [EventTarget Spec]{@link https://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventTarget}
* @class EventTarget
*/
+ class EventTarget$2 {
+ /**
+ * Adds an `event listener` to an instance of an `EventTarget`. An `event listener` is a
+ * function that will get called when an event with a certain name gets triggered.
+ *
+ * @param {string|string[]} type
+ * An event name or an array of event names.
+ *
+ * @param {Function} fn
+ * The function to call with `EventTarget`s
+ */
+ on(type, fn) {
+ // Remove the addEventListener alias before calling Events.on
+ // so we don't get into an infinite type loop
+ const ael = this.addEventListener;
+ this.addEventListener = () => {};
+ on(this, type, fn);
+ this.addEventListener = ael;
+ }
+ /**
+ * Removes an `event listener` for a specific event from an instance of `EventTarget`.
+ * This makes it so that the `event listener` will no longer get called when the
+ * named event happens.
+ *
+ * @param {string|string[]} type
+ * An event name or an array of event names.
+ *
+ * @param {Function} fn
+ * The function to remove.
+ */
+ off(type, fn) {
+ off(this, type, fn);
+ }
+ /**
+ * This function will add an `event listener` that gets triggered only once. After the
+ * first trigger it will get removed. This is like adding an `event listener`
+ * with {@link EventTarget#on} that calls {@link EventTarget#off} on itself.
+ *
+ * @param {string|string[]} type
+ * An event name or an array of event names.
+ *
+ * @param {Function} fn
+ * The function to be called once for each event name.
+ */
+ one(type, fn) {
+ // Remove the addEventListener aliasing Events.on
+ // so we don't get into an infinite type loop
+ const ael = this.addEventListener;
+ this.addEventListener = () => {};
+ one(this, type, fn);
+ this.addEventListener = ael;
+ }
+ /**
+ * This function will add an `event listener` that gets triggered only once and is
+ * removed from all events. This is like adding an array of `event listener`s
+ * with {@link EventTarget#on} that calls {@link EventTarget#off} on all events the
+ * first time it is triggered.
+ *
+ * @param {string|string[]} type
+ * An event name or an array of event names.
+ *
+ * @param {Function} fn
+ * The function to be called once for each event name.
+ */
+ any(type, fn) {
+ // Remove the addEventListener aliasing Events.on
+ // so we don't get into an infinite type loop
+ const ael = this.addEventListener;
+ this.addEventListener = () => {};
+ any(this, type, fn);
+ this.addEventListener = ael;
+ }
+ /**
+ * This function causes an event to happen. This will then cause any `event listeners`
+ * that are waiting for that event, to get called. If there are no `event listeners`
+ * for an event then nothing will happen.
+ *
+ * If the name of the `Event` that is being triggered is in `EventTarget.allowedEvents_`.
+ * Trigger will also call the `on` + `uppercaseEventName` function.
+ *
+ * Example:
+ * 'click' is in `EventTarget.allowedEvents_`, so, trigger will attempt to call
+ * `onClick` if it exists.
+ *
+ * @param {string|EventTarget~Event|Object} event
+ * The name of the event, an `Event`, or an object with a key of type set to
+ * an event name.
+ */
+ trigger(event) {
+ const type = event.type || event;
+
+ // deprecation
+ // In a future version we should default target to `this`
+ // similar to how we default the target to `elem` in
+ // `Events.trigger`. Right now the default `target` will be
+ // `document` due to the `Event.fixEvent` call.
+ if (typeof event === 'string') {
+ event = {
+ type
+ };
+ }
+ event = fixEvent(event);
+ if (this.allowedEvents_[type] && this['on' + type]) {
+ this['on' + type](event);
+ }
+ trigger(this, event);
+ }
+ queueTrigger(event) {
+ // only set up EVENT_MAP if it'll be used
+ if (!EVENT_MAP) {
+ EVENT_MAP = new Map();
+ }
+ const type = event.type || event;
+ let map = EVENT_MAP.get(this);
+ if (!map) {
+ map = new Map();
+ EVENT_MAP.set(this, map);
+ }
+ const oldTimeout = map.get(type);
+ map.delete(type);
+ window.clearTimeout(oldTimeout);
+ const timeout = window.setTimeout(() => {
+ map.delete(type);
+ // if we cleared out all timeouts for the current target, delete its map
+ if (map.size === 0) {
+ map = null;
+ EVENT_MAP.delete(this);
+ }
+ this.trigger(event);
+ }, 0);
+ map.set(type, timeout);
+ }
+ }
- var EventTarget$2 = function EventTarget() {};
/**
* A Custom DOM event.
*
- * @typedef {Object} EventTarget~Event
+ * @typedef {CustomEvent} Event
* @see [Properties]{@link https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent}
*/
/**
* All event listeners should follow the following format.
*
- * @callback EventTarget~EventListener
+ * @callback EventListener
* @this {EventTarget}
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* the event that triggered this function
*
* @param {Object} [hash]
@@ -2727,32 +2787,10 @@
* will have extra functionality. See that function for more information.
*
* @property EventTarget.prototype.allowedEvents_
- * @private
+ * @protected
*/
-
-
EventTarget$2.prototype.allowedEvents_ = {};
- /**
- * Adds an `event listener` to an instance of an `EventTarget`. An `event listener` is a
- * function that will get called when an event with a certain name gets triggered.
- *
- * @param {string|string[]} type
- * An event name or an array of event names.
- *
- * @param {EventTarget~EventListener} fn
- * The function to call with `EventTarget`s
- */
- EventTarget$2.prototype.on = function (type, fn) {
- // Remove the addEventListener alias before calling Events.on
- // so we don't get into an infinite type loop
- var ael = this.addEventListener;
-
- this.addEventListener = function () {};
-
- on(this, type, fn);
- this.addEventListener = ael;
- };
/**
* An alias of {@link EventTarget#on}. Allows `EventTarget` to mimic
* the standard DOM API.
@@ -2760,24 +2798,8 @@
* @function
* @see {@link EventTarget#on}
*/
-
-
EventTarget$2.prototype.addEventListener = EventTarget$2.prototype.on;
- /**
- * Removes an `event listener` for a specific event from an instance of `EventTarget`.
- * This makes it so that the `event listener` will no longer get called when the
- * named event happens.
- *
- * @param {string|string[]} type
- * An event name or an array of event names.
- *
- * @param {EventTarget~EventListener} fn
- * The function to remove.
- */
- EventTarget$2.prototype.off = function (type, fn) {
- off(this, type, fn);
- };
/**
* An alias of {@link EventTarget#off}. Allows `EventTarget` to mimic
* the standard DOM API.
@@ -2785,81 +2807,8 @@
* @function
* @see {@link EventTarget#off}
*/
-
-
EventTarget$2.prototype.removeEventListener = EventTarget$2.prototype.off;
- /**
- * This function will add an `event listener` that gets triggered only once. After the
- * first trigger it will get removed. This is like adding an `event listener`
- * with {@link EventTarget#on} that calls {@link EventTarget#off} on itself.
- *
- * @param {string|string[]} type
- * An event name or an array of event names.
- *
- * @param {EventTarget~EventListener} fn
- * The function to be called once for each event name.
- */
- EventTarget$2.prototype.one = function (type, fn) {
- // Remove the addEventListener aliasing Events.on
- // so we don't get into an infinite type loop
- var ael = this.addEventListener;
-
- this.addEventListener = function () {};
-
- one(this, type, fn);
- this.addEventListener = ael;
- };
-
- EventTarget$2.prototype.any = function (type, fn) {
- // Remove the addEventListener aliasing Events.on
- // so we don't get into an infinite type loop
- var ael = this.addEventListener;
-
- this.addEventListener = function () {};
-
- any(this, type, fn);
- this.addEventListener = ael;
- };
- /**
- * This function causes an event to happen. This will then cause any `event listeners`
- * that are waiting for that event, to get called. If there are no `event listeners`
- * for an event then nothing will happen.
- *
- * If the name of the `Event` that is being triggered is in `EventTarget.allowedEvents_`.
- * Trigger will also call the `on` + `uppercaseEventName` function.
- *
- * Example:
- * 'click' is in `EventTarget.allowedEvents_`, so, trigger will attempt to call
- * `onClick` if it exists.
- *
- * @param {string|EventTarget~Event|Object} event
- * The name of the event, an `Event`, or an object with a key of type set to
- * an event name.
- */
-
-
- EventTarget$2.prototype.trigger = function (event) {
- var type = event.type || event; // deprecation
- // In a future version we should default target to `this`
- // similar to how we default the target to `elem` in
- // `Events.trigger`. Right now the default `target` will be
- // `document` due to the `Event.fixEvent` call.
-
- if (typeof event === 'string') {
- event = {
- type: type
- };
- }
-
- event = fixEvent(event);
-
- if (this.allowedEvents_[type] && this['on' + type]) {
- this['on' + type](event);
- }
-
- trigger(this, event);
- };
/**
* An alias of {@link EventTarget#trigger}. Allows `EventTarget` to mimic
* the standard DOM API.
@@ -2867,66 +2816,28 @@
* @function
* @see {@link EventTarget#trigger}
*/
-
-
EventTarget$2.prototype.dispatchEvent = EventTarget$2.prototype.trigger;
- var EVENT_MAP;
-
- EventTarget$2.prototype.queueTrigger = function (event) {
- var _this = this;
-
- // only set up EVENT_MAP if it'll be used
- if (!EVENT_MAP) {
- EVENT_MAP = new Map();
- }
-
- var type = event.type || event;
- var map = EVENT_MAP.get(this);
-
- if (!map) {
- map = new Map();
- EVENT_MAP.set(this, map);
- }
-
- var oldTimeout = map.get(type);
- map["delete"](type);
- window.clearTimeout(oldTimeout);
- var timeout = window.setTimeout(function () {
- // if we cleared out all timeouts for the current target, delete its map
- if (map.size === 0) {
- map = null;
- EVENT_MAP["delete"](_this);
- }
-
- _this.trigger(event);
- }, 0);
- map.set(type, timeout);
- };
/**
* @file mixins/evented.js
* @module evented
*/
-
- var objName = function objName(obj) {
+ const objName = obj => {
if (typeof obj.name === 'function') {
return obj.name();
}
-
if (typeof obj.name === 'string') {
return obj.name;
}
-
if (obj.name_) {
return obj.name_;
}
-
if (obj.constructor && obj.constructor.name) {
return obj.constructor.name;
}
-
return typeof obj;
};
+
/**
* Returns whether or not an object has had the evented mixin applied.
*
@@ -2936,34 +2847,27 @@
* @return {boolean}
* Whether or not the object appears to be evented.
*/
+ const isEvented = object => object instanceof EventTarget$2 || !!object.eventBusEl_ && ['on', 'one', 'off', 'trigger'].every(k => typeof object[k] === 'function');
-
- var isEvented = function isEvented(object) {
- return object instanceof EventTarget$2 || !!object.eventBusEl_ && ['on', 'one', 'off', 'trigger'].every(function (k) {
- return typeof object[k] === 'function';
- });
- };
/**
* Adds a callback to run after the evented mixin applied.
*
- * @param {Object} object
+ * @param {Object} target
* An object to Add
* @param {Function} callback
* The callback to run.
*/
-
-
- var addEventedCallback = function addEventedCallback(target, callback) {
+ const addEventedCallback = (target, callback) => {
if (isEvented(target)) {
callback();
} else {
if (!target.eventedCallbacks) {
target.eventedCallbacks = [];
}
-
target.eventedCallbacks.push(callback);
}
};
+
/**
* Whether a value is a valid event type - non-empty string or array.
*
@@ -2974,14 +2878,11 @@
* @return {boolean}
* Whether or not the type is a valid event type.
*/
+ const isValidEventType = type =>
+ // The regex here verifies that the `type` contains at least one non-
+ // whitespace character.
+ typeof type === 'string' && /\S/.test(type) || Array.isArray(type) && !!type.length;
-
- var isValidEventType = function isValidEventType(type) {
- return (// The regex here verifies that the `type` contains at least one non-
- // whitespace character.
- typeof type === 'string' && /\S/.test(type) || Array.isArray(type) && !!type.length
- );
- };
/**
* Validates a value to determine if it is a valid event target. Throws if not.
*
@@ -2998,13 +2899,12 @@
* @param {string} fnName
* The name of the evented mixin function that called this.
*/
-
-
- var validateTarget = function validateTarget(target, obj, fnName) {
+ const validateTarget = (target, obj, fnName) => {
if (!target || !target.nodeName && !isEvented(target)) {
- throw new Error("Invalid target for " + objName(obj) + "#" + fnName + "; must be a DOM node or evented object.");
+ throw new Error(`Invalid target for ${objName(obj)}#${fnName}; must be a DOM node or evented object.`);
}
};
+
/**
* Validates a value to determine if it is a valid event target. Throws if not.
*
@@ -3021,13 +2921,12 @@
* @param {string} fnName
* The name of the evented mixin function that called this.
*/
-
-
- var validateEventType = function validateEventType(type, obj, fnName) {
+ const validateEventType = (type, obj, fnName) => {
if (!isValidEventType(type)) {
- throw new Error("Invalid event type for " + objName(obj) + "#" + fnName + "; must be a non-empty string or array.");
+ throw new Error(`Invalid event type for ${objName(obj)}#${fnName}; must be a non-empty string or array.`);
}
};
+
/**
* Validates a value to determine if it is a valid listener. Throws if not.
*
@@ -3044,13 +2943,12 @@
* @param {string} fnName
* The name of the evented mixin function that called this.
*/
-
-
- var validateListener = function validateListener(listener, obj, fnName) {
+ const validateListener = (listener, obj, fnName) => {
if (typeof listener !== 'function') {
- throw new Error("Invalid listener for " + objName(obj) + "#" + fnName + "; must be a function.");
+ throw new Error(`Invalid listener for ${objName(obj)}#${fnName}; must be a function.`);
}
};
+
/**
* Takes an array of arguments given to `on()` or `one()`, validates them, and
* normalizes them into an object.
@@ -3069,43 +2967,42 @@
* @return {Object}
* An object containing useful values for `on()` or `one()` calls.
*/
-
-
- var normalizeListenArgs = function normalizeListenArgs(self, args, fnName) {
+ const normalizeListenArgs = (self, args, fnName) => {
// If the number of arguments is less than 3, the target is always the
// evented object itself.
- var isTargetingSelf = args.length < 3 || args[0] === self || args[0] === self.eventBusEl_;
- var target;
- var type;
- var listener;
-
+ const isTargetingSelf = args.length < 3 || args[0] === self || args[0] === self.eventBusEl_;
+ let target;
+ let type;
+ let listener;
if (isTargetingSelf) {
- target = self.eventBusEl_; // Deal with cases where we got 3 arguments, but we are still listening to
- // the evented object itself.
+ target = self.eventBusEl_;
+ // Deal with cases where we got 3 arguments, but we are still listening to
+ // the evented object itself.
if (args.length >= 3) {
args.shift();
}
-
- type = args[0];
- listener = args[1];
+ [type, listener] = args;
} else {
+ // This was `[target, type, listener] = args;` but this block needs more than
+ // one statement to produce minified output compatible with Chrome 53.
+ // See https://github.com/videojs/video.js/pull/8810
target = args[0];
type = args[1];
listener = args[2];
}
-
validateTarget(target, self, fnName);
validateEventType(type, self, fnName);
validateListener(listener, self, fnName);
- listener = bind(self, listener);
+ listener = bind_(self, listener);
return {
- isTargetingSelf: isTargetingSelf,
- target: target,
- type: type,
- listener: listener
+ isTargetingSelf,
+ target,
+ type,
+ listener
};
};
+
/**
* Adds the listener to the event type(s) on the target, normalizing for
* the type of target.
@@ -3123,26 +3020,22 @@
* @param {Function} listener
* A listener function.
*/
-
-
- var listen = function listen(target, method, type, listener) {
+ const listen = (target, method, type, listener) => {
validateTarget(target, target, method);
-
if (target.nodeName) {
Events[method](target, type, listener);
} else {
target[method](type, listener);
}
};
+
/**
* Contains methods that provide event capabilities to an object which is passed
* to {@link module:evented|evented}.
*
* @mixin EventedMixin
*/
-
-
- var EventedMixin = {
+ const EventedMixin = {
/**
* Add a listener to an event (or events) on this object or another evented
* object.
@@ -3166,45 +3059,36 @@
* If the first argument was another evented object, this will be
* the listener function.
*/
- on: function on() {
- var _this = this;
-
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
- args[_key] = arguments[_key];
- }
-
- var _normalizeListenArgs = normalizeListenArgs(this, args, 'on'),
- isTargetingSelf = _normalizeListenArgs.isTargetingSelf,
- target = _normalizeListenArgs.target,
- type = _normalizeListenArgs.type,
- listener = _normalizeListenArgs.listener;
-
- listen(target, 'on', type, listener); // If this object is listening to another evented object.
+ on(...args) {
+ const {
+ isTargetingSelf,
+ target,
+ type,
+ listener
+ } = normalizeListenArgs(this, args, 'on');
+ listen(target, 'on', type, listener);
+ // If this object is listening to another evented object.
if (!isTargetingSelf) {
// If this object is disposed, remove the listener.
- var removeListenerOnDispose = function removeListenerOnDispose() {
- return _this.off(target, type, listener);
- }; // Use the same function ID as the listener so we can remove it later it
+ const removeListenerOnDispose = () => this.off(target, type, listener);
+
+ // Use the same function ID as the listener so we can remove it later it
// using the ID of the original listener.
+ removeListenerOnDispose.guid = listener.guid;
-
- removeListenerOnDispose.guid = listener.guid; // Add a listener to the target's dispose event as well. This ensures
+ // Add a listener to the target's dispose event as well. This ensures
// that if the target is disposed BEFORE this object, we remove the
// removal listener that was just added. Otherwise, we create a memory leak.
+ const removeRemoverOnTargetDispose = () => this.off('dispose', removeListenerOnDispose);
- var removeRemoverOnTargetDispose = function removeRemoverOnTargetDispose() {
- return _this.off('dispose', removeListenerOnDispose);
- }; // Use the same function ID as the listener so we can remove it later
+ // Use the same function ID as the listener so we can remove it later
// it using the ID of the original listener.
-
-
removeRemoverOnTargetDispose.guid = listener.guid;
listen(this, 'on', 'dispose', removeListenerOnDispose);
listen(target, 'on', 'dispose', removeRemoverOnTargetDispose);
}
},
-
/**
* Add a listener to an event (or events) on this object or another evented
* object. The listener will be called once per event and then removed.
@@ -3228,44 +3112,35 @@
* If the first argument was another evented object, this will be
* the listener function.
*/
- one: function one() {
- var _this2 = this;
-
- for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
- args[_key2] = arguments[_key2];
- }
-
- var _normalizeListenArgs2 = normalizeListenArgs(this, args, 'one'),
- isTargetingSelf = _normalizeListenArgs2.isTargetingSelf,
- target = _normalizeListenArgs2.target,
- type = _normalizeListenArgs2.type,
- listener = _normalizeListenArgs2.listener; // Targeting this evented object.
-
+ one(...args) {
+ const {
+ isTargetingSelf,
+ target,
+ type,
+ listener
+ } = normalizeListenArgs(this, args, 'one');
+ // Targeting this evented object.
if (isTargetingSelf) {
- listen(target, 'one', type, listener); // Targeting another evented object.
+ listen(target, 'one', type, listener);
+
+ // Targeting another evented object.
} else {
// TODO: This wrapper is incorrect! It should only
// remove the wrapper for the event type that called it.
- // Instead all listners are removed on the first trigger!
+ // Instead all listeners are removed on the first trigger!
// see https://github.com/videojs/video.js/issues/5962
- var wrapper = function wrapper() {
- _this2.off(target, type, wrapper);
-
- for (var _len3 = arguments.length, largs = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
- largs[_key3] = arguments[_key3];
- }
-
+ const wrapper = (...largs) => {
+ this.off(target, type, wrapper);
listener.apply(null, largs);
- }; // Use the same function ID as the listener so we can remove it later
+ };
+
+ // Use the same function ID as the listener so we can remove it later
// it using the ID of the original listener.
-
-
wrapper.guid = listener.guid;
listen(target, 'one', type, wrapper);
}
},
-
/**
* Add a listener to an event (or events) on this object or another evented
* object. The listener will only be called once for the first event that is triggered
@@ -3290,40 +3165,31 @@
* If the first argument was another evented object, this will be
* the listener function.
*/
- any: function any() {
- var _this3 = this;
-
- for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
- args[_key4] = arguments[_key4];
- }
-
- var _normalizeListenArgs3 = normalizeListenArgs(this, args, 'any'),
- isTargetingSelf = _normalizeListenArgs3.isTargetingSelf,
- target = _normalizeListenArgs3.target,
- type = _normalizeListenArgs3.type,
- listener = _normalizeListenArgs3.listener; // Targeting this evented object.
-
+ any(...args) {
+ const {
+ isTargetingSelf,
+ target,
+ type,
+ listener
+ } = normalizeListenArgs(this, args, 'any');
+ // Targeting this evented object.
if (isTargetingSelf) {
- listen(target, 'any', type, listener); // Targeting another evented object.
+ listen(target, 'any', type, listener);
+
+ // Targeting another evented object.
} else {
- var wrapper = function wrapper() {
- _this3.off(target, type, wrapper);
-
- for (var _len5 = arguments.length, largs = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {
- largs[_key5] = arguments[_key5];
- }
-
+ const wrapper = (...largs) => {
+ this.off(target, type, wrapper);
listener.apply(null, largs);
- }; // Use the same function ID as the listener so we can remove it later
+ };
+
+ // Use the same function ID as the listener so we can remove it later
// it using the ID of the original listener.
-
-
wrapper.guid = listener.guid;
listen(target, 'any', type, wrapper);
}
},
-
/**
* Removes listener(s) from event(s) on an evented object.
*
@@ -3343,23 +3209,27 @@
* the listener function; otherwise, _all_ listeners bound to the
* event type(s) will be removed.
*/
- off: function off$1(targetOrType, typeOrListener, listener) {
+ off(targetOrType, typeOrListener, listener) {
// Targeting this evented object.
if (!targetOrType || isValidEventType(targetOrType)) {
- off(this.eventBusEl_, targetOrType, typeOrListener); // Targeting another evented object.
- } else {
- var target = targetOrType;
- var type = typeOrListener; // Fail fast and in a meaningful way!
+ off(this.eventBusEl_, targetOrType, typeOrListener);
+ // Targeting another evented object.
+ } else {
+ const target = targetOrType;
+ const type = typeOrListener;
+
+ // Fail fast and in a meaningful way!
validateTarget(target, this, 'off');
validateEventType(type, this, 'off');
- validateListener(listener, this, 'off'); // Ensure there's at least a guid, even if the function hasn't been used
+ validateListener(listener, this, 'off');
- listener = bind(this, listener); // Remove the dispose listener on this evented object, which was given
+ // Ensure there's at least a guid, even if the function hasn't been used
+ listener = bind_(this, listener);
+
+ // Remove the dispose listener on this evented object, which was given
// the same guid as the event listener in on().
-
this.off('dispose', listener);
-
if (target.nodeName) {
off(target, type, listener);
off(target, 'dispose', listener);
@@ -3369,7 +3239,6 @@
}
}
},
-
/**
* Fire an event on this evented object, causing its listeners to be called.
*
@@ -3382,23 +3251,16 @@
* @return {boolean}
* Whether or not the default behavior was prevented.
*/
- trigger: function trigger$1(event, hash) {
+ trigger(event, hash) {
validateTarget(this.eventBusEl_, this, 'trigger');
- var type = event && typeof event !== 'string' ? event.type : event;
-
+ const type = event && typeof event !== 'string' ? event.type : event;
if (!isValidEventType(type)) {
- var error = "Invalid event type for " + objName(this) + "#trigger; " + 'must be a non-empty string or object with a type key that has a non-empty value.';
-
- if (event) {
- (this.log || log$1).error(error);
- } else {
- throw new Error(error);
- }
+ throw new Error(`Invalid event type for ${objName(this)}#trigger; ` + 'must be a non-empty string or object with a type key that has a non-empty value.');
}
-
return trigger(this.eventBusEl_, event, hash);
}
};
+
/**
* Applies {@link module:evented~EventedMixin|EventedMixin} to a target object.
*
@@ -3416,44 +3278,38 @@
* @return {Object}
* The target object.
*/
+ function evented(target, options = {}) {
+ const {
+ eventBusKey
+ } = options;
- function evented(target, options) {
- if (options === void 0) {
- options = {};
- }
-
- var _options = options,
- eventBusKey = _options.eventBusKey; // Set or create the eventBusEl_.
-
+ // Set or create the eventBusEl_.
if (eventBusKey) {
if (!target[eventBusKey].nodeName) {
- throw new Error("The eventBusKey \"" + eventBusKey + "\" does not refer to an element.");
+ throw new Error(`The eventBusKey "${eventBusKey}" does not refer to an element.`);
}
-
target.eventBusEl_ = target[eventBusKey];
} else {
target.eventBusEl_ = createEl('span', {
className: 'vjs-event-bus'
});
}
-
- assign(target, EventedMixin);
-
+ Object.assign(target, EventedMixin);
if (target.eventedCallbacks) {
- target.eventedCallbacks.forEach(function (callback) {
+ target.eventedCallbacks.forEach(callback => {
callback();
});
- } // When any evented object is disposed, it removes all its listeners.
+ }
-
- target.on('dispose', function () {
+ // When any evented object is disposed, it removes all its listeners.
+ target.on('dispose', () => {
target.off();
[target, target.el_, target.eventBusEl_].forEach(function (val) {
if (val && DomData.has(val)) {
- DomData["delete"](val);
+ DomData.delete(val);
}
});
- window.setTimeout(function () {
+ window.setTimeout(() => {
target.eventBusEl_ = null;
}, 0);
});
@@ -3464,14 +3320,14 @@
* @file mixins/stateful.js
* @module stateful
*/
+
/**
* Contains methods that provide statefulness to an object which is passed
* to {@link module:stateful}.
*
* @mixin StatefulMixin
*/
-
- var StatefulMixin = {
+ const StatefulMixin = {
/**
* A hash containing arbitrary keys and values representing the state of
* the object.
@@ -3479,7 +3335,6 @@
* @type {Object}
*/
state: {},
-
/**
* Set the state of an object by mutating its
* {@link module:stateful~StatefulMixin.state|state} object in place.
@@ -3493,31 +3348,28 @@
* An object containing changes that occurred. If no changes
* occurred, returns `undefined`.
*/
- setState: function setState(stateUpdates) {
- var _this = this;
-
+ setState(stateUpdates) {
// Support providing the `stateUpdates` state as a function.
if (typeof stateUpdates === 'function') {
stateUpdates = stateUpdates();
}
-
- var changes;
- each(stateUpdates, function (value, key) {
+ let changes;
+ each(stateUpdates, (value, key) => {
// Record the change if the value is different from what's in the
// current state.
- if (_this.state[key] !== value) {
+ if (this.state[key] !== value) {
changes = changes || {};
changes[key] = {
- from: _this.state[key],
+ from: this.state[key],
to: value
};
}
+ this.state[key] = value;
+ });
- _this.state[key] = value;
- }); // Only trigger "statechange" if there were changes AND we have a trigger
+ // Only trigger "statechange" if there were changes AND we have a trigger
// function. This allows us to not require that the target object be an
// evented object.
-
if (changes && isEvented(this)) {
/**
* An event triggered on an object that is both
@@ -3531,14 +3383,14 @@
* the values they were changed `from` and `to`.
*/
this.trigger({
- changes: changes,
+ changes,
type: 'statechanged'
});
}
-
return changes;
}
};
+
/**
* Applies {@link module:stateful~StatefulMixin|StatefulMixin} to a target
* object.
@@ -3557,22 +3409,22 @@
* @return {Object}
* Returns the `target`.
*/
-
function stateful(target, defaultState) {
- assign(target, StatefulMixin); // This happens after the mixing-in because we need to replace the `state`
+ Object.assign(target, StatefulMixin);
+
+ // This happens after the mixing-in because we need to replace the `state`
// added in that step.
+ target.state = Object.assign({}, target.state, defaultState);
- target.state = assign({}, target.state, defaultState); // Auto-bind the `handleStateChanged` method of the target object if it exists.
-
+ // Auto-bind the `handleStateChanged` method of the target object if it exists.
if (typeof target.handleStateChanged === 'function' && isEvented(target)) {
target.on('statechanged', target.handleStateChanged);
}
-
return target;
}
/**
- * @file string-cases.js
+ * @file str.js
* @module to-lower-case
*/
@@ -3585,15 +3437,13 @@
* @return {string}
* The string with a lowercased first letter
*/
- var toLowerCase = function toLowerCase(string) {
+ const toLowerCase = function (string) {
if (typeof string !== 'string') {
return string;
}
-
- return string.replace(/./, function (w) {
- return w.toLowerCase();
- });
+ return string.replace(/./, w => w.toLowerCase());
};
+
/**
* Uppercase the first letter of a string.
*
@@ -3603,16 +3453,13 @@
* @return {string}
* The string with an uppercased first letter
*/
-
- var toTitleCase$1 = function toTitleCase(string) {
+ const toTitleCase$1 = function (string) {
if (typeof string !== 'string') {
return string;
}
-
- return string.replace(/./, function (w) {
- return w.toUpperCase();
- });
+ return string.replace(/./, w => w.toUpperCase());
};
+
/**
* Compares the TitleCase versions of the two strings for equality.
*
@@ -3625,327 +3472,33 @@
* @return {boolean}
* Whether the TitleCase versions of the strings are equal
*/
-
- var titleCaseEquals = function titleCaseEquals(str1, str2) {
+ const titleCaseEquals = function (str1, str2) {
return toTitleCase$1(str1) === toTitleCase$1(str2);
};
- /**
- * @file merge-options.js
- * @module merge-options
- */
- /**
- * Merge two objects recursively.
- *
- * Performs a deep merge like
- * {@link https://lodash.com/docs/4.17.10#merge|lodash.merge}, but only merges
- * plain objects (not arrays, elements, or anything else).
- *
- * Non-plain object values will be copied directly from the right-most
- * argument.
- *
- * @static
- * @param {Object[]} sources
- * One or more objects to merge into a new object.
- *
- * @return {Object}
- * A new object that is the merged result of all sources.
- */
-
- function mergeOptions$3() {
- var result = {};
-
- for (var _len = arguments.length, sources = new Array(_len), _key = 0; _key < _len; _key++) {
- sources[_key] = arguments[_key];
- }
-
- sources.forEach(function (source) {
- if (!source) {
- return;
- }
-
- each(source, function (value, key) {
- if (!isPlain(value)) {
- result[key] = value;
- return;
- }
-
- if (!isPlain(result[key])) {
- result[key] = {};
- }
-
- result[key] = mergeOptions$3(result[key], value);
- });
- });
- return result;
- }
-
- var MapSham = /*#__PURE__*/function () {
- function MapSham() {
- this.map_ = {};
- }
-
- var _proto = MapSham.prototype;
-
- _proto.has = function has(key) {
- return key in this.map_;
- };
-
- _proto["delete"] = function _delete(key) {
- var has = this.has(key);
- delete this.map_[key];
- return has;
- };
-
- _proto.set = function set(key, value) {
- this.map_[key] = value;
- return this;
- };
-
- _proto.forEach = function forEach(callback, thisArg) {
- for (var key in this.map_) {
- callback.call(thisArg, this.map_[key], key, this);
- }
- };
-
- return MapSham;
- }();
-
- var Map$1 = window.Map ? window.Map : MapSham;
-
- var SetSham = /*#__PURE__*/function () {
- function SetSham() {
- this.set_ = {};
- }
-
- var _proto = SetSham.prototype;
-
- _proto.has = function has(key) {
- return key in this.set_;
- };
-
- _proto["delete"] = function _delete(key) {
- var has = this.has(key);
- delete this.set_[key];
- return has;
- };
-
- _proto.add = function add(key) {
- this.set_[key] = 1;
- return this;
- };
-
- _proto.forEach = function forEach(callback, thisArg) {
- for (var key in this.set_) {
- callback.call(thisArg, key, key, this);
- }
- };
-
- return SetSham;
- }();
-
- var Set$1 = window.Set ? window.Set : SetSham;
-
- var keycode = createCommonjsModule(function (module, exports) {
- // Source: http://jsfiddle.net/vWx8V/
- // http://stackoverflow.com/questions/5603195/full-list-of-javascript-keycodes
-
- /**
- * Conenience method returns corresponding value for given keyName or keyCode.
- *
- * @param {Mixed} keyCode {Number} or keyName {String}
- * @return {Mixed}
- * @api public
- */
- function keyCode(searchInput) {
- // Keyboard Events
- if (searchInput && 'object' === typeof searchInput) {
- var hasKeyCode = searchInput.which || searchInput.keyCode || searchInput.charCode;
- if (hasKeyCode) searchInput = hasKeyCode;
- } // Numbers
-
-
- if ('number' === typeof searchInput) return names[searchInput]; // Everything else (cast to string)
-
- var search = String(searchInput); // check codes
-
- var foundNamedKey = codes[search.toLowerCase()];
- if (foundNamedKey) return foundNamedKey; // check aliases
-
- var foundNamedKey = aliases[search.toLowerCase()];
- if (foundNamedKey) return foundNamedKey; // weird character?
-
- if (search.length === 1) return search.charCodeAt(0);
- return undefined;
- }
- /**
- * Compares a keyboard event with a given keyCode or keyName.
- *
- * @param {Event} event Keyboard event that should be tested
- * @param {Mixed} keyCode {Number} or keyName {String}
- * @return {Boolean}
- * @api public
- */
-
-
- keyCode.isEventKey = function isEventKey(event, nameOrCode) {
- if (event && 'object' === typeof event) {
- var keyCode = event.which || event.keyCode || event.charCode;
-
- if (keyCode === null || keyCode === undefined) {
- return false;
- }
-
- if (typeof nameOrCode === 'string') {
- // check codes
- var foundNamedKey = codes[nameOrCode.toLowerCase()];
-
- if (foundNamedKey) {
- return foundNamedKey === keyCode;
- } // check aliases
-
-
- var foundNamedKey = aliases[nameOrCode.toLowerCase()];
-
- if (foundNamedKey) {
- return foundNamedKey === keyCode;
- }
- } else if (typeof nameOrCode === 'number') {
- return nameOrCode === keyCode;
- }
-
- return false;
- }
- };
-
- exports = module.exports = keyCode;
- /**
- * Get by name
- *
- * exports.code['enter'] // => 13
- */
-
- var codes = exports.code = exports.codes = {
- 'backspace': 8,
- 'tab': 9,
- 'enter': 13,
- 'shift': 16,
- 'ctrl': 17,
- 'alt': 18,
- 'pause/break': 19,
- 'caps lock': 20,
- 'esc': 27,
- 'space': 32,
- 'page up': 33,
- 'page down': 34,
- 'end': 35,
- 'home': 36,
- 'left': 37,
- 'up': 38,
- 'right': 39,
- 'down': 40,
- 'insert': 45,
- 'delete': 46,
- 'command': 91,
- 'left command': 91,
- 'right command': 93,
- 'numpad *': 106,
- 'numpad +': 107,
- 'numpad -': 109,
- 'numpad .': 110,
- 'numpad /': 111,
- 'num lock': 144,
- 'scroll lock': 145,
- 'my computer': 182,
- 'my calculator': 183,
- ';': 186,
- '=': 187,
- ',': 188,
- '-': 189,
- '.': 190,
- '/': 191,
- '`': 192,
- '[': 219,
- '\\': 220,
- ']': 221,
- "'": 222
- }; // Helper aliases
-
- var aliases = exports.aliases = {
- 'windows': 91,
- '⇧': 16,
- '⌥': 18,
- '⌃': 17,
- '⌘': 91,
- 'ctl': 17,
- 'control': 17,
- 'option': 18,
- 'pause': 19,
- 'break': 19,
- 'caps': 20,
- 'return': 13,
- 'escape': 27,
- 'spc': 32,
- 'spacebar': 32,
- 'pgup': 33,
- 'pgdn': 34,
- 'ins': 45,
- 'del': 46,
- 'cmd': 91
- };
- /*!
- * Programatically add the following
- */
- // lower case chars
-
- for (i = 97; i < 123; i++) {
- codes[String.fromCharCode(i)] = i - 32;
- } // numbers
-
-
- for (var i = 48; i < 58; i++) {
- codes[i - 48] = i;
- } // function keys
-
-
- for (i = 1; i < 13; i++) {
- codes['f' + i] = i + 111;
- } // numpad keys
-
-
- for (i = 0; i < 10; i++) {
- codes['numpad ' + i] = i + 96;
- }
- /**
- * Get by code
- *
- * exports.name[13] // => 'Enter'
- */
-
-
- var names = exports.names = exports.title = {}; // title for backward compat
- // Create reverse mapping
-
- for (i in codes) {
- names[codes[i]] = i;
- } // Add aliases
-
-
- for (var alias in aliases) {
- codes[alias] = aliases[alias];
- }
+ var Str = /*#__PURE__*/Object.freeze({
+ __proto__: null,
+ toLowerCase: toLowerCase,
+ toTitleCase: toTitleCase$1,
+ titleCaseEquals: titleCaseEquals
});
- keycode.code;
- keycode.codes;
- keycode.aliases;
- keycode.names;
- keycode.title;
/**
* Player Component - Base class for all UI objects
*
* @file component.js
*/
+
+ /** @import Player from './player' */
+
+ /**
+ * A callback to be called if and when the component is ready.
+ * `this` will be the Component instance.
+ *
+ * @callback ReadyCallback
+ * @returns {void}
+ */
+
/**
* Base class for all UI Components.
* Components are UI objects which represent both a javascript object and an element
@@ -3954,16 +3507,7 @@
*
* Components can also use methods from {@link EventTarget}
*/
-
- var Component$1 = /*#__PURE__*/function () {
- /**
- * A callback that is called when a component is ready. Does not have any
- * paramters and any callback value will be ignored.
- *
- * @callback Component~ReadyCallback
- * @this Component
- */
-
+ class Component$1 {
/**
* Creates an instance of this class.
*
@@ -3974,57 +3518,62 @@
* The key/value store of component options.
*
* @param {Object[]} [options.children]
- * An array of children objects to intialize this component with. Children objects have
+ * An array of children objects to initialize this component with. Children objects have
* a name property that will be used if more than one component of the same type needs to be
* added.
*
* @param {string} [options.className]
* A class or space separated list of classes to add the component
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {ReadyCallback} [ready]
* Function that gets called when the `Component` is ready.
*/
- function Component(player, options, ready) {
- var _this = this;
-
+ constructor(player, options, ready) {
// The component might be the player itself and we can't pass `this` to super
if (!player && this.play) {
this.player_ = player = this; // eslint-disable-line
} else {
this.player_ = player;
}
+ this.isDisposed_ = false;
- this.isDisposed_ = false; // Hold the reference to the parent component via `addChild` method
+ // Hold the reference to the parent component via `addChild` method
+ this.parentComponent_ = null;
- this.parentComponent_ = null; // Make a copy of prototype.options_ to protect against overriding defaults
+ // Make a copy of prototype.options_ to protect against overriding defaults
+ this.options_ = merge$2({}, this.options_);
- this.options_ = mergeOptions$3({}, this.options_); // Updated options with supplied options
+ // Updated options with supplied options
+ options = this.options_ = merge$2(this.options_, options);
- options = this.options_ = mergeOptions$3(this.options_, options); // Get ID from options or options element if one is supplied
-
- this.id_ = options.id || options.el && options.el.id; // If there was no ID from the options, generate one
+ // Get ID from options or options element if one is supplied
+ this.id_ = options.id || options.el && options.el.id;
+ // If there was no ID from the options, generate one
if (!this.id_) {
// Don't require the player ID function in the case of mock players
- var id = player && player.id && player.id() || 'no_player';
- this.id_ = id + "_component_" + newGUID();
+ const id = player && player.id && player.id() || 'no_player';
+ this.id_ = `${id}_component_${newGUID()}`;
}
+ this.name_ = options.name || null;
- this.name_ = options.name || null; // Create element if one wasn't provided in options
-
+ // Create element if one wasn't provided in options
if (options.el) {
this.el_ = options.el;
} else if (options.createEl !== false) {
this.el_ = this.createEl();
}
-
if (options.className && this.el_) {
- options.className.split(' ').forEach(function (c) {
- return _this.addClass(c);
- });
- } // if evented is anything except false, we want to mixin in evented
+ options.className.split(' ').forEach(c => this.addClass(c));
+ }
+ // Remove the placeholder event methods. If the component is evented, the
+ // real methods are added next
+ ['on', 'off', 'one', 'any', 'trigger'].forEach(fn => {
+ this[fn] = undefined;
+ });
+ // if evented is anything except false, we want to mixin in evented
if (options.evented !== false) {
// Make this an evented object and use `el_`, if available, as its event bus
evented(this, {
@@ -4033,117 +3582,192 @@
this.handleLanguagechange = this.handleLanguagechange.bind(this);
this.on(this.player_, 'languagechange', this.handleLanguagechange);
}
-
stateful(this, this.constructor.defaultState);
this.children_ = [];
this.childIndex_ = {};
this.childNameIndex_ = {};
- this.setTimeoutIds_ = new Set$1();
- this.setIntervalIds_ = new Set$1();
- this.rafIds_ = new Set$1();
- this.namedRafs_ = new Map$1();
- this.clearingTimersOnDispose_ = false; // Add any child components in options
+ this.setTimeoutIds_ = new Set();
+ this.setIntervalIds_ = new Set();
+ this.rafIds_ = new Set();
+ this.namedRafs_ = new Map();
+ this.clearingTimersOnDispose_ = false;
+ // Add any child components in options
if (options.initChildren !== false) {
this.initChildren();
- } // Don't want to trigger ready here or it will go before init is actually
+ }
+
+ // Don't want to trigger ready here or it will go before init is actually
// finished for all children that run this constructor
-
-
this.ready(ready);
-
if (options.reportTouchActivity !== false) {
this.enableTouchActivity();
}
}
+
+ // `on`, `off`, `one`, `any` and `trigger` are here so tsc includes them in definitions.
+ // They are replaced or removed in the constructor
+
+ /**
+ * Adds an `event listener` to an instance of an `EventTarget`. An `event listener` is a
+ * function that will get called when an event with a certain name gets triggered.
+ *
+ * @param {string|string[]} type
+ * An event name or an array of event names.
+ *
+ * @param {Function} fn
+ * The function to call with `EventTarget`s
+ */
+ on(type, fn) {}
+
+ /**
+ * Removes an `event listener` for a specific event from an instance of `EventTarget`.
+ * This makes it so that the `event listener` will no longer get called when the
+ * named event happens.
+ *
+ * @param {string|string[]} type
+ * An event name or an array of event names.
+ *
+ * @param {Function} [fn]
+ * The function to remove. If not specified, all listeners managed by Video.js will be removed.
+ */
+ off(type, fn) {}
+
+ /**
+ * This function will add an `event listener` that gets triggered only once. After the
+ * first trigger it will get removed. This is like adding an `event listener`
+ * with {@link EventTarget#on} that calls {@link EventTarget#off} on itself.
+ *
+ * @param {string|string[]} type
+ * An event name or an array of event names.
+ *
+ * @param {Function} fn
+ * The function to be called once for each event name.
+ */
+ one(type, fn) {}
+
+ /**
+ * This function will add an `event listener` that gets triggered only once and is
+ * removed from all events. This is like adding an array of `event listener`s
+ * with {@link EventTarget#on} that calls {@link EventTarget#off} on all events the
+ * first time it is triggered.
+ *
+ * @param {string|string[]} type
+ * An event name or an array of event names.
+ *
+ * @param {Function} fn
+ * The function to be called once for each event name.
+ */
+ any(type, fn) {}
+
+ /**
+ * This function causes an event to happen. This will then cause any `event listeners`
+ * that are waiting for that event, to get called. If there are no `event listeners`
+ * for an event then nothing will happen.
+ *
+ * If the name of the `Event` that is being triggered is in `EventTarget.allowedEvents_`.
+ * Trigger will also call the `on` + `uppercaseEventName` function.
+ *
+ * Example:
+ * 'click' is in `EventTarget.allowedEvents_`, so, trigger will attempt to call
+ * `onClick` if it exists.
+ *
+ * @param {string|Event|Object} event
+ * The name of the event, an `Event`, or an object with a key of type set to
+ * an event name.
+ *
+ * @param {Object} [hash]
+ * Optionally extra argument to pass through to an event listener
+ */
+ trigger(event, hash) {}
+
/**
* Dispose of the `Component` and all child components.
*
* @fires Component#dispose
+ *
+ * @param {Object} options
+ * @param {Element} options.originalEl element with which to replace player element
*/
-
-
- var _proto = Component.prototype;
-
- _proto.dispose = function dispose() {
+ dispose(options = {}) {
// Bail out if the component has already been disposed.
if (this.isDisposed_) {
return;
}
-
if (this.readyQueue_) {
this.readyQueue_.length = 0;
}
+
/**
* Triggered when a `Component` is disposed.
*
* @event Component#dispose
- * @type {EventTarget~Event}
+ * @type {Event}
*
* @property {boolean} [bubbles=false]
* set to false so that the dispose event does not
* bubble up
*/
-
-
this.trigger({
type: 'dispose',
bubbles: false
});
- this.isDisposed_ = true; // Dispose all children.
+ this.isDisposed_ = true;
+ // Dispose all children.
if (this.children_) {
- for (var i = this.children_.length - 1; i >= 0; i--) {
+ for (let i = this.children_.length - 1; i >= 0; i--) {
if (this.children_[i].dispose) {
this.children_[i].dispose();
}
}
- } // Delete child references
-
+ }
+ // Delete child references
this.children_ = null;
this.childIndex_ = null;
this.childNameIndex_ = null;
this.parentComponent_ = null;
-
if (this.el_) {
// Remove element from DOM
if (this.el_.parentNode) {
- this.el_.parentNode.removeChild(this.el_);
+ if (options.restoreEl) {
+ this.el_.parentNode.replaceChild(options.restoreEl, this.el_);
+ } else {
+ this.el_.parentNode.removeChild(this.el_);
+ }
}
-
this.el_ = null;
- } // remove reference to the player after disposing of the element
-
+ }
+ // remove reference to the player after disposing of the element
this.player_ = null;
}
+
/**
* Determine whether or not this component has been disposed.
*
* @return {boolean}
* If the component has been disposed, will be `true`. Otherwise, `false`.
*/
- ;
-
- _proto.isDisposed = function isDisposed() {
+ isDisposed() {
return Boolean(this.isDisposed_);
}
+
/**
* Return the {@link Player} that the `Component` has attached to.
*
* @return {Player}
* The player that this `Component` has attached to.
*/
- ;
-
- _proto.player = function player() {
+ player() {
return this.player_;
}
+
/**
* Deep merge of options objects with new options.
* > Note: When both `obj` and `options` contain properties whose values are objects.
- * The two properties get merged using {@link module:mergeOptions}
+ * The two properties get merged using {@link module:obj.merge}
*
* @param {Object} obj
* The object that contains new options.
@@ -4151,27 +3775,24 @@
* @return {Object}
* A new object of `this.options_` and `obj` merged together.
*/
- ;
-
- _proto.options = function options(obj) {
+ options(obj) {
if (!obj) {
return this.options_;
}
-
- this.options_ = mergeOptions$3(this.options_, obj);
+ this.options_ = merge$2(this.options_, obj);
return this.options_;
}
+
/**
* Get the `Component`s DOM element
*
* @return {Element}
* The DOM element for this `Component`.
*/
- ;
-
- _proto.el = function el() {
+ el() {
return this.el_;
}
+
/**
* Create the `Component`s DOM element.
*
@@ -4187,11 +3808,10 @@
* @return {Element}
* The element that gets created.
*/
- ;
-
- _proto.createEl = function createEl$1(tagName, properties, attributes) {
+ createEl(tagName, properties, attributes) {
return createEl(tagName, properties, attributes);
}
+
/**
* Localize a string given the string in english.
*
@@ -4230,49 +3850,38 @@
* @return {string}
* The localized string or if no localization exists the english string.
*/
- ;
-
- _proto.localize = function localize(string, tokens, defaultValue) {
- if (defaultValue === void 0) {
- defaultValue = string;
- }
-
- var code = this.player_.language && this.player_.language();
- var languages = this.player_.languages && this.player_.languages();
- var language = languages && languages[code];
- var primaryCode = code && code.split('-')[0];
- var primaryLang = languages && languages[primaryCode];
- var localizedString = defaultValue;
-
+ localize(string, tokens, defaultValue = string) {
+ const code = this.player_.language && this.player_.language();
+ const languages = this.player_.languages && this.player_.languages();
+ const language = languages && languages[code];
+ const primaryCode = code && code.split('-')[0];
+ const primaryLang = languages && languages[primaryCode];
+ let localizedString = defaultValue;
if (language && language[string]) {
localizedString = language[string];
} else if (primaryLang && primaryLang[string]) {
localizedString = primaryLang[string];
}
-
if (tokens) {
localizedString = localizedString.replace(/\{(\d+)\}/g, function (match, index) {
- var value = tokens[index - 1];
- var ret = value;
-
+ const value = tokens[index - 1];
+ let ret = value;
if (typeof value === 'undefined') {
ret = match;
}
-
return ret;
});
}
-
return localizedString;
}
+
/**
- * Handles language change for the player in components. Should be overriden by sub-components.
+ * Handles language change for the player in components. Should be overridden by sub-components.
*
* @abstract
*/
- ;
+ handleLanguagechange() {}
- _proto.handleLanguagechange = function handleLanguagechange() {}
/**
* Return the `Component`s DOM element. This is where children get inserted.
* This will usually be the the same as the element returned in {@link Component#el}.
@@ -4280,22 +3889,20 @@
* @return {Element}
* The content element for this `Component`.
*/
- ;
-
- _proto.contentEl = function contentEl() {
+ contentEl() {
return this.contentEl_ || this.el_;
}
+
/**
* Get this `Component`s ID
*
* @return {string}
* The id of this `Component`
*/
- ;
-
- _proto.id = function id() {
+ id() {
return this.id_;
}
+
/**
* Get the `Component`s name. The name gets used to reference the `Component`
* and is set during registration.
@@ -4303,22 +3910,20 @@
* @return {string}
* The name of this `Component`.
*/
- ;
-
- _proto.name = function name() {
+ name() {
return this.name_;
}
+
/**
* Get an array of all child components
*
* @return {Array}
* The children
*/
- ;
-
- _proto.children = function children() {
+ children() {
return this.children_;
}
+
/**
* Returns the child `Component` with the given `id`.
*
@@ -4328,11 +3933,10 @@
* @return {Component|undefined}
* The child `Component` with the given `id` or undefined.
*/
- ;
-
- _proto.getChildById = function getChildById(id) {
+ getChildById(id) {
return this.childIndex_[id];
}
+
/**
* Returns the child `Component` with the given `name`.
*
@@ -4342,15 +3946,13 @@
* @return {Component|undefined}
* The child `Component` with the given `name` or undefined.
*/
- ;
-
- _proto.getChild = function getChild(name) {
+ getChild(name) {
if (!name) {
return;
}
-
return this.childNameIndex_[name];
}
+
/**
* Returns the descendant `Component` following the givent
* descendant `names`. For instance ['foo', 'bar', 'baz'] would
@@ -4365,33 +3967,69 @@
* The descendant `Component` following the given descendant
* `names` or undefined.
*/
- ;
-
- _proto.getDescendant = function getDescendant() {
- for (var _len = arguments.length, names = new Array(_len), _key = 0; _key < _len; _key++) {
- names[_key] = arguments[_key];
- }
-
+ getDescendant(...names) {
// flatten array argument into the main array
- names = names.reduce(function (acc, n) {
- return acc.concat(n);
- }, []);
- var currentChild = this;
-
- for (var i = 0; i < names.length; i++) {
+ names = names.reduce((acc, n) => acc.concat(n), []);
+ let currentChild = this;
+ for (let i = 0; i < names.length; i++) {
currentChild = currentChild.getChild(names[i]);
-
if (!currentChild || !currentChild.getChild) {
return;
}
}
-
return currentChild;
}
+
+ /**
+ * Adds an SVG icon element to another element or component.
+ *
+ * @param {string} iconName
+ * The name of icon. A list of all the icon names can be found at 'sandbox/svg-icons.html'
+ *
+ * @param {Element} [el=this.el()]
+ * Element to set the title on. Defaults to the current Component's element.
+ *
+ * @return {Element}
+ * The newly created icon element.
+ */
+ setIcon(iconName, el = this.el()) {
+ // TODO: In v9 of video.js, we will want to remove font icons entirely.
+ // This means this check, as well as the others throughout the code, and
+ // the unecessary CSS for font icons, will need to be removed.
+ // See https://github.com/videojs/video.js/pull/8260 as to which components
+ // need updating.
+ if (!this.player_.options_.experimentalSvgIcons) {
+ return;
+ }
+ const xmlnsURL = 'http://www.w3.org/2000/svg';
+
+ // The below creates an element in the format of:
+ // ....
+ const iconContainer = createEl('span', {
+ className: 'vjs-icon-placeholder vjs-svg-icon'
+ }, {
+ 'aria-hidden': 'true'
+ });
+ const svgEl = document.createElementNS(xmlnsURL, 'svg');
+ svgEl.setAttributeNS(null, 'viewBox', '0 0 512 512');
+ const useEl = document.createElementNS(xmlnsURL, 'use');
+ svgEl.appendChild(useEl);
+ useEl.setAttributeNS(null, 'href', `#vjs-icon-${iconName}`);
+ iconContainer.appendChild(svgEl);
+
+ // Replace a pre-existing icon if one exists.
+ if (this.iconIsSet_) {
+ el.replaceChild(iconContainer, el.querySelector('.vjs-icon-placeholder'));
+ } else {
+ el.appendChild(iconContainer);
+ }
+ this.iconIsSet_ = true;
+ return iconContainer;
+ }
+
/**
* Add a child `Component` inside the current `Component`.
*
- *
* @param {string|Component} child
* The name or instance of a child to add.
*
@@ -4402,76 +4040,65 @@
* @param {number} [index=this.children_.length]
* The index to attempt to add a child into.
*
+ *
* @return {Component}
* The `Component` that gets added as a child. When using a string the
* `Component` will get created by this process.
*/
- ;
-
- _proto.addChild = function addChild(child, options, index) {
- if (options === void 0) {
- options = {};
- }
-
- if (index === void 0) {
- index = this.children_.length;
- }
-
- var component;
- var componentName; // If child is a string, create component with options
+ addChild(child, options = {}, index = this.children_.length) {
+ let component;
+ let componentName;
+ // If child is a string, create component with options
if (typeof child === 'string') {
componentName = toTitleCase$1(child);
- var componentClassName = options.componentClass || componentName; // Set name through options
+ const componentClassName = options.componentClass || componentName;
- options.name = componentName; // Create a new object & element for this controls set
+ // Set name through options
+ options.name = componentName;
+
+ // Create a new object & element for this controls set
// If there's no .player_, this is a player
-
- var ComponentClass = Component.getComponent(componentClassName);
-
+ const ComponentClass = Component$1.getComponent(componentClassName);
if (!ComponentClass) {
- throw new Error("Component " + componentClassName + " does not exist");
- } // data stored directly on the videojs object may be
+ throw new Error(`Component ${componentClassName} does not exist`);
+ }
+
+ // data stored directly on the videojs object may be
// misidentified as a component to retain
// backwards-compatibility with 4.x. check to make sure the
// component class can be instantiated.
-
-
if (typeof ComponentClass !== 'function') {
return null;
}
+ component = new ComponentClass(this.player_ || this, options);
- component = new ComponentClass(this.player_ || this, options); // child is a component instance
+ // child is a component instance
} else {
component = child;
}
-
if (component.parentComponent_) {
component.parentComponent_.removeChild(component);
}
-
this.children_.splice(index, 0, component);
component.parentComponent_ = this;
-
if (typeof component.id === 'function') {
this.childIndex_[component.id()] = component;
- } // If a name wasn't used to create the component, check if we can use the
+ }
+
+ // If a name wasn't used to create the component, check if we can use the
// name function of the component
-
-
componentName = componentName || component.name && toTitleCase$1(component.name());
-
if (componentName) {
this.childNameIndex_[componentName] = component;
this.childNameIndex_[toLowerCase(componentName)] = component;
- } // Add the UI object's element to the container div (box)
+ }
+
+ // Add the UI object's element to the container div (box)
// Having an element is not required
-
-
if (typeof component.el === 'function' && component.el()) {
// If inserting before a component, insert before that component's element
- var refNode = null;
-
+ let refNode = null;
if (this.children_[index + 1]) {
// Most children are components, but the video tech is an HTML element
if (this.children_[index + 1].el_) {
@@ -4480,13 +4107,13 @@
refNode = this.children_[index + 1];
}
}
-
this.contentEl().insertBefore(component.el(), refNode);
- } // Return so it can stored on parent object if desired.
-
+ }
+ // Return so it can stored on parent object if desired.
return component;
}
+
/**
* Remove a child `Component` from this `Component`s list of children. Also removes
* the child `Component`s element from this `Component`s element.
@@ -4494,177 +4121,153 @@
* @param {Component} component
* The child `Component` to remove.
*/
- ;
-
- _proto.removeChild = function removeChild(component) {
+ removeChild(component) {
if (typeof component === 'string') {
component = this.getChild(component);
}
-
if (!component || !this.children_) {
return;
}
-
- var childFound = false;
-
- for (var i = this.children_.length - 1; i >= 0; i--) {
+ let childFound = false;
+ for (let i = this.children_.length - 1; i >= 0; i--) {
if (this.children_[i] === component) {
childFound = true;
this.children_.splice(i, 1);
break;
}
}
-
if (!childFound) {
return;
}
-
component.parentComponent_ = null;
this.childIndex_[component.id()] = null;
this.childNameIndex_[toTitleCase$1(component.name())] = null;
this.childNameIndex_[toLowerCase(component.name())] = null;
- var compEl = component.el();
-
+ const compEl = component.el();
if (compEl && compEl.parentNode === this.contentEl()) {
this.contentEl().removeChild(component.el());
}
}
+
/**
* Add and initialize default child `Component`s based upon options.
*/
- ;
-
- _proto.initChildren = function initChildren() {
- var _this2 = this;
-
- var children = this.options_.children;
-
+ initChildren() {
+ const children = this.options_.children;
if (children) {
// `this` is `parent`
- var parentOptions = this.options_;
+ const parentOptions = this.options_;
+ const handleAdd = child => {
+ const name = child.name;
+ let opts = child.opts;
- var handleAdd = function handleAdd(child) {
- var name = child.name;
- var opts = child.opts; // Allow options for children to be set at the parent options
+ // Allow options for children to be set at the parent options
// e.g. videojs(id, { controlBar: false });
// instead of videojs(id, { children: { controlBar: false });
-
if (parentOptions[name] !== undefined) {
opts = parentOptions[name];
- } // Allow for disabling default components
+ }
+
+ // Allow for disabling default components
// e.g. options['children']['posterImage'] = false
-
-
if (opts === false) {
return;
- } // Allow options to be passed as a simple boolean if no configuration
+ }
+
+ // Allow options to be passed as a simple boolean if no configuration
// is necessary.
-
-
if (opts === true) {
opts = {};
- } // We also want to pass the original player options
+ }
+
+ // We also want to pass the original player options
// to each component as well so they don't need to
// reach back into the player for options later.
+ opts.playerOptions = this.options_.playerOptions;
-
- opts.playerOptions = _this2.options_.playerOptions; // Create and add the child component.
+ // Create and add the child component.
// Add a direct reference to the child by name on the parent instance.
// If two of the same component are used, different names should be supplied
// for each
-
- var newChild = _this2.addChild(name, opts);
-
+ const newChild = this.addChild(name, opts);
if (newChild) {
- _this2[name] = newChild;
+ this[name] = newChild;
}
- }; // Allow for an array of children details to passed in the options
-
-
- var workingChildren;
- var Tech = Component.getComponent('Tech');
+ };
+ // Allow for an array of children details to passed in the options
+ let workingChildren;
+ const Tech = Component$1.getComponent('Tech');
if (Array.isArray(children)) {
workingChildren = children;
} else {
workingChildren = Object.keys(children);
}
-
- workingChildren // children that are in this.options_ but also in workingChildren would
+ workingChildren
+ // children that are in this.options_ but also in workingChildren would
// give us extra children we do not want. So, we want to filter them out.
.concat(Object.keys(this.options_).filter(function (child) {
return !workingChildren.some(function (wchild) {
if (typeof wchild === 'string') {
return child === wchild;
}
-
return child === wchild.name;
});
- })).map(function (child) {
- var name;
- var opts;
-
+ })).map(child => {
+ let name;
+ let opts;
if (typeof child === 'string') {
name = child;
- opts = children[name] || _this2.options_[name] || {};
+ opts = children[name] || this.options_[name] || {};
} else {
name = child.name;
opts = child;
}
-
return {
- name: name,
- opts: opts
+ name,
+ opts
};
- }).filter(function (child) {
+ }).filter(child => {
// we have to make sure that child.name isn't in the techOrder since
- // techs are registerd as Components but can't aren't compatible
+ // techs are registered as Components but can't aren't compatible
// See https://github.com/videojs/video.js/issues/2772
- var c = Component.getComponent(child.opts.componentClass || toTitleCase$1(child.name));
+ const c = Component$1.getComponent(child.opts.componentClass || toTitleCase$1(child.name));
return c && !Tech.isTech(c);
}).forEach(handleAdd);
}
}
+
/**
- * Builds the default DOM class name. Should be overriden by sub-components.
+ * Builds the default DOM class name. Should be overridden by sub-components.
*
* @return {string}
* The DOM class name for this object.
*
* @abstract
*/
- ;
-
- _proto.buildCSSClass = function buildCSSClass() {
+ buildCSSClass() {
// Child classes can include a function that does:
// return 'CLASS NAME' + this._super();
return '';
}
+
/**
* Bind a listener to the component's ready state.
* Different from event listeners in that if the ready event has already happened
* it will trigger the function immediately.
*
- * @return {Component}
- * Returns itself; method can be chained.
+ * @param {ReadyCallback} fn
+ * Function that gets called when the `Component` is ready.
*/
- ;
-
- _proto.ready = function ready(fn, sync) {
- if (sync === void 0) {
- sync = false;
- }
-
+ ready(fn, sync = false) {
if (!fn) {
return;
}
-
if (!this.isReady_) {
this.readyQueue_ = this.readyQueue_ || [];
this.readyQueue_.push(fn);
return;
}
-
if (sync) {
fn.call(this);
} else {
@@ -4672,38 +4275,38 @@
this.setTimeout(fn, 1);
}
}
+
/**
* Trigger all the ready listeners for this `Component`.
*
* @fires Component#ready
*/
- ;
-
- _proto.triggerReady = function triggerReady() {
- this.isReady_ = true; // Ensure ready is triggered asynchronously
+ triggerReady() {
+ this.isReady_ = true;
+ // Ensure ready is triggered asynchronously
this.setTimeout(function () {
- var readyQueue = this.readyQueue_; // Reset Ready Queue
+ const readyQueue = this.readyQueue_;
+ // Reset Ready Queue
this.readyQueue_ = [];
-
if (readyQueue && readyQueue.length > 0) {
readyQueue.forEach(function (fn) {
fn.call(this);
}, this);
- } // Allow for using event listeners also
+ }
+ // Allow for using event listeners also
/**
* Triggered when a `Component` is ready.
*
* @event Component#ready
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
-
this.trigger('ready');
}, 1);
}
+
/**
* Find a single DOM element matching a `selector`. This can be within the `Component`s
* `contentEl()` or another custom context.
@@ -4722,11 +4325,10 @@
*
* @see [Information on CSS Selectors](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started/Selectors)
*/
- ;
-
- _proto.$ = function $$1(selector, context) {
+ $(selector, context) {
return $(selector, context || this.contentEl());
}
+
/**
* Finds all DOM element matching a `selector`. This can be within the `Component`s
* `contentEl()` or another custom context.
@@ -4745,11 +4347,10 @@
*
* @see [Information on CSS Selectors](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started/Selectors)
*/
- ;
-
- _proto.$$ = function $$$1(selector, context) {
+ $$(selector, context) {
return $$(selector, context || this.contentEl());
}
+
/**
* Check if a component's element has a CSS class name.
*
@@ -4760,33 +4361,30 @@
* - True if the `Component` has the class.
* - False if the `Component` does not have the class`
*/
- ;
-
- _proto.hasClass = function hasClass$1(classToCheck) {
+ hasClass(classToCheck) {
return hasClass(this.el_, classToCheck);
}
+
/**
* Add a CSS class name to the `Component`s element.
*
- * @param {string} classToAdd
- * CSS class name to add
+ * @param {...string} classesToAdd
+ * One or more CSS class name to add.
*/
- ;
-
- _proto.addClass = function addClass$1(classToAdd) {
- addClass(this.el_, classToAdd);
+ addClass(...classesToAdd) {
+ addClass(this.el_, ...classesToAdd);
}
+
/**
* Remove a CSS class name from the `Component`s element.
*
- * @param {string} classToRemove
- * CSS class name to remove
+ * @param {...string} classesToRemove
+ * One or more CSS class name to remove.
*/
- ;
-
- _proto.removeClass = function removeClass$1(classToRemove) {
- removeClass(this.el_, classToRemove);
+ removeClass(...classesToRemove) {
+ removeClass(this.el_, ...classesToRemove);
}
+
/**
* Add or remove a CSS class name from the component's element.
* - `classToToggle` gets added when {@link Component#hasClass} would return false.
@@ -4798,51 +4396,46 @@
* @param {boolean|Dom~predicate} [predicate]
* An {@link Dom~predicate} function or a boolean
*/
- ;
-
- _proto.toggleClass = function toggleClass$1(classToToggle, predicate) {
+ toggleClass(classToToggle, predicate) {
toggleClass(this.el_, classToToggle, predicate);
}
+
/**
* Show the `Component`s element if it is hidden by removing the
* 'vjs-hidden' class name from it.
*/
- ;
-
- _proto.show = function show() {
+ show() {
this.removeClass('vjs-hidden');
}
+
/**
* Hide the `Component`s element if it is currently showing by adding the
* 'vjs-hidden` class name to it.
*/
- ;
-
- _proto.hide = function hide() {
+ hide() {
this.addClass('vjs-hidden');
}
+
/**
* Lock a `Component`s element in its visible state by adding the 'vjs-lock-showing'
* class name to it. Used during fadeIn/fadeOut.
*
* @private
*/
- ;
-
- _proto.lockShowing = function lockShowing() {
+ lockShowing() {
this.addClass('vjs-lock-showing');
}
+
/**
* Unlock a `Component`s element from its visible state by removing the 'vjs-lock-showing'
* class name from it. Used during fadeIn/fadeOut.
*
* @private
*/
- ;
-
- _proto.unlockShowing = function unlockShowing() {
+ unlockShowing() {
this.removeClass('vjs-lock-showing');
}
+
/**
* Get the value of an attribute on the `Component`s element.
*
@@ -4853,16 +4446,15 @@
* - The value of the attribute that was asked for.
* - Can be an empty string on some browsers if the attribute does not exist
* or has no value
- * - Most browsers will return null if the attibute does not exist or has
+ * - Most browsers will return null if the attribute does not exist or has
* no value.
*
* @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttribute}
*/
- ;
-
- _proto.getAttribute = function getAttribute$1(attribute) {
+ getAttribute(attribute) {
return getAttribute(this.el_, attribute);
}
+
/**
* Set the value of an attribute on the `Component`'s element
*
@@ -4874,11 +4466,10 @@
*
* @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/setAttribute}
*/
- ;
-
- _proto.setAttribute = function setAttribute$1(attribute, value) {
+ setAttribute(attribute, value) {
setAttribute(this.el_, attribute, value);
}
+
/**
* Remove an attribute from the `Component`s element.
*
@@ -4887,11 +4478,10 @@
*
* @see [DOM API]{@link https://developer.mozilla.org/en-US/docs/Web/API/Element/removeAttribute}
*/
- ;
-
- _proto.removeAttribute = function removeAttribute$1(attribute) {
+ removeAttribute(attribute) {
removeAttribute(this.el_, attribute);
}
+
/**
* Get or set the width of the component based upon the CSS styles.
* See {@link Component#dimension} for more detailed information.
@@ -4902,15 +4492,13 @@
* @param {boolean} [skipListeners]
* Skip the componentresize event trigger
*
- * @return {number|string}
- * The width when getting, zero if there is no width. Can be a string
- * postpixed with '%' or 'px'.
+ * @return {number|undefined}
+ * The width when getting, zero if there is no width
*/
- ;
-
- _proto.width = function width(num, skipListeners) {
+ width(num, skipListeners) {
return this.dimension('width', num, skipListeners);
}
+
/**
* Get or set the height of the component based upon the CSS styles.
* See {@link Component#dimension} for more detailed information.
@@ -4921,15 +4509,13 @@
* @param {boolean} [skipListeners]
* Skip the componentresize event trigger
*
- * @return {number|string}
- * The width when getting, zero if there is no width. Can be a string
- * postpixed with '%' or 'px'.
+ * @return {number|undefined}
+ * The height when getting, zero if there is no height
*/
- ;
-
- _proto.height = function height(num, skipListeners) {
+ height(num, skipListeners) {
return this.dimension('height', num, skipListeners);
}
+
/**
* Set both the width and height of the `Component` element at the same time.
*
@@ -4939,13 +4525,12 @@
* @param {number|string} height
* Height to set the `Component`s element to.
*/
- ;
-
- _proto.dimensions = function dimensions(width, height) {
+ dimensions(width, height) {
// Skip componentresize listeners on width for optimization
this.width(width, true);
this.height(height);
}
+
/**
* Get or set width or height of the `Component` element. This is the shared code
* for the {@link Component#width} and {@link Component#height}.
@@ -4971,61 +4556,58 @@
* @param {boolean} [skipListeners]
* Skip componentresize event trigger
*
- * @return {number}
+ * @return {number|undefined}
* The dimension when getting or 0 if unset
*/
- ;
-
- _proto.dimension = function dimension(widthOrHeight, num, skipListeners) {
+ dimension(widthOrHeight, num, skipListeners) {
if (num !== undefined) {
// Set to zero if null or literally NaN (NaN !== NaN)
if (num === null || num !== num) {
num = 0;
- } // Check if using css width/height (% or px) and adjust
-
+ }
+ // Check if using css width/height (% or px) and adjust
if (('' + num).indexOf('%') !== -1 || ('' + num).indexOf('px') !== -1) {
this.el_.style[widthOrHeight] = num;
} else if (num === 'auto') {
this.el_.style[widthOrHeight] = '';
} else {
this.el_.style[widthOrHeight] = num + 'px';
- } // skipListeners allows us to avoid triggering the resize event when setting both width and height
-
+ }
+ // skipListeners allows us to avoid triggering the resize event when setting both width and height
if (!skipListeners) {
/**
* Triggered when a component is resized.
*
* @event Component#componentresize
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger('componentresize');
}
-
return;
- } // Not setting a value, so getting it
+ }
+
+ // Not setting a value, so getting it
// Make sure element exists
-
-
if (!this.el_) {
return 0;
- } // Get dimension value from style
-
-
- var val = this.el_.style[widthOrHeight];
- var pxIndex = val.indexOf('px');
+ }
+ // Get dimension value from style
+ const val = this.el_.style[widthOrHeight];
+ const pxIndex = val.indexOf('px');
if (pxIndex !== -1) {
// Return the pixel value with no 'px'
return parseInt(val.slice(0, pxIndex), 10);
- } // No px so using % or no style was set, so falling back to offsetWidth/height
+ }
+
+ // No px so using % or no style was set, so falling back to offsetWidth/height
// If component has display:none, offset will return 0
// TODO: handle display:none and no dimension style using px
-
-
return parseInt(this.el_['offset' + toTitleCase$1(widthOrHeight)], 10);
}
+
/**
* Get the computed width or the height of the component's element.
*
@@ -5038,28 +4620,26 @@
* The dimension that gets asked for or 0 if nothing was set
* for that dimension.
*/
- ;
-
- _proto.currentDimension = function currentDimension(widthOrHeight) {
- var computedWidthOrHeight = 0;
-
+ currentDimension(widthOrHeight) {
+ let computedWidthOrHeight = 0;
if (widthOrHeight !== 'width' && widthOrHeight !== 'height') {
throw new Error('currentDimension only accepts width or height value');
}
+ computedWidthOrHeight = computedStyle(this.el_, widthOrHeight);
- computedWidthOrHeight = computedStyle(this.el_, widthOrHeight); // remove 'px' from variable and parse as integer
+ // remove 'px' from variable and parse as integer
+ computedWidthOrHeight = parseFloat(computedWidthOrHeight);
- computedWidthOrHeight = parseFloat(computedWidthOrHeight); // if the computed value is still 0, it's possible that the browser is lying
+ // if the computed value is still 0, it's possible that the browser is lying
// and we want to check the offset values.
// This code also runs wherever getComputedStyle doesn't exist.
-
if (computedWidthOrHeight === 0 || isNaN(computedWidthOrHeight)) {
- var rule = "offset" + toTitleCase$1(widthOrHeight);
+ const rule = `offset${toTitleCase$1(widthOrHeight)}`;
computedWidthOrHeight = this.el_[rule];
}
-
return computedWidthOrHeight;
}
+
/**
* An object that contains width and height values of the `Component`s
* computed style. Uses `window.getComputedStyle`.
@@ -5082,14 +4662,13 @@
* @return {Component~DimensionObject}
* The computed dimensions of the component's element.
*/
- ;
-
- _proto.currentDimensions = function currentDimensions() {
+ currentDimensions() {
return {
width: this.currentDimension('width'),
height: this.currentDimension('height')
};
}
+
/**
* Get the computed width of the component's element.
*
@@ -5098,11 +4677,10 @@
* @return {number}
* The computed width of the component's element.
*/
- ;
-
- _proto.currentWidth = function currentWidth() {
+ currentWidth() {
return this.currentDimension('width');
}
+
/**
* Get the computed height of the component's element.
*
@@ -5111,67 +4689,103 @@
* @return {number}
* The computed height of the component's element.
*/
- ;
-
- _proto.currentHeight = function currentHeight() {
+ currentHeight() {
return this.currentDimension('height');
}
+
+ /**
+ * Retrieves the position and size information of the component's element.
+ *
+ * @return {Object} An object with `boundingClientRect` and `center` properties.
+ * - `boundingClientRect`: An object with properties `x`, `y`, `width`,
+ * `height`, `top`, `right`, `bottom`, and `left`, representing
+ * the bounding rectangle of the element.
+ * - `center`: An object with properties `x` and `y`, representing
+ * the center point of the element. `width` and `height` are set to 0.
+ */
+ getPositions() {
+ const rect = this.el_.getBoundingClientRect();
+
+ // Creating objects that mirror DOMRectReadOnly for boundingClientRect and center
+ const boundingClientRect = {
+ x: rect.x,
+ y: rect.y,
+ width: rect.width,
+ height: rect.height,
+ top: rect.top,
+ right: rect.right,
+ bottom: rect.bottom,
+ left: rect.left
+ };
+
+ // Calculating the center position
+ const center = {
+ x: rect.left + rect.width / 2,
+ y: rect.top + rect.height / 2,
+ width: 0,
+ height: 0,
+ top: rect.top + rect.height / 2,
+ right: rect.left + rect.width / 2,
+ bottom: rect.top + rect.height / 2,
+ left: rect.left + rect.width / 2
+ };
+ return {
+ boundingClientRect,
+ center
+ };
+ }
+
/**
* Set the focus to this component
*/
- ;
-
- _proto.focus = function focus() {
+ focus() {
this.el_.focus();
}
+
/**
* Remove the focus from this component
*/
- ;
-
- _proto.blur = function blur() {
+ blur() {
this.el_.blur();
}
+
/**
* When this Component receives a `keydown` event which it does not process,
* it passes the event to the Player for handling.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The `keydown` event that caused this function to be called.
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
+ handleKeyDown(event) {
if (this.player_) {
// We only stop propagation here because we want unhandled events to fall
- // back to the browser. Exclude Tab for focus trapping.
- if (!keycode.isEventKey(event, 'Tab')) {
+ // back to the browser. Exclude Tab for focus trapping, exclude also when spatialNavigation is enabled.
+ if (event.key !== 'Tab' && !(this.player_.options_.playerOptions.spatialNavigation && this.player_.options_.playerOptions.spatialNavigation.enabled)) {
event.stopPropagation();
}
-
this.player_.handleKeyDown(event);
}
}
+
/**
* Many components used to have a `handleKeyPress` method, which was poorly
* named because it listened to a `keydown` event. This method name now
* delegates to `handleKeyDown`. This means anyone calling `handleKeyPress`
* will not see their method calls stop working.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The event that caused this function to be called.
*/
- ;
-
- _proto.handleKeyPress = function handleKeyPress(event) {
+ handleKeyPress(event) {
this.handleKeyDown(event);
}
+
/**
* Emit a 'tap' events when touch event support gets detected. This gets used to
* support toggling the controls through a tap on the video. They get enabled
* because every sub-component would have extra overhead otherwise.
*
- * @private
+ * @protected
* @fires Component#tap
* @listens Component#touchstart
* @listens Component#touchmove
@@ -5179,19 +4793,19 @@
* @listens Component#touchcancel
* @listens Component#touchend
*/
- ;
-
- _proto.emitTapEvents = function emitTapEvents() {
+ emitTapEvents() {
// Track the start time so we can determine how long the touch lasted
- var touchStart = 0;
- var firstTouch = null; // Maximum movement allowed during a touch event to still be considered a tap
+ let touchStart = 0;
+ let firstTouch = null;
+
+ // Maximum movement allowed during a touch event to still be considered a tap
// Other popular libs use anywhere from 2 (hammer.js) to 15,
// so 10 seems like a nice, round number.
+ const tapMovementThreshold = 10;
- var tapMovementThreshold = 10; // The maximum length a touch can be while still being considered a tap
-
- var touchTimeThreshold = 200;
- var couldBeTap;
+ // The maximum length a touch can be while still being considered a tap
+ const touchTimeThreshold = 200;
+ let couldBeTap;
this.on('touchstart', function (event) {
// If more than one finger, don't consider treating this as a click
if (event.touches.length === 1) {
@@ -5199,10 +4813,10 @@
firstTouch = {
pageX: event.touches[0].pageX,
pageY: event.touches[0].pageY
- }; // Record start time so we can detect a tap vs. "touch and hold"
-
- touchStart = window.performance.now(); // Reset couldBeTap tracking
-
+ };
+ // Record start time so we can detect a tap vs. "touch and hold"
+ touchStart = window.performance.now();
+ // Reset couldBeTap tracking
couldBeTap = true;
}
});
@@ -5213,32 +4827,32 @@
} else if (firstTouch) {
// Some devices will throw touchmoves for all but the slightest of taps.
// So, if we moved only a small distance, this could still be a tap
- var xdiff = event.touches[0].pageX - firstTouch.pageX;
- var ydiff = event.touches[0].pageY - firstTouch.pageY;
- var touchDistance = Math.sqrt(xdiff * xdiff + ydiff * ydiff);
-
+ const xdiff = event.touches[0].pageX - firstTouch.pageX;
+ const ydiff = event.touches[0].pageY - firstTouch.pageY;
+ const touchDistance = Math.sqrt(xdiff * xdiff + ydiff * ydiff);
if (touchDistance > tapMovementThreshold) {
couldBeTap = false;
}
}
});
-
- var noTap = function noTap() {
+ const noTap = function () {
couldBeTap = false;
- }; // TODO: Listen to the original target. http://youtu.be/DujfpXOKUp8?t=13m8s
-
+ };
+ // TODO: Listen to the original target. http://youtu.be/DujfpXOKUp8?t=13m8s
this.on('touchleave', noTap);
- this.on('touchcancel', noTap); // When the touch ends, measure how long it took and trigger the appropriate
+ this.on('touchcancel', noTap);
+
+ // When the touch ends, measure how long it took and trigger the appropriate
// event
-
this.on('touchend', function (event) {
- firstTouch = null; // Proceed only if the touchmove/leave/cancel event didn't happen
-
+ firstTouch = null;
+ // Proceed only if the touchmove/leave/cancel event didn't happen
if (couldBeTap === true) {
// Measure how long the touch lasted
- var touchTime = window.performance.now() - touchStart; // Make sure the touch was less than the threshold to be considered a tap
+ const touchTime = window.performance.now() - touchStart;
+ // Make sure the touch was less than the threshold to be considered a tap
if (touchTime < touchTimeThreshold) {
// Don't let browser turn this into a click
event.preventDefault();
@@ -5246,16 +4860,17 @@
* Triggered when a `Component` is tapped.
*
* @event Component#tap
- * @type {EventTarget~Event}
+ * @type {MouseEvent}
*/
-
- this.trigger('tap'); // It may be good to copy the touchend event object and change the
+ this.trigger('tap');
+ // It may be good to copy the touchend event object and change the
// type to tap, if the other event properties aren't exact after
// Events.fixEvent runs (e.g. event.target)
}
}
});
}
+
/**
* This function reports user activity whenever touch events happen. This can get
* turned off by any sub-components that wants touch events to act another way.
@@ -5279,37 +4894,34 @@
* @listens Component#touchend
* @listens Component#touchcancel
*/
- ;
-
- _proto.enableTouchActivity = function enableTouchActivity() {
+ enableTouchActivity() {
// Don't continue if the root player doesn't support reporting user activity
if (!this.player() || !this.player().reportUserActivity) {
return;
- } // listener for reporting that the user is active
+ }
-
- var report = bind(this.player(), this.player().reportUserActivity);
- var touchHolding;
+ // listener for reporting that the user is active
+ const report = bind_(this.player(), this.player().reportUserActivity);
+ let touchHolding;
this.on('touchstart', function () {
- report(); // For as long as the they are touching the device or have their mouse down,
+ report();
+ // For as long as the they are touching the device or have their mouse down,
// we consider them active even if they're not moving their finger or mouse.
// So we want to continue to update that they are active
-
- this.clearInterval(touchHolding); // report at the same interval as activityCheck
-
+ this.clearInterval(touchHolding);
+ // report at the same interval as activityCheck
touchHolding = this.setInterval(report, 250);
});
-
- var touchEnd = function touchEnd(event) {
- report(); // stop the interval that maintains activity if the touch is holding
-
+ const touchEnd = function (event) {
+ report();
+ // stop the interval that maintains activity if the touch is holding
this.clearInterval(touchHolding);
};
-
this.on('touchmove', report);
this.on('touchend', touchEnd);
this.on('touchcancel', touchEnd);
}
+
/**
* A callback that has no parameters and is bound into `Component`s context.
*
@@ -5343,26 +4955,22 @@
* @listens Component#dispose
* @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setTimeout}
*/
- ;
-
- _proto.setTimeout = function setTimeout(fn, timeout) {
- var _this3 = this;
-
+ setTimeout(fn, timeout) {
// declare as variables so they are properly available in timeout function
// eslint-disable-next-line
var timeoutId;
- fn = bind(this, fn);
+ fn = bind_(this, fn);
this.clearTimersOnDispose_();
- timeoutId = window.setTimeout(function () {
- if (_this3.setTimeoutIds_.has(timeoutId)) {
- _this3.setTimeoutIds_["delete"](timeoutId);
+ timeoutId = window.setTimeout(() => {
+ if (this.setTimeoutIds_.has(timeoutId)) {
+ this.setTimeoutIds_.delete(timeoutId);
}
-
fn();
}, timeout);
this.setTimeoutIds_.add(timeoutId);
return timeoutId;
}
+
/**
* Clears a timeout that gets created via `window.setTimeout` or
* {@link Component#setTimeout}. If you set a timeout via {@link Component#setTimeout}
@@ -5378,16 +4986,14 @@
*
* @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/clearTimeout}
*/
- ;
-
- _proto.clearTimeout = function clearTimeout(timeoutId) {
+ clearTimeout(timeoutId) {
if (this.setTimeoutIds_.has(timeoutId)) {
- this.setTimeoutIds_["delete"](timeoutId);
+ this.setTimeoutIds_.delete(timeoutId);
window.clearTimeout(timeoutId);
}
-
return timeoutId;
}
+
/**
* Creates a function that gets run every `x` milliseconds. This function is a wrapper
* around `window.setInterval`. There are a few reasons to use this one instead though.
@@ -5408,18 +5014,17 @@
* @listens Component#dispose
* @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setInterval}
*/
- ;
-
- _proto.setInterval = function setInterval(fn, interval) {
- fn = bind(this, fn);
+ setInterval(fn, interval) {
+ fn = bind_(this, fn);
this.clearTimersOnDispose_();
- var intervalId = window.setInterval(fn, interval);
+ const intervalId = window.setInterval(fn, interval);
this.setIntervalIds_.add(intervalId);
return intervalId;
}
+
/**
* Clears an interval that gets created via `window.setInterval` or
- * {@link Component#setInterval}. If you set an inteval via {@link Component#setInterval}
+ * {@link Component#setInterval}. If you set an interval via {@link Component#setInterval}
* use this function instead of `window.clearInterval`. If you don't your dispose
* listener will not get cleaned up until {@link Component#dispose}!
*
@@ -5432,16 +5037,14 @@
*
* @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/clearInterval}
*/
- ;
-
- _proto.clearInterval = function clearInterval(intervalId) {
+ clearInterval(intervalId) {
if (this.setIntervalIds_.has(intervalId)) {
- this.setIntervalIds_["delete"](intervalId);
+ this.setIntervalIds_.delete(intervalId);
window.clearInterval(intervalId);
}
-
return intervalId;
}
+
/**
* Queues up a callback to be passed to requestAnimationFrame (rAF), but
* with a few extra bonuses:
@@ -5467,31 +5070,23 @@
* @listens Component#dispose
* @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame}
*/
- ;
+ requestAnimationFrame(fn) {
+ this.clearTimersOnDispose_();
- _proto.requestAnimationFrame = function requestAnimationFrame(fn) {
- var _this4 = this;
-
- // Fall back to using a timer.
- if (!this.supportsRaf_) {
- return this.setTimeout(fn, 1000 / 60);
- }
-
- this.clearTimersOnDispose_(); // declare as variables so they are properly available in rAF function
+ // declare as variables so they are properly available in rAF function
// eslint-disable-next-line
-
var id;
- fn = bind(this, fn);
- id = window.requestAnimationFrame(function () {
- if (_this4.rafIds_.has(id)) {
- _this4.rafIds_["delete"](id);
+ fn = bind_(this, fn);
+ id = window.requestAnimationFrame(() => {
+ if (this.rafIds_.has(id)) {
+ this.rafIds_.delete(id);
}
-
fn();
});
this.rafIds_.add(id);
return id;
}
+
/**
* Request an animation frame, but only one named animation
* frame will be queued. Another will never be added until
@@ -5504,43 +5099,36 @@
* A function that will be bound to this component and executed just
* before the browser's next repaint.
*/
- ;
-
- _proto.requestNamedAnimationFrame = function requestNamedAnimationFrame(name, fn) {
- var _this5 = this;
-
+ requestNamedAnimationFrame(name, fn) {
if (this.namedRafs_.has(name)) {
return;
}
-
this.clearTimersOnDispose_();
- fn = bind(this, fn);
- var id = this.requestAnimationFrame(function () {
+ fn = bind_(this, fn);
+ const id = this.requestAnimationFrame(() => {
fn();
-
- if (_this5.namedRafs_.has(name)) {
- _this5.namedRafs_["delete"](name);
+ if (this.namedRafs_.has(name)) {
+ this.namedRafs_.delete(name);
}
});
this.namedRafs_.set(name, id);
return name;
}
+
/**
* Cancels a current named animation frame if it exists.
*
* @param {string} name
* The name of the requestAnimationFrame to cancel.
*/
- ;
-
- _proto.cancelNamedAnimationFrame = function cancelNamedAnimationFrame(name) {
+ cancelNamedAnimationFrame(name) {
if (!this.namedRafs_.has(name)) {
return;
}
-
this.cancelAnimationFrame(this.namedRafs_.get(name));
- this.namedRafs_["delete"](name);
+ this.namedRafs_.delete(name);
}
+
/**
* Cancels a queued callback passed to {@link Component#requestAnimationFrame}
* (rAF).
@@ -5557,21 +5145,14 @@
*
* @see [Similar to]{@link https://developer.mozilla.org/en-US/docs/Web/API/window/cancelAnimationFrame}
*/
- ;
-
- _proto.cancelAnimationFrame = function cancelAnimationFrame(id) {
- // Fall back to using a timer.
- if (!this.supportsRaf_) {
- return this.clearTimeout(id);
- }
-
+ cancelAnimationFrame(id) {
if (this.rafIds_.has(id)) {
- this.rafIds_["delete"](id);
+ this.rafIds_.delete(id);
window.cancelAnimationFrame(id);
}
-
return id;
}
+
/**
* A function to setup `requestAnimationFrame`, `setTimeout`,
* and `setInterval`, clearing on dispose.
@@ -5582,31 +5163,166 @@
*
* @private
*/
- ;
-
- _proto.clearTimersOnDispose_ = function clearTimersOnDispose_() {
- var _this6 = this;
-
+ clearTimersOnDispose_() {
if (this.clearingTimersOnDispose_) {
return;
}
-
this.clearingTimersOnDispose_ = true;
- this.one('dispose', function () {
- [['namedRafs_', 'cancelNamedAnimationFrame'], ['rafIds_', 'cancelAnimationFrame'], ['setTimeoutIds_', 'clearTimeout'], ['setIntervalIds_', 'clearInterval']].forEach(function (_ref) {
- var idName = _ref[0],
- cancelName = _ref[1];
-
+ this.one('dispose', () => {
+ [['namedRafs_', 'cancelNamedAnimationFrame'], ['rafIds_', 'cancelAnimationFrame'], ['setTimeoutIds_', 'clearTimeout'], ['setIntervalIds_', 'clearInterval']].forEach(([idName, cancelName]) => {
// for a `Set` key will actually be the value again
// so forEach((val, val) =>` but for maps we want to use
// the key.
- _this6[idName].forEach(function (val, key) {
- return _this6[cancelName](key);
- });
+ this[idName].forEach((val, key) => this[cancelName](key));
});
- _this6.clearingTimersOnDispose_ = false;
+ this.clearingTimersOnDispose_ = false;
});
}
+
+ /**
+ * Decide whether an element is actually disabled or not.
+ *
+ * @function isActuallyDisabled
+ * @param element {Node}
+ * @return {boolean}
+ *
+ * @see {@link https://html.spec.whatwg.org/multipage/semantics-other.html#concept-element-disabled}
+ */
+ getIsDisabled() {
+ return Boolean(this.el_.disabled);
+ }
+
+ /**
+ * Decide whether the element is expressly inert or not.
+ *
+ * @see {@link https://html.spec.whatwg.org/multipage/interaction.html#expressly-inert}
+ * @function isExpresslyInert
+ * @param element {Node}
+ * @return {boolean}
+ */
+ getIsExpresslyInert() {
+ return this.el_.inert && !this.el_.ownerDocument.documentElement.inert;
+ }
+
+ /**
+ * Determine whether or not this component can be considered as focusable component.
+ *
+ * @param {HTMLElement} el - The HTML element representing the component.
+ * @return {boolean}
+ * If the component can be focused, will be `true`. Otherwise, `false`.
+ */
+ getIsFocusable(el) {
+ const element = el || this.el_;
+ return element.tabIndex >= 0 && !(this.getIsDisabled() || this.getIsExpresslyInert());
+ }
+
+ /**
+ * Determine whether or not this component is currently visible/enabled/etc...
+ *
+ * @param {HTMLElement} el - The HTML element representing the component.
+ * @return {boolean}
+ * If the component can is currently visible & enabled, will be `true`. Otherwise, `false`.
+ */
+ getIsAvailableToBeFocused(el) {
+ /**
+ * Decide the style property of this element is specified whether it's visible or not.
+ *
+ * @function isVisibleStyleProperty
+ * @param element {CSSStyleDeclaration}
+ * @return {boolean}
+ */
+ function isVisibleStyleProperty(element) {
+ const elementStyle = window.getComputedStyle(element, null);
+ const thisVisibility = elementStyle.getPropertyValue('visibility');
+ const thisDisplay = elementStyle.getPropertyValue('display');
+ const invisibleStyle = ['hidden', 'collapse'];
+ return thisDisplay !== 'none' && !invisibleStyle.includes(thisVisibility);
+ }
+
+ /**
+ * Decide whether the element is being rendered or not.
+ * 1. If an element has the style as "visibility: hidden | collapse" or "display: none", it is not being rendered.
+ * 2. If an element has the style as "opacity: 0", it is not being rendered.(that is, invisible).
+ * 3. If width and height of an element are explicitly set to 0, it is not being rendered.
+ * 4. If a parent element is hidden, an element itself is not being rendered.
+ * (CSS visibility property and display property are inherited.)
+ *
+ * @see {@link https://html.spec.whatwg.org/multipage/rendering.html#being-rendered}
+ * @function isBeingRendered
+ * @param element {Node}
+ * @return {boolean}
+ */
+ function isBeingRendered(element) {
+ if (!isVisibleStyleProperty(element.parentElement)) {
+ return false;
+ }
+ if (!isVisibleStyleProperty(element) || element.style.opacity === '0' || window.getComputedStyle(element).height === '0px' || window.getComputedStyle(element).width === '0px') {
+ return false;
+ }
+ return true;
+ }
+
+ /**
+ * Determine if the element is visible for the user or not.
+ * 1. If an element sum of its offsetWidth, offsetHeight, height and width is less than 1 is not visible.
+ * 2. If elementCenter.x is less than is not visible.
+ * 3. If elementCenter.x is more than the document's width is not visible.
+ * 4. If elementCenter.y is less than 0 is not visible.
+ * 5. If elementCenter.y is the document's height is not visible.
+ *
+ * @function isVisible
+ * @param element {Node}
+ * @return {boolean}
+ */
+ function isVisible(element) {
+ if (element.offsetWidth + element.offsetHeight + element.getBoundingClientRect().height + element.getBoundingClientRect().width === 0) {
+ return false;
+ }
+
+ // Define elementCenter object with props of x and y
+ // x: Left position relative to the viewport plus element's width (no margin) divided between 2.
+ // y: Top position relative to the viewport plus element's height (no margin) divided between 2.
+ const elementCenter = {
+ x: element.getBoundingClientRect().left + element.offsetWidth / 2,
+ y: element.getBoundingClientRect().top + element.offsetHeight / 2
+ };
+ if (elementCenter.x < 0) {
+ return false;
+ }
+ if (elementCenter.x > (document.documentElement.clientWidth || window.innerWidth)) {
+ return false;
+ }
+ if (elementCenter.y < 0) {
+ return false;
+ }
+ if (elementCenter.y > (document.documentElement.clientHeight || window.innerHeight)) {
+ return false;
+ }
+ let pointContainer = document.elementFromPoint(elementCenter.x, elementCenter.y);
+ while (pointContainer) {
+ if (pointContainer === element) {
+ return true;
+ }
+ if (pointContainer.parentNode) {
+ pointContainer = pointContainer.parentNode;
+ } else {
+ return false;
+ }
+ }
+ }
+
+ // If no DOM element was passed as argument use this component's element.
+ if (!el) {
+ el = this.el();
+ }
+
+ // If element is visible, is being rendered & either does not have a parent element or its tabIndex is not negative.
+ if (isVisible(el) && isBeingRendered(el) && (!el.parentElement || el.tabIndex >= 0)) {
+ return true;
+ }
+ return false;
+ }
+
/**
* Register a `Component` with `videojs` given the name and the component.
*
@@ -5626,111 +5342,67 @@
* @return {Component}
* The `Component` that was registered.
*/
- ;
-
- Component.registerComponent = function registerComponent(name, ComponentToRegister) {
+ static registerComponent(name, ComponentToRegister) {
if (typeof name !== 'string' || !name) {
- throw new Error("Illegal component name, \"" + name + "\"; must be a non-empty string.");
+ throw new Error(`Illegal component name, "${name}"; must be a non-empty string.`);
}
+ const Tech = Component$1.getComponent('Tech');
- var Tech = Component.getComponent('Tech'); // We need to make sure this check is only done if Tech has been registered.
-
- var isTech = Tech && Tech.isTech(ComponentToRegister);
- var isComp = Component === ComponentToRegister || Component.prototype.isPrototypeOf(ComponentToRegister.prototype);
-
+ // We need to make sure this check is only done if Tech has been registered.
+ const isTech = Tech && Tech.isTech(ComponentToRegister);
+ const isComp = Component$1 === ComponentToRegister || Component$1.prototype.isPrototypeOf(ComponentToRegister.prototype);
if (isTech || !isComp) {
- var reason;
-
+ let reason;
if (isTech) {
reason = 'techs must be registered using Tech.registerTech()';
} else {
reason = 'must be a Component subclass';
}
-
- throw new Error("Illegal component, \"" + name + "\"; " + reason + ".");
+ throw new Error(`Illegal component, "${name}"; ${reason}.`);
}
-
name = toTitleCase$1(name);
-
- if (!Component.components_) {
- Component.components_ = {};
+ if (!Component$1.components_) {
+ Component$1.components_ = {};
}
-
- var Player = Component.getComponent('Player');
-
+ const Player = Component$1.getComponent('Player');
if (name === 'Player' && Player && Player.players) {
- var players = Player.players;
- var playerNames = Object.keys(players); // If we have players that were disposed, then their name will still be
+ const players = Player.players;
+ const playerNames = Object.keys(players);
+
+ // If we have players that were disposed, then their name will still be
// in Players.players. So, we must loop through and verify that the value
// for each item is not null. This allows registration of the Player component
// after all players have been disposed or before any were created.
-
- if (players && playerNames.length > 0 && playerNames.map(function (pname) {
- return players[pname];
- }).every(Boolean)) {
+ if (players && playerNames.length > 0 && playerNames.map(pname => players[pname]).every(Boolean)) {
throw new Error('Can not register Player component after player has been created.');
}
}
-
- Component.components_[name] = ComponentToRegister;
- Component.components_[toLowerCase(name)] = ComponentToRegister;
+ Component$1.components_[name] = ComponentToRegister;
+ Component$1.components_[toLowerCase(name)] = ComponentToRegister;
return ComponentToRegister;
}
+
/**
* Get a `Component` based on the name it was registered with.
*
* @param {string} name
* The Name of the component to get.
*
- * @return {Component}
+ * @return {typeof Component}
* The `Component` that got registered under the given name.
*/
- ;
-
- Component.getComponent = function getComponent(name) {
- if (!name || !Component.components_) {
+ static getComponent(name) {
+ if (!name || !Component$1.components_) {
return;
}
-
- return Component.components_[name];
- };
-
- return Component;
- }();
- /**
- * Whether or not this component supports `requestAnimationFrame`.
- *
- * This is exposed primarily for testing purposes.
- *
- * @private
- * @type {Boolean}
- */
-
-
- Component$1.prototype.supportsRaf_ = typeof window.requestAnimationFrame === 'function' && typeof window.cancelAnimationFrame === 'function';
+ return Component$1.components_[name];
+ }
+ }
Component$1.registerComponent('Component', Component$1);
- function _assertThisInitialized(self) {
- if (self === void 0) {
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
- }
-
- return self;
- }
-
- var assertThisInitialized = _assertThisInitialized;
-
- function _inheritsLoose(subClass, superClass) {
- subClass.prototype = Object.create(superClass.prototype);
- subClass.prototype.constructor = subClass;
- subClass.__proto__ = superClass;
- }
-
- var inheritsLoose = _inheritsLoose;
-
/**
- * @file time-ranges.js
- * @module time-ranges
+ * @file time.js
+ * @module time
*/
/**
@@ -5750,17 +5422,17 @@
*/
/**
- * An object that contains ranges of time.
+ * An object that contains ranges of time, which mimics {@link TimeRanges}.
*
* @typedef {Object} TimeRange
*
* @property {number} length
* The number of time ranges represented by this object.
*
- * @property {module:time-ranges~TimeRangeIndex} start
+ * @property {module:time~TimeRangeIndex} start
* Returns the time offset at which a specified time range begins.
*
- * @property {module:time-ranges~TimeRangeIndex} end
+ * @property {module:time~TimeRangeIndex} end
* Returns the time offset at which a specified time range ends.
*
* @see https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges
@@ -5783,9 +5455,10 @@
*/
function rangeCheck(fnName, index, maxIndex) {
if (typeof index !== 'number' || index < 0 || index > maxIndex) {
- throw new Error("Failed to execute '" + fnName + "' on 'TimeRanges': The index provided (" + index + ") is non-numeric or out of bounds (0-" + maxIndex + ").");
+ throw new Error(`Failed to execute '${fnName}' on 'TimeRanges': The index provided (${index}) is non-numeric or out of bounds (0-${maxIndex}).`);
}
}
+
/**
* Get the time for the specified index at the start or end
* of a TimeRange object.
@@ -5810,31 +5483,29 @@
* @deprecated rangeIndex must be set to a value, in the future this will throw an error.
* @throws {Error} if rangeIndex is more than the length of ranges
*/
-
-
function getRange(fnName, valueIndex, ranges, rangeIndex) {
rangeCheck(fnName, rangeIndex, ranges.length - 1);
return ranges[rangeIndex][valueIndex];
}
+
/**
* Create a time range object given ranges of time.
*
* @private
* @param {Array} [ranges]
* An array of time ranges.
+ *
+ * @return {TimeRange}
*/
-
-
function createTimeRangesObj(ranges) {
- var timeRangesObj;
-
+ let timeRangesObj;
if (ranges === undefined || ranges.length === 0) {
timeRangesObj = {
length: 0,
- start: function start() {
+ start() {
throw new Error('This TimeRanges object is empty');
},
- end: function end() {
+ end() {
throw new Error('This TimeRanges object is empty');
}
};
@@ -5845,15 +5516,12 @@
end: getRange.bind(null, 'end', 1, ranges)
};
}
-
if (window.Symbol && window.Symbol.iterator) {
- timeRangesObj[window.Symbol.iterator] = function () {
- return (ranges || []).values();
- };
+ timeRangesObj[window.Symbol.iterator] = () => (ranges || []).values();
}
-
return timeRangesObj;
}
+
/**
* Create a `TimeRange` object which mimics an
* {@link https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges|HTML5 TimeRanges instance}.
@@ -5865,28 +5533,125 @@
* @param {number} end
* The end of a single range. Cannot be used with the array form of
* the `start` argument.
+ *
+ * @return {TimeRange}
*/
-
-
- function createTimeRanges(start, end) {
+ function createTimeRanges$1(start, end) {
if (Array.isArray(start)) {
return createTimeRangesObj(start);
} else if (start === undefined || end === undefined) {
return createTimeRangesObj();
}
-
return createTimeRangesObj([[start, end]]);
}
+ /**
+ * Format seconds as a time string, H:MM:SS or M:SS. Supplying a guide (in
+ * seconds) will force a number of leading zeros to cover the length of the
+ * guide.
+ *
+ * @private
+ * @param {number} seconds
+ * Number of seconds to be turned into a string
+ *
+ * @param {number} guide
+ * Number (in seconds) to model the string after
+ *
+ * @return {string}
+ * Time formatted as H:MM:SS or M:SS
+ */
+ const defaultImplementation = function (seconds, guide) {
+ seconds = seconds < 0 ? 0 : seconds;
+ let s = Math.floor(seconds % 60);
+ let m = Math.floor(seconds / 60 % 60);
+ let h = Math.floor(seconds / 3600);
+ const gm = Math.floor(guide / 60 % 60);
+ const gh = Math.floor(guide / 3600);
+
+ // handle invalid times
+ if (isNaN(seconds) || seconds === Infinity) {
+ // '-' is false for all relational operators (e.g. <, >=) so this setting
+ // will add the minimum number of fields specified by the guide
+ h = m = s = '-';
+ }
+
+ // Check if we need to show hours
+ h = h > 0 || gh > 0 ? h + ':' : '';
+
+ // If hours are showing, we may need to add a leading zero.
+ // Always show at least one digit of minutes.
+ m = ((h || gm >= 10) && m < 10 ? '0' + m : m) + ':';
+
+ // Check if leading zero is need for seconds
+ s = s < 10 ? '0' + s : s;
+ return h + m + s;
+ };
+
+ // Internal pointer to the current implementation.
+ let implementation = defaultImplementation;
+
+ /**
+ * Replaces the default formatTime implementation with a custom implementation.
+ *
+ * @param {Function} customImplementation
+ * A function which will be used in place of the default formatTime
+ * implementation. Will receive the current time in seconds and the
+ * guide (in seconds) as arguments.
+ */
+ function setFormatTime(customImplementation) {
+ implementation = customImplementation;
+ }
+
+ /**
+ * Resets formatTime to the default implementation.
+ */
+ function resetFormatTime() {
+ implementation = defaultImplementation;
+ }
+
+ /**
+ * Delegates to either the default time formatting function or a custom
+ * function supplied via `setFormatTime`.
+ *
+ * Formats seconds as a time string (H:MM:SS or M:SS). Supplying a
+ * guide (in seconds) will force a number of leading zeros to cover the
+ * length of the guide.
+ *
+ * @example formatTime(125, 600) === "02:05"
+ * @param {number} seconds
+ * Number of seconds to be turned into a string
+ *
+ * @param {number} guide
+ * Number (in seconds) to model the string after
+ *
+ * @return {string}
+ * Time formatted as H:MM:SS or M:SS
+ */
+ function formatTime(seconds, guide = seconds) {
+ return implementation(seconds, guide);
+ }
+
+ var Time = /*#__PURE__*/Object.freeze({
+ __proto__: null,
+ createTimeRanges: createTimeRanges$1,
+ createTimeRange: createTimeRanges$1,
+ setFormatTime: setFormatTime,
+ resetFormatTime: resetFormatTime,
+ formatTime: formatTime
+ });
+
/**
* @file buffer.js
* @module buffer
*/
+
+ /** @import { TimeRange } from './time' */
+
/**
* Compute the percentage of the media that has been buffered.
*
* @param {TimeRange} buffered
- * The current `TimeRange` object representing buffered time ranges
+ * The current `TimeRanges` object representing buffered time ranges
*
* @param {number} duration
* Total duration of the media
@@ -5894,37 +5659,33 @@
* @return {number}
* Percent buffered of the total duration in decimal form.
*/
-
function bufferedPercent(buffered, duration) {
- var bufferedDuration = 0;
- var start;
- var end;
-
+ let bufferedDuration = 0;
+ let start;
+ let end;
if (!duration) {
return 0;
}
-
if (!buffered || !buffered.length) {
- buffered = createTimeRanges(0, 0);
+ buffered = createTimeRanges$1(0, 0);
}
-
- for (var i = 0; i < buffered.length; i++) {
+ for (let i = 0; i < buffered.length; i++) {
start = buffered.start(i);
- end = buffered.end(i); // buffered end can be bigger than duration by a very small fraction
+ end = buffered.end(i);
+ // buffered end can be bigger than duration by a very small fraction
if (end > duration) {
end = duration;
}
-
bufferedDuration += end - start;
}
-
return bufferedDuration / duration;
}
/**
* @file media-error.js
*/
+
/**
* A Custom `MediaError` class which mimics the standard HTML5 `MediaError` class.
*
@@ -5942,14 +5703,12 @@
*
* @class MediaError
*/
-
function MediaError(value) {
// Allow redundant calls to this constructor to avoid having `instanceof`
// checks peppered around the code.
if (value instanceof MediaError) {
return value;
}
-
if (typeof value === 'number') {
this.code = value;
} else if (typeof value === 'string') {
@@ -5961,30 +5720,28 @@
if (typeof value.code === 'number') {
this.code = value.code;
}
-
- assign(this, value);
+ Object.assign(this, value);
}
-
if (!this.message) {
this.message = MediaError.defaultMessages[this.code] || '';
}
}
+
/**
* The error code that refers two one of the defined `MediaError` types
*
* @type {Number}
*/
-
-
MediaError.prototype.code = 0;
+
/**
* An optional message that to show with the error. Message is not part of the HTML5
* video spec but allows for more informative custom errors.
*
* @type {String}
*/
-
MediaError.prototype.message = '';
+
/**
* An optional status code that can be set by plugins to allow even more detail about
* the error. For example a plugin might provide a specific HTTP status code and an
@@ -5994,8 +5751,23 @@
*
* @type {Array}
*/
-
MediaError.prototype.status = null;
+
+ /**
+ * An object containing an error type, as well as other information regarding the error.
+ *
+ * @typedef {{errorType: string, [key: string]: any}} ErrorMetadata
+ */
+
+ /**
+ * An optional object to give more detail about the error. This can be used to give
+ * a higher level of specificity to an error versus the more generic MediaError codes.
+ * `metadata` expects an `errorType` string that should align with the values from videojs.Error.
+ *
+ * @type {ErrorMetadata}
+ */
+ MediaError.prototype.metadata = null;
+
/**
* Errors indexed by the W3C standard. The order **CANNOT CHANGE**! See the
* specification listed under {@link MediaError} for more information.
@@ -6009,42 +5781,139 @@
* @property {string} 4 - MEDIA_ERR_SRC_NOT_SUPPORTED
* @property {string} 5 - MEDIA_ERR_ENCRYPTED
*/
-
MediaError.errorTypes = ['MEDIA_ERR_CUSTOM', 'MEDIA_ERR_ABORTED', 'MEDIA_ERR_NETWORK', 'MEDIA_ERR_DECODE', 'MEDIA_ERR_SRC_NOT_SUPPORTED', 'MEDIA_ERR_ENCRYPTED'];
+
/**
* The default `MediaError` messages based on the {@link MediaError.errorTypes}.
*
* @type {Array}
* @constant
*/
-
MediaError.defaultMessages = {
1: 'You aborted the media playback',
2: 'A network error caused the media download to fail part-way.',
3: 'The media playback was aborted due to a corruption problem or because the media used features your browser did not support.',
4: 'The media could not be loaded, either because the server or network failed or because the format is not supported.',
5: 'The media is encrypted and we do not have the keys to decrypt it.'
- }; // Add types as properties on MediaError
- // e.g. MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
+ };
- for (var errNum = 0; errNum < MediaError.errorTypes.length; errNum++) {
- MediaError[MediaError.errorTypes[errNum]] = errNum; // values should be accessible on both the class and instance
+ /**
+ * W3C error code for any custom error.
+ *
+ * @member MediaError#MEDIA_ERR_CUSTOM
+ * @constant {number}
+ * @default 0
+ */
+ MediaError.MEDIA_ERR_CUSTOM = 0;
- MediaError.prototype[MediaError.errorTypes[errNum]] = errNum;
- } // jsdocs for instance/static members added above
+ /**
+ * W3C error code for any custom error.
+ *
+ * @member MediaError.MEDIA_ERR_CUSTOM
+ * @constant {number}
+ * @default 0
+ */
+ MediaError.prototype.MEDIA_ERR_CUSTOM = 0;
+
+ /**
+ * W3C error code for media error aborted.
+ *
+ * @member MediaError#MEDIA_ERR_ABORTED
+ * @constant {number}
+ * @default 1
+ */
+ MediaError.MEDIA_ERR_ABORTED = 1;
+
+ /**
+ * W3C error code for media error aborted.
+ *
+ * @member MediaError.MEDIA_ERR_ABORTED
+ * @constant {number}
+ * @default 1
+ */
+ MediaError.prototype.MEDIA_ERR_ABORTED = 1;
+
+ /**
+ * W3C error code for any network error.
+ *
+ * @member MediaError#MEDIA_ERR_NETWORK
+ * @constant {number}
+ * @default 2
+ */
+ MediaError.MEDIA_ERR_NETWORK = 2;
+
+ /**
+ * W3C error code for any network error.
+ *
+ * @member MediaError.MEDIA_ERR_NETWORK
+ * @constant {number}
+ * @default 2
+ */
+ MediaError.prototype.MEDIA_ERR_NETWORK = 2;
+
+ /**
+ * W3C error code for any decoding error.
+ *
+ * @member MediaError#MEDIA_ERR_DECODE
+ * @constant {number}
+ * @default 3
+ */
+ MediaError.MEDIA_ERR_DECODE = 3;
+
+ /**
+ * W3C error code for any decoding error.
+ *
+ * @member MediaError.MEDIA_ERR_DECODE
+ * @constant {number}
+ * @default 3
+ */
+ MediaError.prototype.MEDIA_ERR_DECODE = 3;
+
+ /**
+ * W3C error code for any time that a source is not supported.
+ *
+ * @member MediaError#MEDIA_ERR_SRC_NOT_SUPPORTED
+ * @constant {number}
+ * @default 4
+ */
+ MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
+
+ /**
+ * W3C error code for any time that a source is not supported.
+ *
+ * @member MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED
+ * @constant {number}
+ * @default 4
+ */
+ MediaError.prototype.MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
+
+ /**
+ * W3C error code for any time that a source is encrypted.
+ *
+ * @member MediaError#MEDIA_ERR_ENCRYPTED
+ * @constant {number}
+ * @default 5
+ */
+ MediaError.MEDIA_ERR_ENCRYPTED = 5;
+
+ /**
+ * W3C error code for any time that a source is encrypted.
+ *
+ * @member MediaError.MEDIA_ERR_ENCRYPTED
+ * @constant {number}
+ * @default 5
+ */
+ MediaError.prototype.MEDIA_ERR_ENCRYPTED = 5;
var tuple = SafeParseTuple;
-
function SafeParseTuple(obj, reviver) {
var json;
var error = null;
-
try {
json = JSON.parse(obj, reviver);
} catch (err) {
error = err;
}
-
return [error, json];
}
@@ -6060,6 +5929,7 @@
function isPromise(value) {
return value !== undefined && value !== null && typeof value.then === 'function';
}
+
/**
* Silence a Promise-like object.
*
@@ -6069,10 +5939,9 @@
* @param {Object} value
* An object that may or may not be `Promise`-like.
*/
-
function silencePromise(value) {
if (isPromise(value)) {
- value.then(null, function (e) {});
+ value.then(null, e => {});
}
}
@@ -6083,6 +5952,8 @@
* @module text-track-list-converter
*/
+ /** @import Tech from '../tech/tech' */
+
/**
* Examine a single {@link TextTrack} and return a JSON-compatible javascript object that
* represents the {@link TextTrack}'s state.
@@ -6094,12 +5965,11 @@
* A serializable javascript representation of the TextTrack.
* @private
*/
- var trackToJson_ = function trackToJson_(track) {
- var ret = ['kind', 'label', 'language', 'id', 'inBandMetadataTrackDispatchType', 'mode', 'src'].reduce(function (acc, prop, i) {
+ const trackToJson_ = function (track) {
+ const ret = ['kind', 'label', 'language', 'id', 'inBandMetadataTrackDispatchType', 'mode', 'src'].reduce((acc, prop, i) => {
if (track[prop]) {
acc[prop] = track[prop];
}
-
return acc;
}, {
cues: track.cues && Array.prototype.map.call(track.cues, function (cue) {
@@ -6113,6 +5983,7 @@
});
return ret;
};
+
/**
* Examine a {@link Tech} and return a JSON-compatible javascript array that represents the
* state of all {@link TextTrack}s currently configured. The return array is compatible with
@@ -6125,26 +5996,21 @@
* A serializable javascript representation of the {@link Tech}s
* {@link TextTrackList}.
*/
-
-
- var textTracksToJson = function textTracksToJson(tech) {
- var trackEls = tech.$$('track');
- var trackObjs = Array.prototype.map.call(trackEls, function (t) {
- return t.track;
- });
- var tracks = Array.prototype.map.call(trackEls, function (trackEl) {
- var json = trackToJson_(trackEl.track);
-
+ const textTracksToJson = function (tech) {
+ const trackEls = tech.$$('track');
+ const trackObjs = Array.prototype.map.call(trackEls, t => t.track);
+ const tracks = Array.prototype.map.call(trackEls, function (trackEl) {
+ const json = trackToJson_(trackEl.track);
if (trackEl.src) {
json.src = trackEl.src;
}
-
return json;
});
return tracks.concat(Array.prototype.filter.call(tech.textTracks(), function (track) {
return trackObjs.indexOf(track) === -1;
}).map(trackToJson_));
};
+
/**
* Create a set of remote {@link TextTrack}s on a {@link Tech} based on an array of javascript
* object {@link TextTrack} representations.
@@ -6156,28 +6022,30 @@
* @param {Tech} tech
* The `Tech` to create the `TextTrack`s on.
*/
-
-
- var jsonToTextTracks = function jsonToTextTracks(json, tech) {
+ const jsonToTextTracks = function (json, tech) {
json.forEach(function (track) {
- var addedTrack = tech.addRemoteTextTrack(track).track;
-
+ const addedTrack = tech.addRemoteTextTrack(track).track;
if (!track.src && track.cues) {
- track.cues.forEach(function (cue) {
- return addedTrack.addCue(cue);
- });
+ track.cues.forEach(cue => addedTrack.addCue(cue));
}
});
return tech.textTracks();
};
-
var textTrackConverter = {
- textTracksToJson: textTracksToJson,
- jsonToTextTracks: jsonToTextTracks,
- trackToJson_: trackToJson_
+ textTracksToJson,
+ jsonToTextTracks,
+ trackToJson_
};
- var MODAL_CLASS_NAME = 'vjs-modal-dialog';
+ /**
+ * @file modal-dialog.js
+ */
+
+ /** @import Player from './player' */
+ /** @import { ContentDescriptor } from './utils/dom' */
+
+ const MODAL_CLASS_NAME = 'vjs-modal-dialog';
+
/**
* The `ModalDialog` displays over the video and its controls, which blocks
* interaction with the player until it is closed.
@@ -6187,12 +6055,9 @@
*
* @extends Component
*/
-
- var ModalDialog = /*#__PURE__*/function (_Component) {
- inheritsLoose(ModalDialog, _Component);
-
+ class ModalDialog extends Component$1 {
/**
- * Create an instance of this class.
+ * Creates an instance of this class.
*
* @param {Player} player
* The `Player` that this class should be attached to.
@@ -6200,7 +6065,7 @@
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Mixed} [options.content=undefined]
+ * @param {ContentDescriptor} [options.content=undefined]
* Provide customized content for this modal.
*
* @param {string} [options.description]
@@ -6227,96 +6092,76 @@
* through the UI in the normal ways. Programmatic closing is
* still possible.
*/
- function ModalDialog(player, options) {
- var _this;
+ constructor(player, options) {
+ super(player, options);
+ this.handleKeyDown_ = e => this.handleKeyDown(e);
+ this.close_ = e => this.close(e);
+ this.opened_ = this.hasBeenOpened_ = this.hasBeenFilled_ = false;
+ this.closeable(!this.options_.uncloseable);
+ this.content(this.options_.content);
- _this = _Component.call(this, player, options) || this;
-
- _this.handleKeyDown_ = function (e) {
- return _this.handleKeyDown(e);
- };
-
- _this.close_ = function (e) {
- return _this.close(e);
- };
-
- _this.opened_ = _this.hasBeenOpened_ = _this.hasBeenFilled_ = false;
-
- _this.closeable(!_this.options_.uncloseable);
-
- _this.content(_this.options_.content); // Make sure the contentEl is defined AFTER any children are initialized
+ // Make sure the contentEl is defined AFTER any children are initialized
// because we only want the contents of the modal in the contentEl
// (not the UI elements like the close button).
-
-
- _this.contentEl_ = createEl('div', {
- className: MODAL_CLASS_NAME + "-content"
+ this.contentEl_ = createEl('div', {
+ className: `${MODAL_CLASS_NAME}-content`
}, {
role: 'document'
});
- _this.descEl_ = createEl('p', {
- className: MODAL_CLASS_NAME + "-description vjs-control-text",
- id: _this.el().getAttribute('aria-describedby')
+ this.descEl_ = createEl('p', {
+ className: `${MODAL_CLASS_NAME}-description vjs-control-text`,
+ id: this.el().getAttribute('aria-describedby')
});
- textContent(_this.descEl_, _this.description());
-
- _this.el_.appendChild(_this.descEl_);
-
- _this.el_.appendChild(_this.contentEl_);
-
- return _this;
+ textContent(this.descEl_, this.description());
+ this.el_.appendChild(this.descEl_);
+ this.el_.appendChild(this.contentEl_);
}
+
/**
* Create the `ModalDialog`'s DOM element
*
* @return {Element}
* The DOM element that gets created.
*/
-
-
- var _proto = ModalDialog.prototype;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: this.buildCSSClass(),
tabIndex: -1
}, {
- 'aria-describedby': this.id() + "_description",
+ 'aria-describedby': `${this.id()}_description`,
'aria-hidden': 'true',
'aria-label': this.label(),
- 'role': 'dialog'
+ 'role': 'dialog',
+ 'aria-live': 'polite'
});
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
this.contentEl_ = null;
this.descEl_ = null;
this.previouslyActiveEl_ = null;
-
- _Component.prototype.dispose.call(this);
+ super.dispose();
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
- ;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return MODAL_CLASS_NAME + " vjs-hidden " + _Component.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `${MODAL_CLASS_NAME} vjs-hidden ${super.buildCSSClass()}`;
}
+
/**
* Returns the label string for this modal. Primarily used for accessibility.
*
* @return {string}
* the localized or raw label of this modal.
*/
- ;
-
- _proto.label = function label() {
+ label() {
return this.localize(this.options_.label || 'Modal Window');
}
+
/**
* Returns the description string for this modal. Primarily used for
* accessibility.
@@ -6324,69 +6169,71 @@
* @return {string}
* The localized or raw description of this modal.
*/
- ;
-
- _proto.description = function description() {
- var desc = this.options_.description || this.localize('This is a modal window.'); // Append a universal closeability message if the modal is closeable.
+ description() {
+ let desc = this.options_.description || this.localize('This is a modal window.');
+ // Append a universal closeability message if the modal is closeable.
if (this.closeable()) {
desc += ' ' + this.localize('This modal can be closed by pressing the Escape key or activating the close button.');
}
-
return desc;
}
+
/**
* Opens the modal.
*
* @fires ModalDialog#beforemodalopen
* @fires ModalDialog#modalopen
*/
- ;
-
- _proto.open = function open() {
- if (!this.opened_) {
- var player = this.player();
- /**
- * Fired just before a `ModalDialog` is opened.
- *
- * @event ModalDialog#beforemodalopen
- * @type {EventTarget~Event}
- */
-
- this.trigger('beforemodalopen');
- this.opened_ = true; // Fill content if the modal has never opened before and
- // never been filled.
-
- if (this.options_.fillAlways || !this.hasBeenOpened_ && !this.hasBeenFilled_) {
+ open() {
+ if (this.opened_) {
+ if (this.options_.fillAlways) {
this.fill();
- } // If the player was playing, pause it and take note of its previously
- // playing state.
-
-
- this.wasPlaying_ = !player.paused();
-
- if (this.options_.pauseOnOpen && this.wasPlaying_) {
- player.pause();
}
-
- this.on('keydown', this.handleKeyDown_); // Hide controls and note if they were enabled.
-
- this.hadControls_ = player.controls();
- player.controls(false);
- this.show();
- this.conditionalFocus_();
- this.el().setAttribute('aria-hidden', 'false');
- /**
- * Fired just after a `ModalDialog` is opened.
- *
- * @event ModalDialog#modalopen
- * @type {EventTarget~Event}
- */
-
- this.trigger('modalopen');
- this.hasBeenOpened_ = true;
+ return;
}
+ const player = this.player();
+
+ /**
+ * Fired just before a `ModalDialog` is opened.
+ *
+ * @event ModalDialog#beforemodalopen
+ * @type {Event}
+ */
+ this.trigger('beforemodalopen');
+ this.opened_ = true;
+
+ // Fill content if the modal has never opened before and
+ // never been filled.
+ if (this.options_.fillAlways || !this.hasBeenOpened_ && !this.hasBeenFilled_) {
+ this.fill();
+ }
+
+ // If the player was playing, pause it and take note of its previously
+ // playing state.
+ this.wasPlaying_ = !player.paused();
+ if (this.options_.pauseOnOpen && this.wasPlaying_) {
+ player.pause();
+ }
+ this.on('keydown', this.handleKeyDown_);
+
+ // Hide controls and note if they were enabled.
+ this.hadControls_ = player.controls();
+ player.controls(false);
+ this.show();
+ this.conditionalFocus_();
+ this.el().setAttribute('aria-hidden', 'false');
+
+ /**
+ * Fired just after a `ModalDialog` is opened.
+ *
+ * @event ModalDialog#modalopen
+ * @type {Event}
+ */
+ this.trigger('modalopen');
+ this.hasBeenOpened_ = true;
}
+
/**
* If the `ModalDialog` is currently open or closed.
*
@@ -6396,15 +6243,13 @@
* @return {boolean}
* the current open state of the modaldialog
*/
- ;
-
- _proto.opened = function opened(value) {
+ opened(value) {
if (typeof value === 'boolean') {
this[value ? 'open' : 'close']();
}
-
return this.opened_;
}
+
/**
* Closes the modal, does nothing if the `ModalDialog` is
* not open.
@@ -6412,50 +6257,48 @@
* @fires ModalDialog#beforemodalclose
* @fires ModalDialog#modalclose
*/
- ;
-
- _proto.close = function close() {
+ close() {
if (!this.opened_) {
return;
}
+ const player = this.player();
- var player = this.player();
/**
* Fired just before a `ModalDialog` is closed.
*
* @event ModalDialog#beforemodalclose
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('beforemodalclose');
this.opened_ = false;
-
if (this.wasPlaying_ && this.options_.pauseOnOpen) {
player.play();
}
-
this.off('keydown', this.handleKeyDown_);
-
if (this.hadControls_) {
player.controls(true);
}
-
this.hide();
this.el().setAttribute('aria-hidden', 'true');
+
/**
* Fired just after a `ModalDialog` is closed.
*
* @event ModalDialog#modalclose
- * @type {EventTarget~Event}
+ * @type {Event}
+ *
+ * @property {boolean} [bubbles=true]
*/
-
- this.trigger('modalclose');
+ this.trigger({
+ type: 'modalclose',
+ bubbles: true
+ });
this.conditionalBlur_();
-
if (this.options_.temporary) {
this.dispose();
}
}
+
/**
* Check to see if the `ModalDialog` is closeable via the UI.
*
@@ -6465,44 +6308,42 @@
* @return {boolean}
* Returns the final value of the closable option.
*/
- ;
-
- _proto.closeable = function closeable(value) {
+ closeable(value) {
if (typeof value === 'boolean') {
- var closeable = this.closeable_ = !!value;
- var close = this.getChild('closeButton'); // If this is being made closeable and has no close button, add one.
+ const closeable = this.closeable_ = !!value;
+ let close = this.getChild('closeButton');
+ // If this is being made closeable and has no close button, add one.
if (closeable && !close) {
// The close button should be a child of the modal - not its
// content element, so temporarily change the content element.
- var temp = this.contentEl_;
+ const temp = this.contentEl_;
this.contentEl_ = this.el_;
close = this.addChild('closeButton', {
controlText: 'Close Modal Dialog'
});
this.contentEl_ = temp;
this.on(close, 'close', this.close_);
- } // If this is being made uncloseable and has a close button, remove it.
-
+ }
+ // If this is being made uncloseable and has a close button, remove it.
if (!closeable && close) {
this.off(close, 'close', this.close_);
this.removeChild(close);
close.dispose();
}
}
-
return this.closeable_;
}
+
/**
* Fill the modal's content element with the modal's "content" option.
* The content element will be emptied before this change takes place.
*/
- ;
-
- _proto.fill = function fill() {
+ fill() {
this.fillWith(this.content());
}
+
/**
* Fill the modal's content element with arbitrary content.
* The content element will be emptied before this change takes place.
@@ -6510,26 +6351,25 @@
* @fires ModalDialog#beforemodalfill
* @fires ModalDialog#modalfill
*
- * @param {Mixed} [content]
+ * @param {ContentDescriptor} [content]
* The same rules apply to this as apply to the `content` option.
*/
- ;
+ fillWith(content) {
+ const contentEl = this.contentEl();
+ const parentEl = contentEl.parentNode;
+ const nextSiblingEl = contentEl.nextSibling;
- _proto.fillWith = function fillWith(content) {
- var contentEl = this.contentEl();
- var parentEl = contentEl.parentNode;
- var nextSiblingEl = contentEl.nextSibling;
/**
* Fired just before a `ModalDialog` is filled with content.
*
* @event ModalDialog#beforemodalfill
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('beforemodalfill');
- this.hasBeenFilled_ = true; // Detach the content element from the DOM before performing
- // manipulation to avoid modifying the live DOM multiple times.
+ this.hasBeenFilled_ = true;
+ // Detach the content element from the DOM before performing
+ // manipulation to avoid modifying the live DOM multiple times.
parentEl.removeChild(contentEl);
this.empty();
insertContent(contentEl, content);
@@ -6537,50 +6377,57 @@
* Fired just after a `ModalDialog` is filled with content.
*
* @event ModalDialog#modalfill
- * @type {EventTarget~Event}
+ * @type {Event}
*/
+ this.trigger('modalfill');
- this.trigger('modalfill'); // Re-inject the re-filled content element.
-
+ // Re-inject the re-filled content element.
if (nextSiblingEl) {
parentEl.insertBefore(contentEl, nextSiblingEl);
} else {
parentEl.appendChild(contentEl);
- } // make sure that the close button is last in the dialog DOM
-
-
- var closeButton = this.getChild('closeButton');
+ }
+ // make sure that the close button is last in the dialog DOM
+ const closeButton = this.getChild('closeButton');
if (closeButton) {
parentEl.appendChild(closeButton.el_);
}
+
+ /**
+ * Fired after `ModalDialog` is re-filled with content & close button is appended.
+ *
+ * @event ModalDialog#aftermodalfill
+ * @type {Event}
+ */
+ this.trigger('aftermodalfill');
}
+
/**
* Empties the content element. This happens anytime the modal is filled.
*
* @fires ModalDialog#beforemodalempty
* @fires ModalDialog#modalempty
*/
- ;
-
- _proto.empty = function empty() {
+ empty() {
/**
* Fired just before a `ModalDialog` is emptied.
*
* @event ModalDialog#beforemodalempty
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger('beforemodalempty');
emptyEl(this.contentEl());
+
/**
* Fired just after a `ModalDialog` is emptied.
*
* @event ModalDialog#modalempty
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('modalempty');
}
+
/**
* Gets or sets the modal content, which gets normalized before being
* rendered into the DOM.
@@ -6588,90 +6435,90 @@
* This does not update the DOM or fill the modal, but it is called during
* that process.
*
- * @param {Mixed} [value]
+ * @param {ContentDescriptor} [value]
* If defined, sets the internal content value to be used on the
* next call(s) to `fill`. This value is normalized before being
* inserted. To "clear" the internal content value, pass `null`.
*
- * @return {Mixed}
+ * @return {ContentDescriptor}
* The current content of the modal dialog
*/
- ;
-
- _proto.content = function content(value) {
+ content(value) {
if (typeof value !== 'undefined') {
this.content_ = value;
}
-
return this.content_;
}
+
/**
* conditionally focus the modal dialog if focus was previously on the player.
*
* @private
*/
- ;
-
- _proto.conditionalFocus_ = function conditionalFocus_() {
- var activeEl = document.activeElement;
- var playerEl = this.player_.el_;
+ conditionalFocus_() {
+ const activeEl = document.activeElement;
+ const playerEl = this.player_.el_;
this.previouslyActiveEl_ = null;
-
if (playerEl.contains(activeEl) || playerEl === activeEl) {
this.previouslyActiveEl_ = activeEl;
this.focus();
}
}
+
/**
* conditionally blur the element and refocus the last focused element
*
* @private
*/
- ;
-
- _proto.conditionalBlur_ = function conditionalBlur_() {
+ conditionalBlur_() {
if (this.previouslyActiveEl_) {
this.previouslyActiveEl_.focus();
this.previouslyActiveEl_ = null;
}
}
+
/**
* Keydown handler. Attached when modal is focused.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
+ handleKeyDown(event) {
+ /**
+ * Fired a custom keyDown event that bubbles.
+ *
+ * @event ModalDialog#modalKeydown
+ * @type {Event}
+ */
+ this.trigger({
+ type: 'modalKeydown',
+ originalEvent: event,
+ target: this,
+ bubbles: true
+ });
// Do not allow keydowns to reach out of the modal dialog.
event.stopPropagation();
-
- if (keycode.isEventKey(event, 'Escape') && this.closeable()) {
+ if (event.key === 'Escape' && this.closeable()) {
event.preventDefault();
this.close();
return;
- } // exit early if it isn't a tab key
-
-
- if (!keycode.isEventKey(event, 'Tab')) {
- return;
}
- var focusableEls = this.focusableEls_();
- var activeEl = this.el_.querySelector(':focus');
- var focusIndex;
-
- for (var i = 0; i < focusableEls.length; i++) {
+ // exit early if it isn't a tab key
+ if (event.key !== 'Tab') {
+ return;
+ }
+ const focusableEls = this.focusableEls_();
+ const activeEl = this.el_.querySelector(':focus');
+ let focusIndex;
+ for (let i = 0; i < focusableEls.length; i++) {
if (activeEl === focusableEls[i]) {
focusIndex = i;
break;
}
}
-
if (document.activeElement === this.el_) {
focusIndex = 0;
}
-
if (event.shiftKey && focusIndex === 0) {
focusableEls[focusableEls.length - 1].focus();
event.preventDefault();
@@ -6680,82 +6527,73 @@
event.preventDefault();
}
}
+
/**
* get all focusable elements
*
* @private
*/
- ;
-
- _proto.focusableEls_ = function focusableEls_() {
- var allChildren = this.el_.querySelectorAll('*');
- return Array.prototype.filter.call(allChildren, function (child) {
+ focusableEls_() {
+ const allChildren = this.el_.querySelectorAll('*');
+ return Array.prototype.filter.call(allChildren, child => {
return (child instanceof window.HTMLAnchorElement || child instanceof window.HTMLAreaElement) && child.hasAttribute('href') || (child instanceof window.HTMLInputElement || child instanceof window.HTMLSelectElement || child instanceof window.HTMLTextAreaElement || child instanceof window.HTMLButtonElement) && !child.hasAttribute('disabled') || child instanceof window.HTMLIFrameElement || child instanceof window.HTMLObjectElement || child instanceof window.HTMLEmbedElement || child.hasAttribute('tabindex') && child.getAttribute('tabindex') !== -1 || child.hasAttribute('contenteditable');
});
- };
+ }
+ }
- return ModalDialog;
- }(Component$1);
/**
* Default options for `ModalDialog` default options.
*
* @type {Object}
* @private
*/
-
-
ModalDialog.prototype.options_ = {
pauseOnOpen: true,
temporary: true
};
Component$1.registerComponent('ModalDialog', ModalDialog);
+ /**
+ * @file track-list.js
+ */
+
+ /** @import Track from './track' */
+
/**
* Common functionaliy between {@link TextTrackList}, {@link AudioTrackList}, and
* {@link VideoTrackList}
*
* @extends EventTarget
*/
-
- var TrackList = /*#__PURE__*/function (_EventTarget) {
- inheritsLoose(TrackList, _EventTarget);
-
+ class TrackList extends EventTarget$2 {
/**
* Create an instance of this class
*
- * @param {Track[]} tracks
+ * @param { Track[] } tracks
* A list of tracks to initialize the list with.
*
* @abstract
*/
- function TrackList(tracks) {
- var _this;
+ constructor(tracks = []) {
+ super();
+ this.tracks_ = [];
- if (tracks === void 0) {
- tracks = [];
- }
-
- _this = _EventTarget.call(this) || this;
- _this.tracks_ = [];
/**
* @memberof TrackList
* @member {number} length
* The current number of `Track`s in the this Trackist.
* @instance
*/
-
- Object.defineProperty(assertThisInitialized(_this), 'length', {
- get: function get() {
+ Object.defineProperty(this, 'length', {
+ get() {
return this.tracks_.length;
}
});
-
- for (var i = 0; i < tracks.length; i++) {
- _this.addTrack(tracks[i]);
+ for (let i = 0; i < tracks.length; i++) {
+ this.addTrack(tracks[i]);
}
-
- return _this;
}
+
/**
* Add a {@link Track} to the `TrackList`
*
@@ -6764,63 +6602,54 @@
*
* @fires TrackList#addtrack
*/
-
-
- var _proto = TrackList.prototype;
-
- _proto.addTrack = function addTrack(track) {
- var _this2 = this;
-
- var index = this.tracks_.length;
-
+ addTrack(track) {
+ const index = this.tracks_.length;
if (!('' + index in this)) {
Object.defineProperty(this, index, {
- get: function get() {
+ get() {
return this.tracks_[index];
}
});
- } // Do not add duplicate tracks
-
+ }
+ // Do not add duplicate tracks
if (this.tracks_.indexOf(track) === -1) {
this.tracks_.push(track);
/**
* Triggered when a track is added to a track list.
*
* @event TrackList#addtrack
- * @type {EventTarget~Event}
+ * @type {Event}
* @property {Track} track
* A reference to track that was added.
*/
-
this.trigger({
- track: track,
+ track,
type: 'addtrack',
target: this
});
}
+
/**
* Triggered when a track label is changed.
*
* @event TrackList#addtrack
- * @type {EventTarget~Event}
+ * @type {Event}
* @property {Track} track
* A reference to track that was added.
*/
-
-
- track.labelchange_ = function () {
- _this2.trigger({
- track: track,
+ track.labelchange_ = () => {
+ this.trigger({
+ track,
type: 'labelchange',
- target: _this2
+ target: this
});
};
-
if (isEvented(track)) {
track.addEventListener('labelchange', track.labelchange_);
}
}
+
/**
* Remove a {@link Track} from the `TrackList`
*
@@ -6829,43 +6658,37 @@
*
* @fires TrackList#removetrack
*/
- ;
-
- _proto.removeTrack = function removeTrack(rtrack) {
- var track;
-
- for (var i = 0, l = this.length; i < l; i++) {
+ removeTrack(rtrack) {
+ let track;
+ for (let i = 0, l = this.length; i < l; i++) {
if (this[i] === rtrack) {
track = this[i];
-
if (track.off) {
track.off();
}
-
this.tracks_.splice(i, 1);
break;
}
}
-
if (!track) {
return;
}
+
/**
* Triggered when a track is removed from track list.
*
* @event TrackList#removetrack
- * @type {EventTarget~Event}
+ * @type {Event}
* @property {Track} track
* A reference to track that was removed.
*/
-
-
this.trigger({
- track: track,
+ track,
type: 'removetrack',
target: this
});
}
+
/**
* Get a Track from the TrackList by a tracks id
*
@@ -6874,51 +6697,50 @@
* @return {Track}
* @private
*/
- ;
-
- _proto.getTrackById = function getTrackById(id) {
- var result = null;
-
- for (var i = 0, l = this.length; i < l; i++) {
- var track = this[i];
-
+ getTrackById(id) {
+ let result = null;
+ for (let i = 0, l = this.length; i < l; i++) {
+ const track = this[i];
if (track.id === id) {
result = track;
break;
}
}
-
return result;
- };
+ }
+ }
- return TrackList;
- }(EventTarget$2);
/**
* Triggered when a different track is selected/enabled.
*
* @event TrackList#change
- * @type {EventTarget~Event}
+ * @type {Event}
*/
/**
* Events that can be called with on + eventName. See {@link EventHandler}.
*
* @property {Object} TrackList#allowedEvents_
- * @private
+ * @protected
*/
-
-
TrackList.prototype.allowedEvents_ = {
change: 'change',
addtrack: 'addtrack',
removetrack: 'removetrack',
labelchange: 'labelchange'
- }; // emulate attribute EventHandler support to allow for feature detection
+ };
- for (var event in TrackList.prototype.allowedEvents_) {
+ // emulate attribute EventHandler support to allow for feature detection
+ for (const event in TrackList.prototype.allowedEvents_) {
TrackList.prototype['on' + event] = null;
}
+ /**
+ * @file audio-track-list.js
+ */
+
+ /** @import AudioTrack from './audio-track' */
+
/**
* Anywhere we call this function we diverge from the spec
* as we only support one enabled audiotrack at a time
@@ -6931,54 +6753,42 @@
*
* @private
*/
-
- var disableOthers$1 = function disableOthers(list, track) {
- for (var i = 0; i < list.length; i++) {
+ const disableOthers$1 = function (list, track) {
+ for (let i = 0; i < list.length; i++) {
if (!Object.keys(list[i]).length || track.id === list[i].id) {
continue;
- } // another audio track is enabled, disable it
-
-
+ }
+ // another audio track is enabled, disable it
list[i].enabled = false;
}
};
+
/**
* The current list of {@link AudioTrack} for a media file.
*
* @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist}
* @extends TrackList
*/
-
-
- var AudioTrackList = /*#__PURE__*/function (_TrackList) {
- inheritsLoose(AudioTrackList, _TrackList);
-
+ class AudioTrackList extends TrackList {
/**
* Create an instance of this class.
*
* @param {AudioTrack[]} [tracks=[]]
* A list of `AudioTrack` to instantiate the list with.
*/
- function AudioTrackList(tracks) {
- var _this;
-
- if (tracks === void 0) {
- tracks = [];
- }
-
+ constructor(tracks = []) {
// make sure only 1 track is enabled
// sorted from last index to first index
- for (var i = tracks.length - 1; i >= 0; i--) {
+ for (let i = tracks.length - 1; i >= 0; i--) {
if (tracks[i].enabled) {
disableOthers$1(tracks, tracks[i]);
break;
}
}
-
- _this = _TrackList.call(this, tracks) || this;
- _this.changing_ = false;
- return _this;
+ super(tracks);
+ this.changing_ = false;
}
+
/**
* Add an {@link AudioTrack} to the `AudioTrackList`.
*
@@ -6987,58 +6797,48 @@
*
* @fires TrackList#addtrack
*/
-
-
- var _proto = AudioTrackList.prototype;
-
- _proto.addTrack = function addTrack(track) {
- var _this2 = this;
-
+ addTrack(track) {
if (track.enabled) {
disableOthers$1(this, track);
}
-
- _TrackList.prototype.addTrack.call(this, track); // native tracks don't have this
-
-
+ super.addTrack(track);
+ // native tracks don't have this
if (!track.addEventListener) {
return;
}
-
- track.enabledChange_ = function () {
+ track.enabledChange_ = () => {
// when we are disabling other tracks (since we don't support
// more than one track at a time) we will set changing_
// to true so that we don't trigger additional change events
- if (_this2.changing_) {
+ if (this.changing_) {
return;
}
-
- _this2.changing_ = true;
- disableOthers$1(_this2, track);
- _this2.changing_ = false;
-
- _this2.trigger('change');
+ this.changing_ = true;
+ disableOthers$1(this, track);
+ this.changing_ = false;
+ this.trigger('change');
};
+
/**
* @listens AudioTrack#enabledchange
* @fires TrackList#change
*/
-
-
track.addEventListener('enabledchange', track.enabledChange_);
- };
-
- _proto.removeTrack = function removeTrack(rtrack) {
- _TrackList.prototype.removeTrack.call(this, rtrack);
-
+ }
+ removeTrack(rtrack) {
+ super.removeTrack(rtrack);
if (rtrack.removeEventListener && rtrack.enabledChange_) {
rtrack.removeEventListener('enabledchange', rtrack.enabledChange_);
rtrack.enabledChange_ = null;
}
- };
+ }
+ }
- return AudioTrackList;
- }(TrackList);
+ /**
+ * @file video-track-list.js
+ */
+
+ /** @import VideoTrack from './video-track' */
/**
* Un-select all other {@link VideoTrack}s that are selected.
@@ -7051,71 +6851,58 @@
*
* @private
*/
-
- var disableOthers = function disableOthers(list, track) {
- for (var i = 0; i < list.length; i++) {
+ const disableOthers = function (list, track) {
+ for (let i = 0; i < list.length; i++) {
if (!Object.keys(list[i]).length || track.id === list[i].id) {
continue;
- } // another video track is enabled, disable it
-
-
+ }
+ // another video track is enabled, disable it
list[i].selected = false;
}
};
+
/**
* The current list of {@link VideoTrack} for a video.
*
* @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist}
* @extends TrackList
*/
-
-
- var VideoTrackList = /*#__PURE__*/function (_TrackList) {
- inheritsLoose(VideoTrackList, _TrackList);
-
+ class VideoTrackList extends TrackList {
/**
* Create an instance of this class.
*
* @param {VideoTrack[]} [tracks=[]]
* A list of `VideoTrack` to instantiate the list with.
*/
- function VideoTrackList(tracks) {
- var _this;
-
- if (tracks === void 0) {
- tracks = [];
- }
-
+ constructor(tracks = []) {
// make sure only 1 track is enabled
// sorted from last index to first index
- for (var i = tracks.length - 1; i >= 0; i--) {
+ for (let i = tracks.length - 1; i >= 0; i--) {
if (tracks[i].selected) {
disableOthers(tracks, tracks[i]);
break;
}
}
+ super(tracks);
+ this.changing_ = false;
- _this = _TrackList.call(this, tracks) || this;
- _this.changing_ = false;
/**
* @member {number} VideoTrackList#selectedIndex
* The current index of the selected {@link VideoTrack`}.
*/
-
- Object.defineProperty(assertThisInitialized(_this), 'selectedIndex', {
- get: function get() {
- for (var _i = 0; _i < this.length; _i++) {
- if (this[_i].selected) {
- return _i;
+ Object.defineProperty(this, 'selectedIndex', {
+ get() {
+ for (let i = 0; i < this.length; i++) {
+ if (this[i].selected) {
+ return i;
}
}
-
return -1;
},
- set: function set() {}
+ set() {}
});
- return _this;
}
+
/**
* Add a {@link VideoTrack} to the `VideoTrackList`.
*
@@ -7124,55 +6911,45 @@
*
* @fires TrackList#addtrack
*/
-
-
- var _proto = VideoTrackList.prototype;
-
- _proto.addTrack = function addTrack(track) {
- var _this2 = this;
-
+ addTrack(track) {
if (track.selected) {
disableOthers(this, track);
}
-
- _TrackList.prototype.addTrack.call(this, track); // native tracks don't have this
-
-
+ super.addTrack(track);
+ // native tracks don't have this
if (!track.addEventListener) {
return;
}
-
- track.selectedChange_ = function () {
- if (_this2.changing_) {
+ track.selectedChange_ = () => {
+ if (this.changing_) {
return;
}
-
- _this2.changing_ = true;
- disableOthers(_this2, track);
- _this2.changing_ = false;
-
- _this2.trigger('change');
+ this.changing_ = true;
+ disableOthers(this, track);
+ this.changing_ = false;
+ this.trigger('change');
};
+
/**
* @listens VideoTrack#selectedchange
* @fires TrackList#change
*/
-
-
track.addEventListener('selectedchange', track.selectedChange_);
- };
-
- _proto.removeTrack = function removeTrack(rtrack) {
- _TrackList.prototype.removeTrack.call(this, rtrack);
-
+ }
+ removeTrack(rtrack) {
+ super.removeTrack(rtrack);
if (rtrack.removeEventListener && rtrack.selectedChange_) {
rtrack.removeEventListener('selectedchange', rtrack.selectedChange_);
rtrack.selectedChange_ = null;
}
- };
+ }
+ }
- return VideoTrackList;
- }(TrackList);
+ /**
+ * @file text-track-list.js
+ */
+
+ /** @import TextTrack from './text-track' */
/**
* The current list of {@link TextTrack} for a media file.
@@ -7180,16 +6957,7 @@
* @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttracklist}
* @extends TrackList
*/
-
- var TextTrackList = /*#__PURE__*/function (_TrackList) {
- inheritsLoose(TextTrackList, _TrackList);
-
- function TextTrackList() {
- return _TrackList.apply(this, arguments) || this;
- }
-
- var _proto = TextTrackList.prototype;
-
+ class TextTrackList extends TrackList {
/**
* Add a {@link TextTrack} to the `TextTrackList`
*
@@ -7198,53 +6966,39 @@
*
* @fires TrackList#addtrack
*/
- _proto.addTrack = function addTrack(track) {
- var _this = this;
-
- _TrackList.prototype.addTrack.call(this, track);
-
+ addTrack(track) {
+ super.addTrack(track);
if (!this.queueChange_) {
- this.queueChange_ = function () {
- return _this.queueTrigger('change');
- };
+ this.queueChange_ = () => this.queueTrigger('change');
+ }
+ if (!this.triggerSelectedlanguagechange) {
+ this.triggerSelectedlanguagechange_ = () => this.trigger('selectedlanguagechange');
}
- if (!this.triggerSelectedlanguagechange) {
- this.triggerSelectedlanguagechange_ = function () {
- return _this.trigger('selectedlanguagechange');
- };
- }
/**
* @listens TextTrack#modechange
* @fires TrackList#change
*/
-
-
track.addEventListener('modechange', this.queueChange_);
- var nonLanguageTextTrackKind = ['metadata', 'chapters'];
-
+ const nonLanguageTextTrackKind = ['metadata', 'chapters'];
if (nonLanguageTextTrackKind.indexOf(track.kind) === -1) {
track.addEventListener('modechange', this.triggerSelectedlanguagechange_);
}
- };
-
- _proto.removeTrack = function removeTrack(rtrack) {
- _TrackList.prototype.removeTrack.call(this, rtrack); // manually remove the event handlers we added
-
+ }
+ removeTrack(rtrack) {
+ super.removeTrack(rtrack);
+ // manually remove the event handlers we added
if (rtrack.removeEventListener) {
if (this.queueChange_) {
rtrack.removeEventListener('modechange', this.queueChange_);
}
-
if (this.selectedlanguagechange_) {
rtrack.removeEventListener('modechange', this.triggerSelectedlanguagechange_);
}
}
- };
-
- return TextTrackList;
- }(TrackList);
+ }
+ }
/**
* @file html-track-element-list.js
@@ -7253,36 +7007,32 @@
/**
* The current list of {@link HtmlTrackElement}s.
*/
- var HtmlTrackElementList = /*#__PURE__*/function () {
+ class HtmlTrackElementList {
/**
* Create an instance of this class.
*
* @param {HtmlTrackElement[]} [tracks=[]]
* A list of `HtmlTrackElement` to instantiate the list with.
*/
- function HtmlTrackElementList(trackElements) {
- if (trackElements === void 0) {
- trackElements = [];
- }
-
+ constructor(trackElements = []) {
this.trackElements_ = [];
+
/**
* @memberof HtmlTrackElementList
* @member {number} length
* The current number of `Track`s in the this Trackist.
* @instance
*/
-
Object.defineProperty(this, 'length', {
- get: function get() {
+ get() {
return this.trackElements_.length;
}
});
-
- for (var i = 0, length = trackElements.length; i < length; i++) {
+ for (let i = 0, length = trackElements.length; i < length; i++) {
this.addTrackElement_(trackElements[i]);
}
}
+
/**
* Add an {@link HtmlTrackElement} to the `HtmlTrackElementList`
*
@@ -7291,26 +7041,22 @@
*
* @private
*/
-
-
- var _proto = HtmlTrackElementList.prototype;
-
- _proto.addTrackElement_ = function addTrackElement_(trackElement) {
- var index = this.trackElements_.length;
-
+ addTrackElement_(trackElement) {
+ const index = this.trackElements_.length;
if (!('' + index in this)) {
Object.defineProperty(this, index, {
- get: function get() {
+ get() {
return this.trackElements_[index];
}
});
- } // Do not add duplicate elements
-
+ }
+ // Do not add duplicate elements
if (this.trackElements_.indexOf(trackElement) === -1) {
this.trackElements_.push(trackElement);
}
}
+
/**
* Get an {@link HtmlTrackElement} from the `HtmlTrackElementList` given an
* {@link TextTrack}.
@@ -7323,20 +7069,17 @@
*
* @private
*/
- ;
-
- _proto.getTrackElementByTrack_ = function getTrackElementByTrack_(track) {
- var trackElement_;
-
- for (var i = 0, length = this.trackElements_.length; i < length; i++) {
+ getTrackElementByTrack_(track) {
+ let trackElement_;
+ for (let i = 0, length = this.trackElements_.length; i < length; i++) {
if (track === this.trackElements_[i].track) {
trackElement_ = this.trackElements_[i];
break;
}
}
-
return trackElement_;
}
+
/**
* Remove a {@link HtmlTrackElement} from the `HtmlTrackElementList`
*
@@ -7345,27 +7088,21 @@
*
* @private
*/
- ;
-
- _proto.removeTrackElement_ = function removeTrackElement_(trackElement) {
- for (var i = 0, length = this.trackElements_.length; i < length; i++) {
+ removeTrackElement_(trackElement) {
+ for (let i = 0, length = this.trackElements_.length; i < length; i++) {
if (trackElement === this.trackElements_[i]) {
if (this.trackElements_[i].track && typeof this.trackElements_[i].track.off === 'function') {
this.trackElements_[i].track.off();
}
-
if (typeof this.trackElements_[i].off === 'function') {
this.trackElements_[i].off();
}
-
this.trackElements_.splice(i, 1);
break;
}
}
- };
-
- return HtmlTrackElementList;
- }();
+ }
+ }
/**
* @file text-track-cue-list.js
@@ -7394,28 +7131,29 @@
*
* @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrackcuelist}
*/
- var TextTrackCueList = /*#__PURE__*/function () {
+ class TextTrackCueList {
/**
* Create an instance of this class..
*
* @param {Array} cues
* A list of cues to be initialized with
*/
- function TextTrackCueList(cues) {
+ constructor(cues) {
TextTrackCueList.prototype.setCues_.call(this, cues);
+
/**
* @memberof TextTrackCueList
* @member {number} length
* The current number of `TextTrackCue`s in the TextTrackCueList.
* @instance
*/
-
Object.defineProperty(this, 'length', {
- get: function get() {
+ get() {
return this.length_;
}
});
}
+
/**
* A setter for cues in this list. Creates getters
* an an index for the cues.
@@ -7425,35 +7163,29 @@
*
* @private
*/
-
-
- var _proto = TextTrackCueList.prototype;
-
- _proto.setCues_ = function setCues_(cues) {
- var oldLength = this.length || 0;
- var i = 0;
- var l = cues.length;
+ setCues_(cues) {
+ const oldLength = this.length || 0;
+ let i = 0;
+ const l = cues.length;
this.cues_ = cues;
this.length_ = cues.length;
-
- var defineProp = function defineProp(index) {
+ const defineProp = function (index) {
if (!('' + index in this)) {
Object.defineProperty(this, '' + index, {
- get: function get() {
+ get() {
return this.cues_[index];
}
});
}
};
-
if (oldLength < l) {
i = oldLength;
-
for (; i < l; i++) {
defineProp.call(this, i);
}
}
}
+
/**
* Get a `TextTrackCue` that is currently in the `TextTrackCueList` by id.
*
@@ -7463,25 +7195,18 @@
* @return {TextTrackCueList~TextTrackCue|null}
* A single cue or null if none was found.
*/
- ;
-
- _proto.getCueById = function getCueById(id) {
- var result = null;
-
- for (var i = 0, l = this.length; i < l; i++) {
- var cue = this[i];
-
+ getCueById(id) {
+ let result = null;
+ for (let i = 0, l = this.length; i < l; i++) {
+ const cue = this[i];
if (cue.id === id) {
result = cue;
break;
}
}
-
return result;
- };
-
- return TextTrackCueList;
- }();
+ }
+ }
/**
* @file track-kinds.js
@@ -7494,7 +7219,7 @@
* @typedef VideoTrack~Kind
* @enum
*/
- var VideoTrackKind = {
+ const VideoTrackKind = {
alternative: 'alternative',
captions: 'captions',
main: 'main',
@@ -7502,6 +7227,7 @@
subtitles: 'subtitles',
commentary: 'commentary'
};
+
/**
* All possible `AudioTrackKind`s
*
@@ -7509,8 +7235,7 @@
* @typedef AudioTrack~Kind
* @enum
*/
-
- var AudioTrackKind = {
+ const AudioTrackKind = {
'alternative': 'alternative',
'descriptions': 'descriptions',
'main': 'main',
@@ -7518,6 +7243,7 @@
'translation': 'translation',
'commentary': 'commentary'
};
+
/**
* All possible `TextTrackKind`s
*
@@ -7525,14 +7251,14 @@
* @typedef TextTrack~Kind
* @enum
*/
-
- var TextTrackKind = {
+ const TextTrackKind = {
subtitles: 'subtitles',
captions: 'captions',
descriptions: 'descriptions',
chapters: 'chapters',
metadata: 'metadata'
};
+
/**
* All possible `TextTrackMode`s
*
@@ -7540,13 +7266,16 @@
* @typedef TextTrack~Mode
* @enum
*/
-
- var TextTrackMode = {
+ const TextTrackMode = {
disabled: 'disabled',
hidden: 'hidden',
showing: 'showing'
};
+ /**
+ * @file track.js
+ */
+
/**
* A Track class that contains all of the common functionality for {@link AudioTrack},
* {@link VideoTrack}, and {@link TextTrack}.
@@ -7557,10 +7286,7 @@
* @extends EventTarget
* @abstract
*/
-
- var Track = /*#__PURE__*/function (_EventTarget) {
- inheritsLoose(Track, _EventTarget);
-
+ class Track extends EventTarget$2 {
/**
* Create an instance of this class.
*
@@ -7581,20 +7307,15 @@
*
* @abstract
*/
- function Track(options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- _this = _EventTarget.call(this) || this;
- var trackProps = {
+ constructor(options = {}) {
+ super();
+ const trackProps = {
id: options.id || 'vjs_track_' + newGUID(),
kind: options.kind || '',
language: options.language || ''
};
- var label = options.label || '';
+ let label = options.label || '';
+
/**
* @memberof Track
* @member {string} id
@@ -7623,18 +7344,15 @@
* @readonly
*/
- var _loop = function _loop(key) {
- Object.defineProperty(assertThisInitialized(_this), key, {
- get: function get() {
+ for (const key in trackProps) {
+ Object.defineProperty(this, key, {
+ get() {
return trackProps[key];
},
- set: function set() {}
+ set() {}
});
- };
-
- for (var key in trackProps) {
- _loop(key);
}
+
/**
* @memberof Track
* @member {string} label
@@ -7643,113 +7361,50 @@
*
* @fires Track#labelchange
*/
-
-
- Object.defineProperty(assertThisInitialized(_this), 'label', {
- get: function get() {
+ Object.defineProperty(this, 'label', {
+ get() {
return label;
},
- set: function set(newLabel) {
+ set(newLabel) {
if (newLabel !== label) {
label = newLabel;
+
/**
* An event that fires when label changes on this track.
*
* > Note: This is not part of the spec!
*
* @event Track#labelchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('labelchange');
}
}
});
- return _this;
}
-
- return Track;
- }(EventTarget$2);
+ }
/**
* @file url.js
* @module url
*/
- /**
- * @typedef {Object} url:URLObject
- *
- * @property {string} protocol
- * The protocol of the url that was parsed.
- *
- * @property {string} hostname
- * The hostname of the url that was parsed.
- *
- * @property {string} port
- * The port of the url that was parsed.
- *
- * @property {string} pathname
- * The pathname of the url that was parsed.
- *
- * @property {string} search
- * The search query of the url that was parsed.
- *
- * @property {string} hash
- * The hash of the url that was parsed.
- *
- * @property {string} host
- * The host of the url that was parsed.
- */
-
/**
* Resolve and parse the elements of a URL.
*
* @function
- * @param {String} url
+ * @param {string} url
* The url to parse
*
- * @return {url:URLObject}
+ * @return {URL}
* An object of url details
*/
- var parseUrl = function parseUrl(url) {
- // This entire method can be replace with URL once we are able to drop IE11
- var props = ['protocol', 'hostname', 'port', 'pathname', 'search', 'hash', 'host']; // add the url to an anchor and let the browser parse the URL
-
- var a = document.createElement('a');
- a.href = url; // Copy the specific URL properties to a new object
- // This is also needed for IE because the anchor loses its
- // properties when it's removed from the dom
-
- var details = {};
-
- for (var i = 0; i < props.length; i++) {
- details[props[i]] = a[props[i]];
- } // IE adds the port to the host property unlike everyone else. If
- // a port identifier is added for standard ports, strip it.
-
-
- if (details.protocol === 'http:') {
- details.host = details.host.replace(/:80$/, '');
- }
-
- if (details.protocol === 'https:') {
- details.host = details.host.replace(/:443$/, '');
- }
-
- if (!details.protocol) {
- details.protocol = window.location.protocol;
- }
- /* istanbul ignore if */
-
-
- if (!details.host) {
- details.host = window.location.host;
- }
-
- return details;
+ const parseUrl = function (url) {
+ return new URL(url, document.baseURI);
};
+
/**
- * Get absolute version of relative URL. Used to tell Flash the correct URL.
+ * Get absolute version of relative URL.
*
* @function
* @param {string} url
@@ -7757,22 +7412,11 @@
*
* @return {string}
* Absolute URL
- *
- * @see http://stackoverflow.com/questions/470832/getting-an-absolute-url-from-a-relative-one-ie6-issue
*/
-
- var getAbsoluteURL = function getAbsoluteURL(url) {
- // Check if absolute URL
- if (!url.match(/^https?:\/\//)) {
- // Convert to absolute URL. Flash hosted off-site needs an absolute URL.
- // add the url to an anchor and let the browser parse the URL
- var a = document.createElement('a');
- a.href = url;
- url = a.href;
- }
-
- return url;
+ const getAbsoluteURL = function (url) {
+ return new URL(url, document.baseURI).href;
};
+
/**
* Returns the extension of the passed file name. It will return an empty string
* if passed an invalid path.
@@ -7785,19 +7429,17 @@
* The extension in lower case or an empty string if no
* extension could be found.
*/
-
- var getFileExtension = function getFileExtension(path) {
+ const getFileExtension = function (path) {
if (typeof path === 'string') {
- var splitPathRe = /^(\/?)([\s\S]*?)((?:\.{1,2}|[^\/]+?)(\.([^\.\/\?]+)))(?:[\/]*|[\?].*)$/;
- var pathParts = splitPathRe.exec(path);
-
+ const splitPathRe = /^(\/?)([\s\S]*?)((?:\.{1,2}|[^\/]+?)(\.([^\.\/\?]+)))(?:[\/]*|[\?].*)$/;
+ const pathParts = splitPathRe.exec(path);
if (pathParts) {
return pathParts.pop().toLowerCase();
}
}
-
return '';
};
+
/**
* Returns whether the url passed is a cross domain request or not.
*
@@ -7805,31 +7447,14 @@
* @param {string} url
* The url to check.
*
- * @param {Object} [winLoc]
+ * @param {URL} [winLoc]
* the domain to check the url against, defaults to window.location
*
- * @param {string} [winLoc.protocol]
- * The window location protocol defaults to window.location.protocol
- *
- * @param {string} [winLoc.host]
- * The window location host defaults to window.location.host
- *
* @return {boolean}
* Whether it is a cross domain request or not.
*/
-
- var isCrossOrigin = function isCrossOrigin(url, winLoc) {
- if (winLoc === void 0) {
- winLoc = window.location;
- }
-
- var urlInfo = parseUrl(url); // IE8 protocol relative urls will return ':' for protocol
-
- var srcProtocol = urlInfo.protocol === ':' ? winLoc.protocol : urlInfo.protocol; // Check if url is for another domain/origin
- // IE8 doesn't know location.origin, so we won't rely on it here
-
- var crossOrigin = srcProtocol + urlInfo.host !== winLoc.protocol + winLoc.host;
- return crossOrigin;
+ const isCrossOrigin = function (url, winLoc = window.location) {
+ return parseUrl(url).origin !== winLoc.origin;
};
var Url = /*#__PURE__*/Object.freeze({
@@ -7840,8 +7465,17 @@
isCrossOrigin: isCrossOrigin
});
- var win;
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
+ function unwrapExports (x) {
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
+ }
+
+ function createCommonjsModule(fn, module) {
+ return module = { exports: {} }, fn(module, module.exports), module.exports;
+ }
+
+ var win;
if (typeof window !== "undefined") {
win = window;
} else if (typeof commonjsGlobal !== "undefined") {
@@ -7851,27 +7485,249 @@
} else {
win = {};
}
-
var window_1 = win;
+ var _extends_1 = createCommonjsModule(function (module) {
+ function _extends() {
+ return (module.exports = _extends = Object.assign ? Object.assign.bind() : function (n) {
+ for (var e = 1; e < arguments.length; e++) {
+ var t = arguments[e];
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
+ }
+ return n;
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _extends.apply(null, arguments);
+ }
+ module.exports = _extends, module.exports.__esModule = true, module.exports["default"] = module.exports;
+ });
+ var _extends$1 = unwrapExports(_extends_1);
+
var isFunction_1 = isFunction;
var toString = Object.prototype.toString;
-
function isFunction(fn) {
if (!fn) {
return false;
}
-
var string = toString.call(fn);
- return string === '[object Function]' || typeof fn === 'function' && string !== '[object RegExp]' || typeof window !== 'undefined' && ( // IE8 and below
+ return string === '[object Function]' || typeof fn === 'function' && string !== '[object RegExp]' || typeof window !== 'undefined' && (
+ // IE8 and below
fn === window.setTimeout || fn === window.alert || fn === window.confirm || fn === window.prompt);
}
+ function _createForOfIteratorHelperLoose(o, allowArrayLike) {
+ var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
+ if (it) return (it = it.call(o)).next.bind(it);
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
+ if (it) o = it;
+ var i = 0;
+ return function () {
+ if (i >= o.length) return {
+ done: true
+ };
+ return {
+ done: false,
+ value: o[i++]
+ };
+ };
+ }
+ throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
+ }
+ function _unsupportedIterableToArray(o, minLen) {
+ if (!o) return;
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
+ var n = Object.prototype.toString.call(o).slice(8, -1);
+ if (n === "Object" && o.constructor) n = o.constructor.name;
+ if (n === "Map" || n === "Set") return Array.from(o);
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
+ }
+ function _arrayLikeToArray(arr, len) {
+ if (len == null || len > arr.length) len = arr.length;
+ for (var i = 0, arr2 = new Array(len); i < len; i++) {
+ arr2[i] = arr[i];
+ }
+ return arr2;
+ }
+ var InterceptorsStorage = /*#__PURE__*/function () {
+ function InterceptorsStorage() {
+ this.typeToInterceptorsMap_ = new Map();
+ this.enabled_ = false;
+ }
+ var _proto = InterceptorsStorage.prototype;
+ _proto.getIsEnabled = function getIsEnabled() {
+ return this.enabled_;
+ };
+ _proto.enable = function enable() {
+ this.enabled_ = true;
+ };
+ _proto.disable = function disable() {
+ this.enabled_ = false;
+ };
+ _proto.reset = function reset() {
+ this.typeToInterceptorsMap_ = new Map();
+ this.enabled_ = false;
+ };
+ _proto.addInterceptor = function addInterceptor(type, interceptor) {
+ if (!this.typeToInterceptorsMap_.has(type)) {
+ this.typeToInterceptorsMap_.set(type, new Set());
+ }
+ var interceptorsSet = this.typeToInterceptorsMap_.get(type);
+ if (interceptorsSet.has(interceptor)) {
+ // already have this interceptor
+ return false;
+ }
+ interceptorsSet.add(interceptor);
+ return true;
+ };
+ _proto.removeInterceptor = function removeInterceptor(type, interceptor) {
+ var interceptorsSet = this.typeToInterceptorsMap_.get(type);
+ if (interceptorsSet && interceptorsSet.has(interceptor)) {
+ interceptorsSet.delete(interceptor);
+ return true;
+ }
+ return false;
+ };
+ _proto.clearInterceptorsByType = function clearInterceptorsByType(type) {
+ var interceptorsSet = this.typeToInterceptorsMap_.get(type);
+ if (!interceptorsSet) {
+ return false;
+ }
+ this.typeToInterceptorsMap_.delete(type);
+ this.typeToInterceptorsMap_.set(type, new Set());
+ return true;
+ };
+ _proto.clear = function clear() {
+ if (!this.typeToInterceptorsMap_.size) {
+ return false;
+ }
+ this.typeToInterceptorsMap_ = new Map();
+ return true;
+ };
+ _proto.getForType = function getForType(type) {
+ return this.typeToInterceptorsMap_.get(type) || new Set();
+ };
+ _proto.execute = function execute(type, payload) {
+ var interceptors = this.getForType(type);
+ for (var _iterator = _createForOfIteratorHelperLoose(interceptors), _step; !(_step = _iterator()).done;) {
+ var interceptor = _step.value;
+ try {
+ payload = interceptor(payload);
+ } catch (e) {//ignore
+ }
+ }
+ return payload;
+ };
+ return InterceptorsStorage;
+ }();
+ var interceptors = InterceptorsStorage;
+
+ var RetryManager = /*#__PURE__*/function () {
+ function RetryManager() {
+ this.maxAttempts_ = 1;
+ this.delayFactor_ = 0.1;
+ this.fuzzFactor_ = 0.1;
+ this.initialDelay_ = 1000;
+ this.enabled_ = false;
+ }
+ var _proto = RetryManager.prototype;
+ _proto.getIsEnabled = function getIsEnabled() {
+ return this.enabled_;
+ };
+ _proto.enable = function enable() {
+ this.enabled_ = true;
+ };
+ _proto.disable = function disable() {
+ this.enabled_ = false;
+ };
+ _proto.reset = function reset() {
+ this.maxAttempts_ = 1;
+ this.delayFactor_ = 0.1;
+ this.fuzzFactor_ = 0.1;
+ this.initialDelay_ = 1000;
+ this.enabled_ = false;
+ };
+ _proto.getMaxAttempts = function getMaxAttempts() {
+ return this.maxAttempts_;
+ };
+ _proto.setMaxAttempts = function setMaxAttempts(maxAttempts) {
+ this.maxAttempts_ = maxAttempts;
+ };
+ _proto.getDelayFactor = function getDelayFactor() {
+ return this.delayFactor_;
+ };
+ _proto.setDelayFactor = function setDelayFactor(delayFactor) {
+ this.delayFactor_ = delayFactor;
+ };
+ _proto.getFuzzFactor = function getFuzzFactor() {
+ return this.fuzzFactor_;
+ };
+ _proto.setFuzzFactor = function setFuzzFactor(fuzzFactor) {
+ this.fuzzFactor_ = fuzzFactor;
+ };
+ _proto.getInitialDelay = function getInitialDelay() {
+ return this.initialDelay_;
+ };
+ _proto.setInitialDelay = function setInitialDelay(initialDelay) {
+ this.initialDelay_ = initialDelay;
+ };
+ _proto.createRetry = function createRetry(_temp) {
+ var _ref = _temp === void 0 ? {} : _temp,
+ maxAttempts = _ref.maxAttempts,
+ delayFactor = _ref.delayFactor,
+ fuzzFactor = _ref.fuzzFactor,
+ initialDelay = _ref.initialDelay;
+ return new Retry({
+ maxAttempts: maxAttempts || this.maxAttempts_,
+ delayFactor: delayFactor || this.delayFactor_,
+ fuzzFactor: fuzzFactor || this.fuzzFactor_,
+ initialDelay: initialDelay || this.initialDelay_
+ });
+ };
+ return RetryManager;
+ }();
+ var Retry = /*#__PURE__*/function () {
+ function Retry(options) {
+ this.maxAttempts_ = options.maxAttempts;
+ this.delayFactor_ = options.delayFactor;
+ this.fuzzFactor_ = options.fuzzFactor;
+ this.currentDelay_ = options.initialDelay;
+ this.currentAttempt_ = 1;
+ }
+ var _proto2 = Retry.prototype;
+ _proto2.moveToNextAttempt = function moveToNextAttempt() {
+ this.currentAttempt_++;
+ var delayDelta = this.currentDelay_ * this.delayFactor_;
+ this.currentDelay_ = this.currentDelay_ + delayDelta;
+ };
+ _proto2.shouldRetry = function shouldRetry() {
+ return this.currentAttempt_ < this.maxAttempts_;
+ };
+ _proto2.getCurrentDelay = function getCurrentDelay() {
+ return this.currentDelay_;
+ };
+ _proto2.getCurrentMinPossibleDelay = function getCurrentMinPossibleDelay() {
+ return (1 - this.fuzzFactor_) * this.currentDelay_;
+ };
+ _proto2.getCurrentMaxPossibleDelay = function getCurrentMaxPossibleDelay() {
+ return (1 + this.fuzzFactor_) * this.currentDelay_;
+ }
+ /**
+ * For example fuzzFactor is 0.1
+ * This means ±10% deviation
+ * So if we have delay as 1000
+ * This function can generate any value from 900 to 1100
+ */;
+ _proto2.getCurrentFuzzedDelay = function getCurrentFuzzedDelay() {
+ var lowValue = this.getCurrentMinPossibleDelay();
+ var highValue = this.getCurrentMaxPossibleDelay();
+ return lowValue + Math.random() * (highValue - lowValue);
+ };
+ return Retry;
+ }();
+ var retry = RetryManager;
+
var httpResponseHandler = function httpResponseHandler(callback, decodeResponseBody) {
if (decodeResponseBody === void 0) {
decodeResponseBody = false;
}
-
return function (err, response, responseBody) {
// if the XHR failed, return that error
if (err) {
@@ -7879,14 +7735,11 @@
return;
} // if the HTTP status code is 4xx or 5xx, the request also failed
-
if (response.statusCode >= 400 && response.statusCode <= 599) {
var cause = responseBody;
-
if (decodeResponseBody) {
if (window_1.TextDecoder) {
var charset = getCharset(response.headers && response.headers['content-type']);
-
try {
cause = new TextDecoder(charset).decode(responseBody);
} catch (e) {}
@@ -7894,39 +7747,35 @@
cause = String.fromCharCode.apply(null, new Uint8Array(responseBody));
}
}
-
callback({
cause: cause
});
return;
} // otherwise, request succeeded
-
callback(null, responseBody);
};
};
-
function getCharset(contentTypeHeader) {
if (contentTypeHeader === void 0) {
contentTypeHeader = '';
}
-
return contentTypeHeader.toLowerCase().split(';').reduce(function (charset, contentType) {
var _contentType$split = contentType.split('='),
- type = _contentType$split[0],
- value = _contentType$split[1];
-
+ type = _contentType$split[0],
+ value = _contentType$split[1];
if (type.trim() === 'charset') {
return value.trim();
}
-
return charset;
}, 'utf-8');
}
-
var httpHandler = httpResponseHandler;
createXHR.httpHandler = httpHandler;
+ createXHR.requestInterceptorsStorage = new interceptors();
+ createXHR.responseInterceptorsStorage = new interceptors();
+ createXHR.retryManager = new retry();
/**
* @license
* slighly modified parse-headers 2.0.2
@@ -7937,16 +7786,13 @@
var parseHeaders = function parseHeaders(headers) {
var result = {};
-
if (!headers) {
return result;
}
-
headers.trim().split('\n').forEach(function (row) {
var index = row.indexOf(':');
var key = row.slice(0, index).trim().toLowerCase();
var value = row.slice(index + 1).trim();
-
if (typeof result[key] === 'undefined') {
result[key] = value;
} else if (Array.isArray(result[key])) {
@@ -7957,7 +7803,6 @@
});
return result;
};
-
var lib = createXHR; // Allow use of default import syntax in TypeScript
var default_1 = createXHR;
@@ -7970,27 +7815,21 @@
return _createXHR(options);
};
});
-
function forEachArray(array, iterator) {
for (var i = 0; i < array.length; i++) {
iterator(array[i]);
}
}
-
function isEmpty(obj) {
for (var i in obj) {
if (obj.hasOwnProperty(i)) return false;
}
-
return true;
}
-
function initParams(uri, options, callback) {
var params = uri;
-
if (isFunction_1(options)) {
callback = options;
-
if (typeof uri === "string") {
params = {
uri: uri
@@ -8001,82 +7840,109 @@
uri: uri
});
}
-
params.callback = callback;
return params;
}
-
function createXHR(uri, options, callback) {
options = initParams(uri, options, callback);
return _createXHR(options);
}
-
function _createXHR(options) {
if (typeof options.callback === "undefined") {
throw new Error("callback argument missing");
+ } // call all registered request interceptors for a given request type:
+
+ if (options.requestType && createXHR.requestInterceptorsStorage.getIsEnabled()) {
+ var requestInterceptorPayload = {
+ uri: options.uri || options.url,
+ headers: options.headers || {},
+ body: options.body,
+ metadata: options.metadata || {},
+ retry: options.retry,
+ timeout: options.timeout
+ };
+ var updatedPayload = createXHR.requestInterceptorsStorage.execute(options.requestType, requestInterceptorPayload);
+ options.uri = updatedPayload.uri;
+ options.headers = updatedPayload.headers;
+ options.body = updatedPayload.body;
+ options.metadata = updatedPayload.metadata;
+ options.retry = updatedPayload.retry;
+ options.timeout = updatedPayload.timeout;
}
-
var called = false;
-
var callback = function cbOnce(err, response, body) {
if (!called) {
called = true;
options.callback(err, response, body);
}
};
-
function readystatechange() {
- if (xhr.readyState === 4) {
+ // do not call load 2 times when response interceptors are enabled
+ // why do we even need this 2nd load?
+ if (xhr.readyState === 4 && !createXHR.responseInterceptorsStorage.getIsEnabled()) {
setTimeout(loadFunc, 0);
}
}
-
function getBody() {
// Chrome with requestType=blob throws errors arround when even testing access to responseText
var body = undefined;
-
if (xhr.response) {
body = xhr.response;
} else {
body = xhr.responseText || getXml(xhr);
}
-
if (isJson) {
try {
body = JSON.parse(body);
} catch (e) {}
}
-
return body;
}
-
function errorFunc(evt) {
clearTimeout(timeoutTimer);
-
+ clearTimeout(options.retryTimeout);
if (!(evt instanceof Error)) {
evt = new Error("" + (evt || "Unknown XMLHttpRequest Error"));
}
+ evt.statusCode = 0; // we would like to retry on error:
- evt.statusCode = 0;
+ if (!aborted && createXHR.retryManager.getIsEnabled() && options.retry && options.retry.shouldRetry()) {
+ options.retryTimeout = setTimeout(function () {
+ options.retry.moveToNextAttempt(); // we want to re-use the same options and the same xhr object:
+
+ options.xhr = xhr;
+ _createXHR(options);
+ }, options.retry.getCurrentFuzzedDelay());
+ return;
+ } // call all registered response interceptors for a given request type:
+
+ if (options.requestType && createXHR.responseInterceptorsStorage.getIsEnabled()) {
+ var responseInterceptorPayload = {
+ headers: failureResponse.headers || {},
+ body: failureResponse.body,
+ responseUrl: xhr.responseURL,
+ responseType: xhr.responseType
+ };
+ var _updatedPayload = createXHR.responseInterceptorsStorage.execute(options.requestType, responseInterceptorPayload);
+ failureResponse.body = _updatedPayload.body;
+ failureResponse.headers = _updatedPayload.headers;
+ }
return callback(evt, failureResponse);
} // will load the data & process the response in a special response object
-
function loadFunc() {
if (aborted) return;
var status;
clearTimeout(timeoutTimer);
-
+ clearTimeout(options.retryTimeout);
if (options.useXDR && xhr.status === undefined) {
//IE8 CORS GET successful response doesn't have a status field, but body is fine
status = 200;
} else {
status = xhr.status === 1223 ? 204 : xhr.status;
}
-
var response = failureResponse;
var err = null;
-
if (status !== 0) {
response = {
body: getBody(),
@@ -8086,20 +7952,28 @@
url: uri,
rawRequest: xhr
};
-
if (xhr.getAllResponseHeaders) {
//remember xhr can in fact be XDR for CORS in IE
response.headers = parseHeaders(xhr.getAllResponseHeaders());
}
} else {
err = new Error("Internal XMLHttpRequest Error");
- }
+ } // call all registered response interceptors for a given request type:
+ if (options.requestType && createXHR.responseInterceptorsStorage.getIsEnabled()) {
+ var responseInterceptorPayload = {
+ headers: response.headers || {},
+ body: response.body,
+ responseUrl: xhr.responseURL,
+ responseType: xhr.responseType
+ };
+ var _updatedPayload2 = createXHR.responseInterceptorsStorage.execute(options.requestType, responseInterceptorPayload);
+ response.body = _updatedPayload2.body;
+ response.headers = _updatedPayload2.headers;
+ }
return callback(err, response, response.body);
}
-
var xhr = options.xhr || null;
-
if (!xhr) {
if (options.cors || options.useXDR) {
xhr = new createXHR.XDomainRequest();
@@ -8107,7 +7981,6 @@
xhr = new createXHR.XMLHttpRequest();
}
}
-
var key;
var aborted;
var uri = xhr.url = options.uri || options.url;
@@ -8125,7 +7998,6 @@
url: uri,
rawRequest: xhr
};
-
if ("json" in options && options.json !== false) {
isJson = true;
headers["accept"] || headers["Accept"] || (headers["Accept"] = "application/json"); //Don't override existing accept header declared by user
@@ -8136,18 +8008,16 @@
body = JSON.stringify(options.json === true ? body : options.json);
}
}
-
xhr.onreadystatechange = readystatechange;
xhr.onload = loadFunc;
xhr.onerror = errorFunc; // IE9 must have onprogress be set to a unique function.
xhr.onprogress = function () {// IE must die
};
-
xhr.onabort = function () {
aborted = true;
+ clearTimeout(options.retryTimeout);
};
-
xhr.ontimeout = errorFunc;
xhr.open(method, uri, !sync, options.username, options.password); //has to be after open
@@ -8157,7 +8027,6 @@
// not setting timeout on the xhr object, because of old webkits etc. not handling that correctly
// both npm's request and jquery 1.x use this kind of timeout, so this is being consistent
-
if (!sync && options.timeout > 0) {
timeoutTimer = setTimeout(function () {
if (aborted) return;
@@ -8169,7 +8038,6 @@
errorFunc(e);
}, options.timeout);
}
-
if (xhr.setRequestHeader) {
for (key in headers) {
if (headers.hasOwnProperty(key)) {
@@ -8179,22 +8047,18 @@
} else if (options.headers && !isEmpty(options.headers)) {
throw new Error("Headers cannot be set on an XDomainRequest object");
}
-
if ("responseType" in options) {
xhr.responseType = options.responseType;
}
-
if ("beforeSend" in options && typeof options.beforeSend === "function") {
options.beforeSend(xhr);
} // Microsoft Edge browser sends "undefined" when send is called with undefined value.
// XMLHttpRequest spec says to pass null as body to indicate no body
// See https://github.com/naugtur/xhr/issues/100.
-
xhr.send(body || null);
return xhr;
}
-
function getXml(xhr) {
// xhr.responseXML will throw Exception "InvalidStateError" or "DOMException"
// See https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/responseXML.
@@ -8202,19 +8066,21 @@
if (xhr.responseType === "document") {
return xhr.responseXML;
}
-
var firefoxBugTakenEffect = xhr.responseXML && xhr.responseXML.documentElement.nodeName === "parsererror";
-
if (xhr.responseType === "" && !firefoxBugTakenEffect) {
return xhr.responseXML;
}
} catch (e) {}
-
return null;
}
-
function noop$1() {}
- lib["default"] = default_1;
+ lib.default = default_1;
+
+ /**
+ * @file text-track.js
+ */
+
+ /** @import Tech from '../tech/tech' */
/**
* Takes a webvtt file contents and parses it into cues
@@ -8227,44 +8093,34 @@
*
* @private
*/
-
- var parseCues = function parseCues(srcContent, track) {
- var parser = new window.WebVTT.Parser(window, window.vttjs, window.WebVTT.StringDecoder());
- var errors = [];
-
+ const parseCues = function (srcContent, track) {
+ const parser = new window.WebVTT.Parser(window, window.vttjs, window.WebVTT.StringDecoder());
+ const errors = [];
parser.oncue = function (cue) {
track.addCue(cue);
};
-
parser.onparsingerror = function (error) {
errors.push(error);
};
-
parser.onflush = function () {
track.trigger({
type: 'loadeddata',
target: track
});
};
-
parser.parse(srcContent);
-
if (errors.length > 0) {
if (window.console && window.console.groupCollapsed) {
- window.console.groupCollapsed("Text Track parsing errors for " + track.src);
+ window.console.groupCollapsed(`Text Track parsing errors for ${track.src}`);
}
-
- errors.forEach(function (error) {
- return log$1.error(error);
- });
-
+ errors.forEach(error => log$1.error(error));
if (window.console && window.console.groupEnd) {
window.console.groupEnd();
}
}
-
parser.flush();
};
+
/**
* Load a `TextTrack` from a specified url.
*
@@ -8276,42 +8132,35 @@
*
* @private
*/
-
-
- var loadTrack = function loadTrack(src, track) {
- var opts = {
+ const loadTrack = function (src, track) {
+ const opts = {
uri: src
};
- var crossOrigin = isCrossOrigin(src);
-
+ const crossOrigin = isCrossOrigin(src);
if (crossOrigin) {
opts.cors = crossOrigin;
}
-
- var withCredentials = track.tech_.crossOrigin() === 'use-credentials';
-
+ const withCredentials = track.tech_.crossOrigin() === 'use-credentials';
if (withCredentials) {
opts.withCredentials = withCredentials;
}
-
- lib(opts, bind(this, function (err, response, responseBody) {
+ lib(opts, bind_(this, function (err, response, responseBody) {
if (err) {
return log$1.error(err, response);
}
+ track.loaded_ = true;
- track.loaded_ = true; // Make sure that vttjs has loaded, otherwise, wait till it finished loading
+ // Make sure that vttjs has loaded, otherwise, wait till it finished loading
// NOTE: this is only used for the alt/video.novtt.js build
-
if (typeof window.WebVTT !== 'function') {
if (track.tech_) {
// to prevent use before define eslint error, we define loadHandler
// as a let here
- track.tech_.any(['vttjsloaded', 'vttjserror'], function (event) {
+ track.tech_.any(['vttjsloaded', 'vttjserror'], event => {
if (event.type === 'vttjserror') {
- log$1.error("vttjs failed to load, stopping trying to process " + track.src);
+ log$1.error(`vttjs failed to load, stopping trying to process ${track.src}`);
return;
}
-
return parseCues(responseBody, track);
});
}
@@ -8320,17 +8169,14 @@
}
}));
};
+
/**
* A representation of a single `TextTrack`.
*
* @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#texttrack}
* @extends Track
*/
-
-
- var TextTrack = /*#__PURE__*/function (_Track) {
- inheritsLoose(TextTrack, _Track);
-
+ class TextTrack extends Track {
/**
* Create an instance of this class.
*
@@ -8365,71 +8211,59 @@
* @param {boolean} [options.default]
* If this track should default to on or off.
*/
- function TextTrack(options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
+ constructor(options = {}) {
if (!options.tech) {
throw new Error('A tech was not provided.');
}
-
- var settings = mergeOptions$3(options, {
+ const settings = merge$2(options, {
kind: TextTrackKind[options.kind] || 'subtitles',
language: options.language || options.srclang || ''
});
- var mode = TextTrackMode[settings.mode] || 'disabled';
- var default_ = settings["default"];
-
+ let mode = TextTrackMode[settings.mode] || 'disabled';
+ const default_ = settings.default;
if (settings.kind === 'metadata' || settings.kind === 'chapters') {
mode = 'hidden';
}
-
- _this = _Track.call(this, settings) || this;
- _this.tech_ = settings.tech;
- _this.cues_ = [];
- _this.activeCues_ = [];
- _this.preload_ = _this.tech_.preloadTextTracks !== false;
- var cues = new TextTrackCueList(_this.cues_);
- var activeCues = new TextTrackCueList(_this.activeCues_);
- var changed = false;
- _this.timeupdateHandler = bind(assertThisInitialized(_this), function () {
+ super(settings);
+ this.tech_ = settings.tech;
+ this.cues_ = [];
+ this.activeCues_ = [];
+ this.preload_ = this.tech_.preloadTextTracks !== false;
+ const cues = new TextTrackCueList(this.cues_);
+ const activeCues = new TextTrackCueList(this.activeCues_);
+ let changed = false;
+ this.timeupdateHandler = bind_(this, function (event = {}) {
if (this.tech_.isDisposed()) {
return;
}
-
if (!this.tech_.isReady_) {
- this.rvf_ = this.tech_.requestVideoFrameCallback(this.timeupdateHandler);
+ if (event.type !== 'timeupdate') {
+ this.rvf_ = this.tech_.requestVideoFrameCallback(this.timeupdateHandler);
+ }
return;
- } // Accessing this.activeCues for the side-effects of updating itself
+ }
+
+ // Accessing this.activeCues for the side-effects of updating itself
// due to its nature as a getter function. Do not remove or cues will
// stop updating!
// Use the setter to prevent deletion from uglify (pure_getters rule)
-
-
this.activeCues = this.activeCues;
-
if (changed) {
this.trigger('cuechange');
changed = false;
}
-
- this.rvf_ = this.tech_.requestVideoFrameCallback(this.timeupdateHandler);
+ if (event.type !== 'timeupdate') {
+ this.rvf_ = this.tech_.requestVideoFrameCallback(this.timeupdateHandler);
+ }
});
-
- var disposeHandler = function disposeHandler() {
- _this.stopTracking();
+ const disposeHandler = () => {
+ this.stopTracking();
};
-
- _this.tech_.one('dispose', disposeHandler);
-
+ this.tech_.one('dispose', disposeHandler);
if (mode !== 'disabled') {
- _this.startTracking();
+ this.startTracking();
}
-
- Object.defineProperties(assertThisInitialized(_this), {
+ Object.defineProperties(this, {
/**
* @memberof TextTrack
* @member {boolean} default
@@ -8439,13 +8273,12 @@
*
* @readonly
*/
- "default": {
- get: function get() {
+ default: {
+ get() {
return default_;
},
- set: function set() {}
+ set() {}
},
-
/**
* @memberof TextTrack
* @member {string} mode
@@ -8456,27 +8289,22 @@
* @fires TextTrack#modechange
*/
mode: {
- get: function get() {
+ get() {
return mode;
},
- set: function set(newMode) {
+ set(newMode) {
if (!TextTrackMode[newMode]) {
return;
}
-
if (mode === newMode) {
return;
}
-
mode = newMode;
-
if (!this.preload_ && mode !== 'disabled' && this.cues.length === 0) {
// On-demand load.
loadTrack(this.src, this);
}
-
this.stopTracking();
-
if (mode !== 'disabled') {
this.startTracking();
}
@@ -8487,14 +8315,11 @@
* > Note: This is not part of the spec!
*
* @event TextTrack#modechange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
-
this.trigger('modechange');
}
},
-
/**
* @memberof TextTrack
* @member {TextTrackCueList} cues
@@ -8502,16 +8327,14 @@
* @instance
*/
cues: {
- get: function get() {
+ get() {
if (!this.loaded_) {
return null;
}
-
return cues;
},
- set: function set() {}
+ set() {}
},
-
/**
* @memberof TextTrack
* @member {TextTrackCueList} activeCues
@@ -8519,146 +8342,125 @@
* @instance
*/
activeCues: {
- get: function get() {
+ get() {
if (!this.loaded_) {
return null;
- } // nothing to do
-
+ }
+ // nothing to do
if (this.cues.length === 0) {
return activeCues;
}
-
- var ct = this.tech_.currentTime();
- var active = [];
-
- for (var i = 0, l = this.cues.length; i < l; i++) {
- var cue = this.cues[i];
-
+ const ct = this.tech_.currentTime();
+ const active = [];
+ for (let i = 0, l = this.cues.length; i < l; i++) {
+ const cue = this.cues[i];
if (cue.startTime <= ct && cue.endTime >= ct) {
active.push(cue);
- } else if (cue.startTime === cue.endTime && cue.startTime <= ct && cue.startTime + 0.5 >= ct) {
- active.push(cue);
}
}
-
changed = false;
-
if (active.length !== this.activeCues_.length) {
changed = true;
} else {
- for (var _i = 0; _i < active.length; _i++) {
- if (this.activeCues_.indexOf(active[_i]) === -1) {
+ for (let i = 0; i < active.length; i++) {
+ if (this.activeCues_.indexOf(active[i]) === -1) {
changed = true;
}
}
}
-
this.activeCues_ = active;
activeCues.setCues_(this.activeCues_);
return activeCues;
},
// /!\ Keep this setter empty (see the timeupdate handler above)
- set: function set() {}
+ set() {}
}
});
-
if (settings.src) {
- _this.src = settings.src;
-
- if (!_this.preload_) {
+ this.src = settings.src;
+ if (!this.preload_) {
// Tracks will load on-demand.
// Act like we're loaded for other purposes.
- _this.loaded_ = true;
+ this.loaded_ = true;
}
-
- if (_this.preload_ || settings.kind !== 'subtitles' && settings.kind !== 'captions') {
- loadTrack(_this.src, assertThisInitialized(_this));
+ if (this.preload_ || settings.kind !== 'subtitles' && settings.kind !== 'captions') {
+ loadTrack(this.src, this);
}
} else {
- _this.loaded_ = true;
+ this.loaded_ = true;
}
-
- return _this;
}
-
- var _proto = TextTrack.prototype;
-
- _proto.startTracking = function startTracking() {
+ startTracking() {
+ // More precise cues based on requestVideoFrameCallback with a requestAnimationFram fallback
this.rvf_ = this.tech_.requestVideoFrameCallback(this.timeupdateHandler);
- };
-
- _proto.stopTracking = function stopTracking() {
+ // Also listen to timeupdate in case rVFC/rAF stops (window in background, audio in video el)
+ this.tech_.on('timeupdate', this.timeupdateHandler);
+ }
+ stopTracking() {
if (this.rvf_) {
this.tech_.cancelVideoFrameCallback(this.rvf_);
this.rvf_ = undefined;
}
+ this.tech_.off('timeupdate', this.timeupdateHandler);
}
+
/**
* Add a cue to the internal list of cues.
*
* @param {TextTrack~Cue} cue
* The cue to add to our internal list
*/
- ;
+ addCue(originalCue) {
+ let cue = originalCue;
- _proto.addCue = function addCue(originalCue) {
- var cue = originalCue;
-
- if (window.vttjs && !(originalCue instanceof window.vttjs.VTTCue)) {
+ // Testing if the cue is a VTTCue in a way that survives minification
+ if (!('getCueAsHTML' in cue)) {
cue = new window.vttjs.VTTCue(originalCue.startTime, originalCue.endTime, originalCue.text);
-
- for (var prop in originalCue) {
+ for (const prop in originalCue) {
if (!(prop in cue)) {
cue[prop] = originalCue[prop];
}
- } // make sure that `id` is copied over
-
+ }
+ // make sure that `id` is copied over
cue.id = originalCue.id;
cue.originalCue_ = originalCue;
}
-
- var tracks = this.tech_.textTracks();
-
- for (var i = 0; i < tracks.length; i++) {
+ const tracks = this.tech_.textTracks();
+ for (let i = 0; i < tracks.length; i++) {
if (tracks[i] !== this) {
tracks[i].removeCue(cue);
}
}
-
this.cues_.push(cue);
this.cues.setCues_(this.cues_);
}
+
/**
* Remove a cue from our internal list
*
* @param {TextTrack~Cue} removeCue
* The cue to remove from our internal list
*/
- ;
-
- _proto.removeCue = function removeCue(_removeCue) {
- var i = this.cues_.length;
-
+ removeCue(removeCue) {
+ let i = this.cues_.length;
while (i--) {
- var cue = this.cues_[i];
-
- if (cue === _removeCue || cue.originalCue_ && cue.originalCue_ === _removeCue) {
+ const cue = this.cues_[i];
+ if (cue === removeCue || cue.originalCue_ && cue.originalCue_ === removeCue) {
this.cues_.splice(i, 1);
this.cues.setCues_(this.cues_);
break;
}
}
- };
+ }
+ }
- return TextTrack;
- }(Track);
/**
* cuechange - One or more cues in the track have become active or stopped being active.
+ *
+ * @protected
*/
-
-
TextTrack.prototype.allowedEvents_ = {
cuechange: 'cuechange'
};
@@ -8670,10 +8472,7 @@
* @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotrack}
* @extends Track
*/
-
- var AudioTrack = /*#__PURE__*/function (_Track) {
- inheritsLoose(AudioTrack, _Track);
-
+ class AudioTrack extends Track {
/**
* Create an instance of this class.
*
@@ -8696,18 +8495,13 @@
* If this track is the one that is currently playing. If this track is part of
* an {@link AudioTrackList}, only one {@link AudioTrack} will be enabled.
*/
- function AudioTrack(options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- var settings = mergeOptions$3(options, {
+ constructor(options = {}) {
+ const settings = merge$2(options, {
kind: AudioTrackKind[options.kind] || ''
});
- _this = _Track.call(this, settings) || this;
- var enabled = false;
+ super(settings);
+ let enabled = false;
+
/**
* @memberof AudioTrack
* @member {boolean} enabled
@@ -8717,18 +8511,17 @@
*
* @fires VideoTrack#selectedchange
*/
-
- Object.defineProperty(assertThisInitialized(_this), 'enabled', {
- get: function get() {
+ Object.defineProperty(this, 'enabled', {
+ get() {
return enabled;
},
- set: function set(newEnabled) {
+ set(newEnabled) {
// an invalid or unchanged value
if (typeof newEnabled !== 'boolean' || newEnabled === enabled) {
return;
}
-
enabled = newEnabled;
+
/**
* An event that fires when enabled changes on this track. This allows
* the AudioTrackList that holds this track to act accordingly.
@@ -8737,25 +8530,21 @@
* this internally without an event.
*
* @event AudioTrack#enabledchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('enabledchange');
}
- }); // if the user sets this track to selected then
+ });
+
+ // if the user sets this track to selected then
// set selected to that true value otherwise
// we keep it false
-
if (settings.enabled) {
- _this.enabled = settings.enabled;
+ this.enabled = settings.enabled;
}
-
- _this.loaded_ = true;
- return _this;
+ this.loaded_ = true;
}
-
- return AudioTrack;
- }(Track);
+ }
/**
* A representation of a single `VideoTrack`.
@@ -8763,10 +8552,7 @@
* @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#videotrack}
* @extends Track
*/
-
- var VideoTrack = /*#__PURE__*/function (_Track) {
- inheritsLoose(VideoTrack, _Track);
-
+ class VideoTrack extends Track {
/**
* Create an instance of this class.
*
@@ -8788,18 +8574,13 @@
* @param {boolean} [options.selected]
* If this track is the one that is currently playing.
*/
- function VideoTrack(options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- var settings = mergeOptions$3(options, {
+ constructor(options = {}) {
+ const settings = merge$2(options, {
kind: VideoTrackKind[options.kind] || ''
});
- _this = _Track.call(this, settings) || this;
- var selected = false;
+ super(settings);
+ let selected = false;
+
/**
* @memberof VideoTrack
* @member {boolean} selected
@@ -8809,18 +8590,17 @@
*
* @fires VideoTrack#selectedchange
*/
-
- Object.defineProperty(assertThisInitialized(_this), 'selected', {
- get: function get() {
+ Object.defineProperty(this, 'selected', {
+ get() {
return selected;
},
- set: function set(newSelected) {
+ set(newSelected) {
// an invalid or unchanged value
if (typeof newSelected !== 'boolean' || newSelected === selected) {
return;
}
-
selected = newSelected;
+
/**
* An event that fires when selected changes on this track. This allows
* the VideoTrackList that holds this track to act accordingly.
@@ -8829,45 +8609,34 @@
* this internally without an event.
*
* @event VideoTrack#selectedchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('selectedchange');
}
- }); // if the user sets this track to selected then
+ });
+
+ // if the user sets this track to selected then
// set selected to that true value otherwise
// we keep it false
-
if (settings.selected) {
- _this.selected = settings.selected;
+ this.selected = settings.selected;
}
-
- return _this;
}
-
- return VideoTrack;
- }(Track);
+ }
/**
- * @memberof HTMLTrackElement
- * @typedef {HTMLTrackElement~ReadyState}
- * @enum {number}
+ * @file html-track-element.js
*/
- var NONE = 0;
- var LOADING = 1;
- var LOADED = 2;
- var ERROR = 3;
+ /** @import Tech from '../tech/tech' */
+
/**
* A single track represented in the DOM.
*
* @see [Spec]{@link https://html.spec.whatwg.org/multipage/embedded-content.html#htmltrackelement}
* @extends EventTarget
*/
-
- var HTMLTrackElement = /*#__PURE__*/function (_EventTarget) {
- inheritsLoose(HTMLTrackElement, _EventTarget);
-
+ class HTMLTrackElement extends EventTarget$2 {
/**
* Create an instance of this class.
*
@@ -8902,22 +8671,16 @@
* @param {boolean} [options.default]
* If this track should default to on or off.
*/
- function HTMLTrackElement(options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- _this = _EventTarget.call(this) || this;
- var readyState;
- var track = new TextTrack(options);
- _this.kind = track.kind;
- _this.src = track.src;
- _this.srclang = track.language;
- _this.label = track.label;
- _this["default"] = track["default"];
- Object.defineProperties(assertThisInitialized(_this), {
+ constructor(options = {}) {
+ super();
+ let readyState;
+ const track = new TextTrack(options);
+ this.kind = track.kind;
+ this.src = track.src;
+ this.srclang = track.language;
+ this.label = track.label;
+ this.default = track.default;
+ Object.defineProperties(this, {
/**
* @memberof HTMLTrackElement
* @member {HTMLTrackElement~ReadyState} readyState
@@ -8925,11 +8688,10 @@
* @instance
*/
readyState: {
- get: function get() {
+ get() {
return readyState;
}
},
-
/**
* @memberof HTMLTrackElement
* @member {TextTrack} track
@@ -8938,45 +8700,72 @@
*
*/
track: {
- get: function get() {
+ get() {
return track;
}
}
});
- readyState = NONE;
+ readyState = HTMLTrackElement.NONE;
+
/**
* @listens TextTrack#loadeddata
* @fires HTMLTrackElement#load
*/
-
- track.addEventListener('loadeddata', function () {
- readyState = LOADED;
-
- _this.trigger({
+ track.addEventListener('loadeddata', () => {
+ readyState = HTMLTrackElement.LOADED;
+ this.trigger({
type: 'load',
- target: assertThisInitialized(_this)
+ target: this
});
});
- return _this;
}
+ }
- return HTMLTrackElement;
- }(EventTarget$2);
-
+ /**
+ * @protected
+ */
HTMLTrackElement.prototype.allowedEvents_ = {
load: 'load'
};
- HTMLTrackElement.NONE = NONE;
- HTMLTrackElement.LOADING = LOADING;
- HTMLTrackElement.LOADED = LOADED;
- HTMLTrackElement.ERROR = ERROR;
+
+ /**
+ * The text track not loaded state.
+ *
+ * @type {number}
+ * @static
+ */
+ HTMLTrackElement.NONE = 0;
+
+ /**
+ * The text track loading state.
+ *
+ * @type {number}
+ * @static
+ */
+ HTMLTrackElement.LOADING = 1;
+
+ /**
+ * The text track loaded state.
+ *
+ * @type {number}
+ * @static
+ */
+ HTMLTrackElement.LOADED = 2;
+
+ /**
+ * The text track failed to load state.
+ *
+ * @type {number}
+ * @static
+ */
+ HTMLTrackElement.ERROR = 3;
/*
* This file contains all track properties that are used in
* player.js, tech.js, html5.js and possibly other techs in the future.
*/
- var NORMAL = {
+ const NORMAL = {
audio: {
ListClass: AudioTrackList,
TrackClass: AudioTrack,
@@ -8994,10 +8783,10 @@
}
};
Object.keys(NORMAL).forEach(function (type) {
- NORMAL[type].getterName = type + "Tracks";
- NORMAL[type].privateName = type + "Tracks_";
+ NORMAL[type].getterName = `${type}Tracks`;
+ NORMAL[type].privateName = `${type}Tracks_`;
});
- var REMOTE = {
+ const REMOTE = {
remoteText: {
ListClass: TextTrackList,
TrackClass: TextTrack,
@@ -9013,9 +8802,7 @@
privateName: 'remoteTextTrackEls_'
}
};
-
- var ALL = _extends_1({}, NORMAL, REMOTE);
-
+ const ALL = Object.assign({}, NORMAL, REMOTE);
REMOTE.names = Object.keys(REMOTE);
NORMAL.names = Object.keys(NORMAL);
ALL.names = [].concat(REMOTE.names).concat(NORMAL.names);
@@ -9024,17 +8811,14 @@
var topLevel = typeof commonjsGlobal !== 'undefined' ? commonjsGlobal : typeof window !== 'undefined' ? window : {};
var doccy;
-
if (typeof document !== 'undefined') {
doccy = document;
} else {
doccy = topLevel['__GLOBAL_DOCUMENT_CACHE@4'];
-
if (!doccy) {
doccy = topLevel['__GLOBAL_DOCUMENT_CACHE@4'] = minDoc;
}
}
-
var document_1 = doccy;
/**
@@ -9054,35 +8838,32 @@
*/
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
-
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
var _objCreate = Object.create || function () {
function F() {}
-
return function (o) {
if (arguments.length !== 1) {
throw new Error('Object.create shim only accepts one parameter.');
}
-
F.prototype = o;
return new F();
};
- }(); // Creates a new ParserError object from an errorData object. The errorData
+ }();
+
+ // Creates a new ParserError object from an errorData object. The errorData
// object should have default code and message properties. The default message
// property can be overriden by passing in a message parameter.
// See ParsingError.Errors below for acceptable errors.
-
-
function ParsingError(errorData, message) {
this.name = "ParsingError";
this.code = errorData.code;
this.message = message || errorData.message;
}
-
ParsingError.prototype = _objCreate(Error.prototype);
- ParsingError.prototype.constructor = ParsingError; // ParsingError metadata for acceptable ParsingErrors.
+ ParsingError.prototype.constructor = ParsingError;
+ // ParsingError metadata for acceptable ParsingErrors.
ParsingError.Errors = {
BadSignature: {
code: 0,
@@ -9092,19 +8873,17 @@
code: 1,
message: "Malformed time stamp."
}
- }; // Try to parse input as a time stamp.
+ };
+ // Try to parse input as a time stamp.
function parseTimeStamp(input) {
function computeSeconds(h, m, s, f) {
return (h | 0) * 3600 + (m | 0) * 60 + (s | 0) + (f | 0) / 1000;
}
-
var m = input.match(/^(\d+):(\d{1,2})(:\d{1,2})?\.(\d{3})/);
-
if (!m) {
return null;
}
-
if (m[3]) {
// Timestamp takes the form of [hours]:[minutes]:[seconds].[milliseconds]
return computeSeconds(m[1], m[2], m[3].replace(":", ""), m[4]);
@@ -9116,17 +8895,16 @@
// Timestamp takes the form of [minutes]:[seconds].[milliseconds]
return computeSeconds(0, m[1], m[2], m[4]);
}
- } // A settings object holds key/value pairs and will ignore anything but the first
+ }
+
+ // A settings object holds key/value pairs and will ignore anything but the first
// assignment to a specific key.
-
-
function Settings() {
this.values = _objCreate(null);
}
-
Settings.prototype = {
// Only accept the first assignment to any key.
- set: function set(k, v) {
+ set: function (k, v) {
if (!this.get(k) && v !== "") {
this.values[k] = v;
}
@@ -9136,19 +8914,18 @@
// a number of possible default values as properties where 'defaultKey' is
// the key of the property that will be chosen; otherwise it's assumed to be
// a single value.
- get: function get(k, dflt, defaultKey) {
+ get: function (k, dflt, defaultKey) {
if (defaultKey) {
return this.has(k) ? this.values[k] : dflt[defaultKey];
}
-
return this.has(k) ? this.values[k] : dflt;
},
// Check whether we have a value for a key.
- has: function has(k) {
+ has: function (k) {
return k in this.values;
},
// Accept a setting if its one of the given alternatives.
- alt: function alt(k, v, a) {
+ alt: function (k, v, a) {
for (var n = 0; n < a.length; ++n) {
if (v === a[n]) {
this.set(k, v);
@@ -9157,66 +8934,57 @@
}
},
// Accept a setting if its a valid (signed) integer.
- integer: function integer(k, v) {
+ integer: function (k, v) {
if (/^-?\d+$/.test(v)) {
// integer
this.set(k, parseInt(v, 10));
}
},
// Accept a setting if its a valid percentage.
- percent: function percent(k, v) {
-
+ percent: function (k, v) {
if (v.match(/^([\d]{1,3})(\.[\d]*)?%$/)) {
v = parseFloat(v);
-
if (v >= 0 && v <= 100) {
this.set(k, v);
return true;
}
}
-
return false;
}
- }; // Helper function to parse input into groups separated by 'groupDelim', and
- // interprete each group as a key/value pair separated by 'keyValueDelim'.
+ };
+ // Helper function to parse input into groups separated by 'groupDelim', and
+ // interprete each group as a key/value pair separated by 'keyValueDelim'.
function parseOptions(input, callback, keyValueDelim, groupDelim) {
var groups = groupDelim ? input.split(groupDelim) : [input];
-
for (var i in groups) {
if (typeof groups[i] !== "string") {
continue;
}
-
var kv = groups[i].split(keyValueDelim);
-
if (kv.length !== 2) {
continue;
}
-
- var k = kv[0];
- var v = kv[1];
+ var k = kv[0].trim();
+ var v = kv[1].trim();
callback(k, v);
}
}
-
function parseCue(input, cue, regionList) {
// Remember the original input if we need to throw an error.
- var oInput = input; // 4.1 WebVTT timestamp
-
+ var oInput = input;
+ // 4.1 WebVTT timestamp
function consumeTimeStamp() {
var ts = parseTimeStamp(input);
-
if (ts === null) {
throw new ParsingError(ParsingError.Errors.BadTimeStamp, "Malformed timestamp: " + oInput);
- } // Remove time stamp from input.
-
-
+ }
+ // Remove time stamp from input.
input = input.replace(/^[^\sa-zA-Z-]+/, "");
return ts;
- } // 4.4.2 WebVTT cue settings
-
+ }
+ // 4.4.2 WebVTT cue settings
function consumeCueSettings(input, cue) {
var settings = new Settings();
parseOptions(input, function (k, v) {
@@ -9229,63 +8997,51 @@
break;
}
}
-
break;
-
case "vertical":
settings.alt(k, v, ["rl", "lr"]);
break;
-
case "line":
var vals = v.split(","),
- vals0 = vals[0];
+ vals0 = vals[0];
settings.integer(k, vals0);
settings.percent(k, vals0) ? settings.set("snapToLines", false) : null;
settings.alt(k, vals0, ["auto"]);
-
if (vals.length === 2) {
settings.alt("lineAlign", vals[1], ["start", "center", "end"]);
}
-
break;
-
case "position":
vals = v.split(",");
settings.percent(k, vals[0]);
-
if (vals.length === 2) {
settings.alt("positionAlign", vals[1], ["start", "center", "end"]);
}
-
break;
-
case "size":
settings.percent(k, v);
break;
-
case "align":
settings.alt(k, v, ["start", "center", "end", "left", "right"]);
break;
}
- }, /:/, /\s/); // Apply default values for any missing fields.
+ }, /:/, /\s/);
+ // Apply default values for any missing fields.
cue.region = settings.get("region", null);
cue.vertical = settings.get("vertical", "");
-
try {
cue.line = settings.get("line", "auto");
} catch (e) {}
-
cue.lineAlign = settings.get("lineAlign", "start");
cue.snapToLines = settings.get("snapToLines", true);
- cue.size = settings.get("size", 100); // Safari still uses the old middle value and won't accept center
-
+ cue.size = settings.get("size", 100);
+ // Safari still uses the old middle value and won't accept center
try {
cue.align = settings.get("align", "center");
} catch (e) {
cue.align = settings.get("align", "middle");
}
-
try {
cue.position = settings.get("position", "auto");
} catch (e) {
@@ -9298,7 +9054,6 @@
right: 100
}, cue.align);
}
-
cue.positionAlign = settings.get("positionAlign", {
start: "start",
left: "start",
@@ -9308,33 +9063,29 @@
right: "end"
}, cue.align);
}
-
function skipWhitespace() {
input = input.replace(/^\s+/, "");
- } // 4.1 WebVTT cue timings.
-
+ }
+ // 4.1 WebVTT cue timings.
skipWhitespace();
cue.startTime = consumeTimeStamp(); // (1) collect cue start time
-
skipWhitespace();
-
if (input.substr(0, 3) !== "-->") {
// (3) next characters must match "-->"
throw new ParsingError(ParsingError.Errors.BadTimeStamp, "Malformed time stamp (time stamps must be separated by '-->'): " + oInput);
}
-
input = input.substr(3);
skipWhitespace();
cue.endTime = consumeTimeStamp(); // (5) collect cue end time
- // 4.1 WebVTT cue settings list.
+ // 4.1 WebVTT cue settings list.
skipWhitespace();
consumeCueSettings(input, cue);
- } // When evaluating this file as part of a Webpack bundle for server
+ }
+
+ // When evaluating this file as part of a Webpack bundle for server
// side rendering, `document` is an empty object.
-
-
var TEXTAREA_ELEMENT = document_1.createElement && document_1.createElement("textarea");
var TAG_NAME = {
c: "span",
@@ -9345,9 +9096,10 @@
rt: "rt",
v: "span",
lang: "span"
- }; // 5.1 default text color
- // 5.2 default text background color is equivalent to text color with bg_ prefix
+ };
+ // 5.1 default text color
+ // 5.2 default text background color is equivalent to text color with bg_ prefix
var DEFAULT_COLOR_CLASS = {
white: 'rgba(255,255,255,1)',
lime: 'rgba(0,255,0,1)',
@@ -9364,61 +9116,53 @@
};
var NEEDS_PARENT = {
rt: "ruby"
- }; // Parse content into a document fragment.
+ };
+ // Parse content into a document fragment.
function parseContent(window, input) {
function nextToken() {
// Check for end-of-string.
if (!input) {
return null;
- } // Consume 'n' characters from the input.
-
+ }
+ // Consume 'n' characters from the input.
function consume(result) {
input = input.substr(result.length);
return result;
}
-
- var m = input.match(/^([^<]*)(<[^>]*>?)?/); // If there is some text before the next tag, return it, otherwise return
+ var m = input.match(/^([^<]*)(<[^>]*>?)?/);
+ // If there is some text before the next tag, return it, otherwise return
// the tag.
-
return consume(m[1] ? m[1] : m[2]);
}
-
function unescape(s) {
TEXTAREA_ELEMENT.innerHTML = s;
s = TEXTAREA_ELEMENT.textContent;
TEXTAREA_ELEMENT.textContent = "";
return s;
}
-
function shouldAdd(current, element) {
return !NEEDS_PARENT[element.localName] || NEEDS_PARENT[element.localName] === current.localName;
- } // Create an element for this tag.
-
+ }
+ // Create an element for this tag.
function createElement(type, annotation) {
var tagName = TAG_NAME[type];
-
if (!tagName) {
return null;
}
-
var element = window.document.createElement(tagName);
var name = TAG_ANNOTATION[type];
-
if (name && annotation) {
element[name] = annotation.trim();
}
-
return element;
}
-
var rootDiv = window.document.createElement("div"),
- current = rootDiv,
- t,
- tagStack = [];
-
+ current = rootDiv,
+ t,
+ tagStack = [];
while ((t = nextToken()) !== null) {
if (t[0] === '<') {
if (t[1] === "/") {
@@ -9426,49 +9170,40 @@
if (tagStack.length && tagStack[tagStack.length - 1] === t.substr(2).replace(">", "")) {
tagStack.pop();
current = current.parentNode;
- } // Otherwise just ignore the end tag.
-
-
+ }
+ // Otherwise just ignore the end tag.
continue;
}
-
var ts = parseTimeStamp(t.substr(1, t.length - 2));
var node;
-
if (ts) {
// Timestamps are lead nodes as well.
node = window.document.createProcessingInstruction("timestamp", ts);
current.appendChild(node);
continue;
}
-
- var m = t.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/); // If we can't parse the tag, skip to the next tag.
-
+ var m = t.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);
+ // If we can't parse the tag, skip to the next tag.
if (!m) {
continue;
- } // Try to construct an element, and ignore the tag if we couldn't.
-
-
+ }
+ // Try to construct an element, and ignore the tag if we couldn't.
node = createElement(m[1], m[3]);
-
if (!node) {
continue;
- } // Determine if the tag should be added based on the context of where it
+ }
+ // Determine if the tag should be added based on the context of where it
// is placed in the cuetext.
-
-
if (!shouldAdd(current, node)) {
continue;
- } // Set the class list (as a list of classes, separated by space).
-
-
+ }
+ // Set the class list (as a list of classes, separated by space).
if (m[2]) {
var classes = m[2].split('.');
classes.forEach(function (cl) {
- var bgColor = /^bg_/.test(cl); // slice out `bg_` if it's a background color
-
+ var bgColor = /^bg_/.test(cl);
+ // slice out `bg_` if it's a background color
var colorName = bgColor ? cl.slice(3) : cl;
-
if (DEFAULT_COLOR_CLASS.hasOwnProperty(colorName)) {
var propName = bgColor ? 'background-color' : 'color';
var propValue = DEFAULT_COLOR_CLASS[colorName];
@@ -9476,150 +9211,124 @@
}
});
node.className = classes.join(' ');
- } // Append the node to the current node, and enter the scope of the new
+ }
+ // Append the node to the current node, and enter the scope of the new
// node.
-
-
tagStack.push(m[1]);
current.appendChild(node);
current = node;
continue;
- } // Text nodes are leaf nodes.
-
+ }
+ // Text nodes are leaf nodes.
current.appendChild(window.document.createTextNode(unescape(t)));
}
-
return rootDiv;
- } // This is a list of all the Unicode characters that have a strong
+ }
+
+ // This is a list of all the Unicode characters that have a strong
// right-to-left category. What this means is that these characters are
// written right-to-left for sure. It was generated by pulling all the strong
// right-to-left characters out of the Unicode data table. That table can
// found at: http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
-
-
var strongRTLRanges = [[0x5be, 0x5be], [0x5c0, 0x5c0], [0x5c3, 0x5c3], [0x5c6, 0x5c6], [0x5d0, 0x5ea], [0x5f0, 0x5f4], [0x608, 0x608], [0x60b, 0x60b], [0x60d, 0x60d], [0x61b, 0x61b], [0x61e, 0x64a], [0x66d, 0x66f], [0x671, 0x6d5], [0x6e5, 0x6e6], [0x6ee, 0x6ef], [0x6fa, 0x70d], [0x70f, 0x710], [0x712, 0x72f], [0x74d, 0x7a5], [0x7b1, 0x7b1], [0x7c0, 0x7ea], [0x7f4, 0x7f5], [0x7fa, 0x7fa], [0x800, 0x815], [0x81a, 0x81a], [0x824, 0x824], [0x828, 0x828], [0x830, 0x83e], [0x840, 0x858], [0x85e, 0x85e], [0x8a0, 0x8a0], [0x8a2, 0x8ac], [0x200f, 0x200f], [0xfb1d, 0xfb1d], [0xfb1f, 0xfb28], [0xfb2a, 0xfb36], [0xfb38, 0xfb3c], [0xfb3e, 0xfb3e], [0xfb40, 0xfb41], [0xfb43, 0xfb44], [0xfb46, 0xfbc1], [0xfbd3, 0xfd3d], [0xfd50, 0xfd8f], [0xfd92, 0xfdc7], [0xfdf0, 0xfdfc], [0xfe70, 0xfe74], [0xfe76, 0xfefc], [0x10800, 0x10805], [0x10808, 0x10808], [0x1080a, 0x10835], [0x10837, 0x10838], [0x1083c, 0x1083c], [0x1083f, 0x10855], [0x10857, 0x1085f], [0x10900, 0x1091b], [0x10920, 0x10939], [0x1093f, 0x1093f], [0x10980, 0x109b7], [0x109be, 0x109bf], [0x10a00, 0x10a00], [0x10a10, 0x10a13], [0x10a15, 0x10a17], [0x10a19, 0x10a33], [0x10a40, 0x10a47], [0x10a50, 0x10a58], [0x10a60, 0x10a7f], [0x10b00, 0x10b35], [0x10b40, 0x10b55], [0x10b58, 0x10b72], [0x10b78, 0x10b7f], [0x10c00, 0x10c48], [0x1ee00, 0x1ee03], [0x1ee05, 0x1ee1f], [0x1ee21, 0x1ee22], [0x1ee24, 0x1ee24], [0x1ee27, 0x1ee27], [0x1ee29, 0x1ee32], [0x1ee34, 0x1ee37], [0x1ee39, 0x1ee39], [0x1ee3b, 0x1ee3b], [0x1ee42, 0x1ee42], [0x1ee47, 0x1ee47], [0x1ee49, 0x1ee49], [0x1ee4b, 0x1ee4b], [0x1ee4d, 0x1ee4f], [0x1ee51, 0x1ee52], [0x1ee54, 0x1ee54], [0x1ee57, 0x1ee57], [0x1ee59, 0x1ee59], [0x1ee5b, 0x1ee5b], [0x1ee5d, 0x1ee5d], [0x1ee5f, 0x1ee5f], [0x1ee61, 0x1ee62], [0x1ee64, 0x1ee64], [0x1ee67, 0x1ee6a], [0x1ee6c, 0x1ee72], [0x1ee74, 0x1ee77], [0x1ee79, 0x1ee7c], [0x1ee7e, 0x1ee7e], [0x1ee80, 0x1ee89], [0x1ee8b, 0x1ee9b], [0x1eea1, 0x1eea3], [0x1eea5, 0x1eea9], [0x1eeab, 0x1eebb], [0x10fffd, 0x10fffd]];
-
function isStrongRTLChar(charCode) {
for (var i = 0; i < strongRTLRanges.length; i++) {
var currentRange = strongRTLRanges[i];
-
if (charCode >= currentRange[0] && charCode <= currentRange[1]) {
return true;
}
}
-
return false;
}
-
function determineBidi(cueDiv) {
var nodeStack = [],
- text = "",
- charCode;
-
+ text = "",
+ charCode;
if (!cueDiv || !cueDiv.childNodes) {
return "ltr";
}
-
function pushNodes(nodeStack, node) {
for (var i = node.childNodes.length - 1; i >= 0; i--) {
nodeStack.push(node.childNodes[i]);
}
}
-
function nextTextNode(nodeStack) {
if (!nodeStack || !nodeStack.length) {
return null;
}
-
var node = nodeStack.pop(),
- text = node.textContent || node.innerText;
-
+ text = node.textContent || node.innerText;
if (text) {
// TODO: This should match all unicode type B characters (paragraph
// separator characters). See issue #115.
var m = text.match(/^.*(\n|\r)/);
-
if (m) {
nodeStack.length = 0;
return m[0];
}
-
return text;
}
-
if (node.tagName === "ruby") {
return nextTextNode(nodeStack);
}
-
if (node.childNodes) {
pushNodes(nodeStack, node);
return nextTextNode(nodeStack);
}
}
-
pushNodes(nodeStack, cueDiv);
-
while (text = nextTextNode(nodeStack)) {
for (var i = 0; i < text.length; i++) {
charCode = text.charCodeAt(i);
-
if (isStrongRTLChar(charCode)) {
return "rtl";
}
}
}
-
return "ltr";
}
-
function computeLinePos(cue) {
if (typeof cue.line === "number" && (cue.snapToLines || cue.line >= 0 && cue.line <= 100)) {
return cue.line;
}
-
if (!cue.track || !cue.track.textTrackList || !cue.track.textTrackList.mediaElement) {
return -1;
}
-
var track = cue.track,
- trackList = track.textTrackList,
- count = 0;
-
+ trackList = track.textTrackList,
+ count = 0;
for (var i = 0; i < trackList.length && trackList[i] !== track; i++) {
if (trackList[i].mode === "showing") {
count++;
}
}
-
return ++count * -1;
}
+ function StyleBox() {}
- function StyleBox() {} // Apply styles to a div. If there is no div passed then it defaults to the
+ // Apply styles to a div. If there is no div passed then it defaults to the
// div on 'this'.
-
-
StyleBox.prototype.applyStyles = function (styles, div) {
div = div || this.div;
-
for (var prop in styles) {
if (styles.hasOwnProperty(prop)) {
div.style[prop] = styles[prop];
}
}
};
-
StyleBox.prototype.formatStyle = function (val, unit) {
return val === 0 ? 0 : val + unit;
- }; // Constructs the computed display state of the cue (a div). Places the div
+ };
+
+ // Constructs the computed display state of the cue (a div). Places the div
// into the overlay which should be a block level element (usually a div).
-
-
function CueStyleBox(window, cue, styleOptions) {
StyleBox.call(this);
- this.cue = cue; // Parse our cue's text into a DOM tree rooted at 'cueDiv'. This div will
- // have inline positioning and will function as the cue background box.
+ this.cue = cue;
+ // Parse our cue's text into a DOM tree rooted at 'cueDiv'. This div will
+ // have inline positioning and will function as the cue background box.
this.cueDiv = parseContent(window, cue.text);
var styles = {
color: "rgba(255, 255, 255, 1)",
@@ -9633,10 +9342,11 @@
writingMode: cue.vertical === "" ? "horizontal-tb" : cue.vertical === "lr" ? "vertical-lr" : "vertical-rl",
unicodeBidi: "plaintext"
};
- this.applyStyles(styles, this.cueDiv); // Create an absolutely positioned div that will be used to position the cue
+ this.applyStyles(styles, this.cueDiv);
+
+ // Create an absolutely positioned div that will be used to position the cue
// div. Note, all WebVTT cue-setting alignments are equivalent to the CSS
// mirrors of them except middle instead of center on Safari.
-
this.div = window.document.createElement("div");
styles = {
direction: determineBidi(this.cueDiv),
@@ -9648,34 +9358,35 @@
position: "absolute"
};
this.applyStyles(styles);
- this.div.appendChild(this.cueDiv); // Calculate the distance from the reference edge of the viewport to the text
+ this.div.appendChild(this.cueDiv);
+
+ // Calculate the distance from the reference edge of the viewport to the text
// position of the cue box. The reference edge will be resolved later when
// the box orientation styles are applied.
-
var textPos = 0;
-
switch (cue.positionAlign) {
case "start":
+ case "line-left":
textPos = cue.position;
break;
-
case "center":
textPos = cue.position - cue.size / 2;
break;
-
case "end":
+ case "line-right":
textPos = cue.position - cue.size;
break;
- } // Horizontal box orientation; textPos is the distance from the left edge of the
+ }
+
+ // Horizontal box orientation; textPos is the distance from the left edge of the
// area to the left edge of the box and cue.size is the distance extending to
// the right from there.
-
-
if (cue.vertical === "") {
this.applyStyles({
left: this.formatStyle(textPos, "%"),
width: this.formatStyle(cue.size, "%")
- }); // Vertical box orientation; textPos is the distance from the top edge of the
+ });
+ // Vertical box orientation; textPos is the distance from the top edge of the
// area to the top edge of the box and cue.size is the height extending
// downwards from there.
} else {
@@ -9684,7 +9395,6 @@
height: this.formatStyle(cue.size, "%")
});
}
-
this.move = function (box) {
this.applyStyles({
top: this.formatStyle(box.top, "px"),
@@ -9696,32 +9406,30 @@
});
};
}
-
CueStyleBox.prototype = _objCreate(StyleBox.prototype);
- CueStyleBox.prototype.constructor = CueStyleBox; // Represents the co-ordinates of an Element in a way that we can easily
+ CueStyleBox.prototype.constructor = CueStyleBox;
+
+ // Represents the co-ordinates of an Element in a way that we can easily
// compute things with such as if it overlaps or intersects with another Element.
// Can initialize it with either a StyleBox or another BoxPosition.
-
function BoxPosition(obj) {
// Either a BoxPosition was passed in and we need to copy it, or a StyleBox
// was passed in and we need to copy the results of 'getBoundingClientRect'
// as the object returned is readonly. All co-ordinate values are in reference
// to the viewport origin (top left).
var lh, height, width, top;
-
if (obj.div) {
height = obj.div.offsetHeight;
width = obj.div.offsetWidth;
top = obj.div.offsetTop;
var rects = (rects = obj.div.childNodes) && (rects = rects[0]) && rects.getClientRects && rects.getClientRects();
- obj = obj.div.getBoundingClientRect(); // In certain cases the outter div will be slightly larger then the sum of
+ obj = obj.div.getBoundingClientRect();
+ // In certain cases the outter div will be slightly larger then the sum of
// the inner div's lines. This could be due to bold text, etc, on some platforms.
// In this case we should get the average line height and use that. This will
// result in the desired behaviour.
-
lh = rects ? Math.max(rects[0] && rects[0].height || 0, obj.height / rects.length) : 0;
}
-
this.left = obj.left;
this.right = obj.right;
this.top = obj.top || top;
@@ -9729,91 +9437,83 @@
this.bottom = obj.bottom || top + (obj.height || height);
this.width = obj.width || width;
this.lineHeight = lh !== undefined ? lh : obj.lineHeight;
- } // Move the box along a particular axis. Optionally pass in an amount to move
+ }
+
+ // Move the box along a particular axis. Optionally pass in an amount to move
// the box. If no amount is passed then the default is the line height of the
// box.
-
-
BoxPosition.prototype.move = function (axis, toMove) {
toMove = toMove !== undefined ? toMove : this.lineHeight;
-
switch (axis) {
case "+x":
this.left += toMove;
this.right += toMove;
break;
-
case "-x":
this.left -= toMove;
this.right -= toMove;
break;
-
case "+y":
this.top += toMove;
this.bottom += toMove;
break;
-
case "-y":
this.top -= toMove;
this.bottom -= toMove;
break;
}
- }; // Check if this box overlaps another box, b2.
-
+ };
+ // Check if this box overlaps another box, b2.
BoxPosition.prototype.overlaps = function (b2) {
return this.left < b2.right && this.right > b2.left && this.top < b2.bottom && this.bottom > b2.top;
- }; // Check if this box overlaps any other boxes in boxes.
-
+ };
+ // Check if this box overlaps any other boxes in boxes.
BoxPosition.prototype.overlapsAny = function (boxes) {
for (var i = 0; i < boxes.length; i++) {
if (this.overlaps(boxes[i])) {
return true;
}
}
-
return false;
- }; // Check if this box is within another box.
-
+ };
+ // Check if this box is within another box.
BoxPosition.prototype.within = function (container) {
return this.top >= container.top && this.bottom <= container.bottom && this.left >= container.left && this.right <= container.right;
- }; // Check if this box is entirely within the container or it is overlapping
+ };
+
+ // Check if this box is entirely within the container or it is overlapping
// on the edge opposite of the axis direction passed. For example, if "+x" is
// passed and the box is overlapping on the left edge of the container, then
// return true.
-
-
BoxPosition.prototype.overlapsOppositeAxis = function (container, axis) {
switch (axis) {
case "+x":
return this.left < container.left;
-
case "-x":
return this.right > container.right;
-
case "+y":
return this.top < container.top;
-
case "-y":
return this.bottom > container.bottom;
}
- }; // Find the percentage of the area that this box is overlapping with another
+ };
+
+ // Find the percentage of the area that this box is overlapping with another
// box.
-
-
BoxPosition.prototype.intersectPercentage = function (b2) {
var x = Math.max(0, Math.min(this.right, b2.right) - Math.max(this.left, b2.left)),
- y = Math.max(0, Math.min(this.bottom, b2.bottom) - Math.max(this.top, b2.top)),
- intersectArea = x * y;
+ y = Math.max(0, Math.min(this.bottom, b2.bottom) - Math.max(this.top, b2.top)),
+ intersectArea = x * y;
return intersectArea / (this.height * this.width);
- }; // Convert the positions from this box to CSS compatible positions using
+ };
+
+ // Convert the positions from this box to CSS compatible positions using
// the reference container's positions. This has to be done because this
// box's positions are in reference to the viewport origin, whereas, CSS
// values are in referecne to their respective edges.
-
-
BoxPosition.prototype.toCSSCompatValues = function (reference) {
return {
top: this.top - reference.top,
@@ -9823,10 +9523,10 @@
height: this.height,
width: this.width
};
- }; // Get an object that represents the box's position without anything extra.
+ };
+
+ // Get an object that represents the box's position without anything extra.
// Can pass a StyleBox, HTMLElement, or another BoxPositon.
-
-
BoxPosition.getSimpleBoxPosition = function (obj) {
var height = obj.div ? obj.div.offsetHeight : obj.tagName ? obj.offsetHeight : 0;
var width = obj.div ? obj.div.offsetWidth : obj.tagName ? obj.offsetWidth : 0;
@@ -9841,11 +9541,11 @@
width: obj.width || width
};
return ret;
- }; // Move a StyleBox to its specified, or next best, position. The containerBox
+ };
+
+ // Move a StyleBox to its specified, or next best, position. The containerBox
// is the box that contains the StyleBox, such as a div. boxPositions are
// a list of other boxes that the styleBox can't overlap with.
-
-
function moveBoxToLinePosition(window, styleBox, containerBox, boxPositions) {
// Find the best position for a cue box, b, on the video. The axis parameter
// is a list of axis, the order of which, it will move the box along. For example:
@@ -9854,173 +9554,156 @@
// it along the x axis in the negative direction.
function findBestPosition(b, axis) {
var bestPosition,
- specifiedPosition = new BoxPosition(b),
- percentage = 1; // Highest possible so the first thing we get is better.
+ specifiedPosition = new BoxPosition(b),
+ percentage = 1; // Highest possible so the first thing we get is better.
for (var i = 0; i < axis.length; i++) {
while (b.overlapsOppositeAxis(containerBox, axis[i]) || b.within(containerBox) && b.overlapsAny(boxPositions)) {
b.move(axis[i]);
- } // We found a spot where we aren't overlapping anything. This is our
+ }
+ // We found a spot where we aren't overlapping anything. This is our
// best position.
-
-
if (b.within(containerBox)) {
return b;
}
-
- var p = b.intersectPercentage(containerBox); // If we're outside the container box less then we were on our last try
+ var p = b.intersectPercentage(containerBox);
+ // If we're outside the container box less then we were on our last try
// then remember this position as the best position.
-
if (percentage > p) {
bestPosition = new BoxPosition(b);
percentage = p;
- } // Reset the box position to the specified position.
-
-
+ }
+ // Reset the box position to the specified position.
b = new BoxPosition(specifiedPosition);
}
-
return bestPosition || specifiedPosition;
}
-
var boxPosition = new BoxPosition(styleBox),
- cue = styleBox.cue,
- linePos = computeLinePos(cue),
- axis = []; // If we have a line number to align the cue to.
+ cue = styleBox.cue,
+ linePos = computeLinePos(cue),
+ axis = [];
+ // If we have a line number to align the cue to.
if (cue.snapToLines) {
var size;
-
switch (cue.vertical) {
case "":
axis = ["+y", "-y"];
size = "height";
break;
-
case "rl":
axis = ["+x", "-x"];
size = "width";
break;
-
case "lr":
axis = ["-x", "+x"];
size = "width";
break;
}
-
var step = boxPosition.lineHeight,
- position = step * Math.round(linePos),
- maxPosition = containerBox[size] + step,
- initialAxis = axis[0]; // If the specified intial position is greater then the max position then
+ position = step * Math.round(linePos),
+ maxPosition = containerBox[size] + step,
+ initialAxis = axis[0];
+
+ // If the specified intial position is greater then the max position then
// clamp the box to the amount of steps it would take for the box to
// reach the max position.
-
if (Math.abs(position) > maxPosition) {
position = position < 0 ? -1 : 1;
position *= Math.ceil(maxPosition / step) * step;
- } // If computed line position returns negative then line numbers are
+ }
+
+ // If computed line position returns negative then line numbers are
// relative to the bottom of the video instead of the top. Therefore, we
// need to increase our initial position by the length or width of the
// video, depending on the writing direction, and reverse our axis directions.
-
-
if (linePos < 0) {
position += cue.vertical === "" ? containerBox.height : containerBox.width;
axis = axis.reverse();
- } // Move the box to the specified position. This may not be its best
+ }
+
+ // Move the box to the specified position. This may not be its best
// position.
-
-
boxPosition.move(initialAxis, position);
} else {
// If we have a percentage line value for the cue.
var calculatedPercentage = boxPosition.lineHeight / containerBox.height * 100;
-
switch (cue.lineAlign) {
case "center":
linePos -= calculatedPercentage / 2;
break;
-
case "end":
linePos -= calculatedPercentage;
break;
- } // Apply initial line position to the cue box.
-
+ }
+ // Apply initial line position to the cue box.
switch (cue.vertical) {
case "":
styleBox.applyStyles({
top: styleBox.formatStyle(linePos, "%")
});
break;
-
case "rl":
styleBox.applyStyles({
left: styleBox.formatStyle(linePos, "%")
});
break;
-
case "lr":
styleBox.applyStyles({
right: styleBox.formatStyle(linePos, "%")
});
break;
}
+ axis = ["+y", "-x", "+x", "-y"];
- axis = ["+y", "-x", "+x", "-y"]; // Get the box position again after we've applied the specified positioning
+ // Get the box position again after we've applied the specified positioning
// to it.
-
boxPosition = new BoxPosition(styleBox);
}
-
var bestPosition = findBestPosition(boxPosition, axis);
styleBox.move(bestPosition.toCSSCompatValues(containerBox));
}
+ function WebVTT$1() {
+ // Nothing
+ }
- function WebVTT$1() {// Nothing
- } // Helper to allow strings to be decoded instead of the default binary utf8 data.
-
-
+ // Helper to allow strings to be decoded instead of the default binary utf8 data.
WebVTT$1.StringDecoder = function () {
return {
- decode: function decode(data) {
+ decode: function (data) {
if (!data) {
return "";
}
-
if (typeof data !== "string") {
throw new Error("Error - expected string data.");
}
-
return decodeURIComponent(encodeURIComponent(data));
}
};
};
-
WebVTT$1.convertCueToDOMTree = function (window, cuetext) {
if (!window || !cuetext) {
return null;
}
-
return parseContent(window, cuetext);
};
-
var FONT_SIZE_PERCENT = 0.05;
var FONT_STYLE = "sans-serif";
- var CUE_BACKGROUND_PADDING = "1.5%"; // Runs the processing model over the cues and regions passed to it.
+ var CUE_BACKGROUND_PADDING = "1.5%";
+
+ // Runs the processing model over the cues and regions passed to it.
// @param overlay A block level element (usually a div) that the computed cues
// and regions will be placed into.
-
WebVTT$1.processCues = function (window, cues, overlay) {
if (!window || !cues || !overlay) {
return null;
- } // Remove all previous children.
-
+ }
+ // Remove all previous children.
while (overlay.firstChild) {
overlay.removeChild(overlay.firstChild);
}
-
var paddedOverlay = window.document.createElement("div");
paddedOverlay.style.position = "absolute";
paddedOverlay.style.left = "0";
@@ -10028,64 +9711,60 @@
paddedOverlay.style.top = "0";
paddedOverlay.style.bottom = "0";
paddedOverlay.style.margin = CUE_BACKGROUND_PADDING;
- overlay.appendChild(paddedOverlay); // Determine if we need to compute the display states of the cues. This could
+ overlay.appendChild(paddedOverlay);
+
+ // Determine if we need to compute the display states of the cues. This could
// be the case if a cue's state has been changed since the last computation or
// if it has not been computed yet.
-
function shouldCompute(cues) {
for (var i = 0; i < cues.length; i++) {
if (cues[i].hasBeenReset || !cues[i].displayState) {
return true;
}
}
-
return false;
- } // We don't need to recompute the cues' display states. Just reuse them.
-
+ }
+ // We don't need to recompute the cues' display states. Just reuse them.
if (!shouldCompute(cues)) {
for (var i = 0; i < cues.length; i++) {
paddedOverlay.appendChild(cues[i].displayState);
}
-
return;
}
-
var boxPositions = [],
- containerBox = BoxPosition.getSimpleBoxPosition(paddedOverlay),
- fontSize = Math.round(containerBox.height * FONT_SIZE_PERCENT * 100) / 100;
+ containerBox = BoxPosition.getSimpleBoxPosition(paddedOverlay),
+ fontSize = Math.round(containerBox.height * FONT_SIZE_PERCENT * 100) / 100;
var styleOptions = {
font: fontSize + "px " + FONT_STYLE
};
-
(function () {
var styleBox, cue;
-
for (var i = 0; i < cues.length; i++) {
- cue = cues[i]; // Compute the intial position and styles of the cue div.
+ cue = cues[i];
+ // Compute the intial position and styles of the cue div.
styleBox = new CueStyleBox(window, cue, styleOptions);
- paddedOverlay.appendChild(styleBox.div); // Move the cue div to it's correct line position.
+ paddedOverlay.appendChild(styleBox.div);
- moveBoxToLinePosition(window, styleBox, containerBox, boxPositions); // Remember the computed div so that we don't have to recompute it later
+ // Move the cue div to it's correct line position.
+ moveBoxToLinePosition(window, styleBox, containerBox, boxPositions);
+
+ // Remember the computed div so that we don't have to recompute it later
// if we don't have too.
-
cue.displayState = styleBox.div;
boxPositions.push(BoxPosition.getSimpleBoxPosition(styleBox));
}
})();
};
-
WebVTT$1.Parser = function (window, vttjs, decoder) {
if (!decoder) {
decoder = vttjs;
vttjs = {};
}
-
if (!vttjs) {
vttjs = {};
}
-
this.window = window;
this.vttjs = vttjs;
this.state = "INITIAL";
@@ -10093,52 +9772,47 @@
this.decoder = decoder || new TextDecoder("utf8");
this.regionList = [];
};
-
WebVTT$1.Parser.prototype = {
// If the error is a ParsingError then report it to the consumer if
// possible. If it's not a ParsingError then throw it like normal.
- reportOrThrowError: function reportOrThrowError(e) {
+ reportOrThrowError: function (e) {
if (e instanceof ParsingError) {
this.onparsingerror && this.onparsingerror(e);
} else {
throw e;
}
},
- parse: function parse(data) {
- var self = this; // If there is no data then we won't decode it, but will just try to parse
+ parse: function (data) {
+ var self = this;
+
+ // If there is no data then we won't decode it, but will just try to parse
// whatever is in buffer already. This may occur in circumstances, for
// example when flush() is called.
-
if (data) {
// Try to decode the data that we received.
self.buffer += self.decoder.decode(data, {
stream: true
});
}
-
function collectNextLine() {
var buffer = self.buffer;
var pos = 0;
-
while (pos < buffer.length && buffer[pos] !== '\r' && buffer[pos] !== '\n') {
++pos;
}
-
- var line = buffer.substr(0, pos); // Advance the buffer early in case we fail below.
-
+ var line = buffer.substr(0, pos);
+ // Advance the buffer early in case we fail below.
if (buffer[pos] === '\r') {
++pos;
}
-
if (buffer[pos] === '\n') {
++pos;
}
-
self.buffer = buffer.substr(pos);
return line;
- } // 3.4 WebVTT region and WebVTT region settings syntax
-
+ }
+ // 3.4 WebVTT region and WebVTT region settings syntax
function parseRegion(input) {
var settings = new Settings();
parseOptions(input, function (k, v) {
@@ -10146,44 +9820,37 @@
case "id":
settings.set(k, v);
break;
-
case "width":
settings.percent(k, v);
break;
-
case "lines":
settings.integer(k, v);
break;
-
case "regionanchor":
case "viewportanchor":
var xy = v.split(',');
-
if (xy.length !== 2) {
break;
- } // We have to make sure both x and y parse, so use a temporary
+ }
+ // We have to make sure both x and y parse, so use a temporary
// settings object here.
-
-
var anchor = new Settings();
anchor.percent("x", xy[0]);
anchor.percent("y", xy[1]);
-
if (!anchor.has("x") || !anchor.has("y")) {
break;
}
-
settings.set(k + "X", anchor.get("x"));
settings.set(k + "Y", anchor.get("y"));
break;
-
case "scroll":
settings.alt(k, v, ["up"]);
break;
}
- }, /=/, /\s/); // Create the region, using default values for any values that were not
- // specified.
+ }, /=/, /\s/);
+ // Create the region, using default values for any values that were not
+ // specified.
if (settings.has("id")) {
var region = new (self.vttjs.VTTRegion || self.window.VTTRegion)();
region.width = settings.get("width", 100);
@@ -10192,21 +9859,21 @@
region.regionAnchorY = settings.get("regionanchorY", 100);
region.viewportAnchorX = settings.get("viewportanchorX", 0);
region.viewportAnchorY = settings.get("viewportanchorY", 100);
- region.scroll = settings.get("scroll", ""); // Register the region.
-
- self.onregion && self.onregion(region); // Remember the VTTRegion for later in case we parse any VTTCues that
+ region.scroll = settings.get("scroll", "");
+ // Register the region.
+ self.onregion && self.onregion(region);
+ // Remember the VTTRegion for later in case we parse any VTTCues that
// reference it.
-
self.regionList.push({
id: settings.get("id"),
region: region
});
}
- } // draft-pantos-http-live-streaming-20
+ }
+
+ // draft-pantos-http-live-streaming-20
// https://tools.ietf.org/html/draft-pantos-http-live-streaming-20#section-3.5
// 3.5 WebVTT
-
-
function parseTimestampMap(input) {
var settings = new Settings();
parseOptions(input, function (k, v) {
@@ -10214,7 +9881,6 @@
case "MPEGT":
settings.integer(k + 'S', v);
break;
-
case "LOCA":
settings.set(k + 'L', parseTimeStamp(v));
break;
@@ -10224,9 +9890,9 @@
"MPEGTS": settings.get("MPEGTS"),
"LOCAL": settings.get("LOCAL")
});
- } // 3.2 WebVTT metadata header syntax
-
+ }
+ // 3.2 WebVTT metadata header syntax
function parseHeader(input) {
if (input.match(/X-TIMESTAMP-MAP/)) {
// This line contains HLS X-TIMESTAMP-MAP metadata
@@ -10247,42 +9913,34 @@
}
}, /:/);
}
- } // 5.1 WebVTT file parsing.
-
+ }
+ // 5.1 WebVTT file parsing.
try {
var line;
-
if (self.state === "INITIAL") {
// We can't start parsing until we have the first line.
if (!/\r\n|\n/.test(self.buffer)) {
return this;
}
-
line = collectNextLine();
var m = line.match(/^WEBVTT([ \t].*)?$/);
-
if (!m || !m[0]) {
throw new ParsingError(ParsingError.Errors.BadSignature);
}
-
self.state = "HEADER";
}
-
var alreadyCollectedLine = false;
-
while (self.buffer) {
// We can't parse a line until we have the full line.
if (!/\r\n|\n/.test(self.buffer)) {
return this;
}
-
if (!alreadyCollectedLine) {
line = collectNextLine();
} else {
alreadyCollectedLine = false;
}
-
switch (self.state) {
case "HEADER":
// 13-18 - Allow a header (metadata) under the WEBVTT line.
@@ -10292,69 +9950,57 @@
// An empty line terminates the header and starts the body (cues).
self.state = "ID";
}
-
continue;
-
case "NOTE":
// Ignore NOTE blocks.
if (!line) {
self.state = "ID";
}
-
continue;
-
case "ID":
// Check for the start of NOTE blocks.
if (/^NOTE($|[ \t])/.test(line)) {
self.state = "NOTE";
break;
- } // 19-29 - Allow any number of line terminators, then initialize new cue values.
-
-
+ }
+ // 19-29 - Allow any number of line terminators, then initialize new cue values.
if (!line) {
continue;
}
-
- self.cue = new (self.vttjs.VTTCue || self.window.VTTCue)(0, 0, ""); // Safari still uses the old middle value and won't accept center
-
+ self.cue = new (self.vttjs.VTTCue || self.window.VTTCue)(0, 0, "");
+ // Safari still uses the old middle value and won't accept center
try {
self.cue.align = "center";
} catch (e) {
self.cue.align = "middle";
}
-
- self.state = "CUE"; // 30-39 - Check if self line contains an optional identifier or timing data.
-
+ self.state = "CUE";
+ // 30-39 - Check if self line contains an optional identifier or timing data.
if (line.indexOf("-->") === -1) {
self.cue.id = line;
continue;
}
-
// Process line as start of a cue.
-
/*falls through*/
-
case "CUE":
// 40 - Collect cue timings and settings.
try {
parseCue(line, self.cue, self.regionList);
} catch (e) {
- self.reportOrThrowError(e); // In case of an error ignore rest of the cue.
-
+ self.reportOrThrowError(e);
+ // In case of an error ignore rest of the cue.
self.cue = null;
self.state = "BADCUE";
continue;
}
-
self.state = "CUETEXT";
continue;
-
case "CUETEXT":
- var hasSubstring = line.indexOf("-->") !== -1; // 34 - If we have an empty line then report the cue.
+ var hasSubstring = line.indexOf("-->") !== -1;
+ // 34 - If we have an empty line then report the cue.
// 35 - If we have the special substring '-->' then report the cue,
// but do not collect the line as we need to process the current
// one as a new cue.
-
if (!line || hasSubstring && (alreadyCollectedLine = true)) {
// We are done parsing self cue.
self.oncue && self.oncue(self.cue);
@@ -10362,61 +10008,53 @@
self.state = "ID";
continue;
}
-
if (self.cue.text) {
self.cue.text += "\n";
}
-
self.cue.text += line.replace(/\u2028/g, '\n').replace(/u2029/g, '\n');
continue;
-
case "BADCUE":
// BADCUE
// 54-62 - Collect and discard the remaining cue.
if (!line) {
self.state = "ID";
}
-
continue;
}
}
} catch (e) {
- self.reportOrThrowError(e); // If we are currently parsing a cue, report what we have.
+ self.reportOrThrowError(e);
+ // If we are currently parsing a cue, report what we have.
if (self.state === "CUETEXT" && self.cue && self.oncue) {
self.oncue(self.cue);
}
-
- self.cue = null; // Enter BADWEBVTT state if header was not parsed correctly otherwise
+ self.cue = null;
+ // Enter BADWEBVTT state if header was not parsed correctly otherwise
// another exception occurred so enter BADCUE state.
-
self.state = self.state === "INITIAL" ? "BADWEBVTT" : "BADCUE";
}
-
return this;
},
- flush: function flush() {
+ flush: function () {
var self = this;
-
try {
// Finish decoding the stream.
- self.buffer += self.decoder.decode(); // Synthesize the end of the current cue or region.
-
+ self.buffer += self.decoder.decode();
+ // Synthesize the end of the current cue or region.
if (self.cue || self.state === "HEADER") {
self.buffer += "\n\n";
self.parse();
- } // If we've flushed, parsed, and we're still on the INITIAL state then
+ }
+ // If we've flushed, parsed, and we're still on the INITIAL state then
// that means we don't have enough of the stream to parse the first
// line.
-
-
if (self.state === "INITIAL") {
throw new ParsingError(ParsingError.Errors.BadSignature);
}
} catch (e) {
self.reportOrThrowError(e);
}
-
self.onflush && self.onflush();
return this;
}
@@ -10438,6 +10076,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
var autoKeyword = "auto";
var directionSetting = {
"": 1,
@@ -10454,34 +10093,31 @@
"line-left": 1,
"line-right": 1
};
-
function findDirectionSetting(value) {
if (typeof value !== "string") {
return false;
}
-
var dir = directionSetting[value.toLowerCase()];
return dir ? value.toLowerCase() : false;
}
-
function findAlignSetting(value) {
if (typeof value !== "string") {
return false;
}
-
var align = alignSetting[value.toLowerCase()];
return align ? value.toLowerCase() : false;
}
-
function VTTCue(startTime, endTime, text) {
/**
* Shim implementation specific properties. These properties are not in
* the spec.
*/
+
// Lets us know when the VTTCue's data has changed in such a way that we need
// to recompute its display state. This lets us compute its display state
// lazily.
this.hasBeenReset = false;
+
/**
* VTTCue and TextTrackCue properties
* http://dev.w3.org/html5/webvtt/#vttcue-interface
@@ -10504,118 +10140,113 @@
Object.defineProperties(this, {
"id": {
enumerable: true,
- get: function get() {
+ get: function () {
return _id;
},
- set: function set(value) {
+ set: function (value) {
_id = "" + value;
}
},
"pauseOnExit": {
enumerable: true,
- get: function get() {
+ get: function () {
return _pauseOnExit;
},
- set: function set(value) {
+ set: function (value) {
_pauseOnExit = !!value;
}
},
"startTime": {
enumerable: true,
- get: function get() {
+ get: function () {
return _startTime;
},
- set: function set(value) {
+ set: function (value) {
if (typeof value !== "number") {
throw new TypeError("Start time must be set to a number.");
}
-
_startTime = value;
this.hasBeenReset = true;
}
},
"endTime": {
enumerable: true,
- get: function get() {
+ get: function () {
return _endTime;
},
- set: function set(value) {
+ set: function (value) {
if (typeof value !== "number") {
throw new TypeError("End time must be set to a number.");
}
-
_endTime = value;
this.hasBeenReset = true;
}
},
"text": {
enumerable: true,
- get: function get() {
+ get: function () {
return _text;
},
- set: function set(value) {
+ set: function (value) {
_text = "" + value;
this.hasBeenReset = true;
}
},
"region": {
enumerable: true,
- get: function get() {
+ get: function () {
return _region;
},
- set: function set(value) {
+ set: function (value) {
_region = value;
this.hasBeenReset = true;
}
},
"vertical": {
enumerable: true,
- get: function get() {
+ get: function () {
return _vertical;
},
- set: function set(value) {
- var setting = findDirectionSetting(value); // Have to check for false because the setting an be an empty string.
-
+ set: function (value) {
+ var setting = findDirectionSetting(value);
+ // Have to check for false because the setting an be an empty string.
if (setting === false) {
throw new SyntaxError("Vertical: an invalid or illegal direction string was specified.");
}
-
_vertical = setting;
this.hasBeenReset = true;
}
},
"snapToLines": {
enumerable: true,
- get: function get() {
+ get: function () {
return _snapToLines;
},
- set: function set(value) {
+ set: function (value) {
_snapToLines = !!value;
this.hasBeenReset = true;
}
},
"line": {
enumerable: true,
- get: function get() {
+ get: function () {
return _line;
},
- set: function set(value) {
+ set: function (value) {
if (typeof value !== "number" && value !== autoKeyword) {
throw new SyntaxError("Line: an invalid number or illegal string was specified.");
}
-
_line = value;
this.hasBeenReset = true;
}
},
"lineAlign": {
enumerable: true,
- get: function get() {
+ get: function () {
return _lineAlign;
},
- set: function set(value) {
+ set: function (value) {
var setting = findAlignSetting(value);
-
if (!setting) {
console.warn("lineAlign: an invalid or illegal string was specified.");
} else {
@@ -10626,26 +10257,24 @@
},
"position": {
enumerable: true,
- get: function get() {
+ get: function () {
return _position;
},
- set: function set(value) {
+ set: function (value) {
if (value < 0 || value > 100) {
throw new Error("Position must be between 0 and 100.");
}
-
_position = value;
this.hasBeenReset = true;
}
},
"positionAlign": {
enumerable: true,
- get: function get() {
+ get: function () {
return _positionAlign;
},
- set: function set(value) {
+ set: function (value) {
var setting = findAlignSetting(value);
-
if (!setting) {
console.warn("positionAlign: an invalid or illegal string was specified.");
} else {
@@ -10656,52 +10285,49 @@
},
"size": {
enumerable: true,
- get: function get() {
+ get: function () {
return _size;
},
- set: function set(value) {
+ set: function (value) {
if (value < 0 || value > 100) {
throw new Error("Size must be between 0 and 100.");
}
-
_size = value;
this.hasBeenReset = true;
}
},
"align": {
enumerable: true,
- get: function get() {
+ get: function () {
return _align;
},
- set: function set(value) {
+ set: function (value) {
var setting = findAlignSetting(value);
-
if (!setting) {
throw new SyntaxError("align: an invalid or illegal alignment string was specified.");
}
-
_align = setting;
this.hasBeenReset = true;
}
}
});
+
/**
* Other spec defined properties
*/
- // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track-cue-display-state
+ // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#text-track-cue-display-state
this.displayState = undefined;
}
+
/**
* VTTCue methods
*/
-
VTTCue.prototype.getCueAsHTML = function () {
// Assume WebVTT.convertCueToDOMTree is on the global.
return WebVTT.convertCueToDOMTree(window, this.text);
};
-
var vttcue = VTTCue;
/**
@@ -10719,25 +10345,23 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
var scrollSetting = {
"": true,
"up": true
};
-
function findScrollSetting(value) {
if (typeof value !== "string") {
return false;
}
-
var scroll = scrollSetting[value.toLowerCase()];
return scroll ? value.toLowerCase() : false;
}
-
function isValidPercentValue(value) {
return typeof value === "number" && value >= 0 && value <= 100;
- } // VTTRegion shim http://dev.w3.org/html5/webvtt/#vttregion-interface
-
+ }
+ // VTTRegion shim http://dev.w3.org/html5/webvtt/#vttregion-interface
function VTTRegion() {
var _width = 100;
var _lines = 3;
@@ -10749,90 +10373,84 @@
Object.defineProperties(this, {
"width": {
enumerable: true,
- get: function get() {
+ get: function () {
return _width;
},
- set: function set(value) {
+ set: function (value) {
if (!isValidPercentValue(value)) {
throw new Error("Width must be between 0 and 100.");
}
-
_width = value;
}
},
"lines": {
enumerable: true,
- get: function get() {
+ get: function () {
return _lines;
},
- set: function set(value) {
+ set: function (value) {
if (typeof value !== "number") {
throw new TypeError("Lines must be set to a number.");
}
-
_lines = value;
}
},
"regionAnchorY": {
enumerable: true,
- get: function get() {
+ get: function () {
return _regionAnchorY;
},
- set: function set(value) {
+ set: function (value) {
if (!isValidPercentValue(value)) {
throw new Error("RegionAnchorX must be between 0 and 100.");
}
-
_regionAnchorY = value;
}
},
"regionAnchorX": {
enumerable: true,
- get: function get() {
+ get: function () {
return _regionAnchorX;
},
- set: function set(value) {
+ set: function (value) {
if (!isValidPercentValue(value)) {
throw new Error("RegionAnchorY must be between 0 and 100.");
}
-
_regionAnchorX = value;
}
},
"viewportAnchorY": {
enumerable: true,
- get: function get() {
+ get: function () {
return _viewportAnchorY;
},
- set: function set(value) {
+ set: function (value) {
if (!isValidPercentValue(value)) {
throw new Error("ViewportAnchorY must be between 0 and 100.");
}
-
_viewportAnchorY = value;
}
},
"viewportAnchorX": {
enumerable: true,
- get: function get() {
+ get: function () {
return _viewportAnchorX;
},
- set: function set(value) {
+ set: function (value) {
if (!isValidPercentValue(value)) {
throw new Error("ViewportAnchorX must be between 0 and 100.");
}
-
_viewportAnchorX = value;
}
},
"scroll": {
enumerable: true,
- get: function get() {
+ get: function () {
return _scroll;
},
- set: function set(value) {
- var setting = findScrollSetting(value); // Have to check for false as an empty string is a legal value.
-
+ set: function (value) {
+ var setting = findScrollSetting(value);
+ // Have to check for false as an empty string is a legal value.
if (setting === false) {
console.warn("Scroll: an invalid or illegal string was specified.");
} else {
@@ -10842,7 +10460,6 @@
}
});
}
-
var vttregion = VTTRegion;
var browserIndex = createCommonjsModule(function (module) {
@@ -10861,10 +10478,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
// Default exports for Node. Export the extended versions of VTTCue and
// VTTRegion in Node since we likely want the capability to convert back and
// forth between JSON. If we don't then it's not that big of a deal since we're
// off browser.
+
var vttjs = module.exports = {
WebVTT: vtt,
VTTCue: vttcue,
@@ -10876,17 +10495,14 @@
var regionShim = vttjs.VTTRegion;
var nativeVTTCue = window_1.VTTCue;
var nativeVTTRegion = window_1.VTTRegion;
-
vttjs.shim = function () {
window_1.VTTCue = cueShim;
window_1.VTTRegion = regionShim;
};
-
vttjs.restore = function () {
window_1.VTTCue = nativeVTTCue;
window_1.VTTRegion = nativeVTTRegion;
};
-
if (!window_1.VTTCue) {
vttjs.shim();
}
@@ -10895,13 +10511,19 @@
browserIndex.VTTCue;
browserIndex.VTTRegion;
+ /**
+ * @file tech.js
+ */
+
+ /** @import { TimeRange } from '../utils/time' */
+
/**
* An Object containing a structure like: `{src: 'url', type: 'mimetype'}` or string
* that just contains the src url alone.
* * `var SourceObject = {src: 'http://ex.com/video.mp4', type: 'video/mp4'};`
* `var SourceString = 'http://example.com/some-video.mp4';`
*
- * @typedef {Object|string} Tech~SourceObject
+ * @typedef {Object|string} SourceObject
*
* @property {string} src
* The url to the source
@@ -10933,146 +10555,100 @@
* @return {TextTrack}
* The text track that was created.
*/
-
- function createTrackHelper(self, kind, label, language, options) {
- if (options === void 0) {
- options = {};
- }
-
- var tracks = self.textTracks();
+ function createTrackHelper(self, kind, label, language, options = {}) {
+ const tracks = self.textTracks();
options.kind = kind;
-
if (label) {
options.label = label;
}
-
if (language) {
options.language = language;
}
-
options.tech = self;
- var track = new ALL.text.TrackClass(options);
+ const track = new ALL.text.TrackClass(options);
tracks.addTrack(track);
return track;
}
+
/**
* This is the base class for media playback technology controllers, such as
* {@link HTML5}
*
* @extends Component
*/
-
-
- var Tech = /*#__PURE__*/function (_Component) {
- inheritsLoose(Tech, _Component);
-
+ class Tech extends Component$1 {
/**
* Create an instance of this Tech.
*
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Component~ReadyCallback} ready
+ * @param {Function} [ready]
* Callback function to call when the `HTML5` Tech is ready.
*/
- function Tech(options, ready) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- if (ready === void 0) {
- ready = function ready() {};
- }
-
+ constructor(options = {}, ready = function () {}) {
// we don't want the tech to report user activity automatically.
// This is done manually in addControlsListeners
options.reportTouchActivity = false;
- _this = _Component.call(this, null, options, ready) || this;
+ super(null, options, ready);
+ this.onDurationChange_ = e => this.onDurationChange(e);
+ this.trackProgress_ = e => this.trackProgress(e);
+ this.trackCurrentTime_ = e => this.trackCurrentTime(e);
+ this.stopTrackingCurrentTime_ = e => this.stopTrackingCurrentTime(e);
+ this.disposeSourceHandler_ = e => this.disposeSourceHandler(e);
+ this.queuedHanders_ = new Set();
- _this.onDurationChange_ = function (e) {
- return _this.onDurationChange(e);
- };
-
- _this.trackProgress_ = function (e) {
- return _this.trackProgress(e);
- };
-
- _this.trackCurrentTime_ = function (e) {
- return _this.trackCurrentTime(e);
- };
-
- _this.stopTrackingCurrentTime_ = function (e) {
- return _this.stopTrackingCurrentTime(e);
- };
-
- _this.disposeSourceHandler_ = function (e) {
- return _this.disposeSourceHandler(e);
- };
-
- _this.queuedHanders_ = new Set(); // keep track of whether the current source has played at all to
+ // keep track of whether the current source has played at all to
// implement a very limited played()
-
- _this.hasStarted_ = false;
-
- _this.on('playing', function () {
+ this.hasStarted_ = false;
+ this.on('playing', function () {
this.hasStarted_ = true;
});
-
- _this.on('loadstart', function () {
+ this.on('loadstart', function () {
this.hasStarted_ = false;
});
-
- ALL.names.forEach(function (name) {
- var props = ALL[name];
-
+ ALL.names.forEach(name => {
+ const props = ALL[name];
if (options && options[props.getterName]) {
- _this[props.privateName] = options[props.getterName];
- }
- }); // Manually track progress in cases where the browser/tech doesn't report it.
-
- if (!_this.featuresProgressEvents) {
- _this.manualProgressOn();
- } // Manually track timeupdates in cases where the browser/tech doesn't report it.
-
-
- if (!_this.featuresTimeupdateEvents) {
- _this.manualTimeUpdatesOn();
- }
-
- ['Text', 'Audio', 'Video'].forEach(function (track) {
- if (options["native" + track + "Tracks"] === false) {
- _this["featuresNative" + track + "Tracks"] = false;
+ this[props.privateName] = options[props.getterName];
}
});
+ // Manually track progress in cases where the browser/tech doesn't report it.
+ if (!this.featuresProgressEvents) {
+ this.manualProgressOn();
+ }
+
+ // Manually track timeupdates in cases where the browser/tech doesn't report it.
+ if (!this.featuresTimeupdateEvents) {
+ this.manualTimeUpdatesOn();
+ }
+ ['Text', 'Audio', 'Video'].forEach(track => {
+ if (options[`native${track}Tracks`] === false) {
+ this[`featuresNative${track}Tracks`] = false;
+ }
+ });
if (options.nativeCaptions === false || options.nativeTextTracks === false) {
- _this.featuresNativeTextTracks = false;
+ this.featuresNativeTextTracks = false;
} else if (options.nativeCaptions === true || options.nativeTextTracks === true) {
- _this.featuresNativeTextTracks = true;
+ this.featuresNativeTextTracks = true;
}
-
- if (!_this.featuresNativeTextTracks) {
- _this.emulateTextTracks();
+ if (!this.featuresNativeTextTracks) {
+ this.emulateTextTracks();
}
+ this.preloadTextTracks = options.preloadTextTracks !== false;
+ this.autoRemoteTextTracks_ = new ALL.text.ListClass();
+ this.initTrackListeners();
- _this.preloadTextTracks = options.preloadTextTracks !== false;
- _this.autoRemoteTextTracks_ = new ALL.text.ListClass();
-
- _this.initTrackListeners(); // Turn on component tap events only if not using native controls
-
-
+ // Turn on component tap events only if not using native controls
if (!options.nativeControlsForTouch) {
- _this.emitTapEvents();
+ this.emitTapEvents();
}
-
- if (_this.constructor) {
- _this.name_ = _this.constructor.name || 'Unknown Tech';
+ if (this.constructor) {
+ this.name_ = this.constructor.name || 'Unknown Tech';
}
-
- return _this;
}
+
/**
* A special function to trigger source set in a way that will allow player
* to re-trigger if the player or tech are not ready yet.
@@ -11080,37 +10656,27 @@
* @fires Tech#sourceset
* @param {string} src The source string at the time of the source changing.
*/
-
-
- var _proto = Tech.prototype;
-
- _proto.triggerSourceset = function triggerSourceset(src) {
- var _this2 = this;
-
+ triggerSourceset(src) {
if (!this.isReady_) {
// on initial ready we have to trigger source set
// 1ms after ready so that player can watch for it.
- this.one('ready', function () {
- return _this2.setTimeout(function () {
- return _this2.triggerSourceset(src);
- }, 1);
- });
+ this.one('ready', () => this.setTimeout(() => this.triggerSourceset(src), 1));
}
+
/**
* Fired when the source is set on the tech causing the media element
* to reload.
*
* @see {@link Player#event:sourceset}
* @event Tech#sourceset
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
-
this.trigger({
- src: src,
+ src,
type: 'sourceset'
});
}
+
/* Fallbacks for unsupported event types
================================================================================ */
@@ -11119,25 +10685,24 @@
*
* @see {@link Tech#trackProgress}
*/
- ;
-
- _proto.manualProgressOn = function manualProgressOn() {
+ manualProgressOn() {
this.on('durationchange', this.onDurationChange_);
- this.manualProgress = true; // Trigger progress watching when a source begins loading
+ this.manualProgress = true;
+ // Trigger progress watching when a source begins loading
this.one('ready', this.trackProgress_);
}
+
/**
* Turn off the polyfill for `progress` events that was created in
* {@link Tech#manualProgressOn}
*/
- ;
-
- _proto.manualProgressOff = function manualProgressOff() {
+ manualProgressOff() {
this.manualProgress = false;
this.stopTrackingProgress();
this.off('durationchange', this.onDurationChange_);
}
+
/**
* This is used to trigger a `progress` event when the buffered percent changes. It
* sets an interval function that will be called every 500 milliseconds to check if the
@@ -11145,62 +10710,57 @@
*
* > This function is called by {@link Tech#manualProgressOn}
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `ready` event that caused this to run.
*
* @listens Tech#ready
* @fires Tech#progress
*/
- ;
-
- _proto.trackProgress = function trackProgress(event) {
+ trackProgress(event) {
this.stopTrackingProgress();
- this.progressInterval = this.setInterval(bind(this, function () {
+ this.progressInterval = this.setInterval(bind_(this, function () {
// Don't trigger unless buffered amount is greater than last time
- var numBufferedPercent = this.bufferedPercent();
+ const numBufferedPercent = this.bufferedPercent();
if (this.bufferedPercent_ !== numBufferedPercent) {
/**
* See {@link Player#progress}
*
* @event Tech#progress
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger('progress');
}
-
this.bufferedPercent_ = numBufferedPercent;
-
if (numBufferedPercent === 1) {
this.stopTrackingProgress();
}
}), 500);
}
+
/**
* Update our internal duration on a `durationchange` event by calling
* {@link Tech#duration}.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `durationchange` event that caused this to run.
*
* @listens Tech#durationchange
*/
- ;
-
- _proto.onDurationChange = function onDurationChange(event) {
+ onDurationChange(event) {
this.duration_ = this.duration();
}
+
/**
* Get and create a `TimeRange` object for buffering.
*
* @return {TimeRange}
* The time range object that was created.
*/
- ;
-
- _proto.buffered = function buffered() {
- return createTimeRanges(0, 0);
+ buffered() {
+ return createTimeRanges$1(0, 0);
}
+
/**
* Get the percentage of the current video that is currently buffered.
*
@@ -11209,46 +10769,42 @@
* video that is buffered.
*
*/
- ;
-
- _proto.bufferedPercent = function bufferedPercent$1() {
+ bufferedPercent() {
return bufferedPercent(this.buffered(), this.duration_);
}
+
/**
* Turn off the polyfill for `progress` events that was created in
* {@link Tech#manualProgressOn}
* Stop manually tracking progress events by clearing the interval that was set in
* {@link Tech#trackProgress}.
*/
- ;
-
- _proto.stopTrackingProgress = function stopTrackingProgress() {
+ stopTrackingProgress() {
this.clearInterval(this.progressInterval);
}
+
/**
* Polyfill the `timeupdate` event for browsers that don't support it.
*
* @see {@link Tech#trackCurrentTime}
*/
- ;
-
- _proto.manualTimeUpdatesOn = function manualTimeUpdatesOn() {
+ manualTimeUpdatesOn() {
this.manualTimeUpdates = true;
this.on('play', this.trackCurrentTime_);
this.on('pause', this.stopTrackingCurrentTime_);
}
+
/**
* Turn off the polyfill for `timeupdate` events that was created in
* {@link Tech#manualTimeUpdatesOn}
*/
- ;
-
- _proto.manualTimeUpdatesOff = function manualTimeUpdatesOff() {
+ manualTimeUpdatesOff() {
this.manualTimeUpdates = false;
this.stopTrackingCurrentTime();
this.off('play', this.trackCurrentTime_);
this.off('pause', this.stopTrackingCurrentTime_);
}
+
/**
* Sets up an interval function to track current time and trigger `timeupdate` every
* 250 milliseconds.
@@ -11256,67 +10812,65 @@
* @listens Tech#play
* @triggers Tech#timeupdate
*/
- ;
-
- _proto.trackCurrentTime = function trackCurrentTime() {
+ trackCurrentTime() {
if (this.currentTimeInterval) {
this.stopTrackingCurrentTime();
}
-
this.currentTimeInterval = this.setInterval(function () {
/**
* Triggered at an interval of 250ms to indicated that time is passing in the video.
*
* @event Tech#timeupdate
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger({
type: 'timeupdate',
target: this,
manuallyTriggered: true
- }); // 42 = 24 fps // 250 is what Webkit uses // FF uses 15
+ });
+
+ // 42 = 24 fps // 250 is what Webkit uses // FF uses 15
}, 250);
}
+
/**
* Stop the interval function created in {@link Tech#trackCurrentTime} so that the
* `timeupdate` event is no longer triggered.
*
* @listens {Tech#pause}
*/
- ;
+ stopTrackingCurrentTime() {
+ this.clearInterval(this.currentTimeInterval);
- _proto.stopTrackingCurrentTime = function stopTrackingCurrentTime() {
- this.clearInterval(this.currentTimeInterval); // #1002 - if the video ends right before the next timeupdate would happen,
+ // #1002 - if the video ends right before the next timeupdate would happen,
// the progress bar won't make it all the way to the end
-
this.trigger({
type: 'timeupdate',
target: this,
manuallyTriggered: true
});
}
+
/**
* Turn off all event polyfills, clear the `Tech`s {@link AudioTrackList},
* {@link VideoTrackList}, and {@link TextTrackList}, and dispose of this Tech.
*
* @fires Component#dispose
*/
- ;
-
- _proto.dispose = function dispose() {
+ dispose() {
// clear out all tracks because we can't reuse them between techs
- this.clearTracks(NORMAL.names); // Turn off any manual progress or timeupdate tracking
+ this.clearTracks(NORMAL.names);
+ // Turn off any manual progress or timeupdate tracking
if (this.manualProgress) {
this.manualProgressOff();
}
-
if (this.manualTimeUpdates) {
this.manualTimeUpdatesOff();
}
-
- _Component.prototype.dispose.call(this);
+ super.dispose();
}
+
/**
* Clear out a single `TrackList` or an array of `TrackLists` given their names.
*
@@ -11327,51 +10881,42 @@
* TrackList names to clear, valid names are `video`, `audio`, and
* `text`.
*/
- ;
-
- _proto.clearTracks = function clearTracks(types) {
- var _this3 = this;
-
- types = [].concat(types); // clear out all tracks because we can't reuse them between techs
-
- types.forEach(function (type) {
- var list = _this3[type + "Tracks"]() || [];
- var i = list.length;
-
+ clearTracks(types) {
+ types = [].concat(types);
+ // clear out all tracks because we can't reuse them between techs
+ types.forEach(type => {
+ const list = this[`${type}Tracks`]() || [];
+ let i = list.length;
while (i--) {
- var track = list[i];
-
+ const track = list[i];
if (type === 'text') {
- _this3.removeRemoteTextTrack(track);
+ this.removeRemoteTextTrack(track);
}
-
list.removeTrack(track);
}
});
}
+
/**
* Remove any TextTracks added via addRemoteTextTrack that are
* flagged for automatic garbage collection
*/
- ;
-
- _proto.cleanupAutoTextTracks = function cleanupAutoTextTracks() {
- var list = this.autoRemoteTextTracks_ || [];
- var i = list.length;
-
+ cleanupAutoTextTracks() {
+ const list = this.autoRemoteTextTracks_ || [];
+ let i = list.length;
while (i--) {
- var track = list[i];
+ const track = list[i];
this.removeRemoteTextTrack(track);
}
}
+
/**
* Reset the tech, which will removes all sources and reset the internal readyState.
*
* @abstract
*/
- ;
+ reset() {}
- _proto.reset = function reset() {}
/**
* Get the value of `crossOrigin` from the tech.
*
@@ -11379,9 +10924,8 @@
*
* @see {Html5#crossOrigin}
*/
- ;
+ crossOrigin() {}
- _proto.crossOrigin = function crossOrigin() {}
/**
* Set the value of `crossOrigin` on the tech.
*
@@ -11390,9 +10934,8 @@
* @param {string} crossOrigin the crossOrigin value
* @see {Html5#setCrossOrigin}
*/
- ;
+ setCrossOrigin() {}
- _proto.setCrossOrigin = function setCrossOrigin() {}
/**
* Get or set an error on the Tech.
*
@@ -11402,16 +10945,14 @@
* @return {MediaError|null}
* The current error object on the tech, or null if there isn't one.
*/
- ;
-
- _proto.error = function error(err) {
+ error(err) {
if (err !== undefined) {
this.error_ = new MediaError(err);
this.trigger('error');
}
-
return this.error_;
}
+
/**
* Returns the `TimeRange`s that have been played through for the current source.
*
@@ -11422,15 +10963,13 @@
* - A single time range if this video has played
* - An empty set of ranges if not.
*/
- ;
-
- _proto.played = function played() {
+ played() {
if (this.hasStarted_) {
- return createTimeRanges(0, 0);
+ return createTimeRanges$1(0, 0);
}
-
- return createTimeRanges();
+ return createTimeRanges$1();
}
+
/**
* Start playback
*
@@ -11438,19 +10977,20 @@
*
* @see {Html5#play}
*/
- ;
+ play() {}
- _proto.play = function play() {}
/**
* Set whether we are scrubbing or not
*
* @abstract
+ * @param {boolean} _isScrubbing
+ * - true for we are currently scrubbing
+ * - false for we are no longer scrubbing
*
* @see {Html5#setScrubbing}
*/
- ;
+ setScrubbing(_isScrubbing) {}
- _proto.setScrubbing = function setScrubbing() {}
/**
* Get whether we are scrubbing or not
*
@@ -11458,25 +10998,24 @@
*
* @see {Html5#scrubbing}
*/
- ;
+ scrubbing() {}
- _proto.scrubbing = function scrubbing() {}
/**
* Causes a manual time update to occur if {@link Tech#manualTimeUpdatesOn} was
* previously called.
*
+ * @param {number} _seconds
+ * Set the current time of the media to this.
* @fires Tech#timeupdate
*/
- ;
-
- _proto.setCurrentTime = function setCurrentTime() {
+ setCurrentTime(_seconds) {
// improve the accuracy of manual timeupdates
if (this.manualTimeUpdates) {
/**
* A manual `timeupdate` event.
*
* @event Tech#timeupdate
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger({
type: 'timeupdate',
@@ -11485,6 +11024,7 @@
});
}
}
+
/**
* Turn on listeners for {@link VideoTrackList}, {@link {AudioTrackList}, and
* {@link TextTrackList} events.
@@ -11495,67 +11035,56 @@
* @fires Tech#videotrackchange
* @fires Tech#texttrackchange
*/
- ;
-
- _proto.initTrackListeners = function initTrackListeners() {
- var _this4 = this;
-
+ initTrackListeners() {
/**
* Triggered when tracks are added or removed on the Tech {@link AudioTrackList}
*
* @event Tech#audiotrackchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
/**
* Triggered when tracks are added or removed on the Tech {@link VideoTrackList}
*
* @event Tech#videotrackchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
/**
* Triggered when tracks are added or removed on the Tech {@link TextTrackList}
*
* @event Tech#texttrackchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
- NORMAL.names.forEach(function (name) {
- var props = NORMAL[name];
-
- var trackListChanges = function trackListChanges() {
- _this4.trigger(name + "trackchange");
+ NORMAL.names.forEach(name => {
+ const props = NORMAL[name];
+ const trackListChanges = () => {
+ this.trigger(`${name}trackchange`);
};
-
- var tracks = _this4[props.getterName]();
-
+ const tracks = this[props.getterName]();
tracks.addEventListener('removetrack', trackListChanges);
tracks.addEventListener('addtrack', trackListChanges);
-
- _this4.on('dispose', function () {
+ this.on('dispose', () => {
tracks.removeEventListener('removetrack', trackListChanges);
tracks.removeEventListener('addtrack', trackListChanges);
});
});
}
+
/**
* Emulate TextTracks using vtt.js if necessary
*
* @fires Tech#vttjsloaded
* @fires Tech#vttjserror
*/
- ;
-
- _proto.addWebVttScript_ = function addWebVttScript_() {
- var _this5 = this;
-
+ addWebVttScript_() {
if (window.WebVTT) {
return;
- } // Initially, Tech.el_ is a child of a dummy-div wait until the Component system
+ }
+
+ // Initially, Tech.el_ is a child of a dummy-div wait until the Component system
// signals that the Tech is ready at which point Tech.el_ is part of the DOM
// before inserting the WebVTT script
-
-
if (document.body.contains(this.el())) {
// load via require if available and vtt.js script location was not passed in
// as an option. novtt builds will turn the above require call into an empty object
@@ -11563,86 +11092,66 @@
if (!this.options_['vtt.js'] && isPlain(browserIndex) && Object.keys(browserIndex).length > 0) {
this.trigger('vttjsloaded');
return;
- } // load vtt.js via the script location option or the cdn of no location was
+ }
+
+ // load vtt.js via the script location option or the cdn of no location was
// passed in
-
-
- var script = document.createElement('script');
+ const script = document.createElement('script');
script.src = this.options_['vtt.js'] || 'https://vjs.zencdn.net/vttjs/0.14.1/vtt.min.js';
-
- script.onload = function () {
+ script.onload = () => {
/**
* Fired when vtt.js is loaded.
*
* @event Tech#vttjsloaded
- * @type {EventTarget~Event}
+ * @type {Event}
*/
- _this5.trigger('vttjsloaded');
+ this.trigger('vttjsloaded');
};
-
- script.onerror = function () {
+ script.onerror = () => {
/**
* Fired when vtt.js was not loaded due to an error
*
* @event Tech#vttjsloaded
- * @type {EventTarget~Event}
+ * @type {Event}
*/
- _this5.trigger('vttjserror');
+ this.trigger('vttjserror');
};
-
- this.on('dispose', function () {
+ this.on('dispose', () => {
script.onload = null;
script.onerror = null;
- }); // but have not loaded yet and we set it to true before the inject so that
+ });
+ // but have not loaded yet and we set it to true before the inject so that
// we don't overwrite the injected window.WebVTT if it loads right away
-
window.WebVTT = true;
this.el().parentNode.appendChild(script);
} else {
this.ready(this.addWebVttScript_);
}
}
+
/**
* Emulate texttracks
*
*/
- ;
-
- _proto.emulateTextTracks = function emulateTextTracks() {
- var _this6 = this;
-
- var tracks = this.textTracks();
- var remoteTracks = this.remoteTextTracks();
-
- var handleAddTrack = function handleAddTrack(e) {
- return tracks.addTrack(e.track);
- };
-
- var handleRemoveTrack = function handleRemoveTrack(e) {
- return tracks.removeTrack(e.track);
- };
-
+ emulateTextTracks() {
+ const tracks = this.textTracks();
+ const remoteTracks = this.remoteTextTracks();
+ const handleAddTrack = e => tracks.addTrack(e.track);
+ const handleRemoveTrack = e => tracks.removeTrack(e.track);
remoteTracks.on('addtrack', handleAddTrack);
remoteTracks.on('removetrack', handleRemoveTrack);
this.addWebVttScript_();
-
- var updateDisplay = function updateDisplay() {
- return _this6.trigger('texttrackchange');
- };
-
- var textTracksChanges = function textTracksChanges() {
+ const updateDisplay = () => this.trigger('texttrackchange');
+ const textTracksChanges = () => {
updateDisplay();
-
- for (var i = 0; i < tracks.length; i++) {
- var track = tracks[i];
+ for (let i = 0; i < tracks.length; i++) {
+ const track = tracks[i];
track.removeEventListener('cuechange', updateDisplay);
-
if (track.mode === 'showing') {
track.addEventListener('cuechange', updateDisplay);
}
}
};
-
textTracksChanges();
tracks.addEventListener('change', textTracksChanges);
tracks.addEventListener('addtrack', textTracksChanges);
@@ -11653,13 +11162,13 @@
tracks.removeEventListener('change', textTracksChanges);
tracks.removeEventListener('addtrack', textTracksChanges);
tracks.removeEventListener('removetrack', textTracksChanges);
-
- for (var i = 0; i < tracks.length; i++) {
- var track = tracks[i];
+ for (let i = 0; i < tracks.length; i++) {
+ const track = tracks[i];
track.removeEventListener('cuechange', updateDisplay);
}
});
}
+
/**
* Create and returns a remote {@link TextTrack} object.
*
@@ -11675,15 +11184,13 @@
* @return {TextTrack}
* The TextTrack that gets created.
*/
- ;
-
- _proto.addTextTrack = function addTextTrack(kind, label, language) {
+ addTextTrack(kind, label, language) {
if (!kind) {
throw new Error('TextTrack kind is required but was not provided');
}
-
return createTrackHelper(this, kind, label, language);
}
+
/**
* Create an emulated TextTrack for use by addRemoteTextTrack
*
@@ -11705,14 +11212,13 @@
* @return {HTMLTrackElement}
* The track element that gets created.
*/
- ;
-
- _proto.createRemoteTextTrack = function createRemoteTextTrack(options) {
- var track = mergeOptions$3(options, {
+ createRemoteTextTrack(options) {
+ const track = merge$2(options, {
tech: this
});
return new REMOTE.remoteTextEl.TrackClass(track);
}
+
/**
* Creates a remote text track object and returns an html track element.
*
@@ -11721,7 +11227,7 @@
* @param {Object} options
* See {@link Tech#createRemoteTextTrack} for more detailed properties.
*
- * @param {boolean} [manualCleanup=true]
+ * @param {boolean} [manualCleanup=false]
* - When false: the TextTrack will be automatically removed from the video
* element whenever the source changes
* - When True: The TextTrack will have to be cleaned up manually
@@ -11729,55 +11235,38 @@
* @return {HTMLTrackElement}
* An Html Track Element.
*
- * @deprecated The default functionality for this function will be equivalent
- * to "manualCleanup=false" in the future. The manualCleanup parameter will
- * also be removed.
*/
- ;
-
- _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {
- var _this7 = this;
-
- if (options === void 0) {
- options = {};
+ addRemoteTextTrack(options = {}, manualCleanup) {
+ const htmlTrackElement = this.createRemoteTextTrack(options);
+ if (typeof manualCleanup !== 'boolean') {
+ manualCleanup = false;
}
- var htmlTrackElement = this.createRemoteTextTrack(options);
-
- if (manualCleanup !== true && manualCleanup !== false) {
- // deprecation warning
- log$1.warn('Calling addRemoteTextTrack without explicitly setting the "manualCleanup" parameter to `true` is deprecated and default to `false` in future version of video.js');
- manualCleanup = true;
- } // store HTMLTrackElement and TextTrack to remote list
-
-
+ // store HTMLTrackElement and TextTrack to remote list
this.remoteTextTrackEls().addTrackElement_(htmlTrackElement);
this.remoteTextTracks().addTrack(htmlTrackElement.track);
-
- if (manualCleanup !== true) {
+ if (manualCleanup === false) {
// create the TextTrackList if it doesn't exist
- this.ready(function () {
- return _this7.autoRemoteTextTracks_.addTrack(htmlTrackElement.track);
- });
+ this.ready(() => this.autoRemoteTextTracks_.addTrack(htmlTrackElement.track));
}
-
return htmlTrackElement;
}
+
/**
* Remove a remote text track from the remote `TextTrackList`.
*
* @param {TextTrack} track
* `TextTrack` to remove from the `TextTrackList`
*/
- ;
-
- _proto.removeRemoteTextTrack = function removeRemoteTextTrack(track) {
- var trackElement = this.remoteTextTrackEls().getTrackElementByTrack_(track); // remove HTMLTrackElement and TextTrack from remote list
+ removeRemoteTextTrack(track) {
+ const trackElement = this.remoteTextTrackEls().getTrackElementByTrack_(track);
+ // remove HTMLTrackElement and TextTrack from remote list
this.remoteTextTrackEls().removeTrackElement_(trackElement);
this.remoteTextTracks().removeTrack(track);
this.autoRemoteTextTracks_.removeTrack(track);
}
+
/**
* Gets available media playback quality metrics as specified by the W3C's Media
* Playback Quality API.
@@ -11789,11 +11278,10 @@
*
* @abstract
*/
- ;
-
- _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {
+ getVideoPlaybackQuality() {
return {};
}
+
/**
* Attempt to create a floating video window always on top of other windows
* so that users may continue consuming media while they interact with other
@@ -11808,100 +11296,83 @@
*
* @abstract
*/
- ;
-
- _proto.requestPictureInPicture = function requestPictureInPicture() {
- var PromiseClass = this.options_.Promise || window.Promise;
-
- if (PromiseClass) {
- return PromiseClass.reject();
- }
+ requestPictureInPicture() {
+ return Promise.reject();
}
+
/**
* A method to check for the value of the 'disablePictureInPicture' property.
* Defaults to true, as it should be considered disabled if the tech does not support pip
*
* @abstract
*/
- ;
-
- _proto.disablePictureInPicture = function disablePictureInPicture() {
+ disablePictureInPicture() {
return true;
}
+
/**
* A method to set or unset the 'disablePictureInPicture' property.
*
* @abstract
*/
- ;
+ setDisablePictureInPicture() {}
- _proto.setDisablePictureInPicture = function setDisablePictureInPicture() {}
/**
* A fallback implementation of requestVideoFrameCallback using requestAnimationFrame
*
* @param {function} cb
* @return {number} request id
*/
- ;
-
- _proto.requestVideoFrameCallback = function requestVideoFrameCallback(cb) {
- var _this8 = this;
-
- var id = newGUID();
-
- if (this.paused()) {
+ requestVideoFrameCallback(cb) {
+ const id = newGUID();
+ if (!this.isReady_ || this.paused()) {
this.queuedHanders_.add(id);
- this.one('playing', function () {
- if (_this8.queuedHanders_.has(id)) {
- _this8.queuedHanders_["delete"](id);
-
+ this.one('playing', () => {
+ if (this.queuedHanders_.has(id)) {
+ this.queuedHanders_.delete(id);
cb();
}
});
} else {
this.requestNamedAnimationFrame(id, cb);
}
-
return id;
}
+
/**
* A fallback implementation of cancelVideoFrameCallback
*
* @param {number} id id of callback to be cancelled
*/
- ;
-
- _proto.cancelVideoFrameCallback = function cancelVideoFrameCallback(id) {
+ cancelVideoFrameCallback(id) {
if (this.queuedHanders_.has(id)) {
- this.queuedHanders_["delete"](id);
+ this.queuedHanders_.delete(id);
} else {
this.cancelNamedAnimationFrame(id);
}
}
+
/**
* A method to set a poster from a `Tech`.
*
* @abstract
*/
- ;
+ setPoster() {}
- _proto.setPoster = function setPoster() {}
/**
* A method to check for the presence of the 'playsinline' attribute.
*
* @abstract
*/
- ;
+ playsinline() {}
- _proto.playsinline = function playsinline() {}
/**
* A method to set or unset the 'playsinline' attribute.
*
* @abstract
*/
- ;
+ setPlaysinline() {}
- _proto.setPlaysinline = function setPlaysinline() {}
/**
* Attempt to force override of native audio tracks.
*
@@ -11910,9 +11381,8 @@
*
* @abstract
*/
- ;
+ overrideNativeAudioTracks(override) {}
- _proto.overrideNativeAudioTracks = function overrideNativeAudioTracks() {}
/**
* Attempt to force override of native video tracks.
*
@@ -11921,16 +11391,15 @@
*
* @abstract
*/
- ;
+ overrideNativeVideoTracks(override) {}
- _proto.overrideNativeVideoTracks = function overrideNativeVideoTracks() {}
- /*
+ /**
* Check if the tech can support the given mime-type.
*
* The base tech does not support any type, but source handlers might
* overwrite this.
*
- * @param {string} type
+ * @param {string} _type
* The mimetype to check for support
*
* @return {string}
@@ -11940,26 +11409,24 @@
*
* @abstract
*/
- ;
-
- _proto.canPlayType = function canPlayType() {
+ canPlayType(_type) {
return '';
}
+
/**
* Check if the type is supported by this tech.
*
* The base tech does not support any type, but source handlers might
* overwrite this.
*
- * @param {string} type
+ * @param {string} _type
* The media type to check
* @return {string} Returns the native video element's response
*/
- ;
-
- Tech.canPlayType = function canPlayType() {
+ static canPlayType(_type) {
return '';
}
+
/**
* Check if the tech can support the given source
*
@@ -11969,11 +11436,10 @@
* The options passed to the tech
* @return {string} 'probably', 'maybe', or '' (empty string)
*/
- ;
-
- Tech.canPlaySource = function canPlaySource(srcObj, options) {
+ static canPlaySource(srcObj, options) {
return Tech.canPlayType(srcObj.type);
}
+
/*
* Return whether the argument is a Tech or not.
* Can be passed either a Class like `Html5` or a instance like `player.tech_`
@@ -11986,11 +11452,10 @@
* - True if it is a tech
* - False if it is not
*/
- ;
-
- Tech.isTech = function isTech(component) {
+ static isTech(component) {
return component.prototype instanceof Tech || component instanceof Tech || component === Tech;
}
+
/**
* Registers a `Tech` into a shared list for videojs.
*
@@ -12000,36 +11465,29 @@
* @param {Object} tech
* The `Tech` class to register.
*/
- ;
-
- Tech.registerTech = function registerTech(name, tech) {
+ static registerTech(name, tech) {
if (!Tech.techs_) {
Tech.techs_ = {};
}
-
if (!Tech.isTech(tech)) {
- throw new Error("Tech " + name + " must be a Tech");
+ throw new Error(`Tech ${name} must be a Tech`);
}
-
if (!Tech.canPlayType) {
throw new Error('Techs must have a static canPlayType method on them');
}
-
if (!Tech.canPlaySource) {
throw new Error('Techs must have a static canPlaySource method on them');
}
-
name = toTitleCase$1(name);
Tech.techs_[name] = tech;
Tech.techs_[toLowerCase(name)] = tech;
-
if (name !== 'Tech') {
// camel case the techName for use in techOrder
Tech.defaultTechOrder_.push(name);
}
-
return tech;
}
+
/**
* Get a `Tech` from the shared list by name.
*
@@ -12039,27 +11497,21 @@
* @return {Tech|undefined}
* The `Tech` or undefined if there was no tech with the name requested.
*/
- ;
-
- Tech.getTech = function getTech(name) {
+ static getTech(name) {
if (!name) {
return;
}
-
if (Tech.techs_ && Tech.techs_[name]) {
return Tech.techs_[name];
}
-
name = toTitleCase$1(name);
-
if (window && window.videojs && window.videojs[name]) {
- log$1.warn("The " + name + " tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)");
+ log$1.warn(`The ${name} tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)`);
return window.videojs[name];
}
- };
+ }
+ }
- return Tech;
- }(Component$1);
/**
* Get the {@link VideoTrackList}
*
@@ -12095,15 +11547,14 @@
* @method Tech.prototype.remoteTextTrackEls
*/
-
ALL.names.forEach(function (name) {
- var props = ALL[name];
-
+ const props = ALL[name];
Tech.prototype[props.getterName] = function () {
this[props.privateName] = this[props.privateName] || new props.ListClass();
return this[props.privateName];
};
});
+
/**
* List of associated text tracks
*
@@ -12134,16 +11585,16 @@
* @type {boolean}
* @default
*/
-
Tech.prototype.featuresVolumeControl = true;
+
/**
* Boolean indicating whether the `Tech` supports muting volume.
*
- * @type {bolean}
+ * @type {boolean}
* @default
*/
-
Tech.prototype.featuresMuteControl = true;
+
/**
* Boolean indicating whether the `Tech` supports fullscreen resize control.
* Resizing plugins using request fullscreen reloads the plugin
@@ -12151,8 +11602,8 @@
* @type {boolean}
* @default
*/
-
Tech.prototype.featuresFullscreenResize = false;
+
/**
* Boolean indicating whether the `Tech` supports changing the speed at which the video
* plays. Examples:
@@ -12162,18 +11613,17 @@
* @type {boolean}
* @default
*/
-
Tech.prototype.featuresPlaybackRate = false;
+
/**
- * Boolean indicating whether the `Tech` supports the `progress` event. This is currently
- * not triggered by video-js-swf. This will be used to determine if
- * {@link Tech#manualProgressOn} should be called.
+ * Boolean indicating whether the `Tech` supports the `progress` event.
+ * This will be used to determine if {@link Tech#manualProgressOn} should be called.
*
* @type {boolean}
* @default
*/
-
Tech.prototype.featuresProgressEvents = false;
+
/**
* Boolean indicating whether the `Tech` supports the `sourceset` event.
*
@@ -12184,18 +11634,17 @@
* @type {boolean}
* @default
*/
-
Tech.prototype.featuresSourceset = false;
+
/**
- * Boolean indicating whether the `Tech` supports the `timeupdate` event. This is currently
- * not triggered by video-js-swf. This will be used to determine if
- * {@link Tech#manualTimeUpdates} should be called.
+ * Boolean indicating whether the `Tech` supports the `timeupdate` event.
+ * This will be used to determine if {@link Tech#manualTimeUpdates} should be called.
*
* @type {boolean}
* @default
*/
-
Tech.prototype.featuresTimeupdateEvents = false;
+
/**
* Boolean indicating whether the `Tech` supports the native `TextTrack`s.
* This will help us integrate with native `TextTrack`s if the browser supports them.
@@ -12203,16 +11652,16 @@
* @type {boolean}
* @default
*/
-
Tech.prototype.featuresNativeTextTracks = false;
+
/**
* Boolean indicating whether the `Tech` supports `requestVideoFrameCallback`.
*
* @type {boolean}
* @default
*/
-
Tech.prototype.featuresVideoFrameCallback = false;
+
/**
* A functional mixin for techs that want to use the Source Handler pattern.
* Source handlers are scripts for handling specific formats.
@@ -12225,7 +11674,6 @@
*
* @mixes Tech~SourceHandlerAdditions
*/
-
Tech.withSourceHandlers = function (_Tech) {
/**
* Register a source handler
@@ -12237,19 +11685,17 @@
* Register it at the following index
*/
_Tech.registerSourceHandler = function (handler, index) {
- var handlers = _Tech.sourceHandlers;
-
+ let handlers = _Tech.sourceHandlers;
if (!handlers) {
handlers = _Tech.sourceHandlers = [];
}
-
if (index === undefined) {
// add to the end of the list
index = handlers.length;
}
-
handlers.splice(index, 0, handler);
};
+
/**
* Check if the tech can support the given type. Also checks the
* Techs sourceHandlers.
@@ -12260,28 +11706,24 @@
* @return {string}
* 'probably', 'maybe', or '' (empty string)
*/
-
-
_Tech.canPlayType = function (type) {
- var handlers = _Tech.sourceHandlers || [];
- var can;
-
- for (var i = 0; i < handlers.length; i++) {
+ const handlers = _Tech.sourceHandlers || [];
+ let can;
+ for (let i = 0; i < handlers.length; i++) {
can = handlers[i].canPlayType(type);
-
if (can) {
return can;
}
}
-
return '';
};
+
/**
* Returns the first source handler that supports the source.
*
* TODO: Answer question: should 'probably' be prioritized over 'maybe'
*
- * @param {Tech~SourceObject} source
+ * @param {SourceObject} source
* The source object
*
* @param {Object} options
@@ -12291,26 +11733,22 @@
* The first source handler that supports the source or null if
* no SourceHandler supports the source
*/
-
-
_Tech.selectSourceHandler = function (source, options) {
- var handlers = _Tech.sourceHandlers || [];
- var can;
-
- for (var i = 0; i < handlers.length; i++) {
+ const handlers = _Tech.sourceHandlers || [];
+ let can;
+ for (let i = 0; i < handlers.length; i++) {
can = handlers[i].canHandleSource(source, options);
-
if (can) {
return handlers[i];
}
}
-
return null;
};
+
/**
* Check if the tech can support the given source.
*
- * @param {Tech~SourceObject} srcObj
+ * @param {SourceObject} srcObj
* The source object
*
* @param {Object} options
@@ -12319,24 +11757,20 @@
* @return {string}
* 'probably', 'maybe', or '' (empty string)
*/
-
-
_Tech.canPlaySource = function (srcObj, options) {
- var sh = _Tech.selectSourceHandler(srcObj, options);
-
+ const sh = _Tech.selectSourceHandler(srcObj, options);
if (sh) {
return sh.canHandleSource(srcObj, options);
}
-
return '';
};
+
/**
* When using a source handler, prefer its implementation of
* any function normally provided by the tech.
*/
+ const deferrable = ['seekable', 'seeking', 'duration'];
-
- var deferrable = ['seekable', 'seeking', 'duration'];
/**
* A wrapper around {@link Tech#seekable} that will call a `SourceHandler`s seekable
* function if it exists, with a fallback to the Techs seekable function.
@@ -12352,60 +11786,53 @@
*/
deferrable.forEach(function (fnName) {
- var originalFn = this[fnName];
-
+ const originalFn = this[fnName];
if (typeof originalFn !== 'function') {
return;
}
-
this[fnName] = function () {
if (this.sourceHandler_ && this.sourceHandler_[fnName]) {
return this.sourceHandler_[fnName].apply(this.sourceHandler_, arguments);
}
-
return originalFn.apply(this, arguments);
};
}, _Tech.prototype);
+
/**
* Create a function for setting the source using a source object
* and source handlers.
* Should never be called unless a source handler was found.
*
- * @param {Tech~SourceObject} source
+ * @param {SourceObject} source
* A source object with src and type keys
*/
-
_Tech.prototype.setSource = function (source) {
- var sh = _Tech.selectSourceHandler(source, this.options_);
-
+ let sh = _Tech.selectSourceHandler(source, this.options_);
if (!sh) {
- // Fall back to a native source hander when unsupported sources are
+ // Fall back to a native source handler when unsupported sources are
// deliberately set
if (_Tech.nativeSourceHandler) {
sh = _Tech.nativeSourceHandler;
} else {
log$1.error('No source handler found for the current source.');
}
- } // Dispose any existing source handler
-
+ }
+ // Dispose any existing source handler
this.disposeSourceHandler();
this.off('dispose', this.disposeSourceHandler_);
-
if (sh !== _Tech.nativeSourceHandler) {
this.currentSource_ = source;
}
-
this.sourceHandler_ = sh.handleSource(source, this, this.options_);
this.one('dispose', this.disposeSourceHandler_);
};
+
/**
* Clean up any existing SourceHandlers and listeners when the Tech is disposed.
*
* @listens Tech#dispose
*/
-
-
_Tech.prototype.disposeSourceHandler = function () {
// if we have a source and get another one
// then we are loading something new
@@ -12413,40 +11840,43 @@
if (this.currentSource_) {
this.clearTracks(['audio', 'video']);
this.currentSource_ = null;
- } // always clean up auto-text tracks
-
+ }
+ // always clean up auto-text tracks
this.cleanupAutoTextTracks();
-
if (this.sourceHandler_) {
if (this.sourceHandler_.dispose) {
this.sourceHandler_.dispose();
}
-
this.sourceHandler_ = null;
}
};
- }; // The base Tech class needs to be registered as a Component. It is the only
+ };
+
+ // The base Tech class needs to be registered as a Component. It is the only
// Tech that can be registered as a Component.
-
-
Component$1.registerComponent('Tech', Tech);
Tech.registerTech('Tech', Tech);
+
/**
* A list of techs that should be added to techOrder on Players
*
* @private
*/
-
Tech.defaultTechOrder_ = [];
/**
* @file middleware.js
* @module middleware
*/
- var middlewares = {};
- var middlewareInstances = {};
- var TERMINATOR = {};
+
+ /** @import Player from '../player' */
+ /** @import Tech from '../tech/tech' */
+
+ const middlewares = {};
+ const middlewareInstances = {};
+ const TERMINATOR = {};
+
/**
* A middleware object is a plain JavaScript object that has methods that
* match the {@link Tech} methods found in the lists of allowed
@@ -12480,11 +11910,11 @@
* A middleware factory function that will be executed for
* matching types.
*/
-
function use(type, middleware) {
middlewares[type] = middlewares[type] || [];
middlewares[type].push(middleware);
}
+
/**
* Asynchronously sets a source using middleware by recursing through any
* matching middlewares and calling `setSource` on each, passing along the
@@ -12499,12 +11929,10 @@
* @param {Function}
* The next middleware to run.
*/
-
function setSource(player, src, next) {
- player.setTimeout(function () {
- return setSourceHelper(src, middlewares[src.type], next, player);
- }, 1);
+ player.setTimeout(() => setSourceHelper(src, middlewares[src.type], next, player), 1);
}
+
/**
* When the tech is set, passes the tech to each middleware's `setTech` method.
*
@@ -12514,12 +11942,10 @@
* @param {Tech} tech
* A Video.js tech.
*/
-
function setTech(middleware, tech) {
- middleware.forEach(function (mw) {
- return mw.setTech && mw.setTech(tech);
- });
+ middleware.forEach(mw => mw.setTech && mw.setTech(tech));
}
+
/**
* Calls a getter on the tech first, through each middleware
* from right to left to the player.
@@ -12533,13 +11959,13 @@
* @param {string} method
* A method name.
*
- * @return {Mixed}
+ * @return {*}
* The final value from the tech after middleware has intercepted it.
*/
-
function get(middleware, tech, method) {
return middleware.reduceRight(middlewareIterator(method), tech[method]());
}
+
/**
* Takes the argument given to the player and calls the setter method on each
* middleware from left to right to the tech.
@@ -12553,16 +11979,16 @@
* @param {string} method
* A method name.
*
- * @param {Mixed} arg
+ * @param {*} arg
* The value to set on the tech.
*
- * @return {Mixed}
+ * @return {*}
* The return value of the `method` of the `tech`.
*/
-
function set(middleware, tech, method, arg) {
return tech[method](middleware.reduce(middlewareIterator(method), arg));
}
+
/**
* Takes the argument given to the player and calls the `call` version of the
* method on each middleware from left to right.
@@ -12579,35 +12005,30 @@
* @param {string} method
* A method name.
*
- * @param {Mixed} arg
+ * @param {*} arg
* The value to set on the tech.
*
- * @return {Mixed}
+ * @return {*}
* The return value of the `method` of the `tech`, regardless of the
* return values of middlewares.
*/
-
- function mediate(middleware, tech, method, arg) {
- if (arg === void 0) {
- arg = null;
- }
-
- var callMethod = 'call' + toTitleCase$1(method);
- var middlewareValue = middleware.reduce(middlewareIterator(callMethod), arg);
- var terminated = middlewareValue === TERMINATOR; // deprecated. The `null` return value should instead return TERMINATOR to
+ function mediate(middleware, tech, method, arg = null) {
+ const callMethod = 'call' + toTitleCase$1(method);
+ const middlewareValue = middleware.reduce(middlewareIterator(callMethod), arg);
+ const terminated = middlewareValue === TERMINATOR;
+ // deprecated. The `null` return value should instead return TERMINATOR to
// prevent confusion if a techs method actually returns null.
-
- var returnValue = terminated ? null : tech[method](middlewareValue);
+ const returnValue = terminated ? null : tech[method](middlewareValue);
executeRight(middleware, method, returnValue, terminated);
return returnValue;
}
+
/**
* Enumeration of allowed getters where the keys are method names.
*
* @type {Object}
*/
-
- var allowedGetters = {
+ const allowedGetters = {
buffered: 1,
currentTime: 1,
duration: 1,
@@ -12618,63 +12039,60 @@
volume: 1,
ended: 1
};
+
/**
* Enumeration of allowed setters where the keys are method names.
*
* @type {Object}
*/
-
- var allowedSetters = {
+ const allowedSetters = {
setCurrentTime: 1,
setMuted: 1,
setVolume: 1
};
+
/**
* Enumeration of allowed mediators where the keys are method names.
*
* @type {Object}
*/
-
- var allowedMediators = {
+ const allowedMediators = {
play: 1,
pause: 1
};
-
function middlewareIterator(method) {
- return function (value, mw) {
+ return (value, mw) => {
// if the previous middleware terminated, pass along the termination
if (value === TERMINATOR) {
return TERMINATOR;
}
-
if (mw[method]) {
return mw[method](value);
}
-
return value;
};
}
-
function executeRight(mws, method, value, terminated) {
- for (var i = mws.length - 1; i >= 0; i--) {
- var mw = mws[i];
-
+ for (let i = mws.length - 1; i >= 0; i--) {
+ const mw = mws[i];
if (mw[method]) {
mw[method](terminated, value);
}
}
}
+
/**
* Clear the middleware cache for a player.
*
* @param {Player} player
* A {@link Player} instance.
*/
-
-
function clearCacheForPlayer(player) {
- middlewareInstances[player.id()] = null;
+ if (middlewareInstances.hasOwnProperty(player.id())) {
+ delete middlewareInstances[player.id()];
+ }
}
+
/**
* {
* [playerId]: [[mwFactory, mwInstance], ...]
@@ -12682,81 +12100,56 @@
*
* @private
*/
-
function getOrCreateFactory(player, mwFactory) {
- var mws = middlewareInstances[player.id()];
- var mw = null;
-
+ const mws = middlewareInstances[player.id()];
+ let mw = null;
if (mws === undefined || mws === null) {
mw = mwFactory(player);
middlewareInstances[player.id()] = [[mwFactory, mw]];
return mw;
}
-
- for (var i = 0; i < mws.length; i++) {
- var _mws$i = mws[i],
- mwf = _mws$i[0],
- mwi = _mws$i[1];
-
+ for (let i = 0; i < mws.length; i++) {
+ const [mwf, mwi] = mws[i];
if (mwf !== mwFactory) {
continue;
}
-
mw = mwi;
}
-
if (mw === null) {
mw = mwFactory(player);
mws.push([mwFactory, mw]);
}
-
return mw;
}
+ function setSourceHelper(src = {}, middleware = [], next, player, acc = [], lastRun = false) {
+ const [mwFactory, ...mwrest] = middleware;
- function setSourceHelper(src, middleware, next, player, acc, lastRun) {
- if (src === void 0) {
- src = {};
- }
-
- if (middleware === void 0) {
- middleware = [];
- }
-
- if (acc === void 0) {
- acc = [];
- }
-
- if (lastRun === void 0) {
- lastRun = false;
- }
-
- var _middleware = middleware,
- mwFactory = _middleware[0],
- mwrest = _middleware.slice(1); // if mwFactory is a string, then we're at a fork in the road
-
-
+ // if mwFactory is a string, then we're at a fork in the road
if (typeof mwFactory === 'string') {
- setSourceHelper(src, middlewares[mwFactory], next, player, acc, lastRun); // if we have an mwFactory, call it with the player to get the mw,
+ setSourceHelper(src, middlewares[mwFactory], next, player, acc, lastRun);
+
+ // if we have an mwFactory, call it with the player to get the mw,
// then call the mw's setSource method
} else if (mwFactory) {
- var mw = getOrCreateFactory(player, mwFactory); // if setSource isn't present, implicitly select this middleware
+ const mw = getOrCreateFactory(player, mwFactory);
+ // if setSource isn't present, implicitly select this middleware
if (!mw.setSource) {
acc.push(mw);
return setSourceHelper(src, mwrest, next, player, acc, lastRun);
}
-
- mw.setSource(assign({}, src), function (err, _src) {
+ mw.setSource(Object.assign({}, src), function (err, _src) {
// something happened, try the next middleware on the current level
// make sure to use the old src
if (err) {
return setSourceHelper(src, mwrest, next, player, acc, lastRun);
- } // we've succeeded, now we need to go deeper
+ }
+ // we've succeeded, now we need to go deeper
+ acc.push(mw);
- acc.push(mw); // if it's the same type, continue down the current chain
+ // if it's the same type, continue down the current chain
// otherwise, we want to go down the new chain
-
setSourceHelper(_src, src.type === _src.type ? mwrest : middlewares[_src.type], next, player, acc, lastRun);
});
} else if (mwrest.length) {
@@ -12768,6 +12161,8 @@
}
}
+ /** @import Player from '../player' */
+
/**
* Mimetypes
*
@@ -12775,8 +12170,7 @@
* @typedef Mimetypes~Kind
* @enum
*/
-
- var MimetypesKind = {
+ const MimetypesKind = {
opus: 'video/ogg',
ogv: 'video/ogg',
mp4: 'video/mp4',
@@ -12799,6 +12193,7 @@
svg: 'image/svg+xml',
webp: 'image/webp'
};
+
/**
* Get the mimetype of a given src url if possible
*
@@ -12808,16 +12203,12 @@
* @return {string}
* return the mimetype if it was known or empty string otherwise
*/
-
- var getMimetype = function getMimetype(src) {
- if (src === void 0) {
- src = '';
- }
-
- var ext = getFileExtension(src);
- var mimetype = MimetypesKind[ext.toLowerCase()];
+ const getMimetype = function (src = '') {
+ const ext = getFileExtension(src);
+ const mimetype = MimetypesKind[ext.toLowerCase()];
return mimetype || '';
};
+
/**
* Find the mime type of a given source string if possible. Uses the player
* source cache.
@@ -12831,44 +12222,39 @@
* @return {string}
* The type that was found
*/
-
- var findMimetype = function findMimetype(player, src) {
+ const findMimetype = (player, src) => {
if (!src) {
return '';
- } // 1. check for the type in the `source` cache
-
+ }
+ // 1. check for the type in the `source` cache
if (player.cache_.source.src === src && player.cache_.source.type) {
return player.cache_.source.type;
- } // 2. see if we have this source in our `currentSources` cache
-
-
- var matchingSources = player.cache_.sources.filter(function (s) {
- return s.src === src;
- });
+ }
+ // 2. see if we have this source in our `currentSources` cache
+ const matchingSources = player.cache_.sources.filter(s => s.src === src);
if (matchingSources.length) {
return matchingSources[0].type;
- } // 3. look for the src url in source elements and use the type there
-
-
- var sources = player.$$('source');
-
- for (var i = 0; i < sources.length; i++) {
- var s = sources[i];
+ }
+ // 3. look for the src url in source elements and use the type there
+ const sources = player.$$('source');
+ for (let i = 0; i < sources.length; i++) {
+ const s = sources[i];
if (s.type && s.src && s.src === src) {
return s.type;
}
- } // 4. finally fallback to our list of mime types based on src url extension
-
+ }
+ // 4. finally fallback to our list of mime types based on src url extension
return getMimetype(src);
};
/**
* @module filter-source
*/
+
/**
* Filter out single bad source objects or multiple source objects in an
* array. Also flattens nested source object arrays into a 1 dimensional
@@ -12882,14 +12268,12 @@
*
* @private
*/
-
- var filterSource = function filterSource(src) {
+ const filterSource = function (src) {
// traverse array
if (Array.isArray(src)) {
- var newsrc = [];
+ let newsrc = [];
src.forEach(function (srcobj) {
srcobj = filterSource(srcobj);
-
if (Array.isArray(srcobj)) {
newsrc = newsrc.concat(srcobj);
} else if (isObject$1(srcobj)) {
@@ -12900,7 +12284,7 @@
} else if (typeof src === 'string' && src.trim()) {
// convert string into object
src = [fixSource({
- src: src
+ src
})];
} else if (isObject$1(src) && typeof src.src === 'string' && src.src && src.src.trim()) {
// src is already valid
@@ -12909,9 +12293,9 @@
// invalid source, turn it into an empty array
src = [];
}
-
return src;
};
+
/**
* Checks src mimetype, adding it when possible
*
@@ -12920,30 +12304,680 @@
* @return {Tech~SourceObject}
* src Object with known type
*/
-
-
function fixSource(src) {
if (!src.type) {
- var mimetype = getMimetype(src.src);
-
+ const mimetype = getMimetype(src.src);
if (mimetype) {
src.type = mimetype;
}
}
-
return src;
}
+ var icons = "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";
+
+ // /**
+
+ // Determine the keycode for the 'back' key based on the platform
+ const backKeyCode = IS_TIZEN ? 10009 : IS_WEBOS ? 461 : 8;
+ const SpatialNavKeyCodes = {
+ codes: {
+ play: 415,
+ pause: 19,
+ ff: 417,
+ rw: 412,
+ back: backKeyCode
+ },
+ names: {
+ 415: 'play',
+ 19: 'pause',
+ 417: 'ff',
+ 412: 'rw',
+ [backKeyCode]: 'back'
+ },
+ isEventKey(event, keyName) {
+ keyName = keyName.toLowerCase();
+ if (this.names[event.keyCode] && this.names[event.keyCode] === keyName) {
+ return true;
+ }
+ return false;
+ },
+ getEventName(event) {
+ if (this.names[event.keyCode]) {
+ return this.names[event.keyCode];
+ } else if (this.codes[event.code]) {
+ const code = this.codes[event.code];
+ return this.names[code];
+ }
+ return null;
+ }
+ };
+
+ /**
+ * @file spatial-navigation.js
+ */
+
+ /** @import Component from './component' */
+ /** @import Player from './player' */
+
+ // The number of seconds the `step*` functions move the timeline.
+ const STEP_SECONDS$1 = 5;
+
+ /**
+ * Spatial Navigation in Video.js enhances user experience and accessibility on smartTV devices,
+ * enabling seamless navigation through interactive elements within the player using remote control arrow keys.
+ * This functionality allows users to effortlessly navigate through focusable components.
+ *
+ * @extends EventTarget
+ */
+ class SpatialNavigation extends EventTarget$2 {
+ /**
+ * Constructs a SpatialNavigation instance with initial settings.
+ * Sets up the player instance, and prepares the spatial navigation system.
+ *
+ * @class
+ * @param {Player} player - The Video.js player instance to which the spatial navigation is attached.
+ */
+ constructor(player) {
+ super();
+ this.player_ = player;
+ this.focusableComponents = [];
+ this.isListening_ = false;
+ this.isPaused_ = false;
+ this.onKeyDown_ = this.onKeyDown_.bind(this);
+ this.lastFocusedComponent_ = null;
+ }
+
+ /**
+ * Starts the spatial navigation by adding a keydown event listener to the video container.
+ * This method ensures that the event listener is added only once.
+ */
+ start() {
+ // If the listener is already active, exit early.
+ if (this.isListening_) {
+ return;
+ }
+
+ // Add the event listener since the listener is not yet active.
+ this.player_.on('keydown', this.onKeyDown_);
+ this.player_.on('modalKeydown', this.onKeyDown_);
+ // Listen for source change events
+ this.player_.on('loadedmetadata', () => {
+ this.focus(this.updateFocusableComponents()[0]);
+ });
+ this.player_.on('modalclose', () => {
+ this.refocusComponent();
+ });
+ this.player_.on('focusin', this.handlePlayerFocus_.bind(this));
+ this.player_.on('focusout', this.handlePlayerBlur_.bind(this));
+ this.isListening_ = true;
+ this.player_.errorDisplay.on('aftermodalfill', () => {
+ this.updateFocusableComponents();
+ if (this.focusableComponents.length) {
+ // The modal has focusable components:
+
+ if (this.focusableComponents.length > 1) {
+ // The modal has close button + some additional buttons.
+ // Focusing first additional button:
+
+ this.focusableComponents[1].focus();
+ } else {
+ // The modal has only close button,
+ // Focusing it:
+
+ this.focusableComponents[0].focus();
+ }
+ }
+ });
+ }
+
+ /**
+ * Stops the spatial navigation by removing the keydown event listener from the video container.
+ * Also sets the `isListening_` flag to false.
+ */
+ stop() {
+ this.player_.off('keydown', this.onKeyDown_);
+ this.isListening_ = false;
+ }
+
+ /**
+ * Responds to keydown events for spatial navigation and media control.
+ *
+ * Determines if spatial navigation or media control is active and handles key inputs accordingly.
+ *
+ * @param {KeyboardEvent} event - The keydown event to be handled.
+ */
+ onKeyDown_(event) {
+ // Determine if the event is a custom modalKeydown event
+ const actualEvent = event.originalEvent ? event.originalEvent : event;
+ if (['ArrowLeft', 'ArrowRight', 'ArrowUp', 'ArrowDown'].includes(actualEvent.key)) {
+ // Handle directional navigation
+ if (this.isPaused_) {
+ return;
+ }
+ actualEvent.preventDefault();
+
+ // "ArrowLeft" => "left" etc
+ const direction = actualEvent.key.substring(5).toLowerCase();
+ this.move(direction);
+ } else if (SpatialNavKeyCodes.isEventKey(actualEvent, 'play') || SpatialNavKeyCodes.isEventKey(actualEvent, 'pause') || SpatialNavKeyCodes.isEventKey(actualEvent, 'ff') || SpatialNavKeyCodes.isEventKey(actualEvent, 'rw')) {
+ // Handle media actions
+ actualEvent.preventDefault();
+ const action = SpatialNavKeyCodes.getEventName(actualEvent);
+ this.performMediaAction_(action);
+ } else if (SpatialNavKeyCodes.isEventKey(actualEvent, 'Back') && event.target && event.target.closeable()) {
+ actualEvent.preventDefault();
+ event.target.close();
+ }
+ }
+
+ /**
+ * Performs media control actions based on the given key input.
+ *
+ * Controls the playback and seeking functionalities of the media player.
+ *
+ * @param {string} key - The key representing the media action to be performed.
+ * Accepted keys: 'play', 'pause', 'ff' (fast-forward), 'rw' (rewind).
+ */
+ performMediaAction_(key) {
+ if (this.player_) {
+ switch (key) {
+ case 'play':
+ if (this.player_.paused()) {
+ this.player_.play();
+ }
+ break;
+ case 'pause':
+ if (!this.player_.paused()) {
+ this.player_.pause();
+ }
+ break;
+ case 'ff':
+ this.userSeek_(this.player_.currentTime() + STEP_SECONDS$1);
+ break;
+ case 'rw':
+ this.userSeek_(this.player_.currentTime() - STEP_SECONDS$1);
+ break;
+ }
+ }
+ }
+
+ /**
+ * Prevent liveThreshold from causing seeks to seem like they
+ * are not happening from a user perspective.
+ *
+ * @param {number} ct
+ * current time to seek to
+ */
+ userSeek_(ct) {
+ if (this.player_.liveTracker && this.player_.liveTracker.isLive()) {
+ this.player_.liveTracker.nextSeekedFromUser();
+ }
+ this.player_.currentTime(ct);
+ }
+
+ /**
+ * Pauses the spatial navigation functionality.
+ * This method sets a flag that can be used to temporarily disable the navigation logic.
+ */
+ pause() {
+ this.isPaused_ = true;
+ }
+
+ /**
+ * Resumes the spatial navigation functionality if it has been paused.
+ * This method resets the pause flag, re-enabling the navigation logic.
+ */
+ resume() {
+ this.isPaused_ = false;
+ }
+
+ /**
+ * Handles Player Blur.
+ *
+ * @param {string|Event|Object} event
+ * The name of the event, an `Event`, or an object with a key of type set to
+ * an event name.
+ *
+ * Calls for handling of the Player Blur if:
+ * *The next focused element is not a child of current focused element &
+ * The next focused element is not a child of the Player.
+ * *There is no next focused element
+ */
+ handlePlayerBlur_(event) {
+ const nextFocusedElement = event.relatedTarget;
+ let isChildrenOfPlayer = null;
+ const currentComponent = this.getCurrentComponent(event.target);
+ if (nextFocusedElement) {
+ isChildrenOfPlayer = Boolean(nextFocusedElement.closest('.video-js'));
+
+ // If nextFocusedElement is the 'TextTrackSettings' component
+ if (nextFocusedElement.classList.contains('vjs-text-track-settings') && !this.isPaused_) {
+ this.searchForTrackSelect_();
+ }
+ }
+ if (!event.currentTarget.contains(event.relatedTarget) && !isChildrenOfPlayer || !nextFocusedElement) {
+ if (currentComponent && currentComponent.name() === 'CloseButton') {
+ this.refocusComponent();
+ } else {
+ this.pause();
+ if (currentComponent && currentComponent.el()) {
+ // Store last focused component
+ this.lastFocusedComponent_ = currentComponent;
+ }
+ }
+ }
+ }
+
+ /**
+ * Handles the Player focus event.
+ *
+ * Calls for handling of the Player Focus if current element is focusable.
+ */
+ handlePlayerFocus_() {
+ if (this.getCurrentComponent() && this.getCurrentComponent().getIsFocusable()) {
+ this.resume();
+ }
+ }
+
+ /**
+ * Gets a set of focusable components.
+ *
+ * @return {Array}
+ * Returns an array of focusable components.
+ */
+ updateFocusableComponents() {
+ const player = this.player_;
+ const focusableComponents = [];
+
+ /**
+ * Searches for children candidates.
+ *
+ * Pushes Components to array of 'focusableComponents'.
+ * Calls itself if there is children elements inside iterated component.
+ *
+ * @param {Array} componentsArray - The array of components to search for focusable children.
+ */
+ function searchForChildrenCandidates(componentsArray) {
+ for (const i of componentsArray) {
+ if (i.hasOwnProperty('el_') && i.getIsFocusable() && i.getIsAvailableToBeFocused(i.el())) {
+ focusableComponents.push(i);
+ }
+ if (i.hasOwnProperty('children_') && i.children_.length > 0) {
+ searchForChildrenCandidates(i.children_);
+ }
+ }
+ }
+
+ // Iterate inside all children components of the player.
+ player.children_.forEach(value => {
+ if (value.hasOwnProperty('el_')) {
+ // If component has required functions 'getIsFocusable' & 'getIsAvailableToBeFocused', is focusable & available to be focused.
+ if (value.getIsFocusable && value.getIsAvailableToBeFocused && value.getIsFocusable() && value.getIsAvailableToBeFocused(value.el())) {
+ focusableComponents.push(value);
+ return;
+ // If component has posible children components as candidates.
+ } else if (value.hasOwnProperty('children_') && value.children_.length > 0) {
+ searchForChildrenCandidates(value.children_);
+ // If component has posible item components as candidates.
+ } else if (value.hasOwnProperty('items') && value.items.length > 0) {
+ searchForChildrenCandidates(value.items);
+ // If there is a suitable child element within the component's DOM element.
+ } else if (this.findSuitableDOMChild(value)) {
+ focusableComponents.push(value);
+ }
+ }
+
+ // TODO - Refactor the following logic after refactor of videojs-errors elements to be components is done.
+ if (value.name_ === 'ErrorDisplay' && value.opened_) {
+ const buttonContainer = value.el_.querySelector('.vjs-errors-ok-button-container');
+ if (buttonContainer) {
+ const modalButtons = buttonContainer.querySelectorAll('button');
+ modalButtons.forEach((element, index) => {
+ // Add elements as objects to be handled by the spatial navigation
+ focusableComponents.push({
+ name: () => {
+ return 'ModalButton' + (index + 1);
+ },
+ el: () => element,
+ getPositions: () => {
+ const rect = element.getBoundingClientRect();
+
+ // Creating objects that mirror DOMRectReadOnly for boundingClientRect and center
+ const boundingClientRect = {
+ x: rect.x,
+ y: rect.y,
+ width: rect.width,
+ height: rect.height,
+ top: rect.top,
+ right: rect.right,
+ bottom: rect.bottom,
+ left: rect.left
+ };
+
+ // Calculating the center position
+ const center = {
+ x: rect.left + rect.width / 2,
+ y: rect.top + rect.height / 2,
+ width: 0,
+ height: 0,
+ top: rect.top + rect.height / 2,
+ right: rect.left + rect.width / 2,
+ bottom: rect.top + rect.height / 2,
+ left: rect.left + rect.width / 2
+ };
+ return {
+ boundingClientRect,
+ center
+ };
+ },
+ // Asume that the following are always focusable
+ getIsAvailableToBeFocused: () => true,
+ getIsFocusable: el => true,
+ focus: () => element.focus()
+ });
+ });
+ }
+ }
+ });
+ this.focusableComponents = focusableComponents;
+ return this.focusableComponents;
+ }
+
+ /**
+ * Finds a suitable child element within the provided component's DOM element.
+ *
+ * @param {Object} component - The component containing the DOM element to search within.
+ * @return {HTMLElement|null} Returns the suitable child element if found, or null if not found.
+ */
+ findSuitableDOMChild(component) {
+ /**
+ * Recursively searches for a suitable child node that can be focused within a given component.
+ * It first checks if the provided node itself can be focused according to the component's
+ * `getIsFocusable` and `getIsAvailableToBeFocused` methods. If not, it recursively searches
+ * through the node's children to find a suitable child node that meets the focusability criteria.
+ *
+ * @param {HTMLElement} node - The DOM node to start the search from.
+ * @return {HTMLElement|null} The first child node that is focusable and available to be focused,
+ * or `null` if no suitable child is found.
+ */
+ function searchForSuitableChild(node) {
+ if (component.getIsFocusable(node) && component.getIsAvailableToBeFocused(node)) {
+ return node;
+ }
+ for (let i = 0; i < node.children.length; i++) {
+ const child = node.children[i];
+ const suitableChild = searchForSuitableChild(child);
+ if (suitableChild) {
+ return suitableChild;
+ }
+ }
+ return null;
+ }
+ if (component.el()) {
+ return searchForSuitableChild(component.el());
+ }
+ return null;
+ }
+
+ /**
+ * Gets the currently focused component from the list of focusable components.
+ * If a target element is provided, it uses that element to find the corresponding
+ * component. If no target is provided, it defaults to using the document's currently
+ * active element.
+ *
+ * @param {HTMLElement} [target] - The DOM element to check against the focusable components.
+ * If not provided, `document.activeElement` is used.
+ * @return {Component|null} - Returns the focused component if found among the focusable components,
+ * otherwise returns null if no matching component is found.
+ */
+ getCurrentComponent(target) {
+ this.updateFocusableComponents();
+ // eslint-disable-next-line
+ const curComp = target || document.activeElement;
+ if (this.focusableComponents.length) {
+ for (const i of this.focusableComponents) {
+ // If component Node is equal to the current active element.
+ if (i.el() === curComp) {
+ return i;
+ }
+ }
+ }
+ }
+
+ /**
+ * Adds a component to the array of focusable components.
+ *
+ * @param {Component} component
+ * The `Component` to be added.
+ */
+ add(component) {
+ const focusableComponents = [...this.focusableComponents];
+ if (component.hasOwnProperty('el_') && component.getIsFocusable() && component.getIsAvailableToBeFocused(component.el())) {
+ focusableComponents.push(component);
+ }
+ this.focusableComponents = focusableComponents;
+ // Trigger the notification manually
+ this.trigger({
+ type: 'focusableComponentsChanged',
+ focusableComponents: this.focusableComponents
+ });
+ }
+
+ /**
+ * Removes component from the array of focusable components.
+ *
+ * @param {Component} component - The component to be removed from the focusable components array.
+ */
+ remove(component) {
+ for (let i = 0; i < this.focusableComponents.length; i++) {
+ if (this.focusableComponents[i].name() === component.name()) {
+ this.focusableComponents.splice(i, 1);
+ // Trigger the notification manually
+ this.trigger({
+ type: 'focusableComponentsChanged',
+ focusableComponents: this.focusableComponents
+ });
+ return;
+ }
+ }
+ }
+
+ /**
+ * Clears array of focusable components.
+ */
+ clear() {
+ // Check if the array is already empty to avoid unnecessary event triggering
+ if (this.focusableComponents.length > 0) {
+ // Clear the array
+ this.focusableComponents = [];
+
+ // Trigger the notification manually
+ this.trigger({
+ type: 'focusableComponentsChanged',
+ focusableComponents: this.focusableComponents
+ });
+ }
+ }
+
+ /**
+ * Navigates to the next focusable component based on the specified direction.
+ *
+ * @param {string} direction 'up', 'down', 'left', 'right'
+ */
+ move(direction) {
+ const currentFocusedComponent = this.getCurrentComponent();
+ if (!currentFocusedComponent) {
+ return;
+ }
+ const currentPositions = currentFocusedComponent.getPositions();
+ const candidates = this.focusableComponents.filter(component => component !== currentFocusedComponent && this.isInDirection_(currentPositions.boundingClientRect, component.getPositions().boundingClientRect, direction));
+ const bestCandidate = this.findBestCandidate_(currentPositions.center, candidates, direction);
+ if (bestCandidate) {
+ this.focus(bestCandidate);
+ } else {
+ this.trigger({
+ type: 'endOfFocusableComponents',
+ direction,
+ focusedComponent: currentFocusedComponent
+ });
+ }
+ }
+
+ /**
+ * Finds the best candidate on the current center position,
+ * the list of candidates, and the specified navigation direction.
+ *
+ * @param {Object} currentCenter The center position of the current focused component element.
+ * @param {Array} candidates An array of candidate components to receive focus.
+ * @param {string} direction The direction of navigation ('up', 'down', 'left', 'right').
+ * @return {Object|null} The component that is the best candidate for receiving focus.
+ */
+ findBestCandidate_(currentCenter, candidates, direction) {
+ let minDistance = Infinity;
+ let bestCandidate = null;
+ for (const candidate of candidates) {
+ const candidateCenter = candidate.getPositions().center;
+ const distance = this.calculateDistance_(currentCenter, candidateCenter, direction);
+ if (distance < minDistance) {
+ minDistance = distance;
+ bestCandidate = candidate;
+ }
+ }
+ return bestCandidate;
+ }
+
+ /**
+ * Determines if a target rectangle is in the specified navigation direction
+ * relative to a source rectangle.
+ *
+ * @param {Object} srcRect The bounding rectangle of the source element.
+ * @param {Object} targetRect The bounding rectangle of the target element.
+ * @param {string} direction The navigation direction ('up', 'down', 'left', 'right').
+ * @return {boolean} True if the target is in the specified direction relative to the source.
+ */
+ isInDirection_(srcRect, targetRect, direction) {
+ switch (direction) {
+ case 'right':
+ return targetRect.left >= srcRect.right;
+ case 'left':
+ return targetRect.right <= srcRect.left;
+ case 'down':
+ return targetRect.top >= srcRect.bottom;
+ case 'up':
+ return targetRect.bottom <= srcRect.top;
+ default:
+ return false;
+ }
+ }
+
+ /**
+ * Focus the last focused component saved before blur on player.
+ */
+ refocusComponent() {
+ if (this.lastFocusedComponent_) {
+ // If user is not active, set it to active.
+ if (!this.player_.userActive()) {
+ this.player_.userActive(true);
+ }
+ this.updateFocusableComponents();
+
+ // Search inside array of 'focusableComponents' for a match of name of
+ // the last focused component.
+ for (let i = 0; i < this.focusableComponents.length; i++) {
+ if (this.focusableComponents[i].name() === this.lastFocusedComponent_.name()) {
+ this.focus(this.focusableComponents[i]);
+ return;
+ }
+ }
+ } else {
+ this.focus(this.updateFocusableComponents()[0]);
+ }
+ }
+
+ /**
+ * Focuses on a given component.
+ * If the component is available to be focused, it focuses on the component.
+ * If not, it attempts to find a suitable DOM child within the component and focuses on it.
+ *
+ * @param {Component} component - The component to be focused.
+ */
+ focus(component) {
+ if (typeof component !== 'object') {
+ return;
+ }
+ if (component.getIsAvailableToBeFocused(component.el())) {
+ component.focus();
+ } else if (this.findSuitableDOMChild(component)) {
+ this.findSuitableDOMChild(component).focus();
+ }
+ }
+
+ /**
+ * Calculates the distance between two points, adjusting the calculation based on
+ * the specified navigation direction.
+ *
+ * @param {Object} center1 The center point of the first element.
+ * @param {Object} center2 The center point of the second element.
+ * @param {string} direction The direction of navigation ('up', 'down', 'left', 'right').
+ * @return {number} The calculated distance between the two centers.
+ */
+ calculateDistance_(center1, center2, direction) {
+ const dx = Math.abs(center1.x - center2.x);
+ const dy = Math.abs(center1.y - center2.y);
+ let distance;
+ switch (direction) {
+ case 'right':
+ case 'left':
+ // Higher weight for vertical distance in horizontal navigation.
+ distance = dx + dy * 100;
+ break;
+ case 'up':
+ // Strongly prioritize vertical proximity for UP navigation.
+ // Adjust the weight to ensure that elements directly above are favored.
+ distance = dy * 2 + dx * 0.5;
+ break;
+ case 'down':
+ // More balanced weight for vertical and horizontal distances.
+ // Adjust the weights here to find the best balance.
+ distance = dy * 5 + dx;
+ break;
+ default:
+ distance = dx + dy;
+ }
+ return distance;
+ }
+
+ /**
+ * This gets called by 'handlePlayerBlur_' if 'spatialNavigation' is enabled.
+ * Searches for the first 'TextTrackSelect' inside of modal to focus.
+ *
+ * @private
+ */
+ searchForTrackSelect_() {
+ const spatialNavigation = this;
+ for (const component of spatialNavigation.updateFocusableComponents()) {
+ if (component.constructor.name === 'TextTrackSelect') {
+ spatialNavigation.focus(component);
+ break;
+ }
+ }
+ }
+ }
+
+ /**
+ * @file loader.js
+ */
+
+ /** @import Player from '../player' */
+
/**
* The `MediaLoader` is the `Component` that decides which playback technology to load
* when a player is initialized.
*
* @extends Component
*/
-
- var MediaLoader = /*#__PURE__*/function (_Component) {
- inheritsLoose(MediaLoader, _Component);
-
+ class MediaLoader extends Component$1 {
/**
* Create an instance of this class.
*
@@ -12953,30 +12987,31 @@
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {Function} [ready]
* The function that is run when this component is ready.
*/
- function MediaLoader(player, options, ready) {
- var _this;
-
+ constructor(player, options, ready) {
// MediaLoader has no element
- var options_ = mergeOptions$3({
+ const options_ = merge$2({
createEl: false
}, options);
- _this = _Component.call(this, player, options_, ready) || this; // If there are no sources when the player is initialized,
+ super(player, options_, ready);
+
+ // If there are no sources when the player is initialized,
// load the first supported playback technology.
if (!options.playerOptions.sources || options.playerOptions.sources.length === 0) {
- for (var i = 0, j = options.playerOptions.techOrder; i < j.length; i++) {
- var techName = toTitleCase$1(j[i]);
- var tech = Tech.getTech(techName); // Support old behavior of techs being registered as components.
- // Remove once that deprecated behavior is removed.
+ for (let i = 0, j = options.playerOptions.techOrder; i < j.length; i++) {
+ const techName = toTitleCase$1(j[i]);
+ let tech = Tech.getTech(techName);
+ // Support old behavior of techs being registered as components.
+ // Remove once that deprecated behavior is removed.
if (!techName) {
tech = Component$1.getComponent(techName);
- } // Check if the browser supports this technology
-
+ }
+ // Check if the browser supports this technology
if (tech && tech.isSupported()) {
player.loadTech_(techName);
break;
@@ -12989,25 +13024,23 @@
// All playback technologies respect preload false.
player.src(options.playerOptions.sources);
}
-
- return _this;
}
-
- return MediaLoader;
- }(Component$1);
-
+ }
Component$1.registerComponent('MediaLoader', MediaLoader);
+ /**
+ * @file clickable-component.js
+ */
+
+ /** @import Player from './player' */
+
/**
* Component which is clickable or keyboard actionable, but is not a
* native HTML button.
*
* @extends Component
*/
-
- var ClickableComponent = /*#__PURE__*/function (_Component) {
- inheritsLoose(ClickableComponent, _Component);
-
+ class ClickableComponent extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -13027,37 +13060,19 @@
* A class or space separated list of classes to add the component
*
*/
- function ClickableComponent(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
-
- if (_this.options_.controlText) {
- _this.controlText(_this.options_.controlText);
+ constructor(player, options) {
+ super(player, options);
+ if (this.options_.controlText) {
+ this.controlText(this.options_.controlText);
}
-
- _this.handleMouseOver_ = function (e) {
- return _this.handleMouseOver(e);
- };
-
- _this.handleMouseOut_ = function (e) {
- return _this.handleMouseOut(e);
- };
-
- _this.handleClick_ = function (e) {
- return _this.handleClick(e);
- };
-
- _this.handleKeyDown_ = function (e) {
- return _this.handleKeyDown(e);
- };
-
- _this.emitTapEvents();
-
- _this.enable();
-
- return _this;
+ this.handleMouseOver_ = e => this.handleMouseOver(e);
+ this.handleMouseOut_ = e => this.handleMouseOut(e);
+ this.handleClick_ = e => this.handleClick(e);
+ this.handleKeyDown_ = e => this.handleKeyDown(e);
+ this.emitTapEvents();
+ this.enable();
}
+
/**
* Create the `ClickableComponent`s DOM element.
*
@@ -13073,53 +13088,37 @@
* @return {Element}
* The element that gets created.
*/
-
-
- var _proto = ClickableComponent.prototype;
-
- _proto.createEl = function createEl$1(tag, props, attributes) {
- if (tag === void 0) {
- tag = 'div';
- }
-
- if (props === void 0) {
- props = {};
- }
-
- if (attributes === void 0) {
- attributes = {};
- }
-
- props = assign({
+ createEl(tag = 'div', props = {}, attributes = {}) {
+ props = Object.assign({
className: this.buildCSSClass(),
tabIndex: 0
}, props);
-
if (tag === 'button') {
- log$1.error("Creating a ClickableComponent with an HTML element of " + tag + " is not supported; use a Button instead.");
- } // Add ARIA attributes for clickable element which is not a native HTML button
+ log$1.error(`Creating a ClickableComponent with an HTML element of ${tag} is not supported; use a Button instead.`);
+ }
-
- attributes = assign({
+ // Add ARIA attributes for clickable element which is not a native HTML button
+ attributes = Object.assign({
role: 'button'
}, attributes);
this.tabIndex_ = props.tabIndex;
- var el = createEl(tag, props, attributes);
- el.appendChild(createEl('span', {
- className: 'vjs-icon-placeholder'
- }, {
- 'aria-hidden': true
- }));
+ const el = createEl(tag, props, attributes);
+ if (!this.player_.options_.experimentalSvgIcons) {
+ el.appendChild(createEl('span', {
+ className: 'vjs-icon-placeholder'
+ }, {
+ 'aria-hidden': true
+ }));
+ }
this.createControlTextEl(el);
return el;
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
// remove controlTextEl_ on dispose
this.controlTextEl_ = null;
-
- _Component.prototype.dispose.call(this);
+ super.dispose();
}
+
/**
* Create a control text element on this `ClickableComponent`
*
@@ -13129,23 +13128,20 @@
* @return {Element}
* The control text element that gets created.
*/
- ;
-
- _proto.createControlTextEl = function createControlTextEl(el) {
+ createControlTextEl(el) {
this.controlTextEl_ = createEl('span', {
className: 'vjs-control-text'
}, {
// let the screen reader user know that the text of the element may change
'aria-live': 'polite'
});
-
if (el) {
el.appendChild(this.controlTextEl_);
}
-
this.controlText(this.controlText_, el);
return this.controlTextEl_;
}
+
/**
* Get or set the localize text to use for the controls on the `ClickableComponent`.
*
@@ -13158,144 +13154,128 @@
* @return {string}
* - The control text when getting
*/
- ;
-
- _proto.controlText = function controlText(text, el) {
- if (el === void 0) {
- el = this.el();
- }
-
+ controlText(text, el = this.el()) {
if (text === undefined) {
return this.controlText_ || 'Need Text';
}
+ const localizedText = this.localize(text);
- var localizedText = this.localize(text);
+ /** @protected */
this.controlText_ = text;
textContent(this.controlTextEl_, localizedText);
-
if (!this.nonIconControl && !this.player_.options_.noUITitleAttributes) {
// Set title attribute if only an icon is shown
el.setAttribute('title', localizedText);
}
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
- ;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-control vjs-button " + _Component.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-control vjs-button ${super.buildCSSClass()}`;
}
+
/**
* Enable this `ClickableComponent`
*/
- ;
-
- _proto.enable = function enable() {
+ enable() {
if (!this.enabled_) {
this.enabled_ = true;
this.removeClass('vjs-disabled');
this.el_.setAttribute('aria-disabled', 'false');
-
if (typeof this.tabIndex_ !== 'undefined') {
this.el_.setAttribute('tabIndex', this.tabIndex_);
}
-
this.on(['tap', 'click'], this.handleClick_);
this.on('keydown', this.handleKeyDown_);
}
}
+
/**
* Disable this `ClickableComponent`
*/
- ;
-
- _proto.disable = function disable() {
+ disable() {
this.enabled_ = false;
this.addClass('vjs-disabled');
this.el_.setAttribute('aria-disabled', 'true');
-
if (typeof this.tabIndex_ !== 'undefined') {
this.el_.removeAttribute('tabIndex');
}
-
this.off('mouseover', this.handleMouseOver_);
this.off('mouseout', this.handleMouseOut_);
this.off(['tap', 'click'], this.handleClick_);
this.off('keydown', this.handleKeyDown_);
}
+
/**
* Handles language change in ClickableComponent for the player in components
*
*
*/
- ;
-
- _proto.handleLanguagechange = function handleLanguagechange() {
+ handleLanguagechange() {
this.controlText(this.controlText_);
}
+
/**
* Event handler that is called when a `ClickableComponent` receives a
* `click` or `tap` event.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `tap` or `click` event that caused this function to be called.
*
* @listens tap
* @listens click
* @abstract
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
if (this.options_.clickHandler) {
this.options_.clickHandler.call(this, arguments);
}
}
+
/**
* Event handler that is called when a `ClickableComponent` receives a
* `keydown` event.
*
* By default, if the key is Space or Enter, it will trigger a `click` event.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The `keydown` event that caused this function to be called.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
+ handleKeyDown(event) {
// Support Space or Enter key operation to fire a click event. Also,
// prevent the event from propagating through the DOM and triggering
// Player hotkeys.
- if (keycode.isEventKey(event, 'Space') || keycode.isEventKey(event, 'Enter')) {
+ if (event.key === ' ' || event.key === 'Enter') {
event.preventDefault();
event.stopPropagation();
this.trigger('click');
} else {
// Pass keypress handling up for unsupported keys
- _Component.prototype.handleKeyDown.call(this, event);
+ super.handleKeyDown(event);
}
- };
-
- return ClickableComponent;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('ClickableComponent', ClickableComponent);
+ /**
+ * @file poster-image.js
+ */
+
+ /** @import Player from './player' */
+
/**
* A `ClickableComponent` that handles showing the poster image for the player.
*
* @extends ClickableComponent
*/
-
- var PosterImage = /*#__PURE__*/function (_ClickableComponent) {
- inheritsLoose(PosterImage, _ClickableComponent);
-
+ class PosterImage extends ClickableComponent {
/**
* Create an instance of this class.
*
@@ -13305,87 +13285,119 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function PosterImage(player, options) {
- var _this;
-
- _this = _ClickableComponent.call(this, player, options) || this;
-
- _this.update();
-
- _this.update_ = function (e) {
- return _this.update(e);
- };
-
- player.on('posterchange', _this.update_);
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.update();
+ this.update_ = e => this.update(e);
+ player.on('posterchange', this.update_);
}
+
/**
* Clean up and dispose of the `PosterImage`.
*/
-
-
- var _proto = PosterImage.prototype;
-
- _proto.dispose = function dispose() {
+ dispose() {
this.player().off('posterchange', this.update_);
-
- _ClickableComponent.prototype.dispose.call(this);
+ super.dispose();
}
+
/**
* Create the `PosterImage`s DOM element.
*
* @return {Element}
* The element that gets created.
*/
- ;
-
- _proto.createEl = function createEl$1() {
- var el = createEl('div', {
- className: 'vjs-poster',
- // Don't want poster to be tabbable.
- tabIndex: -1
+ createEl() {
+ // The el is an empty div to keep position in the DOM
+ // A picture and img el will be inserted when a source is set
+ return createEl('div', {
+ className: 'vjs-poster'
});
- return el;
}
+
+ /**
+ * Get or set the `PosterImage`'s crossOrigin option.
+ *
+ * @param {string|null} [value]
+ * The value to set the crossOrigin to. If an argument is
+ * given, must be one of `'anonymous'` or `'use-credentials'`, or 'null'.
+ *
+ * @return {string|null}
+ * - The current crossOrigin value of the `Player` when getting.
+ * - undefined when setting
+ */
+ crossOrigin(value) {
+ // `null` can be set to unset a value
+ if (typeof value === 'undefined') {
+ if (this.$('img')) {
+ // If the poster's element exists, give its value
+ return this.$('img').crossOrigin;
+ } else if (this.player_.tech_ && this.player_.tech_.isReady_) {
+ // If not but the tech is ready, query the tech
+ return this.player_.crossOrigin();
+ }
+ // Otherwise check options as the poster is usually set before the state of crossorigin
+ // can be retrieved by the getter
+ return this.player_.options_.crossOrigin || this.player_.options_.crossorigin || null;
+ }
+ if (value !== null && value !== 'anonymous' && value !== 'use-credentials') {
+ this.player_.log.warn(`crossOrigin must be null, "anonymous" or "use-credentials", given "${value}"`);
+ return;
+ }
+ if (this.$('img')) {
+ this.$('img').crossOrigin = value;
+ }
+ return;
+ }
+
/**
* An {@link EventTarget~EventListener} for {@link Player#posterchange} events.
*
* @listens Player#posterchange
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `Player#posterchange` event that triggered this function.
*/
- ;
+ update(event) {
+ const url = this.player().poster();
+ this.setSrc(url);
- _proto.update = function update(event) {
- var url = this.player().poster();
- this.setSrc(url); // If there's no poster source we should display:none on this component
+ // If there's no poster source we should display:none on this component
// so it's not still clickable or right-clickable
-
if (url) {
this.show();
} else {
this.hide();
}
}
+
/**
- * Set the source of the `PosterImage` depending on the display method.
+ * Set the source of the `PosterImage` depending on the display method. (Re)creates
+ * the inner picture and img elementss when needed.
*
- * @param {string} url
- * The URL to the source for the `PosterImage`.
+ * @param {string} [url]
+ * The URL to the source for the `PosterImage`. If not specified or falsy,
+ * any source and ant inner picture/img are removed.
*/
- ;
-
- _proto.setSrc = function setSrc(url) {
- var backgroundImage = ''; // Any falsy value should stay as an empty string, otherwise
- // this will throw an extra error
-
- if (url) {
- backgroundImage = "url(\"" + url + "\")";
+ setSrc(url) {
+ if (!url) {
+ this.el_.textContent = '';
+ return;
}
-
- this.el_.style.backgroundImage = backgroundImage;
+ if (!this.$('img')) {
+ this.el_.appendChild(createEl('picture', {
+ className: 'vjs-poster',
+ // Don't want poster to be tabbable.
+ tabIndex: -1
+ }, {}, createEl('img', {
+ loading: 'lazy',
+ crossOrigin: this.crossOrigin()
+ }, {
+ alt: ''
+ })));
+ }
+ this.$('img').src = url;
}
+
/**
* An {@link EventTarget~EventListener} for clicks on the `PosterImage`. See
* {@link ClickableComponent#handleClick} for instances where this will be triggered.
@@ -13394,41 +13406,50 @@
* @listens click
* @listens keydown
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
+ The `click`, `tap` or `keydown` event that caused this function to be called.
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
// We don't want a click to trigger playback when controls are disabled
if (!this.player_.controls()) {
return;
}
-
- var sourceIsEncrypted = this.player_.usingPlugin('eme') && this.player_.eme.sessions && this.player_.eme.sessions.length > 0;
-
- if (this.player_.tech(true) && // We've observed a bug in IE and Edge when playing back DRM content where
- // calling .focus() on the video element causes the video to go black,
- // so we avoid it in that specific case
- !((IE_VERSION || IS_EDGE) && sourceIsEncrypted)) {
+ if (this.player_.tech(true)) {
this.player_.tech(true).focus();
}
-
if (this.player_.paused()) {
silencePromise(this.player_.play());
} else {
this.player_.pause();
}
- };
-
- return PosterImage;
- }(ClickableComponent);
+ }
+ }
+ /**
+ * Get or set the `PosterImage`'s crossorigin option. For the HTML5 player, this
+ * sets the `crossOrigin` property on the ` ` tag to control the CORS
+ * behavior.
+ *
+ * @param {string|null} [value]
+ * The value to set the `PosterImages`'s crossorigin to. If an argument is
+ * given, must be one of `anonymous` or `use-credentials`.
+ *
+ * @return {string|null|undefined}
+ * - The current crossorigin value of the `Player` when getting.
+ * - undefined when setting
+ */
+ PosterImage.prototype.crossorigin = PosterImage.prototype.crossOrigin;
Component$1.registerComponent('PosterImage', PosterImage);
- var darkGray = '#222';
- var lightGray = '#ccc';
- var fontMap = {
+ /**
+ * @file text-track-display.js
+ */
+
+ /** @import Player from '../player' */
+
+ const darkGray = '#222';
+ const lightGray = '#ccc';
+ const fontMap = {
monospace: 'monospace',
sansSerif: 'sans-serif',
serif: 'serif',
@@ -13440,6 +13461,7 @@
script: '"Monotype Corsiva", cursive',
smallcaps: '"Andale Mono", "Lucida Console", monospace, sans-serif'
};
+
/**
* Construct an rgba color from a given hex color code.
*
@@ -13452,10 +13474,8 @@
* @return {string}
* The rgba color that was created, like 'rgba(255, 0, 0, 0.3)'.
*/
-
function constructColor(color, opacity) {
- var hex;
-
+ let hex;
if (color.length === 4) {
// color looks like "#f0e"
hex = color[1] + color[1] + color[2] + color[2] + color[3] + color[3];
@@ -13465,9 +13485,9 @@
} else {
throw new Error('Invalid color code provided, ' + color + '; must be formatted as e.g. #f0e or #f604e2.');
}
-
return 'rgba(' + parseInt(hex.slice(0, 2), 16) + ',' + parseInt(hex.slice(2, 4), 16) + ',' + parseInt(hex.slice(4, 6), 16) + ',' + opacity + ')';
}
+
/**
* Try to update the style of a DOM element. Some style changes will throw an error,
* particularly in IE8. Those should be noops.
@@ -13483,7 +13503,6 @@
*
* @private
*/
-
function tryUpdateStyle(el, style, rule) {
try {
el.style[style] = rule;
@@ -13492,16 +13511,28 @@
return;
}
}
+
+ /**
+ * Converts the CSS top/right/bottom/left property numeric value to string in pixels.
+ *
+ * @param {number} position
+ * The CSS top/right/bottom/left property value.
+ *
+ * @return {string}
+ * The CSS property value that was created, like '10px'.
+ *
+ * @private
+ */
+ function getCSSPositionValue(position) {
+ return position ? `${position}px` : '';
+ }
+
/**
* The component for displaying text track cues.
*
* @extends Component
*/
-
-
- var TextTrackDisplay = /*#__PURE__*/function (_Component) {
- inheritsLoose(TextTrackDisplay, _Component);
-
+ class TextTrackDisplay extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -13511,51 +13542,46 @@
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {Function} [ready]
* The function to call when `TextTrackDisplay` is ready.
*/
- function TextTrackDisplay(player, options, ready) {
- var _this;
-
- _this = _Component.call(this, player, options, ready) || this;
-
- var updateDisplayHandler = function updateDisplayHandler(e) {
- return _this.updateDisplay(e);
+ constructor(player, options, ready) {
+ super(player, options, ready);
+ const updateDisplayTextHandler = e => this.updateDisplay(e);
+ const updateDisplayHandler = e => {
+ this.updateDisplayOverlay();
+ this.updateDisplay(e);
};
-
- player.on('loadstart', function (e) {
- return _this.toggleDisplay(e);
+ player.on('loadstart', e => this.toggleDisplay(e));
+ player.on('texttrackchange', updateDisplayTextHandler);
+ player.on('loadedmetadata', e => {
+ this.updateDisplayOverlay();
+ this.preselectTrack(e);
});
- player.on('texttrackchange', updateDisplayHandler);
- player.on('loadedmetadata', function (e) {
- return _this.preselectTrack(e);
- }); // This used to be called during player init, but was causing an error
+
+ // This used to be called during player init, but was causing an error
// if a track should show by default and the display hadn't loaded yet.
// Should probably be moved to an external track loader when we support
// tracks that don't need a display.
-
- player.ready(bind(assertThisInitialized(_this), function () {
+ player.ready(bind_(this, function () {
if (player.tech_ && player.tech_.featuresNativeTextTracks) {
this.hide();
return;
}
-
player.on('fullscreenchange', updateDisplayHandler);
player.on('playerresize', updateDisplayHandler);
- window.addEventListener('orientationchange', updateDisplayHandler);
- player.on('dispose', function () {
- return window.removeEventListener('orientationchange', updateDisplayHandler);
- });
- var tracks = this.options_.playerOptions.tracks || [];
-
- for (var i = 0; i < tracks.length; i++) {
+ const screenOrientation = window.screen.orientation || window;
+ const changeOrientationEvent = window.screen.orientation ? 'change' : 'orientationchange';
+ screenOrientation.addEventListener(changeOrientationEvent, updateDisplayHandler);
+ player.on('dispose', () => screenOrientation.removeEventListener(changeOrientationEvent, updateDisplayHandler));
+ const tracks = this.options_.playerOptions.tracks || [];
+ for (let i = 0; i < tracks.length; i++) {
this.player_.addRemoteTextTrack(tracks[i], true);
}
-
this.preselectTrack();
}));
- return _this;
}
+
/**
* Preselect a track following this precedence:
* - matches the previously selected {@link TextTrack}'s language and kind
@@ -13565,49 +13591,45 @@
*
* @listens Player#loadstart
*/
-
-
- var _proto = TextTrackDisplay.prototype;
-
- _proto.preselectTrack = function preselectTrack() {
- var modes = {
+ preselectTrack() {
+ const modes = {
captions: 1,
subtitles: 1
};
- var trackList = this.player_.textTracks();
- var userPref = this.player_.cache_.selectedLanguage;
- var firstDesc;
- var firstCaptions;
- var preferredTrack;
-
- for (var i = 0; i < trackList.length; i++) {
- var track = trackList[i];
-
+ const trackList = this.player_.textTracks();
+ const userPref = this.player_.cache_.selectedLanguage;
+ let firstDesc;
+ let firstCaptions;
+ let preferredTrack;
+ for (let i = 0; i < trackList.length; i++) {
+ const track = trackList[i];
if (userPref && userPref.enabled && userPref.language && userPref.language === track.language && track.kind in modes) {
// Always choose the track that matches both language and kind
if (track.kind === userPref.kind) {
- preferredTrack = track; // or choose the first track that matches language
+ preferredTrack = track;
+ // or choose the first track that matches language
} else if (!preferredTrack) {
preferredTrack = track;
- } // clear everything if offTextTrackMenuItem was clicked
+ }
+ // clear everything if offTextTrackMenuItem was clicked
} else if (userPref && !userPref.enabled) {
preferredTrack = null;
firstDesc = null;
firstCaptions = null;
- } else if (track["default"]) {
+ } else if (track.default) {
if (track.kind === 'descriptions' && !firstDesc) {
firstDesc = track;
} else if (track.kind in modes && !firstCaptions) {
firstCaptions = track;
}
}
- } // The preferredTrack matches the user preference and takes
+ }
+
+ // The preferredTrack matches the user preference and takes
// precedence over all the other tracks.
// So, display the preferredTrack before the first default track
// and the subtitles/captions track before the descriptions track
-
-
if (preferredTrack) {
preferredTrack.mode = 'showing';
} else if (firstCaptions) {
@@ -13616,6 +13638,7 @@
firstDesc.mode = 'showing';
}
}
+
/**
* Turn display of {@link TextTrack}'s from the current state into the other state.
* There are only two states:
@@ -13624,25 +13647,22 @@
*
* @listens Player#loadstart
*/
- ;
-
- _proto.toggleDisplay = function toggleDisplay() {
+ toggleDisplay() {
if (this.player_.tech_ && this.player_.tech_.featuresNativeTextTracks) {
this.hide();
} else {
this.show();
}
}
+
/**
* Create the {@link Component}'s DOM element.
*
* @return {Element}
* The element that was created.
*/
- ;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-text-track-display'
}, {
'translate': 'yes',
@@ -13650,16 +13670,16 @@
'aria-atomic': 'true'
});
}
+
/**
* Clear all displayed {@link TextTrack}s.
*/
- ;
-
- _proto.clearDisplay = function clearDisplay() {
+ clearDisplay() {
if (typeof window.WebVTT === 'function') {
window.WebVTT.processCues(window, [], this.el_);
}
}
+
/**
* Update the displayed TextTrack when a either a {@link Player#texttrackchange} or
* a {@link Player#fullscreenchange} is fired.
@@ -13667,101 +13687,108 @@
* @listens Player#texttrackchange
* @listens Player#fullscreenchange
*/
- ;
-
- _proto.updateDisplay = function updateDisplay() {
- var tracks = this.player_.textTracks();
- var allowMultipleShowingTracks = this.options_.allowMultipleShowingTracks;
+ updateDisplay() {
+ const tracks = this.player_.textTracks();
+ const allowMultipleShowingTracks = this.options_.allowMultipleShowingTracks;
this.clearDisplay();
-
if (allowMultipleShowingTracks) {
- var showingTracks = [];
-
- for (var _i = 0; _i < tracks.length; ++_i) {
- var track = tracks[_i];
-
+ const showingTracks = [];
+ for (let i = 0; i < tracks.length; ++i) {
+ const track = tracks[i];
if (track.mode !== 'showing') {
continue;
}
-
showingTracks.push(track);
}
-
this.updateForTrack(showingTracks);
return;
- } // Track display prioritization model: if multiple tracks are 'showing',
+ }
+
+ // Track display prioritization model: if multiple tracks are 'showing',
// display the first 'subtitles' or 'captions' track which is 'showing',
// otherwise display the first 'descriptions' track which is 'showing'
-
- var descriptionsTrack = null;
- var captionsSubtitlesTrack = null;
- var i = tracks.length;
-
+ let descriptionsTrack = null;
+ let captionsSubtitlesTrack = null;
+ let i = tracks.length;
while (i--) {
- var _track = tracks[i];
-
- if (_track.mode === 'showing') {
- if (_track.kind === 'descriptions') {
- descriptionsTrack = _track;
+ const track = tracks[i];
+ if (track.mode === 'showing') {
+ if (track.kind === 'descriptions') {
+ descriptionsTrack = track;
} else {
- captionsSubtitlesTrack = _track;
+ captionsSubtitlesTrack = track;
}
}
}
-
if (captionsSubtitlesTrack) {
if (this.getAttribute('aria-live') !== 'off') {
this.setAttribute('aria-live', 'off');
}
-
this.updateForTrack(captionsSubtitlesTrack);
} else if (descriptionsTrack) {
if (this.getAttribute('aria-live') !== 'assertive') {
this.setAttribute('aria-live', 'assertive');
}
-
this.updateForTrack(descriptionsTrack);
}
}
+
+ /**
+ * Updates the displayed TextTrack to be sure it overlays the video when a either
+ * a {@link Player#texttrackchange} or a {@link Player#fullscreenchange} is fired.
+ */
+ updateDisplayOverlay() {
+ // inset-inline and inset-block are not supprted on old chrome, but these are
+ // only likely to be used on TV devices
+ if (!this.player_.videoHeight() || !window.CSS.supports('inset-inline: 10px')) {
+ return;
+ }
+ const playerWidth = this.player_.currentWidth();
+ const playerHeight = this.player_.currentHeight();
+ const playerAspectRatio = playerWidth / playerHeight;
+ const videoAspectRatio = this.player_.videoWidth() / this.player_.videoHeight();
+ let insetInlineMatch = 0;
+ let insetBlockMatch = 0;
+ if (Math.abs(playerAspectRatio - videoAspectRatio) > 0.1) {
+ if (playerAspectRatio > videoAspectRatio) {
+ insetInlineMatch = Math.round((playerWidth - playerHeight * videoAspectRatio) / 2);
+ } else {
+ insetBlockMatch = Math.round((playerHeight - playerWidth / videoAspectRatio) / 2);
+ }
+ }
+ tryUpdateStyle(this.el_, 'insetInline', getCSSPositionValue(insetInlineMatch));
+ tryUpdateStyle(this.el_, 'insetBlock', getCSSPositionValue(insetBlockMatch));
+ }
+
/**
* Style {@Link TextTrack} activeCues according to {@Link TextTrackSettings}.
*
* @param {TextTrack} track
* Text track object containing active cues to style.
*/
- ;
-
- _proto.updateDisplayState = function updateDisplayState(track) {
- var overrides = this.player_.textTrackSettings.getValues();
- var cues = track.activeCues;
- var i = cues.length;
-
+ updateDisplayState(track) {
+ const overrides = this.player_.textTrackSettings.getValues();
+ const cues = track.activeCues;
+ let i = cues.length;
while (i--) {
- var cue = cues[i];
-
+ const cue = cues[i];
if (!cue) {
continue;
}
-
- var cueDiv = cue.displayState;
-
+ const cueDiv = cue.displayState;
if (overrides.color) {
cueDiv.firstChild.style.color = overrides.color;
}
-
if (overrides.textOpacity) {
tryUpdateStyle(cueDiv.firstChild, 'color', constructColor(overrides.color || '#fff', overrides.textOpacity));
}
-
if (overrides.backgroundColor) {
cueDiv.firstChild.style.backgroundColor = overrides.backgroundColor;
}
-
if (overrides.backgroundOpacity) {
tryUpdateStyle(cueDiv.firstChild, 'backgroundColor', constructColor(overrides.backgroundColor || '#000', overrides.backgroundOpacity));
}
-
if (overrides.windowColor) {
if (overrides.windowOpacity) {
tryUpdateStyle(cueDiv, 'backgroundColor', constructColor(overrides.windowColor, overrides.windowOpacity));
@@ -13769,26 +13796,23 @@
cueDiv.style.backgroundColor = overrides.windowColor;
}
}
-
if (overrides.edgeStyle) {
if (overrides.edgeStyle === 'dropshadow') {
- cueDiv.firstChild.style.textShadow = "2px 2px 3px " + darkGray + ", 2px 2px 4px " + darkGray + ", 2px 2px 5px " + darkGray;
+ cueDiv.firstChild.style.textShadow = `2px 2px 3px ${darkGray}, 2px 2px 4px ${darkGray}, 2px 2px 5px ${darkGray}`;
} else if (overrides.edgeStyle === 'raised') {
- cueDiv.firstChild.style.textShadow = "1px 1px " + darkGray + ", 2px 2px " + darkGray + ", 3px 3px " + darkGray;
+ cueDiv.firstChild.style.textShadow = `1px 1px ${darkGray}, 2px 2px ${darkGray}, 3px 3px ${darkGray}`;
} else if (overrides.edgeStyle === 'depressed') {
- cueDiv.firstChild.style.textShadow = "1px 1px " + lightGray + ", 0 1px " + lightGray + ", -1px -1px " + darkGray + ", 0 -1px " + darkGray;
+ cueDiv.firstChild.style.textShadow = `1px 1px ${lightGray}, 0 1px ${lightGray}, -1px -1px ${darkGray}, 0 -1px ${darkGray}`;
} else if (overrides.edgeStyle === 'uniform') {
- cueDiv.firstChild.style.textShadow = "0 0 4px " + darkGray + ", 0 0 4px " + darkGray + ", 0 0 4px " + darkGray + ", 0 0 4px " + darkGray;
+ cueDiv.firstChild.style.textShadow = `0 0 4px ${darkGray}, 0 0 4px ${darkGray}, 0 0 4px ${darkGray}, 0 0 4px ${darkGray}`;
}
}
-
if (overrides.fontPercent && overrides.fontPercent !== 1) {
- var fontSize = window.parseFloat(cueDiv.style.fontSize);
+ const fontSize = window.parseFloat(cueDiv.style.fontSize);
cueDiv.style.fontSize = fontSize * overrides.fontPercent + 'px';
cueDiv.style.height = 'auto';
cueDiv.style.top = 'auto';
}
-
if (overrides.fontFamily && overrides.fontFamily !== 'default') {
if (overrides.fontFamily === 'small-caps') {
cueDiv.firstChild.style.fontVariant = 'small-caps';
@@ -13798,120 +13822,103 @@
}
}
}
+
/**
* Add an {@link TextTrack} to to the {@link Tech}s {@link TextTrackList}.
*
* @param {TextTrack|TextTrack[]} tracks
* Text track object or text track array to be added to the list.
*/
- ;
-
- _proto.updateForTrack = function updateForTrack(tracks) {
+ updateForTrack(tracks) {
if (!Array.isArray(tracks)) {
tracks = [tracks];
}
-
- if (typeof window.WebVTT !== 'function' || tracks.every(function (track) {
+ if (typeof window.WebVTT !== 'function' || tracks.every(track => {
return !track.activeCues;
})) {
return;
}
+ const cues = [];
- var cues = []; // push all active track cues
-
- for (var i = 0; i < tracks.length; ++i) {
- var track = tracks[i];
-
- for (var j = 0; j < track.activeCues.length; ++j) {
+ // push all active track cues
+ for (let i = 0; i < tracks.length; ++i) {
+ const track = tracks[i];
+ for (let j = 0; j < track.activeCues.length; ++j) {
cues.push(track.activeCues[j]);
}
- } // removes all cues before it processes new ones
+ }
+ // removes all cues before it processes new ones
+ window.WebVTT.processCues(window, cues, this.el_);
- window.WebVTT.processCues(window, cues, this.el_); // add unique class to each language text track & add settings styling if necessary
-
- for (var _i2 = 0; _i2 < tracks.length; ++_i2) {
- var _track2 = tracks[_i2];
-
- for (var _j = 0; _j < _track2.activeCues.length; ++_j) {
- var cueEl = _track2.activeCues[_j].displayState;
- addClass(cueEl, 'vjs-text-track-cue');
- addClass(cueEl, 'vjs-text-track-cue-' + (_track2.language ? _track2.language : _i2));
-
- if (_track2.language) {
- setAttribute(cueEl, 'lang', _track2.language);
+ // add unique class to each language text track & add settings styling if necessary
+ for (let i = 0; i < tracks.length; ++i) {
+ const track = tracks[i];
+ for (let j = 0; j < track.activeCues.length; ++j) {
+ const cueEl = track.activeCues[j].displayState;
+ addClass(cueEl, 'vjs-text-track-cue', 'vjs-text-track-cue-' + (track.language ? track.language : i));
+ if (track.language) {
+ setAttribute(cueEl, 'lang', track.language);
}
}
-
if (this.player_.textTrackSettings) {
- this.updateDisplayState(_track2);
+ this.updateDisplayState(track);
}
}
- };
-
- return TextTrackDisplay;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('TextTrackDisplay', TextTrackDisplay);
+ /**
+ * @file loading-spinner.js
+ */
+
/**
* A loading spinner for use during waiting/loading events.
*
* @extends Component
*/
-
- var LoadingSpinner = /*#__PURE__*/function (_Component) {
- inheritsLoose(LoadingSpinner, _Component);
-
- function LoadingSpinner() {
- return _Component.apply(this, arguments) || this;
- }
-
- var _proto = LoadingSpinner.prototype;
-
+ class LoadingSpinner extends Component$1 {
/**
* Create the `LoadingSpinner`s DOM element.
*
* @return {Element}
* The dom element that gets created.
*/
- _proto.createEl = function createEl$1() {
- var isAudio = this.player_.isAudio();
- var playerType = this.localize(isAudio ? 'Audio Player' : 'Video Player');
- var controlText = createEl('span', {
+ createEl() {
+ const isAudio = this.player_.isAudio();
+ const playerType = this.localize(isAudio ? 'Audio Player' : 'Video Player');
+ const controlText = createEl('span', {
className: 'vjs-control-text',
textContent: this.localize('{1} is loading.', [playerType])
});
-
- var el = _Component.prototype.createEl.call(this, 'div', {
+ const el = super.createEl('div', {
className: 'vjs-loading-spinner',
dir: 'ltr'
});
-
el.appendChild(controlText);
return el;
- };
-
- return LoadingSpinner;
- }(Component$1);
+ }
+ /**
+ * Update control text on languagechange
+ */
+ handleLanguagechange() {
+ this.$('.vjs-control-text').textContent = this.localize('{1} is loading.', [this.player_.isAudio() ? 'Audio Player' : 'Video Player']);
+ }
+ }
Component$1.registerComponent('LoadingSpinner', LoadingSpinner);
+ /**
+ * @file button.js
+ */
+
/**
* Base class for all buttons.
*
* @extends ClickableComponent
*/
-
- var Button = /*#__PURE__*/function (_ClickableComponent) {
- inheritsLoose(Button, _ClickableComponent);
-
- function Button() {
- return _ClickableComponent.apply(this, arguments) || this;
- }
-
- var _proto = Button.prototype;
-
+ class Button extends ClickableComponent {
/**
* Create the `Button`s DOM element.
*
@@ -13928,35 +13935,29 @@
* @return {Element}
* The element that gets created.
*/
- _proto.createEl = function createEl$1(tag, props, attributes) {
- if (props === void 0) {
- props = {};
- }
-
- if (attributes === void 0) {
- attributes = {};
- }
-
+ createEl(tag, props = {}, attributes = {}) {
tag = 'button';
- props = assign({
+ props = Object.assign({
className: this.buildCSSClass()
- }, props); // Add attributes for button element
+ }, props);
- attributes = assign({
+ // Add attributes for button element
+ attributes = Object.assign({
// Necessary since the default button type is "submit"
type: 'button'
}, attributes);
-
- var el = createEl(tag, props, attributes);
-
- el.appendChild(createEl('span', {
- className: 'vjs-icon-placeholder'
- }, {
- 'aria-hidden': true
- }));
+ const el = createEl(tag, props, attributes);
+ if (!this.player_.options_.experimentalSvgIcons) {
+ el.appendChild(createEl('span', {
+ className: 'vjs-icon-placeholder'
+ }, {
+ 'aria-hidden': true
+ }));
+ }
this.createControlTextEl(el);
return el;
}
+
/**
* Add a child `Component` inside of this `Button`.
*
@@ -13973,188 +13974,171 @@
*
* @deprecated since version 5
*/
- ;
-
- _proto.addChild = function addChild(child, options) {
- if (options === void 0) {
- options = {};
- }
-
- var className = this.constructor.name;
- log$1.warn("Adding an actionable (user controllable) child to a Button (" + className + ") is not supported; use a ClickableComponent instead."); // Avoid the error message generated by ClickableComponent's addChild method
+ addChild(child, options = {}) {
+ const className = this.constructor.name;
+ log$1.warn(`Adding an actionable (user controllable) child to a Button (${className}) is not supported; use a ClickableComponent instead.`);
+ // Avoid the error message generated by ClickableComponent's addChild method
return Component$1.prototype.addChild.call(this, child, options);
}
+
/**
* Enable the `Button` element so that it can be activated or clicked. Use this with
* {@link Button#disable}.
*/
- ;
-
- _proto.enable = function enable() {
- _ClickableComponent.prototype.enable.call(this);
-
+ enable() {
+ super.enable();
this.el_.removeAttribute('disabled');
}
+
/**
* Disable the `Button` element so that it cannot be activated or clicked. Use this with
* {@link Button#enable}.
*/
- ;
-
- _proto.disable = function disable() {
- _ClickableComponent.prototype.disable.call(this);
-
+ disable() {
+ super.disable();
this.el_.setAttribute('disabled', 'disabled');
}
+
/**
* This gets called when a `Button` has focus and `keydown` is triggered via a key
* press.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The event that caused this function to get called.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
+ handleKeyDown(event) {
// Ignore Space or Enter key operation, which is handled by the browser for
// a button - though not for its super class, ClickableComponent. Also,
// prevent the event from propagating through the DOM and triggering Player
// hotkeys. We do not preventDefault here because we _want_ the browser to
// handle it.
- if (keycode.isEventKey(event, 'Space') || keycode.isEventKey(event, 'Enter')) {
+ if (event.key === ' ' || event.key === 'Enter') {
event.stopPropagation();
return;
- } // Pass keypress handling up for unsupported keys
-
-
- _ClickableComponent.prototype.handleKeyDown.call(this, event);
- };
-
- return Button;
- }(ClickableComponent);
+ }
+ // Pass keypress handling up for unsupported keys
+ super.handleKeyDown(event);
+ }
+ }
Component$1.registerComponent('Button', Button);
+ /**
+ * @file big-play-button.js
+ */
+
/**
* The initial play button that shows before the video has played. The hiding of the
* `BigPlayButton` get done via CSS and `Player` states.
*
* @extends Button
*/
-
- var BigPlayButton = /*#__PURE__*/function (_Button) {
- inheritsLoose(BigPlayButton, _Button);
-
- function BigPlayButton(player, options) {
- var _this;
-
- _this = _Button.call(this, player, options) || this;
- _this.mouseused_ = false;
-
- _this.on('mousedown', function (e) {
- return _this.handleMouseDown(e);
- });
-
- return _this;
+ class BigPlayButton extends Button {
+ constructor(player, options) {
+ super(player, options);
+ this.mouseused_ = false;
+ this.setIcon('play');
+ this.on('mousedown', e => this.handleMouseDown(e));
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object. Always returns 'vjs-big-play-button'.
*/
-
-
- var _proto = BigPlayButton.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
+ buildCSSClass() {
return 'vjs-big-play-button';
}
+
/**
* This gets called when a `BigPlayButton` "clicked". See {@link ClickableComponent}
* for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent|MouseEvent|TouchEvent} event
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
- ;
+ handleClick(event) {
+ const playPromise = this.player_.play();
- _proto.handleClick = function handleClick(event) {
- var playPromise = this.player_.play(); // exit early if clicked via the mouse
-
- if (this.mouseused_ && event.clientX && event.clientY) {
- var sourceIsEncrypted = this.player_.usingPlugin('eme') && this.player_.eme.sessions && this.player_.eme.sessions.length > 0;
+ // exit early if clicked via the mouse
+ if (this.mouseused_ && 'clientX' in event && 'clientY' in event) {
silencePromise(playPromise);
-
- if (this.player_.tech(true) && // We've observed a bug in IE and Edge when playing back DRM content where
- // calling .focus() on the video element causes the video to go black,
- // so we avoid it in that specific case
- !((IE_VERSION || IS_EDGE) && sourceIsEncrypted)) {
+ if (this.player_.tech(true)) {
this.player_.tech(true).focus();
}
-
return;
}
-
- var cb = this.player_.getChild('controlBar');
- var playToggle = cb && cb.getChild('playToggle');
-
+ const cb = this.player_.getChild('controlBar');
+ const playToggle = cb && cb.getChild('playToggle');
if (!playToggle) {
this.player_.tech(true).focus();
return;
}
-
- var playFocus = function playFocus() {
- return playToggle.focus();
- };
-
+ const playFocus = () => playToggle.focus();
if (isPromise(playPromise)) {
- playPromise.then(playFocus, function () {});
+ playPromise.then(playFocus, () => {});
} else {
this.setTimeout(playFocus, 1);
}
- };
+ }
- _proto.handleKeyDown = function handleKeyDown(event) {
+ /**
+ * Event handler that is called when a `BigPlayButton` receives a
+ * `keydown` event.
+ *
+ * @param {KeyboardEvent} event
+ * The `keydown` event that caused this function to be called.
+ *
+ * @listens keydown
+ */
+ handleKeyDown(event) {
this.mouseused_ = false;
+ super.handleKeyDown(event);
+ }
- _Button.prototype.handleKeyDown.call(this, event);
- };
-
- _proto.handleMouseDown = function handleMouseDown(event) {
+ /**
+ * Handle `mousedown` events on the `BigPlayButton`.
+ *
+ * @param {MouseEvent} event
+ * `mousedown` or `touchstart` event that triggered this function
+ *
+ * @listens mousedown
+ */
+ handleMouseDown(event) {
this.mouseused_ = true;
- };
+ }
+ }
- return BigPlayButton;
- }(Button);
/**
* The text that should display over the `BigPlayButton`s controls. Added to for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
-
BigPlayButton.prototype.controlText_ = 'Play Video';
Component$1.registerComponent('BigPlayButton', BigPlayButton);
+ /**
+ * @file close-button.js
+ */
+
+ /** @import Player from './player' */
+
/**
* The `CloseButton` is a `{@link Button}` that fires a `close` event when
* it gets clicked.
*
* @extends Button
*/
-
- var CloseButton = /*#__PURE__*/function (_Button) {
- inheritsLoose(CloseButton, _Button);
-
+ class CloseButton extends Button {
/**
* Creates an instance of the this class.
*
@@ -14164,34 +14148,28 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function CloseButton(player, options) {
- var _this;
-
- _this = _Button.call(this, player, options) || this;
-
- _this.controlText(options && options.controlText || _this.localize('Close'));
-
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.setIcon('cancel');
+ this.controlText(options && options.controlText || this.localize('Close'));
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = CloseButton.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-close-button " + _Button.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-close-button ${super.buildCSSClass()}`;
}
+
/**
* This gets called when a `CloseButton` gets clicked. See
* {@link ClickableComponent#handleClick} for more information on when
* this will be triggered
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
@@ -14199,14 +14177,12 @@
* @listens click
* @fires CloseButton#close
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
/**
* Triggered when the a `CloseButton` is clicked.
*
* @event CloseButton#close
- * @type {EventTarget~Event}
+ * @type {Event}
*
* @property {boolean} [bubbles=false]
* set to false so that the close event does not
@@ -14223,39 +14199,37 @@
*
* By default, if the key is Esc, it will trigger a `click` event.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The `keydown` event that caused this function to be called.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
+ handleKeyDown(event) {
// Esc button will trigger `click` event
- if (keycode.isEventKey(event, 'Esc')) {
+ if (event.key === 'Escape') {
event.preventDefault();
event.stopPropagation();
this.trigger('click');
} else {
// Pass keypress handling up for unsupported keys
- _Button.prototype.handleKeyDown.call(this, event);
+ super.handleKeyDown(event);
}
- };
-
- return CloseButton;
- }(Button);
-
+ }
+ }
Component$1.registerComponent('CloseButton', CloseButton);
+ /**
+ * @file play-toggle.js
+ */
+
+ /** @import Player from './player' */
+
/**
* Button to toggle between play and pause.
*
* @extends Button
*/
-
- var PlayToggle = /*#__PURE__*/function (_Button) {
- inheritsLoose(PlayToggle, _Button);
-
+ class PlayToggle extends Button {
/**
* Creates an instance of this class.
*
@@ -14265,257 +14239,139 @@
* @param {Object} [options={}]
* The key/value store of player options.
*/
- function PlayToggle(player, options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- _this = _Button.call(this, player, options) || this; // show or hide replay icon
+ constructor(player, options = {}) {
+ super(player, options);
+ // show or hide replay icon
options.replay = options.replay === undefined || options.replay;
-
- _this.on(player, 'play', function (e) {
- return _this.handlePlay(e);
- });
-
- _this.on(player, 'pause', function (e) {
- return _this.handlePause(e);
- });
-
+ this.setIcon('play');
+ this.on(player, 'play', e => this.handlePlay(e));
+ this.on(player, 'pause', e => this.handlePause(e));
if (options.replay) {
- _this.on(player, 'ended', function (e) {
- return _this.handleEnded(e);
- });
+ this.on(player, 'ended', e => this.handleEnded(e));
}
-
- return _this;
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = PlayToggle.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-play-control " + _Button.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-play-control ${super.buildCSSClass()}`;
}
+
/**
* This gets called when an `PlayToggle` is "clicked". See
* {@link ClickableComponent} for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
if (this.player_.paused()) {
silencePromise(this.player_.play());
} else {
this.player_.pause();
}
}
+
/**
* This gets called once after the video has ended and the user seeks so that
* we can change the replay button back to a play button.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The event that caused this function to run.
*
* @listens Player#seeked
*/
- ;
-
- _proto.handleSeeked = function handleSeeked(event) {
+ handleSeeked(event) {
this.removeClass('vjs-ended');
-
if (this.player_.paused()) {
this.handlePause(event);
} else {
this.handlePlay(event);
}
}
+
/**
* Add the vjs-playing class to the element so it can change appearance.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The event that caused this function to run.
*
* @listens Player#play
*/
- ;
-
- _proto.handlePlay = function handlePlay(event) {
- this.removeClass('vjs-ended');
- this.removeClass('vjs-paused');
- this.addClass('vjs-playing'); // change the button text to "Pause"
-
+ handlePlay(event) {
+ this.removeClass('vjs-ended', 'vjs-paused');
+ this.addClass('vjs-playing');
+ // change the button text to "Pause"
+ this.setIcon('pause');
this.controlText('Pause');
}
+
/**
* Add the vjs-paused class to the element so it can change appearance.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The event that caused this function to run.
*
* @listens Player#pause
*/
- ;
-
- _proto.handlePause = function handlePause(event) {
+ handlePause(event) {
this.removeClass('vjs-playing');
- this.addClass('vjs-paused'); // change the button text to "Play"
-
+ this.addClass('vjs-paused');
+ // change the button text to "Play"
+ this.setIcon('play');
this.controlText('Play');
}
+
/**
* Add the vjs-ended class to the element so it can change appearance
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The event that caused this function to run.
*
* @listens Player#ended
*/
- ;
-
- _proto.handleEnded = function handleEnded(event) {
- var _this2 = this;
-
+ handleEnded(event) {
this.removeClass('vjs-playing');
- this.addClass('vjs-ended'); // change the button text to "Replay"
+ this.addClass('vjs-ended');
+ // change the button text to "Replay"
+ this.setIcon('replay');
+ this.controlText('Replay');
- this.controlText('Replay'); // on the next seek remove the replay button
+ // on the next seek remove the replay button
+ this.one(this.player_, 'seeked', e => this.handleSeeked(e));
+ }
+ }
- this.one(this.player_, 'seeked', function (e) {
- return _this2.handleSeeked(e);
- });
- };
-
- return PlayToggle;
- }(Button);
/**
* The text that should display over the `PlayToggle`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
-
PlayToggle.prototype.controlText_ = 'Play';
Component$1.registerComponent('PlayToggle', PlayToggle);
/**
- * @file format-time.js
- * @module format-time
+ * @file time-display.js
*/
- /**
- * Format seconds as a time string, H:MM:SS or M:SS. Supplying a guide (in
- * seconds) will force a number of leading zeros to cover the length of the
- * guide.
- *
- * @private
- * @param {number} seconds
- * Number of seconds to be turned into a string
- *
- * @param {number} guide
- * Number (in seconds) to model the string after
- *
- * @return {string}
- * Time formatted as H:MM:SS or M:SS
- */
- var defaultImplementation = function defaultImplementation(seconds, guide) {
- seconds = seconds < 0 ? 0 : seconds;
- var s = Math.floor(seconds % 60);
- var m = Math.floor(seconds / 60 % 60);
- var h = Math.floor(seconds / 3600);
- var gm = Math.floor(guide / 60 % 60);
- var gh = Math.floor(guide / 3600); // handle invalid times
-
- if (isNaN(seconds) || seconds === Infinity) {
- // '-' is false for all relational operators (e.g. <, >=) so this setting
- // will add the minimum number of fields specified by the guide
- h = m = s = '-';
- } // Check if we need to show hours
-
-
- h = h > 0 || gh > 0 ? h + ':' : ''; // If hours are showing, we may need to add a leading zero.
- // Always show at least one digit of minutes.
-
- m = ((h || gm >= 10) && m < 10 ? '0' + m : m) + ':'; // Check if leading zero is need for seconds
-
- s = s < 10 ? '0' + s : s;
- return h + m + s;
- }; // Internal pointer to the current implementation.
-
-
- var implementation = defaultImplementation;
- /**
- * Replaces the default formatTime implementation with a custom implementation.
- *
- * @param {Function} customImplementation
- * A function which will be used in place of the default formatTime
- * implementation. Will receive the current time in seconds and the
- * guide (in seconds) as arguments.
- */
-
- function setFormatTime(customImplementation) {
- implementation = customImplementation;
- }
- /**
- * Resets formatTime to the default implementation.
- */
-
- function resetFormatTime() {
- implementation = defaultImplementation;
- }
- /**
- * Delegates to either the default time formatting function or a custom
- * function supplied via `setFormatTime`.
- *
- * Formats seconds as a time string (H:MM:SS or M:SS). Supplying a
- * guide (in seconds) will force a number of leading zeros to cover the
- * length of the guide.
- *
- * @static
- * @example formatTime(125, 600) === "02:05"
- * @param {number} seconds
- * Number of seconds to be turned into a string
- *
- * @param {number} guide
- * Number (in seconds) to model the string after
- *
- * @return {string}
- * Time formatted as H:MM:SS or M:SS
- */
-
- function formatTime(seconds, guide) {
- if (guide === void 0) {
- guide = seconds;
- }
-
- return implementation(seconds, guide);
- }
+ /** @import Player from '../../player' */
/**
* Displays time information about the video
*
* @extends Component
*/
-
- var TimeDisplay = /*#__PURE__*/function (_Component) {
- inheritsLoose(TimeDisplay, _Component);
-
+ class TimeDisplay extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -14525,64 +14381,61 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function TimeDisplay(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
-
- _this.on(player, ['timeupdate', 'ended'], function (e) {
- return _this.updateContent(e);
- });
-
- _this.updateTextNode_();
-
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.on(player, ['timeupdate', 'ended', 'seeking'], e => this.update(e));
+ this.updateTextNode_();
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = TimeDisplay.prototype;
-
- _proto.createEl = function createEl$1() {
- var className = this.buildCSSClass();
-
- var el = _Component.prototype.createEl.call(this, 'div', {
- className: className + " vjs-time-control vjs-control"
+ createEl() {
+ const className = this.buildCSSClass();
+ const el = super.createEl('div', {
+ className: `${className} vjs-time-control vjs-control`
});
-
- var span = createEl('span', {
+ const span = createEl('span', {
className: 'vjs-control-text',
- textContent: this.localize(this.labelText_) + "\xA0"
+ textContent: `${this.localize(this.labelText_)}\u00a0`
}, {
role: 'presentation'
});
el.appendChild(span);
this.contentEl_ = createEl('span', {
- className: className + "-display"
+ className: `${className}-display`
}, {
- // tell screen readers not to automatically read the time as it changes
- 'aria-live': 'off',
// span elements have no implicit role, but some screen readers (notably VoiceOver)
// treat them as a break between items in the DOM when using arrow keys
// (or left-to-right swipes on iOS) to read contents of a page. Using
// role='presentation' causes VoiceOver to NOT treat this span as a break.
- 'role': 'presentation'
+ role: 'presentation'
});
el.appendChild(this.contentEl_);
return el;
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
this.contentEl_ = null;
this.textNode_ = null;
-
- _Component.prototype.dispose.call(this);
+ super.dispose();
}
+
+ /**
+ * Updates the displayed time according to the `updateContent` function which is defined in the child class.
+ *
+ * @param {Event} [event]
+ * The `timeupdate`, `ended` or `seeking` (if enableSmoothSeeking is true) event that caused this function to be called.
+ */
+ update(event) {
+ if (!this.player_.options_.enableSmoothSeeking && event.type === 'seeking') {
+ return;
+ }
+ this.updateContent(event);
+ }
+
/**
* Updates the time display text node with a new time
*
@@ -14590,162 +14443,135 @@
*
* @private
*/
- ;
-
- _proto.updateTextNode_ = function updateTextNode_(time) {
- var _this2 = this;
-
- if (time === void 0) {
- time = 0;
- }
-
+ updateTextNode_(time = 0) {
time = formatTime(time);
-
if (this.formattedTime_ === time) {
return;
}
-
this.formattedTime_ = time;
- this.requestNamedAnimationFrame('TimeDisplay#updateTextNode_', function () {
- if (!_this2.contentEl_) {
+ this.requestNamedAnimationFrame('TimeDisplay#updateTextNode_', () => {
+ if (!this.contentEl_) {
return;
}
-
- var oldNode = _this2.textNode_;
-
- if (oldNode && _this2.contentEl_.firstChild !== oldNode) {
+ let oldNode = this.textNode_;
+ if (oldNode && this.contentEl_.firstChild !== oldNode) {
oldNode = null;
log$1.warn('TimeDisplay#updateTextnode_: Prevented replacement of text node element since it was no longer a child of this node. Appending a new node instead.');
}
-
- _this2.textNode_ = document.createTextNode(_this2.formattedTime_);
-
- if (!_this2.textNode_) {
+ this.textNode_ = document.createTextNode(this.formattedTime_);
+ if (!this.textNode_) {
return;
}
-
if (oldNode) {
- _this2.contentEl_.replaceChild(_this2.textNode_, oldNode);
+ this.contentEl_.replaceChild(this.textNode_, oldNode);
} else {
- _this2.contentEl_.appendChild(_this2.textNode_);
+ this.contentEl_.appendChild(this.textNode_);
}
});
}
+
/**
* To be filled out in the child class, should update the displayed time
* in accordance with the fact that the current time has changed.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `timeupdate` event that caused this to run.
*
* @listens Player#timeupdate
*/
- ;
+ updateContent(event) {}
+ }
- _proto.updateContent = function updateContent(event) {};
-
- return TimeDisplay;
- }(Component$1);
/**
* The text that is added to the `TimeDisplay` for screen reader users.
*
* @type {string}
* @private
*/
-
-
TimeDisplay.prototype.labelText_ = 'Time';
+
/**
* The text that should display over the `TimeDisplay`s controls. Added to for localization.
*
* @type {string}
- * @private
+ * @protected
*
* @deprecated in v7; controlText_ is not used in non-active display Components
*/
-
TimeDisplay.prototype.controlText_ = 'Time';
Component$1.registerComponent('TimeDisplay', TimeDisplay);
+ /**
+ * @file current-time-display.js
+ */
+
/**
* Displays the current time
*
* @extends Component
*/
-
- var CurrentTimeDisplay = /*#__PURE__*/function (_TimeDisplay) {
- inheritsLoose(CurrentTimeDisplay, _TimeDisplay);
-
- function CurrentTimeDisplay() {
- return _TimeDisplay.apply(this, arguments) || this;
- }
-
- var _proto = CurrentTimeDisplay.prototype;
-
+ class CurrentTimeDisplay extends TimeDisplay {
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
- _proto.buildCSSClass = function buildCSSClass() {
+ buildCSSClass() {
return 'vjs-current-time';
}
+
/**
* Update current time display
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `timeupdate` event that caused this function to run.
*
* @listens Player#timeupdate
*/
- ;
-
- _proto.updateContent = function updateContent(event) {
+ updateContent(event) {
// Allows for smooth scrubbing, when player can't keep up.
- var time;
-
+ let time;
if (this.player_.ended()) {
time = this.player_.duration();
} else {
time = this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();
}
-
this.updateTextNode_(time);
- };
+ }
+ }
- return CurrentTimeDisplay;
- }(TimeDisplay);
/**
* The text that is added to the `CurrentTimeDisplay` for screen reader users.
*
* @type {string}
* @private
*/
-
-
CurrentTimeDisplay.prototype.labelText_ = 'Current Time';
+
/**
* The text that should display over the `CurrentTimeDisplay`s controls. Added to for localization.
*
* @type {string}
- * @private
+ * @protected
*
* @deprecated in v7; controlText_ is not used in non-active display Components
*/
-
CurrentTimeDisplay.prototype.controlText_ = 'Current Time';
Component$1.registerComponent('CurrentTimeDisplay', CurrentTimeDisplay);
+ /**
+ * @file duration-display.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* Displays the duration
*
* @extends Component
*/
-
- var DurationDisplay = /*#__PURE__*/function (_TimeDisplay) {
- inheritsLoose(DurationDisplay, _TimeDisplay);
-
+ class DurationDisplay extends TimeDisplay {
/**
* Creates an instance of this class.
*
@@ -14755,49 +14581,40 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function DurationDisplay(player, options) {
- var _this;
+ constructor(player, options) {
+ super(player, options);
+ const updateContent = e => this.updateContent(e);
- _this = _TimeDisplay.call(this, player, options) || this;
-
- var updateContent = function updateContent(e) {
- return _this.updateContent(e);
- }; // we do not want to/need to throttle duration changes,
+ // we do not want to/need to throttle duration changes,
// as they should always display the changed duration as
// it has changed
+ this.on(player, 'durationchange', updateContent);
-
- _this.on(player, 'durationchange', updateContent); // Listen to loadstart because the player duration is reset when a new media element is loaded,
+ // Listen to loadstart because the player duration is reset when a new media element is loaded,
// but the durationchange on the user agent will not fire.
// @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}
+ this.on(player, 'loadstart', updateContent);
-
- _this.on(player, 'loadstart', updateContent); // Also listen for timeupdate (in the parent) and loadedmetadata because removing those
+ // Also listen for timeupdate (in the parent) and loadedmetadata because removing those
// listeners could have broken dependent applications/libraries. These
// can likely be removed for 7.0.
-
-
- _this.on(player, 'loadedmetadata', updateContent);
-
- return _this;
+ this.on(player, 'loadedmetadata', updateContent);
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = DurationDisplay.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
+ buildCSSClass() {
return 'vjs-duration';
}
+
/**
* Update duration time display.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `durationchange`, `timeupdate`, or `loadedmetadata` event that caused
* this function to be called.
*
@@ -14805,60 +14622,50 @@
* @listens Player#timeupdate
* @listens Player#loadedmetadata
*/
- ;
-
- _proto.updateContent = function updateContent(event) {
- var duration = this.player_.duration();
+ updateContent(event) {
+ const duration = this.player_.duration();
this.updateTextNode_(duration);
- };
+ }
+ }
- return DurationDisplay;
- }(TimeDisplay);
/**
* The text that is added to the `DurationDisplay` for screen reader users.
*
* @type {string}
* @private
*/
-
-
DurationDisplay.prototype.labelText_ = 'Duration';
+
/**
* The text that should display over the `DurationDisplay`s controls. Added to for localization.
*
* @type {string}
- * @private
+ * @protected
*
* @deprecated in v7; controlText_ is not used in non-active display Components
*/
-
DurationDisplay.prototype.controlText_ = 'Duration';
Component$1.registerComponent('DurationDisplay', DurationDisplay);
+ /**
+ * @file time-divider.js
+ */
+
/**
* The separator between the current time and duration.
* Can be hidden if it's not needed in the design.
*
* @extends Component
*/
-
- var TimeDivider = /*#__PURE__*/function (_Component) {
- inheritsLoose(TimeDivider, _Component);
-
- function TimeDivider() {
- return _Component.apply(this, arguments) || this;
- }
-
- var _proto = TimeDivider.prototype;
-
+ class TimeDivider extends Component$1 {
/**
* Create the component's DOM element
*
* @return {Element}
* The element that was created.
*/
- _proto.createEl = function createEl() {
- var el = _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ const el = super.createEl('div', {
className: 'vjs-time-control vjs-time-divider'
}, {
// this element and its contents can be hidden from assistive techs since
@@ -14866,32 +14673,29 @@
// for the current time and duration displays
'aria-hidden': true
});
-
- var div = _Component.prototype.createEl.call(this, 'div');
-
- var span = _Component.prototype.createEl.call(this, 'span', {
+ const div = super.createEl('div');
+ const span = super.createEl('span', {
textContent: '/'
});
-
div.appendChild(span);
el.appendChild(div);
return el;
- };
-
- return TimeDivider;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('TimeDivider', TimeDivider);
+ /**
+ * @file remaining-time-display.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* Displays the time left in the video
*
* @extends Component
*/
-
- var RemainingTimeDisplay = /*#__PURE__*/function (_TimeDisplay) {
- inheritsLoose(RemainingTimeDisplay, _TimeDisplay);
-
+ class RemainingTimeDisplay extends TimeDisplay {
/**
* Creates an instance of this class.
*
@@ -14901,68 +14705,54 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function RemainingTimeDisplay(player, options) {
- var _this;
-
- _this = _TimeDisplay.call(this, player, options) || this;
-
- _this.on(player, 'durationchange', function (e) {
- return _this.updateContent(e);
- });
-
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.on(player, 'durationchange', e => this.updateContent(e));
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = RemainingTimeDisplay.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
+ buildCSSClass() {
return 'vjs-remaining-time';
}
+
/**
- * Create the `Component`'s DOM element with the "minus" characted prepend to the time
+ * Create the `Component`'s DOM element with the "minus" character prepend to the time
*
* @return {Element}
* The element that was created.
*/
- ;
-
- _proto.createEl = function createEl$1() {
- var el = _TimeDisplay.prototype.createEl.call(this);
-
+ createEl() {
+ const el = super.createEl();
if (this.options_.displayNegative !== false) {
el.insertBefore(createEl('span', {}, {
'aria-hidden': true
}, '-'), this.contentEl_);
}
-
return el;
}
+
/**
* Update remaining time display.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `timeupdate` or `durationchange` event that caused this to run.
*
* @listens Player#timeupdate
* @listens Player#durationchange
*/
- ;
-
- _proto.updateContent = function updateContent(event) {
+ updateContent(event) {
if (typeof this.player_.duration() !== 'number') {
return;
}
+ let time;
- var time; // @deprecated We should only use remainingTimeDisplay
+ // @deprecated We should only use remainingTimeDisplay
// as of video.js 7
-
if (this.player_.ended()) {
time = 0;
} else if (this.player_.remainingTimeDisplay) {
@@ -14970,42 +14760,43 @@
} else {
time = this.player_.remainingTime();
}
-
this.updateTextNode_(time);
- };
+ }
+ }
- return RemainingTimeDisplay;
- }(TimeDisplay);
/**
* The text that is added to the `RemainingTimeDisplay` for screen reader users.
*
* @type {string}
* @private
*/
-
-
RemainingTimeDisplay.prototype.labelText_ = 'Remaining Time';
+
/**
* The text that should display over the `RemainingTimeDisplay`s controls. Added to for localization.
*
* @type {string}
- * @private
+ * @protected
*
* @deprecated in v7; controlText_ is not used in non-active display Components
*/
-
RemainingTimeDisplay.prototype.controlText_ = 'Remaining Time';
Component$1.registerComponent('RemainingTimeDisplay', RemainingTimeDisplay);
+ /**
+ * @file live-display.js
+ */
+
+ /** @import Player from './player' */
+
+ // TODO - Future make it click to snap to live
+
/**
* Displays the live indicator when duration is Infinity.
*
* @extends Component
*/
-
- var LiveDisplay = /*#__PURE__*/function (_Component) {
- inheritsLoose(LiveDisplay, _Component);
-
+ class LiveDisplay extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -15015,34 +14806,22 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function LiveDisplay(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
-
- _this.updateShowing();
-
- _this.on(_this.player(), 'durationchange', function (e) {
- return _this.updateShowing(e);
- });
-
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.updateShowing();
+ this.on(this.player(), 'durationchange', e => this.updateShowing(e));
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = LiveDisplay.prototype;
-
- _proto.createEl = function createEl$1() {
- var el = _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ const el = super.createEl('div', {
className: 'vjs-live-control vjs-control'
});
-
this.contentEl_ = createEl('div', {
className: 'vjs-live-display'
}, {
@@ -15050,51 +14829,48 @@
});
this.contentEl_.appendChild(createEl('span', {
className: 'vjs-control-text',
- textContent: this.localize('Stream Type') + "\xA0"
+ textContent: `${this.localize('Stream Type')}\u00a0`
}));
this.contentEl_.appendChild(document.createTextNode(this.localize('LIVE')));
el.appendChild(this.contentEl_);
return el;
- };
-
- _proto.dispose = function dispose() {
- this.contentEl_ = null;
-
- _Component.prototype.dispose.call(this);
}
+ dispose() {
+ this.contentEl_ = null;
+ super.dispose();
+ }
+
/**
* Check the duration to see if the LiveDisplay should be showing or not. Then show/hide
* it accordingly
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The {@link Player#durationchange} event that caused this function to run.
*
* @listens Player#durationchange
*/
- ;
-
- _proto.updateShowing = function updateShowing(event) {
+ updateShowing(event) {
if (this.player().duration() === Infinity) {
this.show();
} else {
this.hide();
}
- };
-
- return LiveDisplay;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('LiveDisplay', LiveDisplay);
+ /**
+ * @file seek-to-live.js
+ */
+
+ /** @import Player from './player' */
+
/**
* Displays the live indicator when duration is Infinity.
*
* @extends Component
*/
-
- var SeekToLive = /*#__PURE__*/function (_Button) {
- inheritsLoose(SeekToLive, _Button);
-
+ class SeekToLive extends Button {
/**
* Creates an instance of this class.
*
@@ -15104,38 +14880,26 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function SeekToLive(player, options) {
- var _this;
-
- _this = _Button.call(this, player, options) || this;
-
- _this.updateLiveEdgeStatus();
-
- if (_this.player_.liveTracker) {
- _this.updateLiveEdgeStatusHandler_ = function (e) {
- return _this.updateLiveEdgeStatus(e);
- };
-
- _this.on(_this.player_.liveTracker, 'liveedgechange', _this.updateLiveEdgeStatusHandler_);
+ constructor(player, options) {
+ super(player, options);
+ this.updateLiveEdgeStatus();
+ if (this.player_.liveTracker) {
+ this.updateLiveEdgeStatusHandler_ = e => this.updateLiveEdgeStatus(e);
+ this.on(this.player_.liveTracker, 'liveedgechange', this.updateLiveEdgeStatusHandler_);
}
-
- return _this;
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = SeekToLive.prototype;
-
- _proto.createEl = function createEl$1() {
- var el = _Button.prototype.createEl.call(this, 'button', {
+ createEl() {
+ const el = super.createEl('button', {
className: 'vjs-seek-to-live-control vjs-control'
});
-
+ this.setIcon('circle', el);
this.textEl_ = createEl('span', {
className: 'vjs-seek-to-live-text',
textContent: this.localize('LIVE')
@@ -15145,13 +14909,12 @@
el.appendChild(this.textEl_);
return el;
}
+
/**
* Update the state of this button if we are at the live edge
* or not
*/
- ;
-
- _proto.updateLiveEdgeStatus = function updateLiveEdgeStatus() {
+ updateLiveEdgeStatus() {
// default to live edge
if (!this.player_.liveTracker || this.player_.liveTracker.atLiveEdge()) {
this.setAttribute('aria-disabled', true);
@@ -15163,37 +14926,41 @@
this.controlText('Seek to live, currently behind live');
}
}
+
/**
* On click bring us as near to the live point as possible.
* This requires that we wait for the next `live-seekable-change`
* event which will happen every segment length seconds.
*/
- ;
-
- _proto.handleClick = function handleClick() {
+ handleClick() {
this.player_.liveTracker.seekToLiveEdge();
}
+
/**
* Dispose of the element and stop tracking
*/
- ;
-
- _proto.dispose = function dispose() {
+ dispose() {
if (this.player_.liveTracker) {
this.off(this.player_.liveTracker, 'liveedgechange', this.updateLiveEdgeStatusHandler_);
}
-
this.textEl_ = null;
-
- _Button.prototype.dispose.call(this);
- };
-
- return SeekToLive;
- }(Button);
-
+ super.dispose();
+ }
+ }
+ /**
+ * The text that should display over the `SeekToLive`s control. Added for localization.
+ *
+ * @type {string}
+ * @protected
+ */
SeekToLive.prototype.controlText_ = 'Seek to live, currently playing live';
Component$1.registerComponent('SeekToLive', SeekToLive);
+ /**
+ * @file num.js
+ * @module num
+ */
+
/**
* Keep a number between a min and a max value
*
@@ -15208,10 +14975,21 @@
* @return {number}
* the clamped number
*/
- var clamp = function clamp(number, min, max) {
+ function clamp(number, min, max) {
number = Number(number);
return Math.min(max, Math.max(min, isNaN(number) ? min : number));
- };
+ }
+
+ var Num = /*#__PURE__*/Object.freeze({
+ __proto__: null,
+ clamp: clamp
+ });
+
+ /**
+ * @file slider.js
+ */
+
+ /** @import Player from '../player' */
/**
* The base functionality for a slider. Can be vertical or horizontal.
@@ -15219,10 +14997,7 @@
*
* @extends Component
*/
-
- var Slider = /*#__PURE__*/function (_Component) {
- inheritsLoose(Slider, _Component);
-
+ class Slider extends Component$1 {
/**
* Create an instance of this class
*
@@ -15232,93 +15007,63 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function Slider(player, options) {
- var _this;
+ constructor(player, options) {
+ super(player, options);
+ this.handleMouseDown_ = e => this.handleMouseDown(e);
+ this.handleMouseUp_ = e => this.handleMouseUp(e);
+ this.handleKeyDown_ = e => this.handleKeyDown(e);
+ this.handleClick_ = e => this.handleClick(e);
+ this.handleMouseMove_ = e => this.handleMouseMove(e);
+ this.update_ = e => this.update(e);
- _this = _Component.call(this, player, options) || this;
+ // Set property names to bar to match with the child Slider class is looking for
+ this.bar = this.getChild(this.options_.barName);
- _this.handleMouseDown_ = function (e) {
- return _this.handleMouseDown(e);
- };
-
- _this.handleMouseUp_ = function (e) {
- return _this.handleMouseUp(e);
- };
-
- _this.handleKeyDown_ = function (e) {
- return _this.handleKeyDown(e);
- };
-
- _this.handleClick_ = function (e) {
- return _this.handleClick(e);
- };
-
- _this.handleMouseMove_ = function (e) {
- return _this.handleMouseMove(e);
- };
-
- _this.update_ = function (e) {
- return _this.update(e);
- }; // Set property names to bar to match with the child Slider class is looking for
-
-
- _this.bar = _this.getChild(_this.options_.barName); // Set a horizontal or vertical class on the slider depending on the slider type
-
- _this.vertical(!!_this.options_.vertical);
-
- _this.enable();
-
- return _this;
+ // Set a horizontal or vertical class on the slider depending on the slider type
+ this.vertical(!!this.options_.vertical);
+ this.enable();
}
+
/**
* Are controls are currently enabled for this slider or not.
*
* @return {boolean}
* true if controls are enabled, false otherwise
*/
-
-
- var _proto = Slider.prototype;
-
- _proto.enabled = function enabled() {
+ enabled() {
return this.enabled_;
}
+
/**
* Enable controls for this slider if they are disabled
*/
- ;
-
- _proto.enable = function enable() {
+ enable() {
if (this.enabled()) {
return;
}
-
this.on('mousedown', this.handleMouseDown_);
this.on('touchstart', this.handleMouseDown_);
this.on('keydown', this.handleKeyDown_);
- this.on('click', this.handleClick_); // TODO: deprecated, controlsvisible does not seem to be fired
+ this.on('click', this.handleClick_);
+ // TODO: deprecated, controlsvisible does not seem to be fired
this.on(this.player_, 'controlsvisible', this.update);
-
if (this.playerEvent) {
this.on(this.player_, this.playerEvent, this.update);
}
-
this.removeClass('disabled');
this.setAttribute('tabindex', 0);
this.enabled_ = true;
}
+
/**
* Disable controls for this slider if they are enabled
*/
- ;
-
- _proto.disable = function disable() {
+ disable() {
if (!this.enabled()) {
return;
}
-
- var doc = this.bar.el_.ownerDocument;
+ const doc = this.bar.el_.ownerDocument;
this.off('mousedown', this.handleMouseDown_);
this.off('touchstart', this.handleMouseDown_);
this.off('keydown', this.handleKeyDown_);
@@ -15330,13 +15075,12 @@
this.off(doc, 'touchend', this.handleMouseUp_);
this.removeAttribute('tabindex');
this.addClass('disabled');
-
if (this.playerEvent) {
this.off(this.player_, this.playerEvent, this.update);
}
-
this.enabled_ = false;
}
+
/**
* Create the `Slider`s DOM element.
*
@@ -15352,67 +15096,51 @@
* @return {Element}
* The element that gets created.
*/
- ;
-
- _proto.createEl = function createEl(type, props, attributes) {
- if (props === void 0) {
- props = {};
- }
-
- if (attributes === void 0) {
- attributes = {};
- }
-
+ createEl(type, props = {}, attributes = {}) {
// Add the slider element class to all sub classes
props.className = props.className + ' vjs-slider';
- props = assign({
+ props = Object.assign({
tabIndex: 0
}, props);
- attributes = assign({
+ attributes = Object.assign({
'role': 'slider',
'aria-valuenow': 0,
'aria-valuemin': 0,
- 'aria-valuemax': 100,
- 'tabIndex': 0
+ 'aria-valuemax': 100
}, attributes);
- return _Component.prototype.createEl.call(this, type, props, attributes);
+ return super.createEl(type, props, attributes);
}
+
/**
* Handle `mousedown` or `touchstart` events on the `Slider`.
*
- * @param {EventTarget~Event} event
+ * @param {MouseEvent} event
* `mousedown` or `touchstart` event that triggered this function
*
* @listens mousedown
* @listens touchstart
* @fires Slider#slideractive
*/
- ;
-
- _proto.handleMouseDown = function handleMouseDown(event) {
- var doc = this.bar.el_.ownerDocument;
-
+ handleMouseDown(event) {
+ const doc = this.bar.el_.ownerDocument;
if (event.type === 'mousedown') {
event.preventDefault();
- } // Do not call preventDefault() on touchstart in Chrome
+ }
+ // Do not call preventDefault() on touchstart in Chrome
// to avoid console warnings. Use a 'touch-action: none' style
- // instead to prevent unintented scrolling.
+ // instead to prevent unintended scrolling.
// https://developers.google.com/web/updates/2017/01/scrolling-intervention
-
-
if (event.type === 'touchstart' && !IS_CHROME) {
event.preventDefault();
}
-
blockTextSelection();
this.addClass('vjs-sliding');
/**
* Triggered when the slider is in an active state
*
* @event Slider#slideractive
- * @type {EventTarget~Event}
+ * @type {MouseEvent}
*/
-
this.trigger('slideractive');
this.on(doc, 'mousemove', this.handleMouseMove_);
this.on(doc, 'mouseup', this.handleMouseUp_);
@@ -15420,13 +15148,14 @@
this.on(doc, 'touchend', this.handleMouseUp_);
this.handleMouseMove(event, true);
}
+
/**
* Handle the `mousemove`, `touchmove`, and `mousedown` events on this `Slider`.
* The `mousemove` and `touchmove` events will only only trigger this function during
* `mousedown` and `touchstart`. This is due to {@link Slider#handleMouseDown} and
* {@link Slider#handleMouseUp}.
*
- * @param {EventTarget~Event} event
+ * @param {MouseEvent} event
* `mousedown`, `mousemove`, `touchstart`, or `touchmove` event that triggered
* this function
* @param {boolean} mouseDown this is a flag that should be set to true if `handleMouseMove` is called directly. It allows us to skip things that should not happen if coming from mouse down but should happen on regular mouse move handler. Defaults to false.
@@ -15434,32 +15163,28 @@
* @listens mousemove
* @listens touchmove
*/
- ;
+ handleMouseMove(event) {}
- _proto.handleMouseMove = function handleMouseMove(event) {}
/**
* Handle `mouseup` or `touchend` events on the `Slider`.
*
- * @param {EventTarget~Event} event
+ * @param {MouseEvent} event
* `mouseup` or `touchend` event that triggered this function.
*
* @listens touchend
* @listens mouseup
* @fires Slider#sliderinactive
*/
- ;
-
- _proto.handleMouseUp = function handleMouseUp() {
- var doc = this.bar.el_.ownerDocument;
+ handleMouseUp(event) {
+ const doc = this.bar.el_.ownerDocument;
unblockTextSelection();
this.removeClass('vjs-sliding');
/**
* Triggered when the slider is no longer in an active state.
*
* @event Slider#sliderinactive
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('sliderinactive');
this.off(doc, 'mousemove', this.handleMouseMove_);
this.off(doc, 'mouseup', this.handleMouseUp_);
@@ -15467,6 +15192,7 @@
this.off(doc, 'touchend', this.handleMouseUp_);
this.update();
}
+
/**
* Update the progress bar of the `Slider`.
*
@@ -15474,36 +15200,32 @@
* The percentage of progress the progress bar represents as a
* number from 0 to 1.
*/
- ;
-
- _proto.update = function update() {
- var _this2 = this;
-
+ update() {
// In VolumeBar init we have a setTimeout for update that pops and update
// to the end of the execution stack. The player is destroyed before then
// update will cause an error
// If there's no bar...
if (!this.el_ || !this.bar) {
return;
- } // clamp progress between 0 and 1
+ }
+
+ // clamp progress between 0 and 1
// and only round to four decimal places, as we round to two below
-
-
- var progress = this.getProgress();
-
+ const progress = this.getProgress();
if (progress === this.progress_) {
return progress;
}
-
this.progress_ = progress;
- this.requestNamedAnimationFrame('Slider#update', function () {
+ this.requestNamedAnimationFrame('Slider#update', () => {
// Set the new bar width or height
- var sizeKey = _this2.vertical() ? 'height' : 'width'; // Convert to a percentage for css value
+ const sizeKey = this.vertical() ? 'height' : 'width';
- _this2.bar.el().style[sizeKey] = (progress * 100).toFixed(2) + '%';
+ // Convert to a percentage for css value
+ this.bar.el().style[sizeKey] = (progress * 100).toFixed(2) + '%';
});
return progress;
}
+
/**
* Get the percentage of the bar that should be filled
* but clamped and rounded.
@@ -15511,15 +15233,14 @@
* @return {number}
* percentage filled that the slider is
*/
- ;
-
- _proto.getProgress = function getProgress() {
+ getProgress() {
return Number(clamp(this.getPercent(), 0, 1).toFixed(4));
}
+
/**
* Calculate distance for slider
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The event that caused this function to run.
*
* @return {number}
@@ -15527,44 +15248,58 @@
* - position.x for vertical `Slider`s
* - position.y for horizontal `Slider`s
*/
- ;
-
- _proto.calculateDistance = function calculateDistance(event) {
- var position = getPointerPosition(this.el_, event);
-
+ calculateDistance(event) {
+ const position = getPointerPosition(this.el_, event);
if (this.vertical()) {
return position.y;
}
-
return position.x;
}
+
/**
- * Handle a `keydown` event on the `Slider`. Watches for left, rigth, up, and down
+ * Handle a `keydown` event on the `Slider`. Watches for left, right, up, and down
* arrow keys. This function will only be called when the slider has focus. See
* {@link Slider#handleFocus} and {@link Slider#handleBlur}.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* the `keydown` event that caused this function to run.
*
* @listens keydown
*/
- ;
+ handleKeyDown(event) {
+ const spatialNavOptions = this.options_.playerOptions.spatialNavigation;
+ const spatialNavEnabled = spatialNavOptions && spatialNavOptions.enabled;
+ const horizontalSeek = spatialNavOptions && spatialNavOptions.horizontalSeek;
+ if (spatialNavEnabled) {
+ if (horizontalSeek && event.key === 'ArrowLeft' || !horizontalSeek && event.key === 'ArrowDown') {
+ event.preventDefault();
+ event.stopPropagation();
+ this.stepBack();
+ } else if (horizontalSeek && event.key === 'ArrowRight' || !horizontalSeek && event.key === 'ArrowUp') {
+ event.preventDefault();
+ event.stopPropagation();
+ this.stepForward();
+ } else {
+ super.handleKeyDown(event);
+ }
- _proto.handleKeyDown = function handleKeyDown(event) {
- // Left and Down Arrows
- if (keycode.isEventKey(event, 'Left') || keycode.isEventKey(event, 'Down')) {
+ // Left and Down Arrows
+ } else if (event.key === 'ArrowLeft' || event.key === 'ArrowDown') {
event.preventDefault();
event.stopPropagation();
- this.stepBack(); // Up and Right Arrows
- } else if (keycode.isEventKey(event, 'Right') || keycode.isEventKey(event, 'Up')) {
+ this.stepBack();
+
+ // Up and Right Arrows
+ } else if (event.key === 'ArrowUp' || event.key === 'ArrowRight') {
event.preventDefault();
event.stopPropagation();
this.stepForward();
} else {
// Pass keydown handling up for unsupported keys
- _Component.prototype.handleKeyDown.call(this, event);
+ super.handleKeyDown(event);
}
}
+
/**
* Listener for click events on slider, used to prevent clicks
* from bubbling up to parent elements like button menus.
@@ -15572,12 +15307,11 @@
* @param {Object} event
* Event that caused this object to run
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
event.stopPropagation();
event.preventDefault();
}
+
/**
* Get/set if slider is horizontal for vertical
*
@@ -15589,40 +15323,35 @@
* - true if slider is vertical, and getting
* - false if the slider is horizontal, and getting
*/
- ;
-
- _proto.vertical = function vertical(bool) {
+ vertical(bool) {
if (bool === undefined) {
return this.vertical_ || false;
}
-
this.vertical_ = !!bool;
-
if (this.vertical_) {
this.addClass('vjs-slider-vertical');
} else {
this.addClass('vjs-slider-horizontal');
}
- };
-
- return Slider;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('Slider', Slider);
- var percentify = function percentify(time, end) {
- return clamp(time / end * 100, 0, 100).toFixed(2) + '%';
- };
+ /**
+ * @file load-progress-bar.js
+ */
+
+ /** @import Player from '../../player' */
+
+ // get the percent width of a time compared to the total end
+ const percentify = (time, end) => clamp(time / end * 100, 0, 100).toFixed(2) + '%';
+
/**
* Shows loading progress
*
* @extends Component
*/
-
-
- var LoadProgressBar = /*#__PURE__*/function (_Component) {
- inheritsLoose(LoadProgressBar, _Component);
-
+ class LoadProgressBar extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -15632,40 +15361,29 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function LoadProgressBar(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
- _this.partEls_ = [];
-
- _this.on(player, 'progress', function (e) {
- return _this.update(e);
- });
-
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.partEls_ = [];
+ this.on(player, 'progress', e => this.update(e));
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = LoadProgressBar.prototype;
-
- _proto.createEl = function createEl$1() {
- var el = _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ const el = super.createEl('div', {
className: 'vjs-load-progress'
});
-
- var wrapper = createEl('span', {
+ const wrapper = createEl('span', {
className: 'vjs-control-text'
});
- var loadedText = createEl('span', {
+ const loadedText = createEl('span', {
textContent: this.localize('Loaded')
});
- var separator = document.createTextNode(': ');
+ const separator = document.createTextNode(': ');
this.percentageEl_ = createEl('span', {
className: 'vjs-control-text-loaded-percentage',
textContent: '0%'
@@ -15675,93 +15393,81 @@
wrapper.appendChild(separator);
wrapper.appendChild(this.percentageEl_);
return el;
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
this.partEls_ = null;
this.percentageEl_ = null;
-
- _Component.prototype.dispose.call(this);
+ super.dispose();
}
+
/**
* Update progress bar
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `progress` event that caused this function to run.
*
* @listens Player#progress
*/
- ;
-
- _proto.update = function update(event) {
- var _this2 = this;
-
- this.requestNamedAnimationFrame('LoadProgressBar#update', function () {
- var liveTracker = _this2.player_.liveTracker;
-
- var buffered = _this2.player_.buffered();
-
- var duration = liveTracker && liveTracker.isLive() ? liveTracker.seekableEnd() : _this2.player_.duration();
-
- var bufferedEnd = _this2.player_.bufferedEnd();
-
- var children = _this2.partEls_;
- var percent = percentify(bufferedEnd, duration);
-
- if (_this2.percent_ !== percent) {
+ update(event) {
+ this.requestNamedAnimationFrame('LoadProgressBar#update', () => {
+ const liveTracker = this.player_.liveTracker;
+ const buffered = this.player_.buffered();
+ const duration = liveTracker && liveTracker.isLive() ? liveTracker.seekableEnd() : this.player_.duration();
+ const bufferedEnd = this.player_.bufferedEnd();
+ const children = this.partEls_;
+ const percent = percentify(bufferedEnd, duration);
+ if (this.percent_ !== percent) {
// update the width of the progress bar
- _this2.el_.style.width = percent; // update the control-text
-
- textContent(_this2.percentageEl_, percent);
- _this2.percent_ = percent;
- } // add child elements to represent the individual buffered time ranges
-
-
- for (var i = 0; i < buffered.length; i++) {
- var start = buffered.start(i);
- var end = buffered.end(i);
- var part = children[i];
+ this.el_.style.width = percent;
+ // update the control-text
+ textContent(this.percentageEl_, percent);
+ this.percent_ = percent;
+ }
+ // add child elements to represent the individual buffered time ranges
+ for (let i = 0; i < buffered.length; i++) {
+ const start = buffered.start(i);
+ const end = buffered.end(i);
+ let part = children[i];
if (!part) {
- part = _this2.el_.appendChild(createEl());
+ part = this.el_.appendChild(createEl());
children[i] = part;
- } // only update if changed
-
+ }
+ // only update if changed
if (part.dataset.start === start && part.dataset.end === end) {
continue;
}
-
part.dataset.start = start;
- part.dataset.end = end; // set the percent based on the width of the progress bar (bufferedEnd)
+ part.dataset.end = end;
+ // set the percent based on the width of the progress bar (bufferedEnd)
part.style.left = percentify(start, bufferedEnd);
part.style.width = percentify(end - start, bufferedEnd);
- } // remove unused buffered range elements
-
-
- for (var _i = children.length; _i > buffered.length; _i--) {
- _this2.el_.removeChild(children[_i - 1]);
}
+ // remove unused buffered range elements
+ for (let i = children.length; i > buffered.length; i--) {
+ this.el_.removeChild(children[i - 1]);
+ }
children.length = buffered.length;
});
- };
-
- return LoadProgressBar;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('LoadProgressBar', LoadProgressBar);
+ /**
+ * @file time-tooltip.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* Time tooltips display a time above the progress bar.
*
* @extends Component
*/
-
- var TimeTooltip = /*#__PURE__*/function (_Component) {
- inheritsLoose(TimeTooltip, _Component);
-
+ class TimeTooltip extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -15771,30 +15477,25 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function TimeTooltip(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
- _this.update = throttle(bind(assertThisInitialized(_this), _this.update), UPDATE_REFRESH_INTERVAL);
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.update = throttle(bind_(this, this.update), UPDATE_REFRESH_INTERVAL);
}
+
/**
* Create the time tooltip DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = TimeTooltip.prototype;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-time-tooltip'
}, {
'aria-hidden': 'true'
});
}
+
/**
* Updates the position of the time tooltip relative to the `SeekBar`.
*
@@ -15805,67 +15506,78 @@
* A number from 0 to 1, representing a horizontal reference point
* from the left edge of the {@link SeekBar}
*/
- ;
+ update(seekBarRect, seekBarPoint, content) {
+ const tooltipRect = findPosition(this.el_);
+ const playerRect = getBoundingClientRect(this.player_.el());
+ const seekBarPointPx = seekBarRect.width * seekBarPoint;
- _proto.update = function update(seekBarRect, seekBarPoint, content) {
- var tooltipRect = findPosition(this.el_);
- var playerRect = getBoundingClientRect(this.player_.el());
- var seekBarPointPx = seekBarRect.width * seekBarPoint; // do nothing if either rect isn't available
+ // do nothing if either rect isn't available
// for example, if the player isn't in the DOM for testing
-
if (!playerRect || !tooltipRect) {
return;
- } // This is the space left of the `seekBarPoint` available within the bounds
+ }
+
+ // This is the space left of the `seekBarPoint` available within the bounds
// of the player. We calculate any gap between the left edge of the player
// and the left edge of the `SeekBar` and add the number of pixels in the
// `SeekBar` before hitting the `seekBarPoint`
+ let spaceLeftOfPoint = seekBarRect.left - playerRect.left + seekBarPointPx;
-
- var spaceLeftOfPoint = seekBarRect.left - playerRect.left + seekBarPointPx; // This is the space right of the `seekBarPoint` available within the bounds
+ // This is the space right of the `seekBarPoint` available within the bounds
// of the player. We calculate the number of pixels from the `seekBarPoint`
// to the right edge of the `SeekBar` and add to that any gap between the
// right edge of the `SeekBar` and the player.
+ let spaceRightOfPoint = seekBarRect.width - seekBarPointPx + (playerRect.right - seekBarRect.right);
- var spaceRightOfPoint = seekBarRect.width - seekBarPointPx + (playerRect.right - seekBarRect.right); // This is the number of pixels by which the tooltip will need to be pulled
+ // spaceRightOfPoint is always NaN for mouse time display
+ // because the seekbarRect does not have a right property. This causes
+ // the mouse tool tip to be truncated when it's close to the right edge of the player.
+ // In such cases, we ignore the `playerRect.right - seekBarRect.right` value when calculating.
+ // For the sake of consistency, we ignore seekBarRect.left - playerRect.left for the left edge.
+ if (!spaceRightOfPoint) {
+ spaceRightOfPoint = seekBarRect.width - seekBarPointPx;
+ spaceLeftOfPoint = seekBarPointPx;
+ }
+ // This is the number of pixels by which the tooltip will need to be pulled
// further to the right to center it over the `seekBarPoint`.
+ let pullTooltipBy = tooltipRect.width / 2;
- var pullTooltipBy = tooltipRect.width / 2; // Adjust the `pullTooltipBy` distance to the left or right depending on
+ // Adjust the `pullTooltipBy` distance to the left or right depending on
// the results of the space calculations above.
-
if (spaceLeftOfPoint < pullTooltipBy) {
pullTooltipBy += pullTooltipBy - spaceLeftOfPoint;
} else if (spaceRightOfPoint < pullTooltipBy) {
pullTooltipBy = spaceRightOfPoint;
- } // Due to the imprecision of decimal/ratio based calculations and varying
+ }
+
+ // Due to the imprecision of decimal/ratio based calculations and varying
// rounding behaviors, there are cases where the spacing adjustment is off
// by a pixel or two. This adds insurance to these calculations.
-
-
if (pullTooltipBy < 0) {
pullTooltipBy = 0;
} else if (pullTooltipBy > tooltipRect.width) {
pullTooltipBy = tooltipRect.width;
- } // prevent small width fluctuations within 0.4px from
+ }
+
+ // prevent small width fluctuations within 0.4px from
// changing the value below.
// This really helps for live to prevent the play
// progress time tooltip from jittering
-
-
pullTooltipBy = Math.round(pullTooltipBy);
- this.el_.style.right = "-" + pullTooltipBy + "px";
+ this.el_.style.right = `-${pullTooltipBy}px`;
this.write(content);
}
+
/**
* Write the time to the tooltip DOM element.
*
* @param {string} content
* The formatted time for the tooltip.
*/
- ;
-
- _proto.write = function write(content) {
+ write(content) {
textContent(this.el_, content);
}
+
/**
* Updates the position of the time tooltip relative to the `SeekBar`.
*
@@ -15883,48 +15595,37 @@
* A function that will be called during the request animation frame
* for tooltips that need to do additional animations from the default
*/
- ;
-
- _proto.updateTime = function updateTime(seekBarRect, seekBarPoint, time, cb) {
- var _this2 = this;
-
- this.requestNamedAnimationFrame('TimeTooltip#updateTime', function () {
- var content;
-
- var duration = _this2.player_.duration();
-
- if (_this2.player_.liveTracker && _this2.player_.liveTracker.isLive()) {
- var liveWindow = _this2.player_.liveTracker.liveWindow();
-
- var secondsBehind = liveWindow - seekBarPoint * liveWindow;
+ updateTime(seekBarRect, seekBarPoint, time, cb) {
+ this.requestNamedAnimationFrame('TimeTooltip#updateTime', () => {
+ let content;
+ const duration = this.player_.duration();
+ if (this.player_.liveTracker && this.player_.liveTracker.isLive()) {
+ const liveWindow = this.player_.liveTracker.liveWindow();
+ const secondsBehind = liveWindow - seekBarPoint * liveWindow;
content = (secondsBehind < 1 ? '' : '-') + formatTime(secondsBehind, liveWindow);
} else {
content = formatTime(time, duration);
}
-
- _this2.update(seekBarRect, seekBarPoint, content);
-
+ this.update(seekBarRect, seekBarPoint, content);
if (cb) {
cb();
}
});
- };
-
- return TimeTooltip;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('TimeTooltip', TimeTooltip);
+ /**
+ * @file play-progress-bar.js
+ */
+
/**
* Used by {@link SeekBar} to display media playback progress as part of the
* {@link ProgressControl}.
*
* @extends Component
*/
-
- var PlayProgressBar = /*#__PURE__*/function (_Component) {
- inheritsLoose(PlayProgressBar, _Component);
-
+ class PlayProgressBar extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -15934,30 +15635,26 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function PlayProgressBar(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
- _this.update = throttle(bind(assertThisInitialized(_this), _this.update), UPDATE_REFRESH_INTERVAL);
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.setIcon('circle');
+ this.update = throttle(bind_(this, this.update), UPDATE_REFRESH_INTERVAL);
}
+
/**
* Create the the DOM element for this class.
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = PlayProgressBar.prototype;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-play-progress vjs-slider-bar'
}, {
'aria-hidden': 'true'
});
}
+
/**
* Enqueues updates to its own DOM as well as the DOM of its
* {@link TimeTooltip} child.
@@ -15969,39 +15666,36 @@
* A number from 0 to 1, representing a horizontal reference point
* from the left edge of the {@link SeekBar}
*/
- ;
-
- _proto.update = function update(seekBarRect, seekBarPoint) {
- var timeTooltip = this.getChild('timeTooltip');
-
+ update(seekBarRect, seekBarPoint) {
+ const timeTooltip = this.getChild('timeTooltip');
if (!timeTooltip) {
return;
}
-
- var time = this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();
+ const time = this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();
timeTooltip.updateTime(seekBarRect, seekBarPoint, time);
- };
+ }
+ }
- return PlayProgressBar;
- }(Component$1);
/**
* Default options for {@link PlayProgressBar}.
*
* @type {Object}
* @private
*/
-
-
PlayProgressBar.prototype.options_ = {
children: []
- }; // Time tooltips should not be added to a player on mobile devices
+ };
+ // Time tooltips should not be added to a player on mobile devices
if (!IS_IOS && !IS_ANDROID) {
PlayProgressBar.prototype.options_.children.push('timeTooltip');
}
-
Component$1.registerComponent('PlayProgressBar', PlayProgressBar);
+ /**
+ * @file mouse-time-display.js
+ */
+
/**
* The {@link MouseTimeDisplay} component tracks mouse movement over the
* {@link ProgressControl}. It displays an indicator and a {@link TimeTooltip}
@@ -16010,10 +15704,7 @@
*
* @extends Component
*/
-
- var MouseTimeDisplay = /*#__PURE__*/function (_Component) {
- inheritsLoose(MouseTimeDisplay, _Component);
-
+ class MouseTimeDisplay extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -16023,28 +15714,23 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function MouseTimeDisplay(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
- _this.update = throttle(bind(assertThisInitialized(_this), _this.update), UPDATE_REFRESH_INTERVAL);
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.update = throttle(bind_(this, this.update), UPDATE_REFRESH_INTERVAL);
}
+
/**
* Create the DOM element for this class.
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = MouseTimeDisplay.prototype;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-mouse-display'
});
}
+
/**
* Enqueues updates to its own DOM as well as the DOM of its
* {@link TimeTooltip} child.
@@ -16056,45 +15742,42 @@
* A number from 0 to 1, representing a horizontal reference point
* from the left edge of the {@link SeekBar}
*/
- ;
-
- _proto.update = function update(seekBarRect, seekBarPoint) {
- var _this2 = this;
-
- var time = seekBarPoint * this.player_.duration();
- this.getChild('timeTooltip').updateTime(seekBarRect, seekBarPoint, time, function () {
- _this2.el_.style.left = seekBarRect.width * seekBarPoint + "px";
+ update(seekBarRect, seekBarPoint) {
+ const time = seekBarPoint * this.player_.duration();
+ this.getChild('timeTooltip').updateTime(seekBarRect, seekBarPoint, time, () => {
+ this.el_.style.left = `${seekBarRect.width * seekBarPoint}px`;
});
- };
+ }
+ }
- return MouseTimeDisplay;
- }(Component$1);
/**
* Default options for `MouseTimeDisplay`
*
* @type {Object}
* @private
*/
-
-
MouseTimeDisplay.prototype.options_ = {
children: ['timeTooltip']
};
Component$1.registerComponent('MouseTimeDisplay', MouseTimeDisplay);
- var STEP_SECONDS = 5; // The multiplier of STEP_SECONDS that PgUp/PgDown move the timeline.
+ /**
+ * @file seek-bar.js
+ */
+
+ // The number of seconds the `step*` functions move the timeline.
+ const STEP_SECONDS = 5;
+
+ // The multiplier of STEP_SECONDS that PgUp/PgDown move the timeline.
+ const PAGE_KEY_MULTIPLIER = 12;
- var PAGE_KEY_MULTIPLIER = 12;
/**
* Seek bar and container for the progress bars. Uses {@link PlayProgressBar}
* as its `bar`.
*
* @extends Slider
*/
-
- var SeekBar = /*#__PURE__*/function (_Slider) {
- inheritsLoose(SeekBar, _Slider);
-
+ class SeekBar extends Slider {
/**
* Creates an instance of this class.
*
@@ -16104,57 +15787,40 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function SeekBar(player, options) {
- var _this;
-
- _this = _Slider.call(this, player, options) || this;
-
- _this.setEventHandlers_();
-
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.setEventHandlers_();
}
+
/**
* Sets the event handlers
*
* @private
*/
-
-
- var _proto = SeekBar.prototype;
-
- _proto.setEventHandlers_ = function setEventHandlers_() {
- var _this2 = this;
-
- this.update_ = bind(this, this.update);
+ setEventHandlers_() {
+ this.update_ = bind_(this, this.update);
this.update = throttle(this.update_, UPDATE_REFRESH_INTERVAL);
- this.on(this.player_, ['ended', 'durationchange', 'timeupdate'], this.update);
-
+ this.on(this.player_, ['durationchange', 'timeupdate'], this.update);
+ this.on(this.player_, ['ended'], this.update_);
if (this.player_.liveTracker) {
this.on(this.player_.liveTracker, 'liveedgechange', this.update);
- } // when playing, let's ensure we smoothly update the play progress bar
+ }
+
+ // when playing, let's ensure we smoothly update the play progress bar
// via an interval
-
-
this.updateInterval = null;
-
- this.enableIntervalHandler_ = function (e) {
- return _this2.enableInterval_(e);
- };
-
- this.disableIntervalHandler_ = function (e) {
- return _this2.disableInterval_(e);
- };
-
+ this.enableIntervalHandler_ = e => this.enableInterval_(e);
+ this.disableIntervalHandler_ = e => this.disableInterval_(e);
this.on(this.player_, ['playing'], this.enableIntervalHandler_);
- this.on(this.player_, ['ended', 'pause', 'waiting'], this.disableIntervalHandler_); // we don't need to update the play progress if the document is hidden,
- // also, this causes the CPU to spike and eventually crash the page on IE11.
+ this.on(this.player_, ['ended', 'pause', 'waiting'], this.disableIntervalHandler_);
+ // we don't need to update the play progress if the document is hidden,
+ // also, this causes the CPU to spike and eventually crash the page on IE11.
if ('hidden' in document && 'visibilityState' in document) {
this.on(document, 'visibilitychange', this.toggleVisibility_);
}
- };
-
- _proto.toggleVisibility_ = function toggleVisibility_(e) {
+ }
+ toggleVisibility_(e) {
if (document.visibilityState === 'hidden') {
this.cancelNamedAnimationFrame('SeekBar#update');
this.cancelNamedAnimationFrame('Slider#update');
@@ -16162,53 +15828,48 @@
} else {
if (!this.player_.ended() && !this.player_.paused()) {
this.enableInterval_();
- } // we just switched back to the page and someone may be looking, so, update ASAP
-
+ }
+ // we just switched back to the page and someone may be looking, so, update ASAP
this.update();
}
- };
-
- _proto.enableInterval_ = function enableInterval_() {
+ }
+ enableInterval_() {
if (this.updateInterval) {
return;
}
-
this.updateInterval = this.setInterval(this.update, UPDATE_REFRESH_INTERVAL);
- };
-
- _proto.disableInterval_ = function disableInterval_(e) {
+ }
+ disableInterval_(e) {
if (this.player_.liveTracker && this.player_.liveTracker.isLive() && e && e.type !== 'ended') {
return;
}
-
if (!this.updateInterval) {
return;
}
-
this.clearInterval(this.updateInterval);
this.updateInterval = null;
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
- ;
-
- _proto.createEl = function createEl() {
- return _Slider.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-progress-holder'
}, {
'aria-label': this.localize('Progress Bar')
});
}
+
/**
* This function updates the play progress bar and accessibility
* attributes to whatever is passed in.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `timeupdate` or `ended` event that caused this to run.
*
* @listens Player#timeupdate
@@ -16216,50 +15877,39 @@
* @return {number}
* The current percent at a number from 0-1
*/
- ;
-
- _proto.update = function update(event) {
- var _this3 = this;
-
+ update(event) {
// ignore updates while the tab is hidden
if (document.visibilityState === 'hidden') {
return;
}
-
- var percent = _Slider.prototype.update.call(this);
-
- this.requestNamedAnimationFrame('SeekBar#update', function () {
- var currentTime = _this3.player_.ended() ? _this3.player_.duration() : _this3.getCurrentTime_();
- var liveTracker = _this3.player_.liveTracker;
-
- var duration = _this3.player_.duration();
-
+ const percent = super.update();
+ this.requestNamedAnimationFrame('SeekBar#update', () => {
+ const currentTime = this.player_.ended() ? this.player_.duration() : this.getCurrentTime_();
+ const liveTracker = this.player_.liveTracker;
+ let duration = this.player_.duration();
if (liveTracker && liveTracker.isLive()) {
- duration = _this3.player_.liveTracker.liveCurrentTime();
+ duration = this.player_.liveTracker.liveCurrentTime();
}
-
- if (_this3.percent_ !== percent) {
+ if (this.percent_ !== percent) {
// machine readable value of progress bar (percentage complete)
- _this3.el_.setAttribute('aria-valuenow', (percent * 100).toFixed(2));
-
- _this3.percent_ = percent;
+ this.el_.setAttribute('aria-valuenow', (percent * 100).toFixed(2));
+ this.percent_ = percent;
+ }
+ if (this.currentTime_ !== currentTime || this.duration_ !== duration) {
+ // human readable value of progress bar (time complete)
+ this.el_.setAttribute('aria-valuetext', this.localize('progress bar timing: currentTime={1} duration={2}', [formatTime(currentTime, duration), formatTime(duration, duration)], '{1} of {2}'));
+ this.currentTime_ = currentTime;
+ this.duration_ = duration;
}
- if (_this3.currentTime_ !== currentTime || _this3.duration_ !== duration) {
- // human readable value of progress bar (time complete)
- _this3.el_.setAttribute('aria-valuetext', _this3.localize('progress bar timing: currentTime={1} duration={2}', [formatTime(currentTime, duration), formatTime(duration, duration)], '{1} of {2}'));
-
- _this3.currentTime_ = currentTime;
- _this3.duration_ = duration;
- } // update the progress bar time tooltip with the current time
-
-
- if (_this3.bar) {
- _this3.bar.update(getBoundingClientRect(_this3.el()), _this3.getProgress());
+ // update the progress bar time tooltip with the current time
+ if (this.bar) {
+ this.bar.update(getBoundingClientRect(this.el()), this.getProgress());
}
});
return percent;
}
+
/**
* Prevent liveThreshold from causing seeks to seem like they
* are not happening from a user perspective.
@@ -16267,15 +15917,13 @@
* @param {number} ct
* current time to seek to
*/
- ;
-
- _proto.userSeek_ = function userSeek_(ct) {
+ userSeek_(ct) {
if (this.player_.liveTracker && this.player_.liveTracker.isLive()) {
this.player_.liveTracker.nextSeekedFromUser();
}
-
this.player_.currentTime(ct);
}
+
/**
* Get the value of current time but allows for smooth scrubbing,
* when player can't keep up.
@@ -16285,89 +15933,76 @@
*
* @private
*/
- ;
-
- _proto.getCurrentTime_ = function getCurrentTime_() {
+ getCurrentTime_() {
return this.player_.scrubbing() ? this.player_.getCache().currentTime : this.player_.currentTime();
}
+
/**
* Get the percentage of media played so far.
*
* @return {number}
* The percentage of media played so far (0 to 1).
*/
- ;
-
- _proto.getPercent = function getPercent() {
- var currentTime = this.getCurrentTime_();
- var percent;
- var liveTracker = this.player_.liveTracker;
-
+ getPercent() {
+ const currentTime = this.getCurrentTime_();
+ let percent;
+ const liveTracker = this.player_.liveTracker;
if (liveTracker && liveTracker.isLive()) {
- percent = (currentTime - liveTracker.seekableStart()) / liveTracker.liveWindow(); // prevent the percent from changing at the live edge
+ percent = (currentTime - liveTracker.seekableStart()) / liveTracker.liveWindow();
+ // prevent the percent from changing at the live edge
if (liveTracker.atLiveEdge()) {
percent = 1;
}
} else {
percent = currentTime / this.player_.duration();
}
-
return percent;
}
+
/**
* Handle mouse down on seek bar
*
- * @param {EventTarget~Event} event
+ * @param {MouseEvent} event
* The `mousedown` event that caused this to run.
*
* @listens mousedown
*/
- ;
-
- _proto.handleMouseDown = function handleMouseDown(event) {
+ handleMouseDown(event) {
if (!isSingleLeftClick(event)) {
return;
- } // Stop event propagation to prevent double fire in progress-control.js
-
+ }
+ // Stop event propagation to prevent double fire in progress-control.js
event.stopPropagation();
this.videoWasPlaying = !this.player_.paused();
this.player_.pause();
-
- _Slider.prototype.handleMouseDown.call(this, event);
+ super.handleMouseDown(event);
}
+
/**
* Handle mouse move on seek bar
*
- * @param {EventTarget~Event} event
+ * @param {MouseEvent} event
* The `mousemove` event that caused this to run.
* @param {boolean} mouseDown this is a flag that should be set to true if `handleMouseMove` is called directly. It allows us to skip things that should not happen if coming from mouse down but should happen on regular mouse move handler. Defaults to false
*
* @listens mousemove
*/
- ;
-
- _proto.handleMouseMove = function handleMouseMove(event, mouseDown) {
- if (mouseDown === void 0) {
- mouseDown = false;
- }
-
- if (!isSingleLeftClick(event)) {
+ handleMouseMove(event, mouseDown = false) {
+ if (!isSingleLeftClick(event) || isNaN(this.player_.duration())) {
return;
}
-
if (!mouseDown && !this.player_.scrubbing()) {
this.player_.scrubbing(true);
}
-
- var newTime;
- var distance = this.calculateDistance(event);
- var liveTracker = this.player_.liveTracker;
-
+ let newTime;
+ const distance = this.calculateDistance(event);
+ const liveTracker = this.player_.liveTracker;
if (!liveTracker || !liveTracker.isLive()) {
- newTime = distance * this.player_.duration(); // Don't let video end while scrubbing.
+ newTime = distance * this.player_.duration();
+ // Don't let video end while scrubbing.
if (newTime === this.player_.duration()) {
newTime = newTime - 0.1;
}
@@ -16376,89 +16011,81 @@
liveTracker.seekToLiveEdge();
return;
}
+ const seekableStart = liveTracker.seekableStart();
+ const seekableEnd = liveTracker.liveCurrentTime();
+ newTime = seekableStart + distance * liveTracker.liveWindow();
- var seekableStart = liveTracker.seekableStart();
- var seekableEnd = liveTracker.liveCurrentTime();
- newTime = seekableStart + distance * liveTracker.liveWindow(); // Don't let video end while scrubbing.
-
+ // Don't let video end while scrubbing.
if (newTime >= seekableEnd) {
newTime = seekableEnd;
- } // Compensate for precision differences so that currentTime is not less
+ }
+
+ // Compensate for precision differences so that currentTime is not less
// than seekable start
-
-
if (newTime <= seekableStart) {
newTime = seekableStart + 0.1;
- } // On android seekableEnd can be Infinity sometimes,
+ }
+
+ // On android seekableEnd can be Infinity sometimes,
// this will cause newTime to be Infinity, which is
// not a valid currentTime.
-
-
if (newTime === Infinity) {
return;
}
- } // Set new time (tell player to seek to new time)
-
+ }
+ // Set new time (tell player to seek to new time)
this.userSeek_(newTime);
- };
-
- _proto.enable = function enable() {
- _Slider.prototype.enable.call(this);
-
- var mouseTimeDisplay = this.getChild('mouseTimeDisplay');
-
+ if (this.player_.options_.enableSmoothSeeking) {
+ this.update();
+ }
+ }
+ enable() {
+ super.enable();
+ const mouseTimeDisplay = this.getChild('mouseTimeDisplay');
if (!mouseTimeDisplay) {
return;
}
-
mouseTimeDisplay.show();
- };
-
- _proto.disable = function disable() {
- _Slider.prototype.disable.call(this);
-
- var mouseTimeDisplay = this.getChild('mouseTimeDisplay');
-
+ }
+ disable() {
+ super.disable();
+ const mouseTimeDisplay = this.getChild('mouseTimeDisplay');
if (!mouseTimeDisplay) {
return;
}
-
mouseTimeDisplay.hide();
}
+
/**
* Handle mouse up on seek bar
*
- * @param {EventTarget~Event} event
+ * @param {MouseEvent} event
* The `mouseup` event that caused this to run.
*
* @listens mouseup
*/
- ;
-
- _proto.handleMouseUp = function handleMouseUp(event) {
- _Slider.prototype.handleMouseUp.call(this, event); // Stop event propagation to prevent double fire in progress-control.js
-
+ handleMouseUp(event) {
+ super.handleMouseUp(event);
+ // Stop event propagation to prevent double fire in progress-control.js
if (event) {
event.stopPropagation();
}
-
this.player_.scrubbing(false);
+
/**
* Trigger timeupdate because we're done seeking and the time has changed.
* This is particularly useful for if the player is paused to time the time displays.
*
* @event Tech#timeupdate
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.player_.trigger({
type: 'timeupdate',
target: this,
manuallyTriggered: true
});
-
if (this.videoWasPlaying) {
silencePromise(this.player_.play());
} else {
@@ -16467,39 +16094,37 @@
this.update_();
}
}
+
/**
* Move more quickly fast forward for keyboard-only users
*/
- ;
-
- _proto.stepForward = function stepForward() {
+ stepForward() {
this.userSeek_(this.player_.currentTime() + STEP_SECONDS);
}
+
/**
* Move more quickly rewind for keyboard-only users
*/
- ;
-
- _proto.stepBack = function stepBack() {
+ stepBack() {
this.userSeek_(this.player_.currentTime() - STEP_SECONDS);
}
+
/**
* Toggles the playback state of the player
* This gets called when enter or space is used on the seekbar
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The `keydown` event that caused this function to be called
*
*/
- ;
-
- _proto.handleAction = function handleAction(event) {
+ handleAction(event) {
if (this.player_.paused()) {
this.player_.play();
} else {
this.player_.pause();
}
}
+
/**
* Called when this SeekBar has focus and a key gets pressed down.
* Supports the following keys:
@@ -16511,107 +16136,98 @@
* PageDown key moves back a larger step than ArrowDown
* PageUp key moves forward a large step
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The `keydown` event that caused this function to be called.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
- var liveTracker = this.player_.liveTracker;
-
- if (keycode.isEventKey(event, 'Space') || keycode.isEventKey(event, 'Enter')) {
+ handleKeyDown(event) {
+ const liveTracker = this.player_.liveTracker;
+ if (event.key === ' ' || event.key === 'Enter') {
event.preventDefault();
event.stopPropagation();
this.handleAction(event);
- } else if (keycode.isEventKey(event, 'Home')) {
+ } else if (event.key === 'Home') {
event.preventDefault();
event.stopPropagation();
this.userSeek_(0);
- } else if (keycode.isEventKey(event, 'End')) {
+ } else if (event.key === 'End') {
event.preventDefault();
event.stopPropagation();
-
if (liveTracker && liveTracker.isLive()) {
this.userSeek_(liveTracker.liveCurrentTime());
} else {
this.userSeek_(this.player_.duration());
}
- } else if (/^[0-9]$/.test(keycode(event))) {
+ } else if (/^[0-9]$/.test(event.key)) {
event.preventDefault();
event.stopPropagation();
- var gotoFraction = (keycode.codes[keycode(event)] - keycode.codes['0']) * 10.0 / 100.0;
-
+ const gotoFraction = parseInt(event.key, 10) * 0.1;
if (liveTracker && liveTracker.isLive()) {
this.userSeek_(liveTracker.seekableStart() + liveTracker.liveWindow() * gotoFraction);
} else {
this.userSeek_(this.player_.duration() * gotoFraction);
}
- } else if (keycode.isEventKey(event, 'PgDn')) {
+ } else if (event.key === 'PageDown') {
event.preventDefault();
event.stopPropagation();
this.userSeek_(this.player_.currentTime() - STEP_SECONDS * PAGE_KEY_MULTIPLIER);
- } else if (keycode.isEventKey(event, 'PgUp')) {
+ } else if (event.key === 'PageUp') {
event.preventDefault();
event.stopPropagation();
this.userSeek_(this.player_.currentTime() + STEP_SECONDS * PAGE_KEY_MULTIPLIER);
} else {
// Pass keydown handling up for unsupported keys
- _Slider.prototype.handleKeyDown.call(this, event);
+ super.handleKeyDown(event);
}
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
this.disableInterval_();
- this.off(this.player_, ['ended', 'durationchange', 'timeupdate'], this.update);
-
+ this.off(this.player_, ['durationchange', 'timeupdate'], this.update);
+ this.off(this.player_, ['ended'], this.update_);
if (this.player_.liveTracker) {
this.off(this.player_.liveTracker, 'liveedgechange', this.update);
}
-
this.off(this.player_, ['playing'], this.enableIntervalHandler_);
- this.off(this.player_, ['ended', 'pause', 'waiting'], this.disableIntervalHandler_); // we don't need to update the play progress if the document is hidden,
- // also, this causes the CPU to spike and eventually crash the page on IE11.
+ this.off(this.player_, ['ended', 'pause', 'waiting'], this.disableIntervalHandler_);
+ // we don't need to update the play progress if the document is hidden,
+ // also, this causes the CPU to spike and eventually crash the page on IE11.
if ('hidden' in document && 'visibilityState' in document) {
this.off(document, 'visibilitychange', this.toggleVisibility_);
}
+ super.dispose();
+ }
+ }
- _Slider.prototype.dispose.call(this);
- };
-
- return SeekBar;
- }(Slider);
/**
* Default options for the `SeekBar`
*
* @type {Object}
* @private
*/
-
-
SeekBar.prototype.options_ = {
children: ['loadProgressBar', 'playProgressBar'],
barName: 'playProgressBar'
- }; // MouseTimeDisplay tooltips should not be added to a player on mobile devices
+ };
+ // MouseTimeDisplay tooltips should not be added to a player on mobile devices
if (!IS_IOS && !IS_ANDROID) {
SeekBar.prototype.options_.children.splice(1, 0, 'mouseTimeDisplay');
}
-
Component$1.registerComponent('SeekBar', SeekBar);
+ /**
+ * @file progress-control.js
+ */
+
/**
* The Progress Control component contains the seek bar, load progress,
* and play progress.
*
* @extends Component
*/
-
- var ProgressControl = /*#__PURE__*/function (_Component) {
- inheritsLoose(ProgressControl, _Component);
-
+ class ProgressControl extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -16621,86 +16237,67 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function ProgressControl(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
- _this.handleMouseMove = throttle(bind(assertThisInitialized(_this), _this.handleMouseMove), UPDATE_REFRESH_INTERVAL);
- _this.throttledHandleMouseSeek = throttle(bind(assertThisInitialized(_this), _this.handleMouseSeek), UPDATE_REFRESH_INTERVAL);
-
- _this.handleMouseUpHandler_ = function (e) {
- return _this.handleMouseUp(e);
- };
-
- _this.handleMouseDownHandler_ = function (e) {
- return _this.handleMouseDown(e);
- };
-
- _this.enable();
-
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.handleMouseMove = throttle(bind_(this, this.handleMouseMove), UPDATE_REFRESH_INTERVAL);
+ this.throttledHandleMouseSeek = throttle(bind_(this, this.handleMouseSeek), UPDATE_REFRESH_INTERVAL);
+ this.handleMouseUpHandler_ = e => this.handleMouseUp(e);
+ this.handleMouseDownHandler_ = e => this.handleMouseDown(e);
+ this.enable();
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = ProgressControl.prototype;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-progress-control vjs-control'
});
}
+
/**
* When the mouse moves over the `ProgressControl`, the pointer position
* gets passed down to the `MouseTimeDisplay` component.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `mousemove` event that caused this function to run.
*
* @listen mousemove
*/
- ;
-
- _proto.handleMouseMove = function handleMouseMove(event) {
- var seekBar = this.getChild('seekBar');
-
+ handleMouseMove(event) {
+ const seekBar = this.getChild('seekBar');
if (!seekBar) {
return;
}
-
- var playProgressBar = seekBar.getChild('playProgressBar');
- var mouseTimeDisplay = seekBar.getChild('mouseTimeDisplay');
-
+ const playProgressBar = seekBar.getChild('playProgressBar');
+ const mouseTimeDisplay = seekBar.getChild('mouseTimeDisplay');
if (!playProgressBar && !mouseTimeDisplay) {
return;
}
+ const seekBarEl = seekBar.el();
+ const seekBarRect = findPosition(seekBarEl);
+ let seekBarPoint = getPointerPosition(seekBarEl, event).x;
- var seekBarEl = seekBar.el();
- var seekBarRect = findPosition(seekBarEl);
- var seekBarPoint = getPointerPosition(seekBarEl, event).x; // The default skin has a gap on either side of the `SeekBar`. This means
+ // The default skin has a gap on either side of the `SeekBar`. This means
// that it's possible to trigger this behavior outside the boundaries of
// the `SeekBar`. This ensures we stay within it at all times.
-
seekBarPoint = clamp(seekBarPoint, 0, 1);
-
if (mouseTimeDisplay) {
mouseTimeDisplay.update(seekBarRect, seekBarPoint);
}
-
if (playProgressBar) {
playProgressBar.update(seekBarRect, seekBar.getProgress());
}
}
+
/**
* A throttled version of the {@link ProgressControl#handleMouseSeek} listener.
*
* @method ProgressControl#throttledHandleMouseSeek
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `mousemove` event that caused this function to run.
*
* @listen mousemove
@@ -16710,161 +16307,140 @@
/**
* Handle `mousemove` or `touchmove` events on the `ProgressControl`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* `mousedown` or `touchstart` event that triggered this function
*
* @listens mousemove
* @listens touchmove
*/
- ;
-
- _proto.handleMouseSeek = function handleMouseSeek(event) {
- var seekBar = this.getChild('seekBar');
-
+ handleMouseSeek(event) {
+ const seekBar = this.getChild('seekBar');
if (seekBar) {
seekBar.handleMouseMove(event);
}
}
+
/**
* Are controls are currently enabled for this progress control.
*
* @return {boolean}
* true if controls are enabled, false otherwise
*/
- ;
-
- _proto.enabled = function enabled() {
+ enabled() {
return this.enabled_;
}
+
/**
* Disable all controls on the progress control and its children
*/
- ;
-
- _proto.disable = function disable() {
- this.children().forEach(function (child) {
- return child.disable && child.disable();
- });
-
+ disable() {
+ this.children().forEach(child => child.disable && child.disable());
if (!this.enabled()) {
return;
}
-
this.off(['mousedown', 'touchstart'], this.handleMouseDownHandler_);
this.off(this.el_, 'mousemove', this.handleMouseMove);
this.removeListenersAddedOnMousedownAndTouchstart();
this.addClass('disabled');
- this.enabled_ = false; // Restore normal playback state if controls are disabled while scrubbing
+ this.enabled_ = false;
+ // Restore normal playback state if controls are disabled while scrubbing
if (this.player_.scrubbing()) {
- var seekBar = this.getChild('seekBar');
+ const seekBar = this.getChild('seekBar');
this.player_.scrubbing(false);
-
if (seekBar.videoWasPlaying) {
silencePromise(this.player_.play());
}
}
}
+
/**
* Enable all controls on the progress control and its children
*/
- ;
-
- _proto.enable = function enable() {
- this.children().forEach(function (child) {
- return child.enable && child.enable();
- });
-
+ enable() {
+ this.children().forEach(child => child.enable && child.enable());
if (this.enabled()) {
return;
}
-
this.on(['mousedown', 'touchstart'], this.handleMouseDownHandler_);
this.on(this.el_, 'mousemove', this.handleMouseMove);
this.removeClass('disabled');
this.enabled_ = true;
}
+
/**
* Cleanup listeners after the user finishes interacting with the progress controls
*/
- ;
-
- _proto.removeListenersAddedOnMousedownAndTouchstart = function removeListenersAddedOnMousedownAndTouchstart() {
- var doc = this.el_.ownerDocument;
+ removeListenersAddedOnMousedownAndTouchstart() {
+ const doc = this.el_.ownerDocument;
this.off(doc, 'mousemove', this.throttledHandleMouseSeek);
this.off(doc, 'touchmove', this.throttledHandleMouseSeek);
this.off(doc, 'mouseup', this.handleMouseUpHandler_);
this.off(doc, 'touchend', this.handleMouseUpHandler_);
}
+
/**
* Handle `mousedown` or `touchstart` events on the `ProgressControl`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* `mousedown` or `touchstart` event that triggered this function
*
* @listens mousedown
* @listens touchstart
*/
- ;
-
- _proto.handleMouseDown = function handleMouseDown(event) {
- var doc = this.el_.ownerDocument;
- var seekBar = this.getChild('seekBar');
-
+ handleMouseDown(event) {
+ const doc = this.el_.ownerDocument;
+ const seekBar = this.getChild('seekBar');
if (seekBar) {
seekBar.handleMouseDown(event);
}
-
this.on(doc, 'mousemove', this.throttledHandleMouseSeek);
this.on(doc, 'touchmove', this.throttledHandleMouseSeek);
this.on(doc, 'mouseup', this.handleMouseUpHandler_);
this.on(doc, 'touchend', this.handleMouseUpHandler_);
}
+
/**
* Handle `mouseup` or `touchend` events on the `ProgressControl`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* `mouseup` or `touchend` event that triggered this function.
*
* @listens touchend
* @listens mouseup
*/
- ;
-
- _proto.handleMouseUp = function handleMouseUp(event) {
- var seekBar = this.getChild('seekBar');
-
+ handleMouseUp(event) {
+ const seekBar = this.getChild('seekBar');
if (seekBar) {
seekBar.handleMouseUp(event);
}
-
this.removeListenersAddedOnMousedownAndTouchstart();
- };
+ }
+ }
- return ProgressControl;
- }(Component$1);
/**
* Default options for `ProgressControl`
*
* @type {Object}
* @private
*/
-
-
ProgressControl.prototype.options_ = {
children: ['seekBar']
};
Component$1.registerComponent('ProgressControl', ProgressControl);
+ /**
+ * @file picture-in-picture-toggle.js
+ */
+
+ /** @import Player from './player' */
+
/**
* Toggle Picture-in-Picture mode
*
* @extends Button
*/
-
- var PictureInPictureToggle = /*#__PURE__*/function (_Button) {
- inheritsLoose(PictureInPictureToggle, _Button);
-
+ class PictureInPictureToggle extends Button {
/**
* Creates an instance of this class.
*
@@ -16877,129 +16453,136 @@
* @listens Player#enterpictureinpicture
* @listens Player#leavepictureinpicture
*/
- function PictureInPictureToggle(player, options) {
- var _this;
+ constructor(player, options) {
+ super(player, options);
+ this.setIcon('picture-in-picture-enter');
+ this.on(player, ['enterpictureinpicture', 'leavepictureinpicture'], e => this.handlePictureInPictureChange(e));
+ this.on(player, ['disablepictureinpicturechanged', 'loadedmetadata'], e => this.handlePictureInPictureEnabledChange(e));
+ this.on(player, ['loadedmetadata', 'audioonlymodechange', 'audiopostermodechange'], () => this.handlePictureInPictureAudioModeChange());
- _this = _Button.call(this, player, options) || this;
-
- _this.on(player, ['enterpictureinpicture', 'leavepictureinpicture'], function (e) {
- return _this.handlePictureInPictureChange(e);
- });
-
- _this.on(player, ['disablepictureinpicturechanged', 'loadedmetadata'], function (e) {
- return _this.handlePictureInPictureEnabledChange(e);
- });
-
- _this.on(player, ['loadedmetadata', 'audioonlymodechange', 'audiopostermodechange'], function () {
- // This audio detection will not detect HLS or DASH audio-only streams because there was no reliable way to detect them at the time
- var isSourceAudio = player.currentType().substring(0, 5) === 'audio';
-
- if (isSourceAudio || player.audioPosterMode() || player.audioOnlyMode()) {
- if (player.isInPictureInPicture()) {
- player.exitPictureInPicture();
- }
-
- _this.hide();
- } else {
- _this.show();
- }
- }); // TODO: Deactivate button on player emptied event.
-
-
- _this.disable();
-
- return _this;
+ // TODO: Deactivate button on player emptied event.
+ this.disable();
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = PictureInPictureToggle.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-picture-in-picture-control " + _Button.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-picture-in-picture-control vjs-hidden ${super.buildCSSClass()}`;
}
- /**
- * Enables or disables button based on document.pictureInPictureEnabled property value
- * or on value returned by player.disablePictureInPicture() method.
- */
- ;
- _proto.handlePictureInPictureEnabledChange = function handlePictureInPictureEnabledChange() {
- if (document.pictureInPictureEnabled && this.player_.disablePictureInPicture() === false) {
+ /**
+ * Displays or hides the button depending on the audio mode detection.
+ * Exits picture-in-picture if it is enabled when switching to audio mode.
+ */
+ handlePictureInPictureAudioModeChange() {
+ // This audio detection will not detect HLS or DASH audio-only streams because there was no reliable way to detect them at the time
+ const isSourceAudio = this.player_.currentType().substring(0, 5) === 'audio';
+ const isAudioMode = isSourceAudio || this.player_.audioPosterMode() || this.player_.audioOnlyMode();
+ if (!isAudioMode) {
+ this.show();
+ return;
+ }
+ if (this.player_.isInPictureInPicture()) {
+ this.player_.exitPictureInPicture();
+ }
+ this.hide();
+ }
+
+ /**
+ * Enables or disables button based on availability of a Picture-In-Picture mode.
+ *
+ * Enabled if
+ * - `player.options().enableDocumentPictureInPicture` is true and
+ * window.documentPictureInPicture is available; or
+ * - `player.disablePictureInPicture()` is false and
+ * element.requestPictureInPicture is available
+ */
+ handlePictureInPictureEnabledChange() {
+ if (document.pictureInPictureEnabled && this.player_.disablePictureInPicture() === false || this.player_.options_.enableDocumentPictureInPicture && 'documentPictureInPicture' in window) {
this.enable();
} else {
this.disable();
}
}
+
/**
* Handles enterpictureinpicture and leavepictureinpicture on the player and change control text accordingly.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The {@link Player#enterpictureinpicture} or {@link Player#leavepictureinpicture} event that caused this function to be
* called.
*
* @listens Player#enterpictureinpicture
* @listens Player#leavepictureinpicture
*/
- ;
-
- _proto.handlePictureInPictureChange = function handlePictureInPictureChange(event) {
+ handlePictureInPictureChange(event) {
if (this.player_.isInPictureInPicture()) {
+ this.setIcon('picture-in-picture-exit');
this.controlText('Exit Picture-in-Picture');
} else {
+ this.setIcon('picture-in-picture-enter');
this.controlText('Picture-in-Picture');
}
-
this.handlePictureInPictureEnabledChange();
}
+
/**
* This gets called when an `PictureInPictureToggle` is "clicked". See
* {@link ClickableComponent} for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
if (!this.player_.isInPictureInPicture()) {
this.player_.requestPictureInPicture();
} else {
this.player_.exitPictureInPicture();
}
- };
+ }
+
+ /**
+ * Show the `Component`s element if it is hidden by removing the
+ * 'vjs-hidden' class name from it only in browsers that support the Picture-in-Picture API.
+ */
+ show() {
+ // Does not allow to display the pictureInPictureToggle in browsers that do not support the Picture-in-Picture API, e.g. Firefox.
+ if (typeof document.exitPictureInPicture !== 'function') {
+ return;
+ }
+ super.show();
+ }
+ }
- return PictureInPictureToggle;
- }(Button);
/**
* The text that should display over the `PictureInPictureToggle`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
-
PictureInPictureToggle.prototype.controlText_ = 'Picture-in-Picture';
Component$1.registerComponent('PictureInPictureToggle', PictureInPictureToggle);
+ /**
+ * @file fullscreen-toggle.js
+ */
+
+ /** @import Player from './player' */
+
/**
* Toggle fullscreen video
*
* @extends Button
*/
-
- var FullscreenToggle = /*#__PURE__*/function (_Button) {
- inheritsLoose(FullscreenToggle, _Button);
-
+ class FullscreenToggle extends Button {
/**
* Creates an instance of this class.
*
@@ -17009,86 +16592,76 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function FullscreenToggle(player, options) {
- var _this;
-
- _this = _Button.call(this, player, options) || this;
-
- _this.on(player, 'fullscreenchange', function (e) {
- return _this.handleFullscreenChange(e);
- });
-
+ constructor(player, options) {
+ super(player, options);
+ this.setIcon('fullscreen-enter');
+ this.on(player, 'fullscreenchange', e => this.handleFullscreenChange(e));
if (document[player.fsApi_.fullscreenEnabled] === false) {
- _this.disable();
+ this.disable();
}
-
- return _this;
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = FullscreenToggle.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-fullscreen-control " + _Button.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-fullscreen-control ${super.buildCSSClass()}`;
}
+
/**
* Handles fullscreenchange on the player and change control text accordingly.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The {@link Player#fullscreenchange} event that caused this function to be
* called.
*
* @listens Player#fullscreenchange
*/
- ;
-
- _proto.handleFullscreenChange = function handleFullscreenChange(event) {
+ handleFullscreenChange(event) {
if (this.player_.isFullscreen()) {
- this.controlText('Non-Fullscreen');
+ this.controlText('Exit Fullscreen');
+ this.setIcon('fullscreen-exit');
} else {
this.controlText('Fullscreen');
+ this.setIcon('fullscreen-enter');
}
}
+
/**
* This gets called when an `FullscreenToggle` is "clicked". See
* {@link ClickableComponent} for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
if (!this.player_.isFullscreen()) {
this.player_.requestFullscreen();
} else {
this.player_.exitFullscreen();
}
- };
+ }
+ }
- return FullscreenToggle;
- }(Button);
/**
* The text that should display over the `FullscreenToggle`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
-
FullscreenToggle.prototype.controlText_ = 'Fullscreen';
Component$1.registerComponent('FullscreenToggle', FullscreenToggle);
+ /** @import Component from '../../component' */
+ /** @import Player from '../../player' */
+
/**
* Check if volume control is supported and if it isn't hide the
* `Component` that was passed using the `vjs-hidden` class.
@@ -17101,12 +16674,11 @@
*
* @private
*/
- var checkVolumeSupport = function checkVolumeSupport(self, player) {
+ const checkVolumeSupport = function (self, player) {
// hide volume controls when they're not supported by the current tech
if (player.tech_ && !player.tech_.featuresVolumeControl) {
self.addClass('vjs-hidden');
}
-
self.on(player, 'loadstart', function () {
if (!player.tech_.featuresVolumeControl) {
self.addClass('vjs-hidden');
@@ -17116,52 +16688,47 @@
});
};
+ /**
+ * @file volume-level.js
+ */
+
/**
* Shows volume level
*
* @extends Component
*/
-
- var VolumeLevel = /*#__PURE__*/function (_Component) {
- inheritsLoose(VolumeLevel, _Component);
-
- function VolumeLevel() {
- return _Component.apply(this, arguments) || this;
- }
-
- var _proto = VolumeLevel.prototype;
-
+ class VolumeLevel extends Component$1 {
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
- _proto.createEl = function createEl() {
- var el = _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ const el = super.createEl('div', {
className: 'vjs-volume-level'
});
-
- el.appendChild(_Component.prototype.createEl.call(this, 'span', {
+ this.setIcon('circle', el);
+ el.appendChild(super.createEl('span', {
className: 'vjs-control-text'
}));
return el;
- };
-
- return VolumeLevel;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('VolumeLevel', VolumeLevel);
+ /**
+ * @file volume-level-tooltip.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* Volume level tooltips display a volume above or side by side the volume bar.
*
* @extends Component
*/
-
- var VolumeLevelTooltip = /*#__PURE__*/function (_Component) {
- inheritsLoose(VolumeLevelTooltip, _Component);
-
+ class VolumeLevelTooltip extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -17171,30 +16738,25 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function VolumeLevelTooltip(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
- _this.update = throttle(bind(assertThisInitialized(_this), _this.update), UPDATE_REFRESH_INTERVAL);
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.update = throttle(bind_(this, this.update), UPDATE_REFRESH_INTERVAL);
}
+
/**
* Create the volume tooltip DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = VolumeLevelTooltip.prototype;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-volume-tooltip'
}, {
'aria-hidden': 'true'
});
}
+
/**
* Updates the position of the tooltip relative to the `VolumeBar` and
* its content text.
@@ -17211,50 +16773,42 @@
* in the control bar{@link VolumeControl}
*
*/
- ;
-
- _proto.update = function update(rangeBarRect, rangeBarPoint, vertical, content) {
+ update(rangeBarRect, rangeBarPoint, vertical, content) {
if (!vertical) {
- var tooltipRect = getBoundingClientRect(this.el_);
- var playerRect = getBoundingClientRect(this.player_.el());
- var volumeBarPointPx = rangeBarRect.width * rangeBarPoint;
-
+ const tooltipRect = getBoundingClientRect(this.el_);
+ const playerRect = getBoundingClientRect(this.player_.el());
+ const volumeBarPointPx = rangeBarRect.width * rangeBarPoint;
if (!playerRect || !tooltipRect) {
return;
}
-
- var spaceLeftOfPoint = rangeBarRect.left - playerRect.left + volumeBarPointPx;
- var spaceRightOfPoint = rangeBarRect.width - volumeBarPointPx + (playerRect.right - rangeBarRect.right);
- var pullTooltipBy = tooltipRect.width / 2;
-
+ const spaceLeftOfPoint = rangeBarRect.left - playerRect.left + volumeBarPointPx;
+ const spaceRightOfPoint = rangeBarRect.width - volumeBarPointPx + (playerRect.right - rangeBarRect.right);
+ let pullTooltipBy = tooltipRect.width / 2;
if (spaceLeftOfPoint < pullTooltipBy) {
pullTooltipBy += pullTooltipBy - spaceLeftOfPoint;
} else if (spaceRightOfPoint < pullTooltipBy) {
pullTooltipBy = spaceRightOfPoint;
}
-
if (pullTooltipBy < 0) {
pullTooltipBy = 0;
} else if (pullTooltipBy > tooltipRect.width) {
pullTooltipBy = tooltipRect.width;
}
-
- this.el_.style.right = "-" + pullTooltipBy + "px";
+ this.el_.style.right = `-${pullTooltipBy}px`;
}
-
- this.write(content + "%");
+ this.write(`${content}%`);
}
+
/**
* Write the volume to the tooltip DOM element.
*
* @param {string} content
* The formatted volume for the tooltip.
*/
- ;
-
- _proto.write = function write(content) {
+ write(content) {
textContent(this.el_, content);
}
+
/**
* Updates the position of the volume tooltip relative to the `VolumeBar`.
*
@@ -17276,25 +16830,21 @@
* A function that will be called during the request animation frame
* for tooltips that need to do additional animations from the default
*/
- ;
-
- _proto.updateVolume = function updateVolume(rangeBarRect, rangeBarPoint, vertical, volume, cb) {
- var _this2 = this;
-
- this.requestNamedAnimationFrame('VolumeLevelTooltip#updateVolume', function () {
- _this2.update(rangeBarRect, rangeBarPoint, vertical, volume.toFixed(0));
-
+ updateVolume(rangeBarRect, rangeBarPoint, vertical, volume, cb) {
+ this.requestNamedAnimationFrame('VolumeLevelTooltip#updateVolume', () => {
+ this.update(rangeBarRect, rangeBarPoint, vertical, volume.toFixed(0));
if (cb) {
cb();
}
});
- };
-
- return VolumeLevelTooltip;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('VolumeLevelTooltip', VolumeLevelTooltip);
+ /**
+ * @file mouse-volume-level-display.js
+ */
+
/**
* The {@link MouseVolumeLevelDisplay} component tracks mouse movement over the
* {@link VolumeControl}. It displays an indicator and a {@link VolumeLevelTooltip}
@@ -17303,10 +16853,7 @@
*
* @extends Component
*/
-
- var MouseVolumeLevelDisplay = /*#__PURE__*/function (_Component) {
- inheritsLoose(MouseVolumeLevelDisplay, _Component);
-
+ class MouseVolumeLevelDisplay extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -17316,28 +16863,23 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function MouseVolumeLevelDisplay(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
- _this.update = throttle(bind(assertThisInitialized(_this), _this.update), UPDATE_REFRESH_INTERVAL);
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.update = throttle(bind_(this, this.update), UPDATE_REFRESH_INTERVAL);
}
+
/**
* Create the DOM element for this class.
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = MouseVolumeLevelDisplay.prototype;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-mouse-display'
});
}
+
/**
* Enquires updates to its own DOM as well as the DOM of its
* {@link VolumeLevelTooltip} child.
@@ -17354,45 +16896,39 @@
* in the control bar{@link VolumeControl}
*
*/
- ;
-
- _proto.update = function update(rangeBarRect, rangeBarPoint, vertical) {
- var _this2 = this;
-
- var volume = 100 * rangeBarPoint;
- this.getChild('volumeLevelTooltip').updateVolume(rangeBarRect, rangeBarPoint, vertical, volume, function () {
+ update(rangeBarRect, rangeBarPoint, vertical) {
+ const volume = 100 * rangeBarPoint;
+ this.getChild('volumeLevelTooltip').updateVolume(rangeBarRect, rangeBarPoint, vertical, volume, () => {
if (vertical) {
- _this2.el_.style.bottom = rangeBarRect.height * rangeBarPoint + "px";
+ this.el_.style.bottom = `${rangeBarRect.height * rangeBarPoint}px`;
} else {
- _this2.el_.style.left = rangeBarRect.width * rangeBarPoint + "px";
+ this.el_.style.left = `${rangeBarRect.width * rangeBarPoint}px`;
}
});
- };
+ }
+ }
- return MouseVolumeLevelDisplay;
- }(Component$1);
/**
* Default options for `MouseVolumeLevelDisplay`
*
* @type {Object}
* @private
*/
-
-
MouseVolumeLevelDisplay.prototype.options_ = {
children: ['volumeLevelTooltip']
};
Component$1.registerComponent('MouseVolumeLevelDisplay', MouseVolumeLevelDisplay);
+ /**
+ * @file volume-bar.js
+ */
+
/**
* The bar that contains the volume level and can be clicked on to adjust the level
*
* @extends Slider
*/
-
- var VolumeBar = /*#__PURE__*/function (_Slider) {
- inheritsLoose(VolumeBar, _Slider);
-
+ class VolumeBar extends Slider {
/**
* Creates an instance of this class.
*
@@ -17402,160 +16938,133 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function VolumeBar(player, options) {
- var _this;
-
- _this = _Slider.call(this, player, options) || this;
-
- _this.on('slideractive', function (e) {
- return _this.updateLastVolume_(e);
- });
-
- _this.on(player, 'volumechange', function (e) {
- return _this.updateARIAAttributes(e);
- });
-
- player.ready(function () {
- return _this.updateARIAAttributes();
- });
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.on('slideractive', e => this.updateLastVolume_(e));
+ this.on(player, 'volumechange', e => this.updateARIAAttributes(e));
+ player.ready(() => this.updateARIAAttributes());
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = VolumeBar.prototype;
-
- _proto.createEl = function createEl() {
- return _Slider.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-volume-bar vjs-slider-bar'
}, {
'aria-label': this.localize('Volume Level'),
'aria-live': 'polite'
});
}
+
/**
* Handle mouse down on volume bar
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `mousedown` event that caused this to run.
*
* @listens mousedown
*/
- ;
-
- _proto.handleMouseDown = function handleMouseDown(event) {
+ handleMouseDown(event) {
if (!isSingleLeftClick(event)) {
return;
}
-
- _Slider.prototype.handleMouseDown.call(this, event);
+ super.handleMouseDown(event);
}
+
/**
* Handle movement events on the {@link VolumeMenuButton}.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The event that caused this function to run.
*
* @listens mousemove
*/
- ;
-
- _proto.handleMouseMove = function handleMouseMove(event) {
- var mouseVolumeLevelDisplay = this.getChild('mouseVolumeLevelDisplay');
-
+ handleMouseMove(event) {
+ const mouseVolumeLevelDisplay = this.getChild('mouseVolumeLevelDisplay');
if (mouseVolumeLevelDisplay) {
- var volumeBarEl = this.el();
- var volumeBarRect = getBoundingClientRect(volumeBarEl);
- var vertical = this.vertical();
- var volumeBarPoint = getPointerPosition(volumeBarEl, event);
- volumeBarPoint = vertical ? volumeBarPoint.y : volumeBarPoint.x; // The default skin has a gap on either side of the `VolumeBar`. This means
+ const volumeBarEl = this.el();
+ const volumeBarRect = getBoundingClientRect(volumeBarEl);
+ const vertical = this.vertical();
+ let volumeBarPoint = getPointerPosition(volumeBarEl, event);
+ volumeBarPoint = vertical ? volumeBarPoint.y : volumeBarPoint.x;
+ // The default skin has a gap on either side of the `VolumeBar`. This means
// that it's possible to trigger this behavior outside the boundaries of
// the `VolumeBar`. This ensures we stay within it at all times.
-
volumeBarPoint = clamp(volumeBarPoint, 0, 1);
mouseVolumeLevelDisplay.update(volumeBarRect, volumeBarPoint, vertical);
}
-
if (!isSingleLeftClick(event)) {
return;
}
-
this.checkMuted();
this.player_.volume(this.calculateDistance(event));
}
+
/**
* If the player is muted unmute it.
*/
- ;
-
- _proto.checkMuted = function checkMuted() {
+ checkMuted() {
if (this.player_.muted()) {
this.player_.muted(false);
}
}
+
/**
* Get percent of volume level
*
* @return {number}
* Volume level percent as a decimal number.
*/
- ;
-
- _proto.getPercent = function getPercent() {
+ getPercent() {
if (this.player_.muted()) {
return 0;
}
-
return this.player_.volume();
}
+
/**
* Increase volume level for keyboard users
*/
- ;
-
- _proto.stepForward = function stepForward() {
+ stepForward() {
this.checkMuted();
this.player_.volume(this.player_.volume() + 0.1);
}
+
/**
* Decrease volume level for keyboard users
*/
- ;
-
- _proto.stepBack = function stepBack() {
+ stepBack() {
this.checkMuted();
this.player_.volume(this.player_.volume() - 0.1);
}
+
/**
* Update ARIA accessibility attributes
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `volumechange` event that caused this function to run.
*
* @listens Player#volumechange
*/
- ;
-
- _proto.updateARIAAttributes = function updateARIAAttributes(event) {
- var ariaValue = this.player_.muted() ? 0 : this.volumeAsPercentage_();
+ updateARIAAttributes(event) {
+ const ariaValue = this.player_.muted() ? 0 : this.volumeAsPercentage_();
this.el_.setAttribute('aria-valuenow', ariaValue);
this.el_.setAttribute('aria-valuetext', ariaValue + '%');
}
+
/**
* Returns the current value of the player volume as a percentage
*
* @private
*/
- ;
-
- _proto.volumeAsPercentage_ = function volumeAsPercentage_() {
+ volumeAsPercentage_() {
return Math.round(this.player_.volume() * 100);
}
+
/**
* When user starts dragging the VolumeBar, store the volume and listen for
* the end of the drag. When the drag ends, if the volume was set to zero,
@@ -17564,56 +17073,50 @@
* @listens slideractive
* @private
*/
- ;
-
- _proto.updateLastVolume_ = function updateLastVolume_() {
- var _this2 = this;
-
- var volumeBeforeDrag = this.player_.volume();
- this.one('sliderinactive', function () {
- if (_this2.player_.volume() === 0) {
- _this2.player_.lastVolume_(volumeBeforeDrag);
+ updateLastVolume_() {
+ const volumeBeforeDrag = this.player_.volume();
+ this.one('sliderinactive', () => {
+ if (this.player_.volume() === 0) {
+ this.player_.lastVolume_(volumeBeforeDrag);
}
});
- };
+ }
+ }
- return VolumeBar;
- }(Slider);
/**
* Default options for the `VolumeBar`
*
* @type {Object}
* @private
*/
-
-
VolumeBar.prototype.options_ = {
children: ['volumeLevel'],
barName: 'volumeLevel'
- }; // MouseVolumeLevelDisplay tooltip should not be added to a player on mobile devices
+ };
+ // MouseVolumeLevelDisplay tooltip should not be added to a player on mobile devices
if (!IS_IOS && !IS_ANDROID) {
VolumeBar.prototype.options_.children.splice(0, 0, 'mouseVolumeLevelDisplay');
}
+
/**
* Call the update event for this Slider when this event happens on the player.
*
* @type {string}
*/
-
-
VolumeBar.prototype.playerEvent = 'volumechange';
Component$1.registerComponent('VolumeBar', VolumeBar);
+ /**
+ * @file volume-control.js
+ */
+
/**
* The component for controlling the volume level
*
* @extends Component
*/
-
- var VolumeControl = /*#__PURE__*/function (_Component) {
- inheritsLoose(VolumeControl, _Component);
-
+ class VolumeControl extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -17623,149 +17126,117 @@
* @param {Object} [options={}]
* The key/value store of player options.
*/
- function VolumeControl(player, options) {
- var _this;
+ constructor(player, options = {}) {
+ options.vertical = options.vertical || false;
- if (options === void 0) {
- options = {};
- }
-
- options.vertical = options.vertical || false; // Pass the vertical option down to the VolumeBar if
+ // Pass the vertical option down to the VolumeBar if
// the VolumeBar is turned on.
-
if (typeof options.volumeBar === 'undefined' || isPlain(options.volumeBar)) {
options.volumeBar = options.volumeBar || {};
options.volumeBar.vertical = options.vertical;
}
+ super(player, options);
- _this = _Component.call(this, player, options) || this; // hide this control if volume support is missing
+ // hide this control if volume support is missing
+ checkVolumeSupport(this, player);
+ this.throttledHandleMouseMove = throttle(bind_(this, this.handleMouseMove), UPDATE_REFRESH_INTERVAL);
+ this.handleMouseUpHandler_ = e => this.handleMouseUp(e);
+ this.on('mousedown', e => this.handleMouseDown(e));
+ this.on('touchstart', e => this.handleMouseDown(e));
+ this.on('mousemove', e => this.handleMouseMove(e));
- checkVolumeSupport(assertThisInitialized(_this), player);
- _this.throttledHandleMouseMove = throttle(bind(assertThisInitialized(_this), _this.handleMouseMove), UPDATE_REFRESH_INTERVAL);
-
- _this.handleMouseUpHandler_ = function (e) {
- return _this.handleMouseUp(e);
- };
-
- _this.on('mousedown', function (e) {
- return _this.handleMouseDown(e);
- });
-
- _this.on('touchstart', function (e) {
- return _this.handleMouseDown(e);
- });
-
- _this.on('mousemove', function (e) {
- return _this.handleMouseMove(e);
- }); // while the slider is active (the mouse has been pressed down and
+ // while the slider is active (the mouse has been pressed down and
// is dragging) or in focus we do not want to hide the VolumeBar
-
-
- _this.on(_this.volumeBar, ['focus', 'slideractive'], function () {
- _this.volumeBar.addClass('vjs-slider-active');
-
- _this.addClass('vjs-slider-active');
-
- _this.trigger('slideractive');
+ this.on(this.volumeBar, ['focus', 'slideractive'], () => {
+ this.volumeBar.addClass('vjs-slider-active');
+ this.addClass('vjs-slider-active');
+ this.trigger('slideractive');
});
-
- _this.on(_this.volumeBar, ['blur', 'sliderinactive'], function () {
- _this.volumeBar.removeClass('vjs-slider-active');
-
- _this.removeClass('vjs-slider-active');
-
- _this.trigger('sliderinactive');
+ this.on(this.volumeBar, ['blur', 'sliderinactive'], () => {
+ this.volumeBar.removeClass('vjs-slider-active');
+ this.removeClass('vjs-slider-active');
+ this.trigger('sliderinactive');
});
-
- return _this;
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = VolumeControl.prototype;
-
- _proto.createEl = function createEl() {
- var orientationClass = 'vjs-volume-horizontal';
-
+ createEl() {
+ let orientationClass = 'vjs-volume-horizontal';
if (this.options_.vertical) {
orientationClass = 'vjs-volume-vertical';
}
-
- return _Component.prototype.createEl.call(this, 'div', {
- className: "vjs-volume-control vjs-control " + orientationClass
+ return super.createEl('div', {
+ className: `vjs-volume-control vjs-control ${orientationClass}`
});
}
+
/**
* Handle `mousedown` or `touchstart` events on the `VolumeControl`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* `mousedown` or `touchstart` event that triggered this function
*
* @listens mousedown
* @listens touchstart
*/
- ;
-
- _proto.handleMouseDown = function handleMouseDown(event) {
- var doc = this.el_.ownerDocument;
+ handleMouseDown(event) {
+ const doc = this.el_.ownerDocument;
this.on(doc, 'mousemove', this.throttledHandleMouseMove);
this.on(doc, 'touchmove', this.throttledHandleMouseMove);
this.on(doc, 'mouseup', this.handleMouseUpHandler_);
this.on(doc, 'touchend', this.handleMouseUpHandler_);
}
+
/**
* Handle `mouseup` or `touchend` events on the `VolumeControl`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* `mouseup` or `touchend` event that triggered this function.
*
* @listens touchend
* @listens mouseup
*/
- ;
-
- _proto.handleMouseUp = function handleMouseUp(event) {
- var doc = this.el_.ownerDocument;
+ handleMouseUp(event) {
+ const doc = this.el_.ownerDocument;
this.off(doc, 'mousemove', this.throttledHandleMouseMove);
this.off(doc, 'touchmove', this.throttledHandleMouseMove);
this.off(doc, 'mouseup', this.handleMouseUpHandler_);
this.off(doc, 'touchend', this.handleMouseUpHandler_);
}
+
/**
* Handle `mousedown` or `touchstart` events on the `VolumeControl`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* `mousedown` or `touchstart` event that triggered this function
*
* @listens mousedown
* @listens touchstart
*/
- ;
-
- _proto.handleMouseMove = function handleMouseMove(event) {
+ handleMouseMove(event) {
this.volumeBar.handleMouseMove(event);
- };
+ }
+ }
- return VolumeControl;
- }(Component$1);
/**
* Default options for the `VolumeControl`
*
* @type {Object}
* @private
*/
-
-
VolumeControl.prototype.options_ = {
children: ['volumeBar']
};
Component$1.registerComponent('VolumeControl', VolumeControl);
+ /** @import Component from '../../component' */
+ /** @import Player from '../../player' */
+
/**
* Check if muting volume is supported and if it isn't hide the mute toggle
* button.
@@ -17778,12 +17249,11 @@
*
* @private
*/
- var checkMuteSupport = function checkMuteSupport(self, player) {
+ const checkMuteSupport = function (self, player) {
// hide mute toggle button if it's not supported by the current tech
if (player.tech_ && !player.tech_.featuresMuteControl) {
self.addClass('vjs-hidden');
}
-
self.on(player, 'loadstart', function () {
if (!player.tech_.featuresMuteControl) {
self.addClass('vjs-hidden');
@@ -17793,15 +17263,18 @@
});
};
+ /**
+ * @file mute-toggle.js
+ */
+
+ /** @import Player from './player' */
+
/**
* A button component for muting the audio.
*
* @extends Button
*/
-
- var MuteToggle = /*#__PURE__*/function (_Button) {
- inheritsLoose(MuteToggle, _Button);
-
+ class MuteToggle extends Button {
/**
* Creates an instance of this class.
*
@@ -17811,74 +17284,63 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function MuteToggle(player, options) {
- var _this;
+ constructor(player, options) {
+ super(player, options);
- _this = _Button.call(this, player, options) || this; // hide this control if volume support is missing
-
- checkMuteSupport(assertThisInitialized(_this), player);
-
- _this.on(player, ['loadstart', 'volumechange'], function (e) {
- return _this.update(e);
- });
-
- return _this;
+ // hide this control if volume support is missing
+ checkMuteSupport(this, player);
+ this.on(player, ['loadstart', 'volumechange'], e => this.update(e));
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = MuteToggle.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-mute-control " + _Button.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-mute-control ${super.buildCSSClass()}`;
}
+
/**
* This gets called when an `MuteToggle` is "clicked". See
* {@link ClickableComponent} for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
- var vol = this.player_.volume();
- var lastVolume = this.player_.lastVolume_();
-
+ handleClick(event) {
+ const vol = this.player_.volume();
+ const lastVolume = this.player_.lastVolume_();
if (vol === 0) {
- var volumeToSet = lastVolume < 0.1 ? 0.1 : lastVolume;
+ const volumeToSet = lastVolume < 0.1 ? 0.1 : lastVolume;
this.player_.volume(volumeToSet);
this.player_.muted(false);
} else {
this.player_.muted(this.player_.muted() ? false : true);
}
}
+
/**
* Update the `MuteToggle` button based on the state of `volume` and `muted`
* on the player.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The {@link Player#loadstart} event if this function was called
* through an event.
*
* @listens Player#loadstart
* @listens Player#volumechange
*/
- ;
-
- _proto.update = function update(event) {
+ update(event) {
this.updateIcon_();
this.updateControlText_();
}
+
/**
* Update the appearance of the `MuteToggle` icon.
*
@@ -17890,33 +17352,31 @@
*
* @private
*/
- ;
+ updateIcon_() {
+ const vol = this.player_.volume();
+ let level = 3;
+ this.setIcon('volume-high');
- _proto.updateIcon_ = function updateIcon_() {
- var vol = this.player_.volume();
- var level = 3; // in iOS when a player is loaded with muted attribute
+ // in iOS when a player is loaded with muted attribute
// and volume is changed with a native mute button
// we want to make sure muted state is updated
-
if (IS_IOS && this.player_.tech_ && this.player_.tech_.el_) {
this.player_.muted(this.player_.tech_.el_.muted);
}
-
if (vol === 0 || this.player_.muted()) {
+ this.setIcon('volume-mute');
level = 0;
} else if (vol < 0.33) {
+ this.setIcon('volume-low');
level = 1;
} else if (vol < 0.67) {
+ this.setIcon('volume-medium');
level = 2;
- } // TODO improve muted icon classes
-
-
- for (var i = 0; i < 4; i++) {
- removeClass(this.el_, "vjs-vol-" + i);
}
-
- addClass(this.el_, "vjs-vol-" + level);
+ removeClass(this.el_, [0, 1, 2, 3].reduce((str, i) => str + `${i ? ' ' : ''}vjs-vol-${i}`, ''));
+ addClass(this.el_, `vjs-vol-${level}`);
}
+
/**
* If `muted` has changed on the player, update the control text
* (`title` attribute on `vjs-mute-control` element and content of
@@ -17924,40 +17384,35 @@
*
* @private
*/
- ;
-
- _proto.updateControlText_ = function updateControlText_() {
- var soundOff = this.player_.muted() || this.player_.volume() === 0;
- var text = soundOff ? 'Unmute' : 'Mute';
-
+ updateControlText_() {
+ const soundOff = this.player_.muted() || this.player_.volume() === 0;
+ const text = soundOff ? 'Unmute' : 'Mute';
if (this.controlText() !== text) {
this.controlText(text);
}
- };
+ }
+ }
- return MuteToggle;
- }(Button);
/**
* The text that should display over the `MuteToggle`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
-
MuteToggle.prototype.controlText_ = 'Mute';
Component$1.registerComponent('MuteToggle', MuteToggle);
+ /**
+ * @file volume-control.js
+ */
+
/**
* A Component to contain the MuteToggle and VolumeControl so that
* they can work together.
*
* @extends Component
*/
-
- var VolumePanel = /*#__PURE__*/function (_Component) {
- inheritsLoose(VolumePanel, _Component);
-
+ class VolumePanel extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -17967,88 +17422,56 @@
* @param {Object} [options={}]
* The key/value store of player options.
*/
- function VolumePanel(player, options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
+ constructor(player, options = {}) {
if (typeof options.inline !== 'undefined') {
options.inline = options.inline;
} else {
options.inline = true;
- } // pass the inline option down to the VolumeControl as vertical if
+ }
+
+ // pass the inline option down to the VolumeControl as vertical if
// the VolumeControl is on.
-
-
if (typeof options.volumeControl === 'undefined' || isPlain(options.volumeControl)) {
options.volumeControl = options.volumeControl || {};
options.volumeControl.vertical = !options.inline;
}
+ super(player, options);
- _this = _Component.call(this, player, options) || this; // this handler is used by mouse handler methods below
+ // this handler is used by mouse handler methods below
+ this.handleKeyPressHandler_ = e => this.handleKeyPress(e);
+ this.on(player, ['loadstart'], e => this.volumePanelState_(e));
+ this.on(this.muteToggle, 'keyup', e => this.handleKeyPress(e));
+ this.on(this.volumeControl, 'keyup', e => this.handleVolumeControlKeyUp(e));
+ this.on('keydown', e => this.handleKeyPress(e));
+ this.on('mouseover', e => this.handleMouseOver(e));
+ this.on('mouseout', e => this.handleMouseOut(e));
- _this.handleKeyPressHandler_ = function (e) {
- return _this.handleKeyPress(e);
- };
-
- _this.on(player, ['loadstart'], function (e) {
- return _this.volumePanelState_(e);
- });
-
- _this.on(_this.muteToggle, 'keyup', function (e) {
- return _this.handleKeyPress(e);
- });
-
- _this.on(_this.volumeControl, 'keyup', function (e) {
- return _this.handleVolumeControlKeyUp(e);
- });
-
- _this.on('keydown', function (e) {
- return _this.handleKeyPress(e);
- });
-
- _this.on('mouseover', function (e) {
- return _this.handleMouseOver(e);
- });
-
- _this.on('mouseout', function (e) {
- return _this.handleMouseOut(e);
- }); // while the slider is active (the mouse has been pressed down and
+ // while the slider is active (the mouse has been pressed down and
// is dragging) we do not want to hide the VolumeBar
-
-
- _this.on(_this.volumeControl, ['slideractive'], _this.sliderActive_);
-
- _this.on(_this.volumeControl, ['sliderinactive'], _this.sliderInactive_);
-
- return _this;
+ this.on(this.volumeControl, ['slideractive'], this.sliderActive_);
+ this.on(this.volumeControl, ['sliderinactive'], this.sliderInactive_);
}
+
/**
* Add vjs-slider-active class to the VolumePanel
*
* @listens VolumeControl#slideractive
* @private
*/
-
-
- var _proto = VolumePanel.prototype;
-
- _proto.sliderActive_ = function sliderActive_() {
+ sliderActive_() {
this.addClass('vjs-slider-active');
}
+
/**
* Removes vjs-slider-active class to the VolumePanel
*
* @listens VolumeControl#sliderinactive
* @private
*/
- ;
-
- _proto.sliderInactive_ = function sliderInactive_() {
+ sliderInactive_() {
this.removeClass('vjs-slider-active');
}
+
/**
* Adds vjs-hidden or vjs-mute-toggle-only to the VolumePanel
* depending on MuteToggle and VolumeControl state
@@ -18056,140 +17479,260 @@
* @listens Player#loadstart
* @private
*/
- ;
-
- _proto.volumePanelState_ = function volumePanelState_() {
+ volumePanelState_() {
// hide volume panel if neither volume control or mute toggle
// are displayed
if (this.volumeControl.hasClass('vjs-hidden') && this.muteToggle.hasClass('vjs-hidden')) {
this.addClass('vjs-hidden');
- } // if only mute toggle is visible we don't want
+ }
+
+ // if only mute toggle is visible we don't want
// volume panel expanding when hovered or active
-
-
if (this.volumeControl.hasClass('vjs-hidden') && !this.muteToggle.hasClass('vjs-hidden')) {
this.addClass('vjs-mute-toggle-only');
}
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
- ;
-
- _proto.createEl = function createEl() {
- var orientationClass = 'vjs-volume-panel-horizontal';
-
+ createEl() {
+ let orientationClass = 'vjs-volume-panel-horizontal';
if (!this.options_.inline) {
orientationClass = 'vjs-volume-panel-vertical';
}
-
- return _Component.prototype.createEl.call(this, 'div', {
- className: "vjs-volume-panel vjs-control " + orientationClass
+ return super.createEl('div', {
+ className: `vjs-volume-panel vjs-control ${orientationClass}`
});
}
+
/**
* Dispose of the `volume-panel` and all child components.
*/
- ;
-
- _proto.dispose = function dispose() {
+ dispose() {
this.handleMouseOut();
-
- _Component.prototype.dispose.call(this);
+ super.dispose();
}
+
/**
* Handles `keyup` events on the `VolumeControl`, looking for ESC, which closes
* the volume panel and sets focus on `MuteToggle`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `keyup` event that caused this function to be called.
*
* @listens keyup
*/
- ;
-
- _proto.handleVolumeControlKeyUp = function handleVolumeControlKeyUp(event) {
- if (keycode.isEventKey(event, 'Esc')) {
+ handleVolumeControlKeyUp(event) {
+ if (event.key === 'Escape') {
this.muteToggle.focus();
}
}
+
/**
* This gets called when a `VolumePanel` gains hover via a `mouseover` event.
* Turns on listening for `mouseover` event. When they happen it
* calls `this.handleMouseOver`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `mouseover` event that caused this function to be called.
*
* @listens mouseover
*/
- ;
-
- _proto.handleMouseOver = function handleMouseOver(event) {
+ handleMouseOver(event) {
this.addClass('vjs-hover');
on(document, 'keyup', this.handleKeyPressHandler_);
}
+
/**
* This gets called when a `VolumePanel` gains hover via a `mouseout` event.
* Turns on listening for `mouseout` event. When they happen it
* calls `this.handleMouseOut`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `mouseout` event that caused this function to be called.
*
* @listens mouseout
*/
- ;
-
- _proto.handleMouseOut = function handleMouseOut(event) {
+ handleMouseOut(event) {
this.removeClass('vjs-hover');
off(document, 'keyup', this.handleKeyPressHandler_);
}
+
/**
* Handles `keyup` event on the document or `keydown` event on the `VolumePanel`,
* looking for ESC, which hides the `VolumeControl`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The keypress that triggered this event.
*
* @listens keydown | keyup
*/
- ;
-
- _proto.handleKeyPress = function handleKeyPress(event) {
- if (keycode.isEventKey(event, 'Esc')) {
+ handleKeyPress(event) {
+ if (event.key === 'Escape') {
this.handleMouseOut();
}
- };
+ }
+ }
- return VolumePanel;
- }(Component$1);
/**
* Default options for the `VolumeControl`
*
* @type {Object}
* @private
*/
-
-
VolumePanel.prototype.options_ = {
children: ['muteToggle', 'volumeControl']
};
Component$1.registerComponent('VolumePanel', VolumePanel);
+ /**
+ * Button to skip forward a configurable amount of time
+ * through a video. Renders in the control bar.
+ *
+ * e.g. options: {controlBar: {skipButtons: forward: 5}}
+ *
+ * @extends Button
+ */
+ class SkipForward extends Button {
+ constructor(player, options) {
+ super(player, options);
+ this.validOptions = [5, 10, 30];
+ this.skipTime = this.getSkipForwardTime();
+ if (this.skipTime && this.validOptions.includes(this.skipTime)) {
+ this.setIcon(`forward-${this.skipTime}`);
+ this.controlText(this.localize('Skip forward {1} seconds', [this.skipTime.toLocaleString(player.language())]));
+ this.show();
+ } else {
+ this.hide();
+ }
+ }
+ getSkipForwardTime() {
+ const playerOptions = this.options_.playerOptions;
+ return playerOptions.controlBar && playerOptions.controlBar.skipButtons && playerOptions.controlBar.skipButtons.forward;
+ }
+ buildCSSClass() {
+ return `vjs-skip-forward-${this.getSkipForwardTime()} ${super.buildCSSClass()}`;
+ }
+
+ /**
+ * On click, skips forward in the duration/seekable range by a configurable amount of seconds.
+ * If the time left in the duration/seekable range is less than the configured 'skip forward' time,
+ * skips to end of duration/seekable range.
+ *
+ * Handle a click on a `SkipForward` button
+ *
+ * @param {EventTarget~Event} event
+ * The `click` event that caused this function
+ * to be called
+ */
+ handleClick(event) {
+ if (isNaN(this.player_.duration())) {
+ return;
+ }
+ const currentVideoTime = this.player_.currentTime();
+ const liveTracker = this.player_.liveTracker;
+ const duration = liveTracker && liveTracker.isLive() ? liveTracker.seekableEnd() : this.player_.duration();
+ let newTime;
+ if (currentVideoTime + this.skipTime <= duration) {
+ newTime = currentVideoTime + this.skipTime;
+ } else {
+ newTime = duration;
+ }
+ this.player_.currentTime(newTime);
+ }
+
+ /**
+ * Update control text on languagechange
+ */
+ handleLanguagechange() {
+ this.controlText(this.localize('Skip forward {1} seconds', [this.skipTime]));
+ }
+ }
+ SkipForward.prototype.controlText_ = 'Skip Forward';
+ Component$1.registerComponent('SkipForward', SkipForward);
+
+ /**
+ * Button to skip backward a configurable amount of time
+ * through a video. Renders in the control bar.
+ *
+ * * e.g. options: {controlBar: {skipButtons: backward: 5}}
+ *
+ * @extends Button
+ */
+ class SkipBackward extends Button {
+ constructor(player, options) {
+ super(player, options);
+ this.validOptions = [5, 10, 30];
+ this.skipTime = this.getSkipBackwardTime();
+ if (this.skipTime && this.validOptions.includes(this.skipTime)) {
+ this.setIcon(`replay-${this.skipTime}`);
+ this.controlText(this.localize('Skip backward {1} seconds', [this.skipTime.toLocaleString(player.language())]));
+ this.show();
+ } else {
+ this.hide();
+ }
+ }
+ getSkipBackwardTime() {
+ const playerOptions = this.options_.playerOptions;
+ return playerOptions.controlBar && playerOptions.controlBar.skipButtons && playerOptions.controlBar.skipButtons.backward;
+ }
+ buildCSSClass() {
+ return `vjs-skip-backward-${this.getSkipBackwardTime()} ${super.buildCSSClass()}`;
+ }
+
+ /**
+ * On click, skips backward in the video by a configurable amount of seconds.
+ * If the current time in the video is less than the configured 'skip backward' time,
+ * skips to beginning of video or seekable range.
+ *
+ * Handle a click on a `SkipBackward` button
+ *
+ * @param {EventTarget~Event} event
+ * The `click` event that caused this function
+ * to be called
+ */
+ handleClick(event) {
+ const currentVideoTime = this.player_.currentTime();
+ const liveTracker = this.player_.liveTracker;
+ const seekableStart = liveTracker && liveTracker.isLive() && liveTracker.seekableStart();
+ let newTime;
+ if (seekableStart && currentVideoTime - this.skipTime <= seekableStart) {
+ newTime = seekableStart;
+ } else if (currentVideoTime >= this.skipTime) {
+ newTime = currentVideoTime - this.skipTime;
+ } else {
+ newTime = 0;
+ }
+ this.player_.currentTime(newTime);
+ }
+
+ /**
+ * Update control text on languagechange
+ */
+ handleLanguagechange() {
+ this.controlText(this.localize('Skip backward {1} seconds', [this.skipTime]));
+ }
+ }
+ SkipBackward.prototype.controlText_ = 'Skip Backward';
+ Component$1.registerComponent('SkipBackward', SkipBackward);
+
+ /**
+ * @file menu.js
+ */
+
+ /** @import Player from '../player' */
+
/**
* The Menu component is used to build popup menus, including subtitle and
* captions selection menus.
*
* @extends Component
*/
-
- var Menu = /*#__PURE__*/function (_Component) {
- inheritsLoose(Menu, _Component);
-
+ class Menu extends Component$1 {
/**
* Create an instance of this class.
*
@@ -18200,32 +17743,19 @@
* Object of option names and values
*
*/
- function Menu(player, options) {
- var _this;
-
- _this = _Component.call(this, player, options) || this;
-
+ constructor(player, options) {
+ super(player, options);
if (options) {
- _this.menuButton_ = options.menuButton;
+ this.menuButton_ = options.menuButton;
}
+ this.focusedChild_ = -1;
+ this.on('keydown', e => this.handleKeyDown(e));
- _this.focusedChild_ = -1;
-
- _this.on('keydown', function (e) {
- return _this.handleKeyDown(e);
- }); // All the menu item instances share the same blur handler provided by the menu container.
-
-
- _this.boundHandleBlur_ = function (e) {
- return _this.handleBlur(e);
- };
-
- _this.boundHandleTapClick_ = function (e) {
- return _this.handleTapClick(e);
- };
-
- return _this;
+ // All the menu item instances share the same blur handler provided by the menu container.
+ this.boundHandleBlur_ = e => this.handleBlur(e);
+ this.boundHandleTapClick_ = e => this.handleTapClick(e);
}
+
/**
* Add event listeners to the {@link MenuItem}.
*
@@ -18233,18 +17763,14 @@
* The instance of the `MenuItem` to add listeners to.
*
*/
-
-
- var _proto = Menu.prototype;
-
- _proto.addEventListenerForItem = function addEventListenerForItem(component) {
+ addEventListenerForItem(component) {
if (!(component instanceof Component$1)) {
return;
}
-
this.on(component, 'blur', this.boundHandleBlur_);
this.on(component, ['tap', 'click'], this.boundHandleTapClick_);
}
+
/**
* Remove event listeners from the {@link MenuItem}.
*
@@ -18252,16 +17778,14 @@
* The instance of the `MenuItem` to remove listeners.
*
*/
- ;
-
- _proto.removeEventListenerForItem = function removeEventListenerForItem(component) {
+ removeEventListenerForItem(component) {
if (!(component instanceof Component$1)) {
return;
}
-
this.off(component, 'blur', this.boundHandleBlur_);
this.off(component, ['tap', 'click'], this.boundHandleTapClick_);
}
+
/**
* This method will be called indirectly when the component has been added
* before the component adds to the new menu instance by `addItem`.
@@ -18271,17 +17795,14 @@
* @param {Object} component
* The instance of the `MenuItem`
*/
- ;
-
- _proto.removeChild = function removeChild(component) {
+ removeChild(component) {
if (typeof component === 'string') {
component = this.getChild(component);
}
-
this.removeEventListenerForItem(component);
-
- _Component.prototype.removeChild.call(this, component);
+ super.removeChild(component);
}
+
/**
* Add a {@link MenuItem} to the menu.
*
@@ -18289,206 +17810,179 @@
* The name or instance of the `MenuItem` to add.
*
*/
- ;
-
- _proto.addItem = function addItem(component) {
- var childComponent = this.addChild(component);
-
+ addItem(component) {
+ const childComponent = this.addChild(component);
if (childComponent) {
this.addEventListenerForItem(childComponent);
}
}
+
/**
* Create the `Menu`s DOM element.
*
* @return {Element}
* the element that was created
*/
- ;
-
- _proto.createEl = function createEl$1() {
- var contentElType = this.options_.contentElType || 'ul';
+ createEl() {
+ const contentElType = this.options_.contentElType || 'ul';
this.contentEl_ = createEl(contentElType, {
className: 'vjs-menu-content'
});
this.contentEl_.setAttribute('role', 'menu');
-
- var el = _Component.prototype.createEl.call(this, 'div', {
+ const el = super.createEl('div', {
append: this.contentEl_,
className: 'vjs-menu'
});
+ el.appendChild(this.contentEl_);
- el.appendChild(this.contentEl_); // Prevent clicks from bubbling up. Needed for Menu Buttons,
+ // Prevent clicks from bubbling up. Needed for Menu Buttons,
// where a click on the parent is significant
-
on(el, 'click', function (event) {
event.preventDefault();
event.stopImmediatePropagation();
});
return el;
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
this.contentEl_ = null;
this.boundHandleBlur_ = null;
this.boundHandleTapClick_ = null;
-
- _Component.prototype.dispose.call(this);
+ super.dispose();
}
+
/**
* Called when a `MenuItem` loses focus.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `blur` event that caused this function to be called.
*
* @listens blur
*/
- ;
+ handleBlur(event) {
+ const relatedTarget = event.relatedTarget || document.activeElement;
- _proto.handleBlur = function handleBlur(event) {
- var relatedTarget = event.relatedTarget || document.activeElement; // Close menu popup when a user clicks outside the menu
-
- if (!this.children().some(function (element) {
+ // Close menu popup when a user clicks outside the menu
+ if (!this.children().some(element => {
return element.el() === relatedTarget;
})) {
- var btn = this.menuButton_;
-
+ const btn = this.menuButton_;
if (btn && btn.buttonPressed_ && relatedTarget !== btn.el().firstChild) {
btn.unpressButton();
}
}
}
+
/**
* Called when a `MenuItem` gets clicked or tapped.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `click` or `tap` event that caused this function to be called.
*
* @listens click,tap
*/
- ;
-
- _proto.handleTapClick = function handleTapClick(event) {
+ handleTapClick(event) {
// Unpress the associated MenuButton, and move focus back to it
if (this.menuButton_) {
this.menuButton_.unpressButton();
- var childComponents = this.children();
-
+ const childComponents = this.children();
if (!Array.isArray(childComponents)) {
return;
}
-
- var foundComponent = childComponents.filter(function (component) {
- return component.el() === event.target;
- })[0];
-
+ const foundComponent = childComponents.filter(component => component.el() === event.target)[0];
if (!foundComponent) {
return;
- } // don't focus menu button if item is a caption settings item
+ }
+
+ // don't focus menu button if item is a caption settings item
// because focus will move elsewhere
-
-
if (foundComponent.name() !== 'CaptionSettingsMenuItem') {
this.menuButton_.focus();
}
}
}
+
/**
* Handle a `keydown` event on this menu. This listener is added in the constructor.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* A `keydown` event that happened on the menu.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
+ handleKeyDown(event) {
// Left and Down Arrows
- if (keycode.isEventKey(event, 'Left') || keycode.isEventKey(event, 'Down')) {
+ if (event.key === 'ArrowLeft' || event.key === 'ArrowDown') {
event.preventDefault();
event.stopPropagation();
- this.stepForward(); // Up and Right Arrows
- } else if (keycode.isEventKey(event, 'Right') || keycode.isEventKey(event, 'Up')) {
+ this.stepForward();
+
+ // Up and Right Arrows
+ } else if (event.key === 'ArrowRight' || event.key === 'ArrowUp') {
event.preventDefault();
event.stopPropagation();
this.stepBack();
}
}
+
/**
* Move to next (lower) menu item for keyboard users.
*/
- ;
-
- _proto.stepForward = function stepForward() {
- var stepChild = 0;
-
+ stepForward() {
+ let stepChild = 0;
if (this.focusedChild_ !== undefined) {
stepChild = this.focusedChild_ + 1;
}
-
this.focus(stepChild);
}
+
/**
* Move to previous (higher) menu item for keyboard users.
*/
- ;
-
- _proto.stepBack = function stepBack() {
- var stepChild = 0;
-
+ stepBack() {
+ let stepChild = 0;
if (this.focusedChild_ !== undefined) {
stepChild = this.focusedChild_ - 1;
}
-
this.focus(stepChild);
}
+
/**
* Set focus on a {@link MenuItem} in the `Menu`.
*
* @param {Object|string} [item=0]
* Index of child item set focus on.
*/
- ;
-
- _proto.focus = function focus(item) {
- if (item === void 0) {
- item = 0;
- }
-
- var children = this.children().slice();
- var haveTitle = children.length && children[0].hasClass('vjs-menu-title');
-
+ focus(item = 0) {
+ const children = this.children().slice();
+ const haveTitle = children.length && children[0].hasClass('vjs-menu-title');
if (haveTitle) {
children.shift();
}
-
if (children.length > 0) {
if (item < 0) {
item = 0;
} else if (item >= children.length) {
item = children.length - 1;
}
-
this.focusedChild_ = item;
children[item].el_.focus();
}
- };
-
- return Menu;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('Menu', Menu);
+ /**
+ * @file menu-button.js
+ */
+
+ /** @import Player from '../player' */
+
/**
* A `MenuButton` class for any popup {@link Menu}.
*
* @extends Component
*/
-
- var MenuButton = /*#__PURE__*/function (_Component) {
- inheritsLoose(MenuButton, _Component);
-
+ class MenuButton extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -18498,93 +17992,53 @@
* @param {Object} [options={}]
* The key/value store of player options.
*/
- function MenuButton(player, options) {
- var _this;
+ constructor(player, options = {}) {
+ super(player, options);
+ this.menuButton_ = new Button(player, options);
+ this.menuButton_.controlText(this.controlText_);
+ this.menuButton_.el_.setAttribute('aria-haspopup', 'true');
- if (options === void 0) {
- options = {};
- }
-
- _this = _Component.call(this, player, options) || this;
- _this.menuButton_ = new Button(player, options);
-
- _this.menuButton_.controlText(_this.controlText_);
-
- _this.menuButton_.el_.setAttribute('aria-haspopup', 'true'); // Add buildCSSClass values to the button, not the wrapper
-
-
- var buttonClass = Button.prototype.buildCSSClass();
- _this.menuButton_.el_.className = _this.buildCSSClass() + ' ' + buttonClass;
-
- _this.menuButton_.removeClass('vjs-control');
-
- _this.addChild(_this.menuButton_);
-
- _this.update();
-
- _this.enabled_ = true;
-
- var handleClick = function handleClick(e) {
- return _this.handleClick(e);
- };
-
- _this.handleMenuKeyUp_ = function (e) {
- return _this.handleMenuKeyUp(e);
- };
-
- _this.on(_this.menuButton_, 'tap', handleClick);
-
- _this.on(_this.menuButton_, 'click', handleClick);
-
- _this.on(_this.menuButton_, 'keydown', function (e) {
- return _this.handleKeyDown(e);
+ // Add buildCSSClass values to the button, not the wrapper
+ const buttonClass = Button.prototype.buildCSSClass();
+ this.menuButton_.el_.className = this.buildCSSClass() + ' ' + buttonClass;
+ this.menuButton_.removeClass('vjs-control');
+ this.addChild(this.menuButton_);
+ this.update();
+ this.enabled_ = true;
+ const handleClick = e => this.handleClick(e);
+ this.handleMenuKeyUp_ = e => this.handleMenuKeyUp(e);
+ this.on(this.menuButton_, 'tap', handleClick);
+ this.on(this.menuButton_, 'click', handleClick);
+ this.on(this.menuButton_, 'keydown', e => this.handleKeyDown(e));
+ this.on(this.menuButton_, 'mouseenter', () => {
+ this.addClass('vjs-hover');
+ this.menu.show();
+ on(document, 'keyup', this.handleMenuKeyUp_);
});
-
- _this.on(_this.menuButton_, 'mouseenter', function () {
- _this.addClass('vjs-hover');
-
- _this.menu.show();
-
- on(document, 'keyup', _this.handleMenuKeyUp_);
- });
-
- _this.on('mouseleave', function (e) {
- return _this.handleMouseLeave(e);
- });
-
- _this.on('keydown', function (e) {
- return _this.handleSubmenuKeyDown(e);
- });
-
- return _this;
+ this.on('mouseleave', e => this.handleMouseLeave(e));
+ this.on('keydown', e => this.handleSubmenuKeyDown(e));
}
+
/**
* Update the menu based on the current state of its items.
*/
-
-
- var _proto = MenuButton.prototype;
-
- _proto.update = function update() {
- var menu = this.createMenu();
-
+ update() {
+ const menu = this.createMenu();
if (this.menu) {
this.menu.dispose();
this.removeChild(this.menu);
}
-
this.menu = menu;
this.addChild(menu);
+
/**
* Track the state of the menu button
*
* @type {Boolean}
* @private
*/
-
this.buttonPressed_ = false;
this.menuButton_.el_.setAttribute('aria-expanded', 'false');
-
if (this.items && this.items.length <= this.hideThreshold_) {
this.hide();
this.menu.contentEl_.removeAttribute('role');
@@ -18593,18 +18047,18 @@
this.menu.contentEl_.setAttribute('role', 'menu');
}
}
+
/**
* Create the menu and add all items to it.
*
* @return {Menu}
* The constructed menu
*/
- ;
-
- _proto.createMenu = function createMenu() {
- var menu = new Menu(this.player_, {
+ createMenu() {
+ const menu = new Menu(this.player_, {
menuButton: this
});
+
/**
* Hide the menu if the number of items is less than or equal to this threshold. This defaults
* to 0 and whenever we add items which can be hidden to the menu we'll increment it. We list
@@ -18613,93 +18067,99 @@
* @protected
* @type {Number}
*/
+ this.hideThreshold_ = 0;
- this.hideThreshold_ = 0; // Add a title list item to the top
-
+ // Add a title list item to the top
if (this.options_.title) {
- var titleEl = createEl('li', {
+ const titleEl = createEl('li', {
className: 'vjs-menu-title',
textContent: toTitleCase$1(this.options_.title),
tabIndex: -1
});
- var titleComponent = new Component$1(this.player_, {
+ const titleComponent = new Component$1(this.player_, {
el: titleEl
});
menu.addItem(titleComponent);
}
-
this.items = this.createItems();
-
if (this.items) {
// Add menu items to the menu
- for (var i = 0; i < this.items.length; i++) {
+ for (let i = 0; i < this.items.length; i++) {
menu.addItem(this.items[i]);
}
}
-
return menu;
}
+
/**
* Create the list of menu items. Specific to each subclass.
*
* @abstract
*/
- ;
+ createItems() {}
- _proto.createItems = function createItems() {}
/**
* Create the `MenuButtons`s DOM element.
*
* @return {Element}
* The element that gets created.
*/
- ;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: this.buildWrapperCSSClass()
}, {});
}
+
+ /**
+ * Overwrites the `setIcon` method from `Component`.
+ * In this case, we want the icon to be appended to the menuButton.
+ *
+ * @param {string} name
+ * The icon name to be added.
+ */
+ setIcon(name) {
+ super.setIcon(name, this.menuButton_.el_);
+ }
+
/**
* Allow sub components to stack CSS class names for the wrapper element
*
* @return {string}
* The constructed wrapper DOM `className`
*/
- ;
-
- _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {
- var menuButtonClass = 'vjs-menu-button'; // If the inline option is passed, we want to use different styles altogether.
-
- if (this.options_.inline === true) {
- menuButtonClass += '-inline';
- } else {
- menuButtonClass += '-popup';
- } // TODO: Fix the CSS so that this isn't necessary
-
-
- var buttonClass = Button.prototype.buildCSSClass();
- return "vjs-menu-button " + menuButtonClass + " " + buttonClass + " " + _Component.prototype.buildCSSClass.call(this);
- }
- /**
- * Builds the default DOM `className`.
- *
- * @return {string}
- * The DOM `className` for this object.
- */
- ;
-
- _proto.buildCSSClass = function buildCSSClass() {
- var menuButtonClass = 'vjs-menu-button'; // If the inline option is passed, we want to use different styles altogether.
+ buildWrapperCSSClass() {
+ let menuButtonClass = 'vjs-menu-button';
+ // If the inline option is passed, we want to use different styles altogether.
if (this.options_.inline === true) {
menuButtonClass += '-inline';
} else {
menuButtonClass += '-popup';
}
- return "vjs-menu-button " + menuButtonClass + " " + _Component.prototype.buildCSSClass.call(this);
+ // TODO: Fix the CSS so that this isn't necessary
+ const buttonClass = Button.prototype.buildCSSClass();
+ return `vjs-menu-button ${menuButtonClass} ${buttonClass} ${super.buildCSSClass()}`;
}
+
+ /**
+ * Builds the default DOM `className`.
+ *
+ * @return {string}
+ * The DOM `className` for this object.
+ */
+ buildCSSClass() {
+ let menuButtonClass = 'vjs-menu-button';
+
+ // If the inline option is passed, we want to use different styles altogether.
+ if (this.options_.inline === true) {
+ menuButtonClass += '-inline';
+ } else {
+ menuButtonClass += '-popup';
+ }
+ return `vjs-menu-button ${menuButtonClass} ${super.buildCSSClass()}`;
+ }
+
/**
* Get or set the localized control text that will be used for accessibility.
*
@@ -18714,190 +18174,171 @@
* @return {string}
* - The control text when getting
*/
- ;
-
- _proto.controlText = function controlText(text, el) {
- if (el === void 0) {
- el = this.menuButton_.el();
- }
-
+ controlText(text, el = this.menuButton_.el()) {
return this.menuButton_.controlText(text, el);
}
+
/**
* Dispose of the `menu-button` and all child components.
*/
- ;
-
- _proto.dispose = function dispose() {
+ dispose() {
this.handleMouseLeave();
-
- _Component.prototype.dispose.call(this);
+ super.dispose();
}
+
/**
* Handle a click on a `MenuButton`.
* See {@link ClickableComponent#handleClick} for instances where this is called.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
if (this.buttonPressed_) {
this.unpressButton();
} else {
this.pressButton();
}
}
+
/**
* Handle `mouseleave` for `MenuButton`.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `mouseleave` event that caused this function to be called.
*
* @listens mouseleave
*/
- ;
-
- _proto.handleMouseLeave = function handleMouseLeave(event) {
+ handleMouseLeave(event) {
this.removeClass('vjs-hover');
off(document, 'keyup', this.handleMenuKeyUp_);
}
+
/**
* Set the focus to the actual button, not to this element
*/
- ;
-
- _proto.focus = function focus() {
+ focus() {
this.menuButton_.focus();
}
+
/**
* Remove the focus from the actual button, not this element
*/
- ;
-
- _proto.blur = function blur() {
+ blur() {
this.menuButton_.blur();
}
+
/**
* Handle tab, escape, down arrow, and up arrow keys for `MenuButton`. See
* {@link ClickableComponent#handleKeyDown} for instances where this is called.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `keydown` event that caused this function to be called.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
+ handleKeyDown(event) {
// Escape or Tab unpress the 'button'
- if (keycode.isEventKey(event, 'Esc') || keycode.isEventKey(event, 'Tab')) {
+ if (event.key === 'Esc' || event.key === 'Tab') {
if (this.buttonPressed_) {
this.unpressButton();
- } // Don't preventDefault for Tab key - we still want to lose focus
-
-
- if (!keycode.isEventKey(event, 'Tab')) {
- event.preventDefault(); // Set focus back to the menu button's button
+ }
+ // Don't preventDefault for Tab key - we still want to lose focus
+ if (!event.key === 'Tab') {
+ event.preventDefault();
+ // Set focus back to the menu button's button
this.menuButton_.focus();
- } // Up Arrow or Down Arrow also 'press' the button to open the menu
-
- } else if (keycode.isEventKey(event, 'Up') || keycode.isEventKey(event, 'Down')) {
+ }
+ // Up Arrow or Down Arrow also 'press' the button to open the menu
+ } else if (event.key === 'Up' || event.key === 'Down' && !(this.player_.options_.playerOptions.spatialNavigation && this.player_.options_.playerOptions.spatialNavigation.enabled)) {
if (!this.buttonPressed_) {
event.preventDefault();
this.pressButton();
}
}
}
+
/**
* Handle a `keyup` event on a `MenuButton`. The listener for this is added in
* the constructor.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* Key press event
*
* @listens keyup
*/
- ;
-
- _proto.handleMenuKeyUp = function handleMenuKeyUp(event) {
+ handleMenuKeyUp(event) {
// Escape hides popup menu
- if (keycode.isEventKey(event, 'Esc') || keycode.isEventKey(event, 'Tab')) {
+ if (event.key === 'Esc' || event.key === 'Tab') {
this.removeClass('vjs-hover');
}
}
+
/**
* This method name now delegates to `handleSubmenuKeyDown`. This means
* anyone calling `handleSubmenuKeyPress` will not see their method calls
* stop working.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The event that caused this function to be called.
*/
- ;
-
- _proto.handleSubmenuKeyPress = function handleSubmenuKeyPress(event) {
+ handleSubmenuKeyPress(event) {
this.handleSubmenuKeyDown(event);
}
+
/**
* Handle a `keydown` event on a sub-menu. The listener for this is added in
* the constructor.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* Key press event
*
* @listens keydown
*/
- ;
-
- _proto.handleSubmenuKeyDown = function handleSubmenuKeyDown(event) {
+ handleSubmenuKeyDown(event) {
// Escape or Tab unpress the 'button'
- if (keycode.isEventKey(event, 'Esc') || keycode.isEventKey(event, 'Tab')) {
+ if (event.key === 'Esc' || event.key === 'Tab') {
if (this.buttonPressed_) {
this.unpressButton();
- } // Don't preventDefault for Tab key - we still want to lose focus
-
-
- if (!keycode.isEventKey(event, 'Tab')) {
- event.preventDefault(); // Set focus back to the menu button's button
-
+ }
+ // Don't preventDefault for Tab key - we still want to lose focus
+ if (!event.key === 'Tab') {
+ event.preventDefault();
+ // Set focus back to the menu button's button
this.menuButton_.focus();
}
}
}
+
/**
* Put the current `MenuButton` into a pressed state.
*/
- ;
-
- _proto.pressButton = function pressButton() {
+ pressButton() {
if (this.enabled_) {
this.buttonPressed_ = true;
this.menu.show();
this.menu.lockShowing();
- this.menuButton_.el_.setAttribute('aria-expanded', 'true'); // set the focus into the submenu, except on iOS where it is resulting in
- // undesired scrolling behavior when the player is in an iframe
+ this.menuButton_.el_.setAttribute('aria-expanded', 'true');
+ // set the focus into the submenu, except on iOS where it is resulting in
+ // undesired scrolling behavior when the player is in an iframe
if (IS_IOS && isInFrame()) {
// Return early so that the menu isn't focused
return;
}
-
this.menu.focus();
}
}
+
/**
* Take the current `MenuButton` out of a pressed state.
*/
- ;
-
- _proto.unpressButton = function unpressButton() {
+ unpressButton() {
if (this.enabled_) {
this.buttonPressed_ = false;
this.menu.unlockShowing();
@@ -18905,42 +18346,40 @@
this.menuButton_.el_.setAttribute('aria-expanded', 'false');
}
}
+
/**
* Disable the `MenuButton`. Don't allow it to be clicked.
*/
- ;
-
- _proto.disable = function disable() {
+ disable() {
this.unpressButton();
this.enabled_ = false;
this.addClass('vjs-disabled');
this.menuButton_.disable();
}
+
/**
* Enable the `MenuButton`. Allow it to be clicked.
*/
- ;
-
- _proto.enable = function enable() {
+ enable() {
this.enabled_ = true;
this.removeClass('vjs-disabled');
this.menuButton_.enable();
- };
-
- return MenuButton;
- }(Component$1);
-
+ }
+ }
Component$1.registerComponent('MenuButton', MenuButton);
+ /**
+ * @file track-button.js
+ */
+
+ /** @import Player from './player' */
+
/**
* The base class for buttons that toggle specific track types (e.g. subtitles).
*
* @extends MenuButton
*/
-
- var TrackButton = /*#__PURE__*/function (_MenuButton) {
- inheritsLoose(TrackButton, _MenuButton);
-
+ class TrackButton extends MenuButton {
/**
* Creates an instance of this class.
*
@@ -18950,63 +18389,41 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function TrackButton(player, options) {
- var _this;
-
- var tracks = options.tracks;
- _this = _MenuButton.call(this, player, options) || this;
-
- if (_this.items.length <= 1) {
- _this.hide();
+ constructor(player, options) {
+ const tracks = options.tracks;
+ super(player, options);
+ if (this.items.length <= 1) {
+ this.hide();
}
-
if (!tracks) {
- return assertThisInitialized(_this);
+ return;
}
-
- var updateHandler = bind(assertThisInitialized(_this), _this.update);
+ const updateHandler = bind_(this, this.update);
tracks.addEventListener('removetrack', updateHandler);
tracks.addEventListener('addtrack', updateHandler);
tracks.addEventListener('labelchange', updateHandler);
-
- _this.player_.on('ready', updateHandler);
-
- _this.player_.on('dispose', function () {
+ this.player_.on('ready', updateHandler);
+ this.player_.on('dispose', function () {
tracks.removeEventListener('removetrack', updateHandler);
tracks.removeEventListener('addtrack', updateHandler);
tracks.removeEventListener('labelchange', updateHandler);
});
-
- return _this;
}
-
- return TrackButton;
- }(MenuButton);
-
+ }
Component$1.registerComponent('TrackButton', TrackButton);
/**
- * @file menu-keys.js
+ * @file menu-item.js
*/
- /**
- * All keys used for operation of a menu (`MenuButton`, `Menu`, and `MenuItem`)
- * Note that 'Enter' and 'Space' are not included here (otherwise they would
- * prevent the `MenuButton` and `MenuItem` from being keyboard-clickable)
- * @typedef MenuKeys
- * @array
- */
- var MenuKeys = ['Tab', 'Esc', 'Up', 'Down', 'Right', 'Left'];
+ /** @import Player from '../player' */
/**
* The component for a menu item. ``
*
* @extends ClickableComponent
*/
-
- var MenuItem = /*#__PURE__*/function (_ClickableComponent) {
- inheritsLoose(MenuItem, _ClickableComponent);
-
+ class MenuItem extends ClickableComponent {
/**
* Creates an instance of the this class.
*
@@ -19017,28 +18434,23 @@
* The key/value store of player options.
*
*/
- function MenuItem(player, options) {
- var _this;
-
- _this = _ClickableComponent.call(this, player, options) || this;
- _this.selectable = options.selectable;
- _this.isSelected_ = options.selected || false;
- _this.multiSelectable = options.multiSelectable;
-
- _this.selected(_this.isSelected_);
-
- if (_this.selectable) {
- if (_this.multiSelectable) {
- _this.el_.setAttribute('role', 'menuitemcheckbox');
+ constructor(player, options) {
+ super(player, options);
+ this.selectable = options.selectable;
+ this.isSelected_ = options.selected || false;
+ this.multiSelectable = options.multiSelectable;
+ this.selected(this.isSelected_);
+ if (this.selectable) {
+ if (this.multiSelectable) {
+ this.el_.setAttribute('role', 'menuitemcheckbox');
} else {
- _this.el_.setAttribute('role', 'menuitemradio');
+ this.el_.setAttribute('role', 'menuitemradio');
}
} else {
- _this.el_.setAttribute('role', 'menuitem');
+ this.el_.setAttribute('role', 'menuitem');
}
-
- return _this;
}
+
/**
* Create the `MenuItem's DOM element
*
@@ -19054,102 +18466,99 @@
* @return {Element}
* The element that gets created.
*/
-
-
- var _proto = MenuItem.prototype;
-
- _proto.createEl = function createEl$1(type, props, attrs) {
+ createEl(type, props, attrs) {
// The control is textual, not just an icon
this.nonIconControl = true;
-
- var el = _ClickableComponent.prototype.createEl.call(this, 'li', assign({
+ const el = super.createEl('li', Object.assign({
className: 'vjs-menu-item',
tabIndex: -1
- }, props), attrs); // swap icon with menu item text.
+ }, props), attrs);
-
- el.replaceChild(createEl('span', {
+ // swap icon with menu item text.
+ const menuItemEl = createEl('span', {
className: 'vjs-menu-item-text',
textContent: this.localize(this.options_.label)
- }), el.querySelector('.vjs-icon-placeholder'));
+ });
+
+ // If using SVG icons, the element with vjs-icon-placeholder will be added separately.
+ if (this.player_.options_.experimentalSvgIcons) {
+ el.appendChild(menuItemEl);
+ } else {
+ el.replaceChild(menuItemEl, el.querySelector('.vjs-icon-placeholder'));
+ }
return el;
}
+
/**
* Ignore keys which are used by the menu, but pass any other ones up. See
* {@link ClickableComponent#handleKeyDown} for instances where this is called.
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The `keydown` event that caused this function to be called.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
- if (!MenuKeys.some(function (key) {
- return keycode.isEventKey(event, key);
- })) {
+ handleKeyDown(event) {
+ if (!['Tab', 'Escape', 'ArrowUp', 'ArrowLeft', 'ArrowRight', 'ArrowDown'].includes(event.key)) {
// Pass keydown handling up for unused keys
- _ClickableComponent.prototype.handleKeyDown.call(this, event);
+ super.handleKeyDown(event);
}
}
+
/**
* Any click on a `MenuItem` puts it into the selected state.
* See {@link ClickableComponent#handleClick} for instances where this is called.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
- ;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
this.selected(true);
}
+
/**
* Set the state for this menu item as selected or not.
*
* @param {boolean} selected
* if the menu item is selected or not
*/
- ;
-
- _proto.selected = function selected(_selected) {
+ selected(selected) {
if (this.selectable) {
- if (_selected) {
+ if (selected) {
this.addClass('vjs-selected');
- this.el_.setAttribute('aria-checked', 'true'); // aria-checked isn't fully supported by browsers/screen readers,
+ this.el_.setAttribute('aria-checked', 'true');
+ // aria-checked isn't fully supported by browsers/screen readers,
// so indicate selected state to screen reader in the control text.
-
this.controlText(', selected');
this.isSelected_ = true;
} else {
this.removeClass('vjs-selected');
- this.el_.setAttribute('aria-checked', 'false'); // Indicate un-selected state to screen reader
-
+ this.el_.setAttribute('aria-checked', 'false');
+ // Indicate un-selected state to screen reader
this.controlText('');
this.isSelected_ = false;
}
}
- };
-
- return MenuItem;
- }(ClickableComponent);
-
+ }
+ }
Component$1.registerComponent('MenuItem', MenuItem);
+ /**
+ * @file text-track-menu-item.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The specific menu item type for selecting a language within a text track kind
*
* @extends MenuItem
*/
-
- var TextTrackMenuItem = /*#__PURE__*/function (_MenuItem) {
- inheritsLoose(TextTrackMenuItem, _MenuItem);
-
+ class TextTrackMenuItem extends MenuItem {
/**
* Creates an instance of this class.
*
@@ -19159,180 +18568,156 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function TextTrackMenuItem(player, options) {
- var _this;
-
- var track = options.track;
- var tracks = player.textTracks(); // Modify options for parent MenuItem class's init.
+ constructor(player, options) {
+ const track = options.track;
+ const tracks = player.textTracks();
+ // Modify options for parent MenuItem class's init.
options.label = track.label || track.language || 'Unknown';
options.selected = track.mode === 'showing';
- _this = _MenuItem.call(this, player, options) || this;
- _this.track = track; // Determine the relevant kind(s) of tracks for this component and filter
+ super(player, options);
+ this.track = track;
+ // Determine the relevant kind(s) of tracks for this component and filter
// out empty kinds.
-
- _this.kinds = (options.kinds || [options.kind || _this.track.kind]).filter(Boolean);
-
- var changeHandler = function changeHandler() {
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
- args[_key] = arguments[_key];
- }
-
- _this.handleTracksChange.apply(assertThisInitialized(_this), args);
+ this.kinds = (options.kinds || [options.kind || this.track.kind]).filter(Boolean);
+ const changeHandler = (...args) => {
+ this.handleTracksChange.apply(this, args);
};
-
- var selectedLanguageChangeHandler = function selectedLanguageChangeHandler() {
- for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
- args[_key2] = arguments[_key2];
- }
-
- _this.handleSelectedLanguageChange.apply(assertThisInitialized(_this), args);
+ const selectedLanguageChangeHandler = (...args) => {
+ this.handleSelectedLanguageChange.apply(this, args);
};
-
player.on(['loadstart', 'texttrackchange'], changeHandler);
tracks.addEventListener('change', changeHandler);
tracks.addEventListener('selectedlanguagechange', selectedLanguageChangeHandler);
-
- _this.on('dispose', function () {
+ this.on('dispose', function () {
player.off(['loadstart', 'texttrackchange'], changeHandler);
tracks.removeEventListener('change', changeHandler);
tracks.removeEventListener('selectedlanguagechange', selectedLanguageChangeHandler);
- }); // iOS7 doesn't dispatch change events to TextTrackLists when an
+ });
+
+ // iOS7 doesn't dispatch change events to TextTrackLists when an
// associated track's mode changes. Without something like
// Object.observe() (also not present on iOS7), it's not
// possible to detect changes to the mode attribute and polyfill
// the change event. As a poor substitute, we manually dispatch
// change events whenever the controls modify the mode.
-
-
if (tracks.onchange === undefined) {
- var event;
-
- _this.on(['tap', 'click'], function () {
+ let event;
+ this.on(['tap', 'click'], function () {
if (typeof window.Event !== 'object') {
// Android 2.3 throws an Illegal Constructor error for window.Event
try {
event = new window.Event('change');
- } catch (err) {// continue regardless of error
+ } catch (err) {
+ // continue regardless of error
}
}
-
if (!event) {
event = document.createEvent('Event');
event.initEvent('change', true, true);
}
-
tracks.dispatchEvent(event);
});
- } // set the default state based on current tracks
+ }
-
- _this.handleTracksChange();
-
- return _this;
+ // set the default state based on current tracks
+ this.handleTracksChange();
}
+
/**
* This gets called when an `TextTrackMenuItem` is "clicked". See
* {@link ClickableComponent} for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
-
-
- var _proto = TextTrackMenuItem.prototype;
-
- _proto.handleClick = function handleClick(event) {
- var referenceTrack = this.track;
- var tracks = this.player_.textTracks();
-
- _MenuItem.prototype.handleClick.call(this, event);
-
+ handleClick(event) {
+ const referenceTrack = this.track;
+ const tracks = this.player_.textTracks();
+ super.handleClick(event);
if (!tracks) {
return;
}
+ for (let i = 0; i < tracks.length; i++) {
+ const track = tracks[i];
- for (var i = 0; i < tracks.length; i++) {
- var track = tracks[i]; // If the track from the text tracks list is not of the right kind,
+ // If the track from the text tracks list is not of the right kind,
// skip it. We do not want to affect tracks of incompatible kind(s).
-
if (this.kinds.indexOf(track.kind) === -1) {
continue;
- } // If this text track is the component's track and it is not showing,
+ }
+
+ // If this text track is the component's track and it is not showing,
// set it to showing.
-
-
if (track === referenceTrack) {
if (track.mode !== 'showing') {
track.mode = 'showing';
- } // If this text track is not the component's track and it is not
- // disabled, set it to disabled.
+ }
+ // If this text track is not the component's track and it is not
+ // disabled, set it to disabled.
} else if (track.mode !== 'disabled') {
track.mode = 'disabled';
}
}
}
+
/**
* Handle text track list change
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `change` event that caused this function to be called.
*
* @listens TextTrackList#change
*/
- ;
+ handleTracksChange(event) {
+ const shouldBeSelected = this.track.mode === 'showing';
- _proto.handleTracksChange = function handleTracksChange(event) {
- var shouldBeSelected = this.track.mode === 'showing'; // Prevent redundant selected() calls because they may cause
+ // Prevent redundant selected() calls because they may cause
// screen readers to read the appended control text unnecessarily
-
if (shouldBeSelected !== this.isSelected_) {
this.selected(shouldBeSelected);
}
- };
-
- _proto.handleSelectedLanguageChange = function handleSelectedLanguageChange(event) {
+ }
+ handleSelectedLanguageChange(event) {
if (this.track.mode === 'showing') {
- var selectedLanguage = this.player_.cache_.selectedLanguage; // Don't replace the kind of track across the same language
+ const selectedLanguage = this.player_.cache_.selectedLanguage;
+ // Don't replace the kind of track across the same language
if (selectedLanguage && selectedLanguage.enabled && selectedLanguage.language === this.track.language && selectedLanguage.kind !== this.track.kind) {
return;
}
-
this.player_.cache_.selectedLanguage = {
enabled: true,
language: this.track.language,
kind: this.track.kind
};
}
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
// remove reference to track object on dispose
this.track = null;
-
- _MenuItem.prototype.dispose.call(this);
- };
-
- return TextTrackMenuItem;
- }(MenuItem);
-
+ super.dispose();
+ }
+ }
Component$1.registerComponent('TextTrackMenuItem', TextTrackMenuItem);
/**
- * A special menu item for turning of a specific type of text track
+ * @file off-text-track-menu-item.js
+ */
+
+ /** @import Player from '../../player' */
+
+ /**
+ * A special menu item for turning off a specific type of text track
*
* @extends TextTrackMenuItem
*/
-
- var OffTextTrackMenuItem = /*#__PURE__*/function (_TextTrackMenuItem) {
- inheritsLoose(OffTextTrackMenuItem, _TextTrackMenuItem);
-
+ class OffTextTrackMenuItem extends TextTrackMenuItem {
/**
* Creates an instance of this class.
*
@@ -19342,100 +18727,97 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function OffTextTrackMenuItem(player, options) {
+ constructor(player, options) {
// Create pseudo track info
// Requires options['kind']
options.track = {
- player: player,
+ player,
// it is no longer necessary to store `kind` or `kinds` on the track itself
// since they are now stored in the `kinds` property of all instances of
// TextTrackMenuItem, but this will remain for backwards compatibility
kind: options.kind,
kinds: options.kinds,
- "default": false,
+ default: false,
mode: 'disabled'
};
-
if (!options.kinds) {
options.kinds = [options.kind];
}
-
if (options.label) {
options.track.label = options.label;
} else {
options.track.label = options.kinds.join(' and ') + ' off';
- } // MenuItem is selectable
-
-
- options.selectable = true; // MenuItem is NOT multiSelectable (i.e. only one can be marked "selected" at a time)
+ }
+ // MenuItem is selectable
+ options.selectable = true;
+ // MenuItem is NOT multiSelectable (i.e. only one can be marked "selected" at a time)
options.multiSelectable = false;
- return _TextTrackMenuItem.call(this, player, options) || this;
+ super(player, options);
}
+
/**
* Handle text track change
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The event that caused this function to run
*/
-
-
- var _proto = OffTextTrackMenuItem.prototype;
-
- _proto.handleTracksChange = function handleTracksChange(event) {
- var tracks = this.player().textTracks();
- var shouldBeSelected = true;
-
- for (var i = 0, l = tracks.length; i < l; i++) {
- var track = tracks[i];
-
+ handleTracksChange(event) {
+ const tracks = this.player().textTracks();
+ let shouldBeSelected = true;
+ for (let i = 0, l = tracks.length; i < l; i++) {
+ const track = tracks[i];
if (this.options_.kinds.indexOf(track.kind) > -1 && track.mode === 'showing') {
shouldBeSelected = false;
break;
}
- } // Prevent redundant selected() calls because they may cause
+ }
+
+ // Prevent redundant selected() calls because they may cause
// screen readers to read the appended control text unnecessarily
-
-
if (shouldBeSelected !== this.isSelected_) {
this.selected(shouldBeSelected);
}
- };
-
- _proto.handleSelectedLanguageChange = function handleSelectedLanguageChange(event) {
- var tracks = this.player().textTracks();
- var allHidden = true;
-
- for (var i = 0, l = tracks.length; i < l; i++) {
- var track = tracks[i];
-
+ }
+ handleSelectedLanguageChange(event) {
+ const tracks = this.player().textTracks();
+ let allHidden = true;
+ for (let i = 0, l = tracks.length; i < l; i++) {
+ const track = tracks[i];
if (['captions', 'descriptions', 'subtitles'].indexOf(track.kind) > -1 && track.mode === 'showing') {
allHidden = false;
break;
}
}
-
if (allHidden) {
this.player_.cache_.selectedLanguage = {
enabled: false
};
}
- };
-
- return OffTextTrackMenuItem;
- }(TextTrackMenuItem);
+ }
+ /**
+ * Update control text and label on languagechange
+ */
+ handleLanguagechange() {
+ this.$('.vjs-menu-item-text').textContent = this.player_.localize(this.options_.label);
+ super.handleLanguagechange();
+ }
+ }
Component$1.registerComponent('OffTextTrackMenuItem', OffTextTrackMenuItem);
+ /**
+ * @file text-track-button.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The base class for buttons that toggle specific text track types (e.g. subtitles)
*
* @extends MenuButton
*/
-
- var TextTrackButton = /*#__PURE__*/function (_TrackButton) {
- inheritsLoose(TextTrackButton, _TrackButton);
-
+ class TextTrackButton extends TrackButton {
/**
* Creates an instance of this class.
*
@@ -19445,14 +18827,11 @@
* @param {Object} [options={}]
* The key/value store of player options.
*/
- function TextTrackButton(player, options) {
- if (options === void 0) {
- options = {};
- }
-
+ constructor(player, options = {}) {
options.tracks = player.textTracks();
- return _TrackButton.call(this, player, options) || this;
+ super(player, options);
}
+
/**
* Create a menu item for each text track
*
@@ -19462,46 +18841,31 @@
* @return {TextTrackMenuItem[]}
* Array of menu items that were created
*/
-
-
- var _proto = TextTrackButton.prototype;
-
- _proto.createItems = function createItems(items, TrackMenuItem) {
- if (items === void 0) {
- items = [];
- }
-
- if (TrackMenuItem === void 0) {
- TrackMenuItem = TextTrackMenuItem;
- }
-
+ createItems(items = [], TrackMenuItem = TextTrackMenuItem) {
// Label is an override for the [track] off label
// USed to localise captions/subtitles
- var label;
-
+ let label;
if (this.label_) {
- label = this.label_ + " off";
- } // Add an OFF menu item to turn all tracks off
-
-
+ label = `${this.label_} off`;
+ }
+ // Add an OFF menu item to turn all tracks off
items.push(new OffTextTrackMenuItem(this.player_, {
kinds: this.kinds_,
kind: this.kind_,
- label: label
+ label
}));
this.hideThreshold_ += 1;
- var tracks = this.player_.textTracks();
-
+ const tracks = this.player_.textTracks();
if (!Array.isArray(this.kinds_)) {
this.kinds_ = [this.kind_];
}
+ for (let i = 0; i < tracks.length; i++) {
+ const track = tracks[i];
- for (var i = 0; i < tracks.length; i++) {
- var track = tracks[i]; // only add tracks that are of an appropriate kind and have a label
-
+ // only add tracks that are of an appropriate kind and have a label
if (this.kinds_.indexOf(track.kind) > -1) {
- var item = new TrackMenuItem(this.player_, {
- track: track,
+ const item = new TrackMenuItem(this.player_, {
+ track,
kinds: this.kinds_,
kind: this.kind_,
// MenuItem is selectable
@@ -19509,28 +18873,27 @@
// MenuItem is NOT multiSelectable (i.e. only one can be marked "selected" at a time)
multiSelectable: false
});
- item.addClass("vjs-" + track.kind + "-menu-item");
+ item.addClass(`vjs-${track.kind}-menu-item`);
items.push(item);
}
}
-
return items;
- };
-
- return TextTrackButton;
- }(TrackButton);
-
+ }
+ }
Component$1.registerComponent('TextTrackButton', TextTrackButton);
+ /**
+ * @file chapters-track-menu-item.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The chapter track menu item
*
* @extends MenuItem
*/
-
- var ChaptersTrackMenuItem = /*#__PURE__*/function (_MenuItem) {
- inheritsLoose(ChaptersTrackMenuItem, _MenuItem);
-
+ class ChaptersTrackMenuItem extends MenuItem {
/**
* Creates an instance of this class.
*
@@ -19540,48 +18903,48 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function ChaptersTrackMenuItem(player, options) {
- var _this;
-
- var track = options.track;
- var cue = options.cue;
- var currentTime = player.currentTime(); // Modify options for parent MenuItem class's init.
+ constructor(player, options) {
+ const track = options.track;
+ const cue = options.cue;
+ const currentTime = player.currentTime();
+ // Modify options for parent MenuItem class's init.
options.selectable = true;
options.multiSelectable = false;
options.label = cue.text;
options.selected = cue.startTime <= currentTime && currentTime < cue.endTime;
- _this = _MenuItem.call(this, player, options) || this;
- _this.track = track;
- _this.cue = cue;
- return _this;
+ super(player, options);
+ this.track = track;
+ this.cue = cue;
}
+
/**
* This gets called when an `ChaptersTrackMenuItem` is "clicked". See
* {@link ClickableComponent} for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
-
-
- var _proto = ChaptersTrackMenuItem.prototype;
-
- _proto.handleClick = function handleClick(event) {
- _MenuItem.prototype.handleClick.call(this);
-
+ handleClick(event) {
+ super.handleClick();
this.player_.currentTime(this.cue.startTime);
- };
-
- return ChaptersTrackMenuItem;
- }(MenuItem);
-
+ }
+ }
Component$1.registerComponent('ChaptersTrackMenuItem', ChaptersTrackMenuItem);
+ /**
+ * @file chapters-button.js
+ */
+
+ /** @import Player from '../../player' */
+ /** @import Menu from '../../menu/menu' */
+ /** @import TextTrack from '../../tracks/text-track' */
+ /** @import TextTrackMenuItem from '../text-track-controls/text-track-menu-item' */
+
/**
* The button component for toggling and selecting chapters
* Chapters act much differently than other text tracks
@@ -19589,10 +18952,7 @@
*
* @extends TextTrackButton
*/
-
- var ChaptersButton = /*#__PURE__*/function (_TextTrackButton) {
- inheritsLoose(ChaptersButton, _TextTrackButton);
-
+ class ChaptersButton extends TextTrackButton {
/**
* Creates an instance of this class.
*
@@ -19602,67 +18962,56 @@
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {Function} [ready]
* The function to call when this function is ready.
*/
- function ChaptersButton(player, options, ready) {
- var _this;
-
- _this = _TextTrackButton.call(this, player, options, ready) || this;
-
- _this.selectCurrentItem_ = function () {
- _this.items.forEach(function (item) {
- item.selected(_this.track_.activeCues[0] === item.cue);
+ constructor(player, options, ready) {
+ super(player, options, ready);
+ this.setIcon('chapters');
+ this.selectCurrentItem_ = () => {
+ this.items.forEach(item => {
+ item.selected(this.track_.activeCues[0] === item.cue);
});
};
-
- return _this;
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = ChaptersButton.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-chapters-button " + _TextTrackButton.prototype.buildCSSClass.call(this);
- };
-
- _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {
- return "vjs-chapters-button " + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-chapters-button ${super.buildCSSClass()}`;
}
+ buildWrapperCSSClass() {
+ return `vjs-chapters-button ${super.buildWrapperCSSClass()}`;
+ }
+
/**
* Update the menu based on the current state of its items.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* An event that triggered this function to run.
*
* @listens TextTrackList#addtrack
* @listens TextTrackList#removetrack
* @listens TextTrackList#change
*/
- ;
-
- _proto.update = function update(event) {
+ update(event) {
if (event && event.track && event.track.kind !== 'chapters') {
return;
}
-
- var track = this.findChaptersTrack();
-
+ const track = this.findChaptersTrack();
if (track !== this.track_) {
this.setTrack(track);
-
- _TextTrackButton.prototype.update.call(this);
+ super.update();
} else if (!this.items || track && track.cues && track.cues.length !== this.items.length) {
// Update the menu initially or if the number of cues has changed since set
- _TextTrackButton.prototype.update.call(this);
+ super.update();
}
}
+
/**
* Set the currently selected track for the chapters button.
*
@@ -19670,63 +19019,53 @@
* The new track to select. Nothing will change if this is the currently selected
* track.
*/
- ;
-
- _proto.setTrack = function setTrack(track) {
+ setTrack(track) {
if (this.track_ === track) {
return;
}
-
if (!this.updateHandler_) {
this.updateHandler_ = this.update.bind(this);
- } // here this.track_ refers to the old track instance
-
+ }
+ // here this.track_ refers to the old track instance
if (this.track_) {
- var remoteTextTrackEl = this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);
-
+ const remoteTextTrackEl = this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);
if (remoteTextTrackEl) {
remoteTextTrackEl.removeEventListener('load', this.updateHandler_);
}
-
this.track_.removeEventListener('cuechange', this.selectCurrentItem_);
this.track_ = null;
}
+ this.track_ = track;
- this.track_ = track; // here this.track_ refers to the new track instance
-
+ // here this.track_ refers to the new track instance
if (this.track_) {
this.track_.mode = 'hidden';
-
- var _remoteTextTrackEl = this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);
-
- if (_remoteTextTrackEl) {
- _remoteTextTrackEl.addEventListener('load', this.updateHandler_);
+ const remoteTextTrackEl = this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);
+ if (remoteTextTrackEl) {
+ remoteTextTrackEl.addEventListener('load', this.updateHandler_);
}
-
this.track_.addEventListener('cuechange', this.selectCurrentItem_);
}
}
+
/**
* Find the track object that is currently in use by this ChaptersButton
*
* @return {TextTrack|undefined}
* The current track or undefined if none was found.
*/
- ;
-
- _proto.findChaptersTrack = function findChaptersTrack() {
- var tracks = this.player_.textTracks() || [];
-
- for (var i = tracks.length - 1; i >= 0; i--) {
+ findChaptersTrack() {
+ const tracks = this.player_.textTracks() || [];
+ for (let i = tracks.length - 1; i >= 0; i--) {
// We will always choose the last track as our chaptersTrack
- var track = tracks[i];
-
+ const track = tracks[i];
if (track.kind === this.kind_) {
return track;
}
}
}
+
/**
* Get the caption for the ChaptersButton based on the track label. This will also
* use the current tracks localized kind as a fallback if a label does not exist.
@@ -19734,90 +19073,80 @@
* @return {string}
* The tracks current label or the localized track kind.
*/
- ;
-
- _proto.getMenuCaption = function getMenuCaption() {
+ getMenuCaption() {
if (this.track_ && this.track_.label) {
return this.track_.label;
}
-
return this.localize(toTitleCase$1(this.kind_));
}
+
/**
* Create menu from chapter track
*
* @return {Menu}
* New menu for the chapter buttons
*/
- ;
-
- _proto.createMenu = function createMenu() {
+ createMenu() {
this.options_.title = this.getMenuCaption();
- return _TextTrackButton.prototype.createMenu.call(this);
+ return super.createMenu();
}
+
/**
* Create a menu item for each text track
*
- * @return {TextTrackMenuItem[]}
+ * @return {TextTrackMenuItem[]}
* Array of menu items
*/
- ;
-
- _proto.createItems = function createItems() {
- var items = [];
-
+ createItems() {
+ const items = [];
if (!this.track_) {
return items;
}
-
- var cues = this.track_.cues;
-
+ const cues = this.track_.cues;
if (!cues) {
return items;
}
-
- for (var i = 0, l = cues.length; i < l; i++) {
- var cue = cues[i];
- var mi = new ChaptersTrackMenuItem(this.player_, {
+ for (let i = 0, l = cues.length; i < l; i++) {
+ const cue = cues[i];
+ const mi = new ChaptersTrackMenuItem(this.player_, {
track: this.track_,
- cue: cue
+ cue
});
items.push(mi);
}
-
return items;
- };
+ }
+ }
- return ChaptersButton;
- }(TextTrackButton);
/**
* `kind` of TextTrack to look for to associate it with this menu.
*
* @type {string}
* @private
*/
-
-
ChaptersButton.prototype.kind_ = 'chapters';
+
/**
* The text that should display over the `ChaptersButton`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
ChaptersButton.prototype.controlText_ = 'Chapters';
Component$1.registerComponent('ChaptersButton', ChaptersButton);
+ /**
+ * @file descriptions-button.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The button component for toggling and selecting descriptions
*
* @extends TextTrackButton
*/
-
- var DescriptionsButton = /*#__PURE__*/function (_TextTrackButton) {
- inheritsLoose(DescriptionsButton, _TextTrackButton);
-
+ class DescriptionsButton extends TextTrackButton {
/**
* Creates an instance of this class.
*
@@ -19827,101 +19156,92 @@
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {Function} [ready]
* The function to call when this component is ready.
*/
- function DescriptionsButton(player, options, ready) {
- var _this;
-
- _this = _TextTrackButton.call(this, player, options, ready) || this;
- var tracks = player.textTracks();
- var changeHandler = bind(assertThisInitialized(_this), _this.handleTracksChange);
+ constructor(player, options, ready) {
+ super(player, options, ready);
+ this.setIcon('audio-description');
+ const tracks = player.textTracks();
+ const changeHandler = bind_(this, this.handleTracksChange);
tracks.addEventListener('change', changeHandler);
-
- _this.on('dispose', function () {
+ this.on('dispose', function () {
tracks.removeEventListener('change', changeHandler);
});
-
- return _this;
}
+
/**
* Handle text track change
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The event that caused this function to run
*
* @listens TextTrackList#change
*/
+ handleTracksChange(event) {
+ const tracks = this.player().textTracks();
+ let disabled = false;
-
- var _proto = DescriptionsButton.prototype;
-
- _proto.handleTracksChange = function handleTracksChange(event) {
- var tracks = this.player().textTracks();
- var disabled = false; // Check whether a track of a different kind is showing
-
- for (var i = 0, l = tracks.length; i < l; i++) {
- var track = tracks[i];
-
+ // Check whether a track of a different kind is showing
+ for (let i = 0, l = tracks.length; i < l; i++) {
+ const track = tracks[i];
if (track.kind !== this.kind_ && track.mode === 'showing') {
disabled = true;
break;
}
- } // If another track is showing, disable this menu button
-
+ }
+ // If another track is showing, disable this menu button
if (disabled) {
this.disable();
} else {
this.enable();
}
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
- ;
+ buildCSSClass() {
+ return `vjs-descriptions-button ${super.buildCSSClass()}`;
+ }
+ buildWrapperCSSClass() {
+ return `vjs-descriptions-button ${super.buildWrapperCSSClass()}`;
+ }
+ }
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-descriptions-button " + _TextTrackButton.prototype.buildCSSClass.call(this);
- };
-
- _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {
- return "vjs-descriptions-button " + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);
- };
-
- return DescriptionsButton;
- }(TextTrackButton);
/**
* `kind` of TextTrack to look for to associate it with this menu.
*
* @type {string}
* @private
*/
-
-
DescriptionsButton.prototype.kind_ = 'descriptions';
+
/**
* The text that should display over the `DescriptionsButton`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
DescriptionsButton.prototype.controlText_ = 'Descriptions';
Component$1.registerComponent('DescriptionsButton', DescriptionsButton);
+ /**
+ * @file subtitles-button.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The button component for toggling and selecting subtitles
*
* @extends TextTrackButton
*/
-
- var SubtitlesButton = /*#__PURE__*/function (_TextTrackButton) {
- inheritsLoose(SubtitlesButton, _TextTrackButton);
-
+ class SubtitlesButton extends TextTrackButton {
/**
* Creates an instance of this class.
*
@@ -19931,60 +19251,57 @@
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {Function} [ready]
* The function to call when this component is ready.
*/
- function SubtitlesButton(player, options, ready) {
- return _TextTrackButton.call(this, player, options, ready) || this;
+ constructor(player, options, ready) {
+ super(player, options, ready);
+ this.setIcon('subtitles');
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
+ buildCSSClass() {
+ return `vjs-subtitles-button ${super.buildCSSClass()}`;
+ }
+ buildWrapperCSSClass() {
+ return `vjs-subtitles-button ${super.buildWrapperCSSClass()}`;
+ }
+ }
-
- var _proto = SubtitlesButton.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-subtitles-button " + _TextTrackButton.prototype.buildCSSClass.call(this);
- };
-
- _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {
- return "vjs-subtitles-button " + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);
- };
-
- return SubtitlesButton;
- }(TextTrackButton);
/**
* `kind` of TextTrack to look for to associate it with this menu.
*
* @type {string}
* @private
*/
-
-
SubtitlesButton.prototype.kind_ = 'subtitles';
+
/**
* The text that should display over the `SubtitlesButton`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
SubtitlesButton.prototype.controlText_ = 'Subtitles';
Component$1.registerComponent('SubtitlesButton', SubtitlesButton);
+ /**
+ * @file caption-settings-menu-item.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The menu item for caption track settings menu
*
* @extends TextTrackMenuItem
*/
-
- var CaptionSettingsMenuItem = /*#__PURE__*/function (_TextTrackMenuItem) {
- inheritsLoose(CaptionSettingsMenuItem, _TextTrackMenuItem);
-
+ class CaptionSettingsMenuItem extends TextTrackMenuItem {
/**
* Creates an instance of this class.
*
@@ -19994,61 +19311,61 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function CaptionSettingsMenuItem(player, options) {
- var _this;
-
+ constructor(player, options) {
options.track = {
- player: player,
+ player,
kind: options.kind,
label: options.kind + ' settings',
selectable: false,
- "default": false,
+ default: false,
mode: 'disabled'
- }; // CaptionSettingsMenuItem has no concept of 'selected'
+ };
+ // CaptionSettingsMenuItem has no concept of 'selected'
options.selectable = false;
options.name = 'CaptionSettingsMenuItem';
- _this = _TextTrackMenuItem.call(this, player, options) || this;
-
- _this.addClass('vjs-texttrack-settings');
-
- _this.controlText(', opens ' + options.kind + ' settings dialog');
-
- return _this;
+ super(player, options);
+ this.addClass('vjs-texttrack-settings');
+ this.controlText(', opens ' + options.kind + ' settings dialog');
}
+
/**
* This gets called when an `CaptionSettingsMenuItem` is "clicked". See
* {@link ClickableComponent} for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
-
-
- var _proto = CaptionSettingsMenuItem.prototype;
-
- _proto.handleClick = function handleClick(event) {
+ handleClick(event) {
this.player().getChild('textTrackSettings').open();
- };
-
- return CaptionSettingsMenuItem;
- }(TextTrackMenuItem);
+ }
+ /**
+ * Update control text and label on languagechange
+ */
+ handleLanguagechange() {
+ this.$('.vjs-menu-item-text').textContent = this.player_.localize(this.options_.kind + ' settings');
+ super.handleLanguagechange();
+ }
+ }
Component$1.registerComponent('CaptionSettingsMenuItem', CaptionSettingsMenuItem);
+ /**
+ * @file captions-button.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The button component for toggling and selecting captions
*
* @extends TextTrackButton
*/
-
- var CaptionsButton = /*#__PURE__*/function (_TextTrackButton) {
- inheritsLoose(CaptionsButton, _TextTrackButton);
-
+ class CaptionsButton extends TextTrackButton {
/**
* Creates an instance of this class.
*
@@ -20058,213 +19375,198 @@
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {Function} [ready]
* The function to call when this component is ready.
*/
- function CaptionsButton(player, options, ready) {
- return _TextTrackButton.call(this, player, options, ready) || this;
+ constructor(player, options, ready) {
+ super(player, options, ready);
+ this.setIcon('captions');
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = CaptionsButton.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-captions-button " + _TextTrackButton.prototype.buildCSSClass.call(this);
- };
-
- _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {
- return "vjs-captions-button " + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-captions-button ${super.buildCSSClass()}`;
}
+ buildWrapperCSSClass() {
+ return `vjs-captions-button ${super.buildWrapperCSSClass()}`;
+ }
+
/**
* Create caption menu items
*
* @return {CaptionSettingsMenuItem[]}
* The array of current menu items.
*/
- ;
-
- _proto.createItems = function createItems() {
- var items = [];
-
+ createItems() {
+ const items = [];
if (!(this.player().tech_ && this.player().tech_.featuresNativeTextTracks) && this.player().getChild('textTrackSettings')) {
items.push(new CaptionSettingsMenuItem(this.player_, {
kind: this.kind_
}));
this.hideThreshold_ += 1;
}
+ return super.createItems(items);
+ }
+ }
- return _TextTrackButton.prototype.createItems.call(this, items);
- };
-
- return CaptionsButton;
- }(TextTrackButton);
/**
* `kind` of TextTrack to look for to associate it with this menu.
*
* @type {string}
* @private
*/
-
-
CaptionsButton.prototype.kind_ = 'captions';
+
/**
* The text that should display over the `CaptionsButton`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
CaptionsButton.prototype.controlText_ = 'Captions';
Component$1.registerComponent('CaptionsButton', CaptionsButton);
+ /**
+ * @file subs-caps-menu-item.js
+ */
+
/**
* SubsCapsMenuItem has an [cc] icon to distinguish captions from subtitles
* in the SubsCapsMenu.
*
* @extends TextTrackMenuItem
*/
-
- var SubsCapsMenuItem = /*#__PURE__*/function (_TextTrackMenuItem) {
- inheritsLoose(SubsCapsMenuItem, _TextTrackMenuItem);
-
- function SubsCapsMenuItem() {
- return _TextTrackMenuItem.apply(this, arguments) || this;
- }
-
- var _proto = SubsCapsMenuItem.prototype;
-
- _proto.createEl = function createEl$1(type, props, attrs) {
- var el = _TextTrackMenuItem.prototype.createEl.call(this, type, props, attrs);
-
- var parentSpan = el.querySelector('.vjs-menu-item-text');
-
+ class SubsCapsMenuItem extends TextTrackMenuItem {
+ createEl(type, props, attrs) {
+ const el = super.createEl(type, props, attrs);
+ const parentSpan = el.querySelector('.vjs-menu-item-text');
if (this.options_.track.kind === 'captions') {
- parentSpan.appendChild(createEl('span', {
- className: 'vjs-icon-placeholder'
- }, {
- 'aria-hidden': true
- }));
+ if (this.player_.options_.experimentalSvgIcons) {
+ this.setIcon('captions', el);
+ } else {
+ parentSpan.appendChild(createEl('span', {
+ className: 'vjs-icon-placeholder'
+ }, {
+ 'aria-hidden': true
+ }));
+ }
parentSpan.appendChild(createEl('span', {
className: 'vjs-control-text',
// space added as the text will visually flow with the
// label
- textContent: " " + this.localize('Captions')
+ textContent: ` ${this.localize('Captions')}`
}));
}
-
return el;
- };
-
- return SubsCapsMenuItem;
- }(TextTrackMenuItem);
-
+ }
+ }
Component$1.registerComponent('SubsCapsMenuItem', SubsCapsMenuItem);
+ /**
+ * @file sub-caps-button.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The button component for toggling and selecting captions and/or subtitles
*
* @extends TextTrackButton
*/
+ class SubsCapsButton extends TextTrackButton {
+ /**
+ * Creates an instance of this class.
+ *
+ * @param {Player} player
+ * The `Player` that this class should be attached to.
+ *
+ * @param {Object} [options]
+ * The key/value store of player options.
+ *
+ * @param {Function} [ready]
+ * The function to call when this component is ready.
+ */
+ constructor(player, options = {}) {
+ super(player, options);
- var SubsCapsButton = /*#__PURE__*/function (_TextTrackButton) {
- inheritsLoose(SubsCapsButton, _TextTrackButton);
-
- function SubsCapsButton(player, options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- _this = _TextTrackButton.call(this, player, options) || this; // Although North America uses "captions" in most cases for
+ // Although North America uses "captions" in most cases for
// "captions and subtitles" other locales use "subtitles"
-
- _this.label_ = 'subtitles';
-
- if (['en', 'en-us', 'en-ca', 'fr-ca'].indexOf(_this.player_.language_) > -1) {
- _this.label_ = 'captions';
+ this.label_ = 'subtitles';
+ this.setIcon('subtitles');
+ if (['en', 'en-us', 'en-ca', 'fr-ca'].indexOf(this.player_.language_) > -1) {
+ this.label_ = 'captions';
+ this.setIcon('captions');
}
-
- _this.menuButton_.controlText(toTitleCase$1(_this.label_));
-
- return _this;
+ this.menuButton_.controlText(toTitleCase$1(this.label_));
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = SubsCapsButton.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-subs-caps-button " + _TextTrackButton.prototype.buildCSSClass.call(this);
- };
-
- _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {
- return "vjs-subs-caps-button " + _TextTrackButton.prototype.buildWrapperCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-subs-caps-button ${super.buildCSSClass()}`;
}
+ buildWrapperCSSClass() {
+ return `vjs-subs-caps-button ${super.buildWrapperCSSClass()}`;
+ }
+
/**
* Create caption/subtitles menu items
*
* @return {CaptionSettingsMenuItem[]}
* The array of current menu items.
*/
- ;
-
- _proto.createItems = function createItems() {
- var items = [];
-
+ createItems() {
+ let items = [];
if (!(this.player().tech_ && this.player().tech_.featuresNativeTextTracks) && this.player().getChild('textTrackSettings')) {
items.push(new CaptionSettingsMenuItem(this.player_, {
kind: this.label_
}));
this.hideThreshold_ += 1;
}
-
- items = _TextTrackButton.prototype.createItems.call(this, items, SubsCapsMenuItem);
+ items = super.createItems(items, SubsCapsMenuItem);
return items;
- };
+ }
+ }
- return SubsCapsButton;
- }(TextTrackButton);
/**
* `kind`s of TextTrack to look for to associate it with this menu.
*
* @type {array}
* @private
*/
-
-
SubsCapsButton.prototype.kinds_ = ['captions', 'subtitles'];
+
/**
* The text that should display over the `SubsCapsButton`s controls.
*
*
* @type {string}
- * @private
+ * @protected
*/
-
SubsCapsButton.prototype.controlText_ = 'Subtitles';
Component$1.registerComponent('SubsCapsButton', SubsCapsButton);
+ /**
+ * @file audio-track-menu-item.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* An {@link AudioTrack} {@link MenuItem}
*
* @extends MenuItem
*/
-
- var AudioTrackMenuItem = /*#__PURE__*/function (_MenuItem) {
- inheritsLoose(AudioTrackMenuItem, _MenuItem);
-
+ class AudioTrackMenuItem extends MenuItem {
/**
* Creates an instance of this class.
*
@@ -20274,44 +19576,28 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function AudioTrackMenuItem(player, options) {
- var _this;
-
- var track = options.track;
- var tracks = player.audioTracks(); // Modify options for parent MenuItem class's init.
+ constructor(player, options) {
+ const track = options.track;
+ const tracks = player.audioTracks();
+ // Modify options for parent MenuItem class's init.
options.label = track.label || track.language || 'Unknown';
options.selected = track.enabled;
- _this = _MenuItem.call(this, player, options) || this;
- _this.track = track;
-
- _this.addClass("vjs-" + track.kind + "-menu-item");
-
- var changeHandler = function changeHandler() {
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
- args[_key] = arguments[_key];
- }
-
- _this.handleTracksChange.apply(assertThisInitialized(_this), args);
+ super(player, options);
+ this.track = track;
+ this.addClass(`vjs-${track.kind}-menu-item`);
+ const changeHandler = (...args) => {
+ this.handleTracksChange.apply(this, args);
};
-
tracks.addEventListener('change', changeHandler);
-
- _this.on('dispose', function () {
+ this.on('dispose', () => {
tracks.removeEventListener('change', changeHandler);
});
-
- return _this;
}
-
- var _proto = AudioTrackMenuItem.prototype;
-
- _proto.createEl = function createEl$1(type, props, attrs) {
- var el = _MenuItem.prototype.createEl.call(this, type, props, attrs);
-
- var parentSpan = el.querySelector('.vjs-menu-item-text');
-
- if (this.options_.track.kind === 'main-desc') {
+ createEl(type, props, attrs) {
+ const el = super.createEl(type, props, attrs);
+ const parentSpan = el.querySelector('.vjs-menu-item-text');
+ if (['main-desc', 'descriptions'].indexOf(this.options_.track.kind) >= 0) {
parentSpan.appendChild(createEl('span', {
className: 'vjs-icon-placeholder'
}, {
@@ -20322,71 +19608,66 @@
textContent: ' ' + this.localize('Descriptions')
}));
}
-
return el;
}
+
/**
* This gets called when an `AudioTrackMenuItem is "clicked". See {@link ClickableComponent}
* for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
- ;
+ handleClick(event) {
+ super.handleClick(event);
- _proto.handleClick = function handleClick(event) {
- _MenuItem.prototype.handleClick.call(this, event); // the audio track list will automatically toggle other tracks
+ // the audio track list will automatically toggle other tracks
// off for us.
+ this.track.enabled = true;
-
- this.track.enabled = true; // when native audio tracks are used, we want to make sure that other tracks are turned off
-
+ // when native audio tracks are used, we want to make sure that other tracks are turned off
if (this.player_.tech_.featuresNativeAudioTracks) {
- var tracks = this.player_.audioTracks();
-
- for (var i = 0; i < tracks.length; i++) {
- var track = tracks[i]; // skip the current track since we enabled it above
+ const tracks = this.player_.audioTracks();
+ for (let i = 0; i < tracks.length; i++) {
+ const track = tracks[i];
+ // skip the current track since we enabled it above
if (track === this.track) {
continue;
}
-
track.enabled = track === this.track;
}
}
}
+
/**
* Handle any {@link AudioTrack} change.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The {@link AudioTrackList#change} event that caused this to run.
*
* @listens AudioTrackList#change
*/
- ;
-
- _proto.handleTracksChange = function handleTracksChange(event) {
+ handleTracksChange(event) {
this.selected(this.track.enabled);
- };
-
- return AudioTrackMenuItem;
- }(MenuItem);
-
+ }
+ }
Component$1.registerComponent('AudioTrackMenuItem', AudioTrackMenuItem);
+ /**
+ * @file audio-track-button.js
+ */
+
/**
* The base class for buttons that toggle specific {@link AudioTrack} types.
*
* @extends TrackButton
*/
-
- var AudioTrackButton = /*#__PURE__*/function (_TrackButton) {
- inheritsLoose(AudioTrackButton, _TrackButton);
-
+ class AudioTrackButton extends TrackButton {
/**
* Creates an instance of this class.
*
@@ -20396,31 +19677,25 @@
* @param {Object} [options={}]
* The key/value store of player options.
*/
- function AudioTrackButton(player, options) {
- if (options === void 0) {
- options = {};
- }
-
+ constructor(player, options = {}) {
options.tracks = player.audioTracks();
- return _TrackButton.call(this, player, options) || this;
+ super(player, options);
+ this.setIcon('audio');
}
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
-
-
- var _proto = AudioTrackButton.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-audio-button " + _TrackButton.prototype.buildCSSClass.call(this);
- };
-
- _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {
- return "vjs-audio-button " + _TrackButton.prototype.buildWrapperCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-audio-button ${super.buildCSSClass()}`;
}
+ buildWrapperCSSClass() {
+ return `vjs-audio-button ${super.buildWrapperCSSClass()}`;
+ }
+
/**
* Create a menu item for each audio track
*
@@ -20430,53 +19705,45 @@
* @return {AudioTrackMenuItem[]}
* An array of menu items
*/
- ;
-
- _proto.createItems = function createItems(items) {
- if (items === void 0) {
- items = [];
- }
-
+ createItems(items = []) {
// if there's only one audio track, there no point in showing it
this.hideThreshold_ = 1;
- var tracks = this.player_.audioTracks();
-
- for (var i = 0; i < tracks.length; i++) {
- var track = tracks[i];
+ const tracks = this.player_.audioTracks();
+ for (let i = 0; i < tracks.length; i++) {
+ const track = tracks[i];
items.push(new AudioTrackMenuItem(this.player_, {
- track: track,
+ track,
// MenuItem is selectable
selectable: true,
// MenuItem is NOT multiSelectable (i.e. only one can be marked "selected" at a time)
multiSelectable: false
}));
}
-
return items;
- };
+ }
+ }
- return AudioTrackButton;
- }(TrackButton);
/**
* The text that should display over the `AudioTrackButton`s controls. Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
-
AudioTrackButton.prototype.controlText_ = 'Audio Track';
Component$1.registerComponent('AudioTrackButton', AudioTrackButton);
+ /**
+ * @file playback-rate-menu-item.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The specific menu item type for selecting a playback rate.
*
* @extends MenuItem
*/
-
- var PlaybackRateMenuItem = /*#__PURE__*/function (_MenuItem) {
- inheritsLoose(PlaybackRateMenuItem, _MenuItem);
-
+ class PlaybackRateMenuItem extends MenuItem {
/**
* Creates an instance of this class.
*
@@ -20486,82 +19753,71 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function PlaybackRateMenuItem(player, options) {
- var _this;
-
- var label = options.rate;
- var rate = parseFloat(label, 10); // Modify options for parent MenuItem class's init.
+ constructor(player, options) {
+ const label = options.rate;
+ const rate = parseFloat(label, 10);
+ // Modify options for parent MenuItem class's init.
options.label = label;
options.selected = rate === player.playbackRate();
options.selectable = true;
options.multiSelectable = false;
- _this = _MenuItem.call(this, player, options) || this;
- _this.label = label;
- _this.rate = rate;
-
- _this.on(player, 'ratechange', function (e) {
- return _this.update(e);
- });
-
- return _this;
+ super(player, options);
+ this.label = label;
+ this.rate = rate;
+ this.on(player, 'ratechange', e => this.update(e));
}
+
/**
* This gets called when an `PlaybackRateMenuItem` is "clicked". See
* {@link ClickableComponent} for more detailed information on what a click can be.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `keydown`, `tap`, or `click` event that caused this function to be
* called.
*
* @listens tap
* @listens click
*/
-
-
- var _proto = PlaybackRateMenuItem.prototype;
-
- _proto.handleClick = function handleClick(event) {
- _MenuItem.prototype.handleClick.call(this);
-
+ handleClick(event) {
+ super.handleClick();
this.player().playbackRate(this.rate);
}
+
/**
* Update the PlaybackRateMenuItem when the playbackrate changes.
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The `ratechange` event that caused this function to run.
*
* @listens Player#ratechange
*/
- ;
-
- _proto.update = function update(event) {
+ update(event) {
this.selected(this.player().playbackRate() === this.rate);
- };
+ }
+ }
- return PlaybackRateMenuItem;
- }(MenuItem);
/**
* The text that should display over the `PlaybackRateMenuItem`s controls. Added for localization.
*
* @type {string}
* @private
*/
-
-
PlaybackRateMenuItem.prototype.contentElType = 'button';
Component$1.registerComponent('PlaybackRateMenuItem', PlaybackRateMenuItem);
+ /**
+ * @file playback-rate-menu-button.js
+ */
+
+ /** @import Player from '../../player' */
+
/**
* The component for controlling the playback rate.
*
* @extends MenuButton
*/
-
- var PlaybackRateMenuButton = /*#__PURE__*/function (_MenuButton) {
- inheritsLoose(PlaybackRateMenuButton, _MenuButton);
-
+ class PlaybackRateMenuButton extends MenuButton {
/**
* Creates an instance of this class.
*
@@ -20571,44 +19827,24 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function PlaybackRateMenuButton(player, options) {
- var _this;
-
- _this = _MenuButton.call(this, player, options) || this;
-
- _this.menuButton_.el_.setAttribute('aria-describedby', _this.labelElId_);
-
- _this.updateVisibility();
-
- _this.updateLabel();
-
- _this.on(player, 'loadstart', function (e) {
- return _this.updateVisibility(e);
- });
-
- _this.on(player, 'ratechange', function (e) {
- return _this.updateLabel(e);
- });
-
- _this.on(player, 'playbackrateschange', function (e) {
- return _this.handlePlaybackRateschange(e);
- });
-
- return _this;
+ constructor(player, options) {
+ super(player, options);
+ this.menuButton_.el_.setAttribute('aria-describedby', this.labelElId_);
+ this.updateVisibility();
+ this.updateLabel();
+ this.on(player, 'loadstart', e => this.updateVisibility(e));
+ this.on(player, 'ratechange', e => this.updateLabel(e));
+ this.on(player, 'playbackrateschange', e => this.handlePlaybackRateschange(e));
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
-
-
- var _proto = PlaybackRateMenuButton.prototype;
-
- _proto.createEl = function createEl$1() {
- var el = _MenuButton.prototype.createEl.call(this);
-
+ createEl() {
+ const el = super.createEl();
this.labelElId_ = 'vjs-playback-rate-value-label-' + this.id_;
this.labelEl_ = createEl('div', {
className: 'vjs-playback-rate-value',
@@ -20617,99 +19853,60 @@
});
el.appendChild(this.labelEl_);
return el;
- };
-
- _proto.dispose = function dispose() {
- this.labelEl_ = null;
-
- _MenuButton.prototype.dispose.call(this);
}
+ dispose() {
+ this.labelEl_ = null;
+ super.dispose();
+ }
+
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
- ;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-playback-rate " + _MenuButton.prototype.buildCSSClass.call(this);
- };
-
- _proto.buildWrapperCSSClass = function buildWrapperCSSClass() {
- return "vjs-playback-rate " + _MenuButton.prototype.buildWrapperCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-playback-rate ${super.buildCSSClass()}`;
}
+ buildWrapperCSSClass() {
+ return `vjs-playback-rate ${super.buildWrapperCSSClass()}`;
+ }
+
/**
* Create the list of menu items. Specific to each subclass.
*
*/
- ;
-
- _proto.createItems = function createItems() {
- var rates = this.playbackRates();
- var items = [];
-
- for (var i = rates.length - 1; i >= 0; i--) {
+ createItems() {
+ const rates = this.playbackRates();
+ const items = [];
+ for (let i = rates.length - 1; i >= 0; i--) {
items.push(new PlaybackRateMenuItem(this.player(), {
rate: rates[i] + 'x'
}));
}
-
return items;
}
- /**
- * Updates ARIA accessibility attributes
- */
- ;
- _proto.updateARIAAttributes = function updateARIAAttributes() {
- // Current playback rate
- this.el().setAttribute('aria-valuenow', this.player().playbackRate());
- }
- /**
- * This gets called when an `PlaybackRateMenuButton` is "clicked". See
- * {@link ClickableComponent} for more detailed information on what a click can be.
- *
- * @param {EventTarget~Event} [event]
- * The `keydown`, `tap`, or `click` event that caused this function to be
- * called.
- *
- * @listens tap
- * @listens click
- */
- ;
-
- _proto.handleClick = function handleClick(event) {
- // select next rate option
- var currentRate = this.player().playbackRate();
- var rates = this.playbackRates();
- var currentIndex = rates.indexOf(currentRate); // this get the next rate and it will select first one if the last one currently selected
-
- var newIndex = (currentIndex + 1) % rates.length;
- this.player().playbackRate(rates[newIndex]);
- }
/**
* On playbackrateschange, update the menu to account for the new items.
*
* @listens Player#playbackrateschange
*/
- ;
-
- _proto.handlePlaybackRateschange = function handlePlaybackRateschange(event) {
+ handlePlaybackRateschange(event) {
this.update();
}
+
/**
* Get possible playback rates
*
* @return {Array}
* All possible playback rates
*/
- ;
-
- _proto.playbackRates = function playbackRates() {
- var player = this.player();
+ playbackRates() {
+ const player = this.player();
return player.playbackRates && player.playbackRates() || [];
}
+
/**
* Get whether playback rates is supported by the tech
* and an array of playback rates exists
@@ -20717,219 +19914,173 @@
* @return {boolean}
* Whether changing playback rate is supported
*/
- ;
-
- _proto.playbackRateSupported = function playbackRateSupported() {
+ playbackRateSupported() {
return this.player().tech_ && this.player().tech_.featuresPlaybackRate && this.playbackRates() && this.playbackRates().length > 0;
}
+
/**
* Hide playback rate controls when they're no playback rate options to select
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The event that caused this function to run.
*
* @listens Player#loadstart
*/
- ;
-
- _proto.updateVisibility = function updateVisibility(event) {
+ updateVisibility(event) {
if (this.playbackRateSupported()) {
this.removeClass('vjs-hidden');
} else {
this.addClass('vjs-hidden');
}
}
+
/**
* Update button label when rate changed
*
- * @param {EventTarget~Event} [event]
+ * @param {Event} [event]
* The event that caused this function to run.
*
* @listens Player#ratechange
*/
- ;
-
- _proto.updateLabel = function updateLabel(event) {
+ updateLabel(event) {
if (this.playbackRateSupported()) {
this.labelEl_.textContent = this.player().playbackRate() + 'x';
}
- };
+ }
+ }
- return PlaybackRateMenuButton;
- }(MenuButton);
/**
- * The text that should display over the `FullscreenToggle`s controls. Added for localization.
+ * The text that should display over the `PlaybackRateMenuButton`s controls.
+ *
+ * Added for localization.
*
* @type {string}
- * @private
+ * @protected
*/
-
-
PlaybackRateMenuButton.prototype.controlText_ = 'Playback Rate';
Component$1.registerComponent('PlaybackRateMenuButton', PlaybackRateMenuButton);
+ /**
+ * @file spacer.js
+ */
+
/**
* Just an empty spacer element that can be used as an append point for plugins, etc.
* Also can be used to create space between elements when necessary.
*
* @extends Component
*/
-
- var Spacer = /*#__PURE__*/function (_Component) {
- inheritsLoose(Spacer, _Component);
-
- function Spacer() {
- return _Component.apply(this, arguments) || this;
- }
-
- var _proto = Spacer.prototype;
-
+ class Spacer extends Component$1 {
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-spacer " + _Component.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-spacer ${super.buildCSSClass()}`;
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
- ;
-
- _proto.createEl = function createEl(tag, props, attributes) {
- if (tag === void 0) {
- tag = 'div';
- }
-
- if (props === void 0) {
- props = {};
- }
-
- if (attributes === void 0) {
- attributes = {};
- }
-
+ createEl(tag = 'div', props = {}, attributes = {}) {
if (!props.className) {
props.className = this.buildCSSClass();
}
-
- return _Component.prototype.createEl.call(this, tag, props, attributes);
- };
-
- return Spacer;
- }(Component$1);
-
+ return super.createEl(tag, props, attributes);
+ }
+ }
Component$1.registerComponent('Spacer', Spacer);
+ /**
+ * @file custom-control-spacer.js
+ */
+
/**
* Spacer specifically meant to be used as an insertion point for new plugins, etc.
*
* @extends Spacer
*/
-
- var CustomControlSpacer = /*#__PURE__*/function (_Spacer) {
- inheritsLoose(CustomControlSpacer, _Spacer);
-
- function CustomControlSpacer() {
- return _Spacer.apply(this, arguments) || this;
- }
-
- var _proto = CustomControlSpacer.prototype;
-
+ class CustomControlSpacer extends Spacer {
/**
* Builds the default DOM `className`.
*
* @return {string}
* The DOM `className` for this object.
*/
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-custom-control-spacer " + _Spacer.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-custom-control-spacer ${super.buildCSSClass()}`;
}
+
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
- ;
-
- _proto.createEl = function createEl() {
- return _Spacer.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: this.buildCSSClass(),
// No-flex/table-cell mode requires there be some content
// in the cell to fill the remaining space of the table.
- textContent: "\xA0"
+ textContent: '\u00a0'
});
- };
-
- return CustomControlSpacer;
- }(Spacer);
-
+ }
+ }
Component$1.registerComponent('CustomControlSpacer', CustomControlSpacer);
+ /**
+ * @file control-bar.js
+ */
+
/**
* Container of main controls.
*
* @extends Component
*/
-
- var ControlBar = /*#__PURE__*/function (_Component) {
- inheritsLoose(ControlBar, _Component);
-
- function ControlBar() {
- return _Component.apply(this, arguments) || this;
- }
-
- var _proto = ControlBar.prototype;
-
+ class ControlBar extends Component$1 {
/**
* Create the `Component`'s DOM element
*
* @return {Element}
* The element that was created.
*/
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'div', {
+ createEl() {
+ return super.createEl('div', {
className: 'vjs-control-bar',
dir: 'ltr'
});
- };
+ }
+ }
- return ControlBar;
- }(Component$1);
/**
* Default options for `ControlBar`
*
* @type {Object}
* @private
*/
-
-
ControlBar.prototype.options_ = {
- children: ['playToggle', 'volumePanel', 'currentTimeDisplay', 'timeDivider', 'durationDisplay', 'progressControl', 'liveDisplay', 'seekToLive', 'remainingTimeDisplay', 'customControlSpacer', 'playbackRateMenuButton', 'chaptersButton', 'descriptionsButton', 'subsCapsButton', 'audioTrackButton', 'fullscreenToggle']
+ children: ['playToggle', 'skipBackward', 'skipForward', 'volumePanel', 'currentTimeDisplay', 'timeDivider', 'durationDisplay', 'progressControl', 'liveDisplay', 'seekToLive', 'remainingTimeDisplay', 'customControlSpacer', 'playbackRateMenuButton', 'chaptersButton', 'descriptionsButton', 'subsCapsButton', 'audioTrackButton', 'pictureInPictureToggle', 'fullscreenToggle']
};
-
- if ('exitPictureInPicture' in document) {
- ControlBar.prototype.options_.children.splice(ControlBar.prototype.options_.children.length - 1, 0, 'pictureInPictureToggle');
- }
-
Component$1.registerComponent('ControlBar', ControlBar);
+ /**
+ * @file error-display.js
+ */
+
+ /** @import Player from './player' */
+
/**
* A display that indicates an error has occurred. This means that the video
* is unplayable.
*
* @extends ModalDialog
*/
-
- var ErrorDisplay = /*#__PURE__*/function (_ModalDialog) {
- inheritsLoose(ErrorDisplay, _ModalDialog);
-
+ class ErrorDisplay extends ModalDialog {
/**
* Creates an instance of this class.
*
@@ -20939,17 +20090,13 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function ErrorDisplay(player, options) {
- var _this;
-
- _this = _ModalDialog.call(this, player, options) || this;
-
- _this.on(player, 'error', function (e) {
- return _this.open(e);
+ constructor(player, options) {
+ super(player, options);
+ this.on(player, 'error', e => {
+ this.open(e);
});
-
- return _this;
}
+
/**
* Builds the default DOM `className`.
*
@@ -20958,36 +20105,28 @@
*
* @deprecated Since version 5.
*/
-
-
- var _proto = ErrorDisplay.prototype;
-
- _proto.buildCSSClass = function buildCSSClass() {
- return "vjs-error-display " + _ModalDialog.prototype.buildCSSClass.call(this);
+ buildCSSClass() {
+ return `vjs-error-display ${super.buildCSSClass()}`;
}
+
/**
* Gets the localized error message based on the `Player`s error.
*
* @return {string}
* The `Player`s error message localized or an empty string.
*/
- ;
-
- _proto.content = function content() {
- var error = this.player().error();
+ content() {
+ const error = this.player().error();
return error ? this.localize(error.message) : '';
- };
+ }
+ }
- return ErrorDisplay;
- }(ModalDialog);
/**
* The default options for an `ErrorDisplay`.
*
* @private
*/
-
-
- ErrorDisplay.prototype.options_ = _extends_1({}, ModalDialog.prototype.options_, {
+ ErrorDisplay.prototype.options_ = Object.assign({}, ModalDialog.prototype.options_, {
pauseOnOpen: false,
fillAlways: true,
temporary: false,
@@ -20995,18 +20134,426 @@
});
Component$1.registerComponent('ErrorDisplay', ErrorDisplay);
- var LOCAL_STORAGE_KEY$1 = 'vjs-text-track-settings';
- var COLOR_BLACK = ['#000', 'Black'];
- var COLOR_BLUE = ['#00F', 'Blue'];
- var COLOR_CYAN = ['#0FF', 'Cyan'];
- var COLOR_GREEN = ['#0F0', 'Green'];
- var COLOR_MAGENTA = ['#F0F', 'Magenta'];
- var COLOR_RED = ['#F00', 'Red'];
- var COLOR_WHITE = ['#FFF', 'White'];
- var COLOR_YELLOW = ['#FF0', 'Yellow'];
- var OPACITY_OPAQUE = ['1', 'Opaque'];
- var OPACITY_SEMI = ['0.5', 'Semi-Transparent'];
- var OPACITY_TRANS = ['0', 'Transparent']; // Configuration for the various elements in the DOM of this component.
+ /** @import Player from './player' */
+ /** @import { ContentDescriptor } from '../utils/dom' */
+
+ /**
+ * Creates DOM element of 'select' & its options.
+ *
+ * @extends Component
+ */
+ class TextTrackSelect extends Component$1 {
+ /**
+ * Creates an instance of this class.
+ *
+ * @param {Player} player
+ * The `Player` that this class should be attached to.
+ *
+ * @param {Object} [options]
+ * The key/value store of player options.
+ *
+ * @param {ContentDescriptor} [options.content=undefined]
+ * Provide customized content for this modal.
+ *
+ * @param {string} [options.legendId]
+ * A text with part of an string to create atribute of aria-labelledby.
+ *
+ * @param {string} [options.id]
+ * A text with part of an string to create atribute of aria-labelledby.
+ *
+ * @param {Array} [options.SelectOptions]
+ * Array that contains the value & textContent of for each of the
+ * options elements.
+ */
+ constructor(player, options = {}) {
+ super(player, options);
+ this.el_.setAttribute('aria-labelledby', this.selectLabelledbyIds);
+ }
+
+ /**
+ * Create the `TextTrackSelect`'s DOM element
+ *
+ * @return {Element}
+ * The DOM element that gets created.
+ */
+ createEl() {
+ this.selectLabelledbyIds = [this.options_.legendId, this.options_.labelId].join(' ').trim();
+
+ // Create select & inner options
+ const selectoptions = createEl('select', {
+ id: this.options_.id
+ }, {}, this.options_.SelectOptions.map(optionText => {
+ // Constructs an id for the .
+ // For the colour settings that have two with a each, generates an id based off the label value
+ // For font size/family and edge style with one and no , generates an id with a guid
+ const optionId = (this.options_.labelId ? this.options_.labelId : `vjs-track-option-${newGUID()}`) + '-' + optionText[1].replace(/\W+/g, '');
+ const option = createEl('option', {
+ id: optionId,
+ value: this.localize(optionText[0]),
+ textContent: optionText[1]
+ });
+ option.setAttribute('aria-labelledby', `${this.selectLabelledbyIds} ${optionId}`);
+ return option;
+ }));
+ return selectoptions;
+ }
+ }
+ Component$1.registerComponent('TextTrackSelect', TextTrackSelect);
+
+ /** @import Player from './player' */
+ /** @import { ContentDescriptor } from '../utils/dom' */
+
+ /**
+ * Creates fieldset section of 'TextTrackSettings'.
+ * Manganes two versions of fieldsets, one for type of 'colors'
+ * & the other for 'font', Component adds diferent DOM elements
+ * to that fieldset depending on the type.
+ *
+ * @extends Component
+ */
+ class TextTrackFieldset extends Component$1 {
+ /**
+ * Creates an instance of this class.
+ *
+ * @param {Player} player
+ * The `Player` that this class should be attached to.
+ *
+ * @param {Object} [options]
+ * The key/value store of player options.
+ *
+ * @param {ContentDescriptor} [options.content=undefined]
+ * Provide customized content for this modal.
+ *
+ * @param {string} [options.legendId]
+ * A text with part of an string to create atribute of aria-labelledby.
+ * It passes to 'TextTrackSelect'.
+ *
+ * @param {string} [options.id]
+ * A text with part of an string to create atribute of aria-labelledby.
+ * It passes to 'TextTrackSelect'.
+ *
+ * @param {string} [options.legendText]
+ * A text to use as the text content of the legend element.
+ *
+ * @param {Array} [options.selects]
+ * Array that contains the selects that are use to create 'selects'
+ * components.
+ *
+ * @param {Array} [options.SelectOptions]
+ * Array that contains the value & textContent of for each of the
+ * options elements, it passes to 'TextTrackSelect'.
+ *
+ * @param {string} [options.type]
+ * Conditions if some DOM elements will be added to the fieldset
+ * component.
+ *
+ * @param {Object} [options.selectConfigs]
+ * Object with the following properties that are the selects configurations:
+ * backgroundColor, backgroundOpacity, color, edgeStyle, fontFamily,
+ * fontPercent, textOpacity, windowColor, windowOpacity.
+ * These properties are use to configure the 'TextTrackSelect' Component.
+ */
+ constructor(player, options = {}) {
+ super(player, options);
+
+ // Add Components & DOM Elements
+ const legendElement = createEl('legend', {
+ textContent: this.localize(this.options_.legendText),
+ id: this.options_.legendId
+ });
+ this.el().appendChild(legendElement);
+ const selects = this.options_.selects;
+
+ // Iterate array of selects to create 'selects' components
+ for (const i of selects) {
+ const selectConfig = this.options_.selectConfigs[i];
+ const selectClassName = selectConfig.className;
+ const id = selectConfig.id.replace('%s', this.options_.id_);
+ let span = null;
+ const guid = `vjs_select_${newGUID()}`;
+
+ // Conditionally create span to add on the component
+ if (this.options_.type === 'colors') {
+ span = createEl('span', {
+ className: selectClassName
+ });
+ const label = createEl('label', {
+ id,
+ className: 'vjs-label',
+ textContent: selectConfig.label
+ });
+ label.setAttribute('for', guid);
+ span.appendChild(label);
+ }
+ const textTrackSelect = new TextTrackSelect(player, {
+ SelectOptions: selectConfig.options,
+ legendId: this.options_.legendId,
+ id: guid,
+ labelId: id
+ });
+ this.addChild(textTrackSelect);
+
+ // Conditionally append to 'select' component to conditionally created span
+ if (this.options_.type === 'colors') {
+ span.appendChild(textTrackSelect.el());
+ this.el().appendChild(span);
+ }
+ }
+ }
+
+ /**
+ * Create the `TextTrackFieldset`'s DOM element
+ *
+ * @return {Element}
+ * The DOM element that gets created.
+ */
+ createEl() {
+ const el = createEl('fieldset', {
+ // Prefixing classes of elements within a player with "vjs-"
+ // is a convention used in Video.js.
+ className: this.options_.className
+ });
+ return el;
+ }
+ }
+ Component$1.registerComponent('TextTrackFieldset', TextTrackFieldset);
+
+ /** @import Player from './player' */
+ /** @import { ContentDescriptor } from '../utils/dom' */
+
+ /**
+ * The component 'TextTrackSettingsColors' displays a set of 'fieldsets'
+ * using the component 'TextTrackFieldset'.
+ *
+ * @extends Component
+ */
+ class TextTrackSettingsColors extends Component$1 {
+ /**
+ * Creates an instance of this class.
+ *
+ * @param {Player} player
+ * The `Player` that this class should be attached to.
+ *
+ * @param {Object} [options]
+ * The key/value store of player options.
+ *
+ * @param {ContentDescriptor} [options.content=undefined]
+ * Provide customized content for this modal.
+ *
+ * @param {Array} [options.fieldSets]
+ * Array that contains the configurations for the selects.
+ *
+ * @param {Object} [options.selectConfigs]
+ * Object with the following properties that are the select confugations:
+ * backgroundColor, backgroundOpacity, color, edgeStyle, fontFamily,
+ * fontPercent, textOpacity, windowColor, windowOpacity.
+ * it passes to 'TextTrackFieldset'.
+ */
+ constructor(player, options = {}) {
+ super(player, options);
+ const id_ = this.options_.textTrackComponentid;
+
+ // createElFgColor_
+ const ElFgColorFieldset = new TextTrackFieldset(player, {
+ id_,
+ legendId: `captions-text-legend-${id_}`,
+ legendText: this.localize('Text'),
+ className: 'vjs-fg vjs-track-setting',
+ selects: this.options_.fieldSets[0],
+ selectConfigs: this.options_.selectConfigs,
+ type: 'colors'
+ });
+ this.addChild(ElFgColorFieldset);
+
+ // createElBgColor_
+ const ElBgColorFieldset = new TextTrackFieldset(player, {
+ id_,
+ legendId: `captions-background-${id_}`,
+ legendText: this.localize('Text Background'),
+ className: 'vjs-bg vjs-track-setting',
+ selects: this.options_.fieldSets[1],
+ selectConfigs: this.options_.selectConfigs,
+ type: 'colors'
+ });
+ this.addChild(ElBgColorFieldset);
+
+ // createElWinColor_
+ const ElWinColorFieldset = new TextTrackFieldset(player, {
+ id_,
+ legendId: `captions-window-${id_}`,
+ legendText: this.localize('Caption Area Background'),
+ className: 'vjs-window vjs-track-setting',
+ selects: this.options_.fieldSets[2],
+ selectConfigs: this.options_.selectConfigs,
+ type: 'colors'
+ });
+ this.addChild(ElWinColorFieldset);
+ }
+
+ /**
+ * Create the `TextTrackSettingsColors`'s DOM element
+ *
+ * @return {Element}
+ * The DOM element that gets created.
+ */
+ createEl() {
+ const el = createEl('div', {
+ className: 'vjs-track-settings-colors'
+ });
+ return el;
+ }
+ }
+ Component$1.registerComponent('TextTrackSettingsColors', TextTrackSettingsColors);
+
+ /** @import Player from './player' */
+ /** @import { ContentDescriptor } from '../utils/dom' */
+
+ /**
+ * The component 'TextTrackSettingsFont' displays a set of 'fieldsets'
+ * using the component 'TextTrackFieldset'.
+ *
+ * @extends Component
+ */
+ class TextTrackSettingsFont extends Component$1 {
+ /**
+ * Creates an instance of this class.
+ *
+ * @param {Player} player
+ * The `Player` that this class should be attached to.
+ *
+ * @param {Object} [options]
+ * The key/value store of player options.
+ *
+ * @param {ContentDescriptor} [options.content=undefined]
+ * Provide customized content for this modal.
+ *
+ * @param {Array} [options.fieldSets]
+ * Array that contains the configurations for the selects.
+ *
+ * @param {Object} [options.selectConfigs]
+ * Object with the following properties that are the select confugations:
+ * backgroundColor, backgroundOpacity, color, edgeStyle, fontFamily,
+ * fontPercent, textOpacity, windowColor, windowOpacity.
+ * it passes to 'TextTrackFieldset'.
+ */
+ constructor(player, options = {}) {
+ super(player, options);
+ const id_ = this.options_.textTrackComponentid;
+ const ElFgColorFieldset = new TextTrackFieldset(player, {
+ id_,
+ legendId: `captions-font-size-${id_}`,
+ legendText: 'Font Size',
+ className: 'vjs-font-percent vjs-track-setting',
+ selects: this.options_.fieldSets[0],
+ selectConfigs: this.options_.selectConfigs,
+ type: 'font'
+ });
+ this.addChild(ElFgColorFieldset);
+ const ElBgColorFieldset = new TextTrackFieldset(player, {
+ id_,
+ legendId: `captions-edge-style-${id_}`,
+ legendText: this.localize('Text Edge Style'),
+ className: 'vjs-edge-style vjs-track-setting',
+ selects: this.options_.fieldSets[1],
+ selectConfigs: this.options_.selectConfigs,
+ type: 'font'
+ });
+ this.addChild(ElBgColorFieldset);
+ const ElWinColorFieldset = new TextTrackFieldset(player, {
+ id_,
+ legendId: `captions-font-family-${id_}`,
+ legendText: this.localize('Font Family'),
+ className: 'vjs-font-family vjs-track-setting',
+ selects: this.options_.fieldSets[2],
+ selectConfigs: this.options_.selectConfigs,
+ type: 'font'
+ });
+ this.addChild(ElWinColorFieldset);
+ }
+
+ /**
+ * Create the `TextTrackSettingsFont`'s DOM element
+ *
+ * @return {Element}
+ * The DOM element that gets created.
+ */
+ createEl() {
+ const el = createEl('div', {
+ className: 'vjs-track-settings-font'
+ });
+ return el;
+ }
+ }
+ Component$1.registerComponent('TextTrackSettingsFont', TextTrackSettingsFont);
+
+ /**
+ * Buttons of reset & done that modal 'TextTrackSettings'
+ * uses as part of its content.
+ *
+ * 'Reset': Resets all settings on 'TextTrackSettings'.
+ * 'Done': Closes 'TextTrackSettings' modal.
+ *
+ * @extends Component
+ */
+ class TrackSettingsControls extends Component$1 {
+ constructor(player, options = {}) {
+ super(player, options);
+
+ // Create DOM elements
+ const defaultsDescription = this.localize('restore all settings to the default values');
+ const resetButton = new Button(player, {
+ controlText: defaultsDescription,
+ className: 'vjs-default-button'
+ });
+ resetButton.el().classList.remove('vjs-control', 'vjs-button');
+ resetButton.el().textContent = this.localize('Reset');
+ this.addChild(resetButton);
+ const doneButton = new Button(player, {
+ controlText: defaultsDescription,
+ className: 'vjs-done-button'
+ });
+
+ // Remove unrequired style classes
+ doneButton.el().classList.remove('vjs-control', 'vjs-button');
+ doneButton.el().textContent = this.localize('Done');
+ this.addChild(doneButton);
+ }
+
+ /**
+ * Create the `TrackSettingsControls`'s DOM element
+ *
+ * @return {Element}
+ * The DOM element that gets created.
+ */
+ createEl() {
+ const el = createEl('div', {
+ className: 'vjs-track-settings-controls'
+ });
+ return el;
+ }
+ }
+ Component$1.registerComponent('TrackSettingsControls', TrackSettingsControls);
+
+ /**
+ * @file text-track-settings.js
+ */
+
+ /** @import Player from '../player' */
+
+ const LOCAL_STORAGE_KEY$1 = 'vjs-text-track-settings';
+ const COLOR_BLACK = ['#000', 'Black'];
+ const COLOR_BLUE = ['#00F', 'Blue'];
+ const COLOR_CYAN = ['#0FF', 'Cyan'];
+ const COLOR_GREEN = ['#0F0', 'Green'];
+ const COLOR_MAGENTA = ['#F0F', 'Magenta'];
+ const COLOR_RED = ['#F00', 'Red'];
+ const COLOR_WHITE = ['#FFF', 'White'];
+ const COLOR_YELLOW = ['#FF0', 'Yellow'];
+ const OPACITY_OPAQUE = ['1', 'Opaque'];
+ const OPACITY_SEMI = ['0.5', 'Semi-Transparent'];
+ const OPACITY_TRANS = ['0', 'Transparent'];
+
+ // Configuration for the various elements in the DOM of this component.
//
// Possible keys include:
//
@@ -21017,69 +20564,73 @@
// a customized way.
// `selector`:
// The selector used to find the associated element.
-
- var selectConfigs = {
+ const selectConfigs = {
backgroundColor: {
selector: '.vjs-bg-color > select',
id: 'captions-background-color-%s',
label: 'Color',
- options: [COLOR_BLACK, COLOR_WHITE, COLOR_RED, COLOR_GREEN, COLOR_BLUE, COLOR_YELLOW, COLOR_MAGENTA, COLOR_CYAN]
+ options: [COLOR_BLACK, COLOR_WHITE, COLOR_RED, COLOR_GREEN, COLOR_BLUE, COLOR_YELLOW, COLOR_MAGENTA, COLOR_CYAN],
+ className: 'vjs-bg-color'
},
backgroundOpacity: {
selector: '.vjs-bg-opacity > select',
id: 'captions-background-opacity-%s',
- label: 'Transparency',
- options: [OPACITY_OPAQUE, OPACITY_SEMI, OPACITY_TRANS]
+ label: 'Opacity',
+ options: [OPACITY_OPAQUE, OPACITY_SEMI, OPACITY_TRANS],
+ className: 'vjs-bg-opacity vjs-opacity'
},
color: {
- selector: '.vjs-fg-color > select',
+ selector: '.vjs-text-color > select',
id: 'captions-foreground-color-%s',
label: 'Color',
- options: [COLOR_WHITE, COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_BLUE, COLOR_YELLOW, COLOR_MAGENTA, COLOR_CYAN]
+ options: [COLOR_WHITE, COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_BLUE, COLOR_YELLOW, COLOR_MAGENTA, COLOR_CYAN],
+ className: 'vjs-text-color'
},
edgeStyle: {
selector: '.vjs-edge-style > select',
- id: '%s',
+ id: '',
label: 'Text Edge Style',
- options: [['none', 'None'], ['raised', 'Raised'], ['depressed', 'Depressed'], ['uniform', 'Uniform'], ['dropshadow', 'Dropshadow']]
+ options: [['none', 'None'], ['raised', 'Raised'], ['depressed', 'Depressed'], ['uniform', 'Uniform'], ['dropshadow', 'Drop shadow']]
},
fontFamily: {
selector: '.vjs-font-family > select',
- id: 'captions-font-family-%s',
+ id: '',
label: 'Font Family',
options: [['proportionalSansSerif', 'Proportional Sans-Serif'], ['monospaceSansSerif', 'Monospace Sans-Serif'], ['proportionalSerif', 'Proportional Serif'], ['monospaceSerif', 'Monospace Serif'], ['casual', 'Casual'], ['script', 'Script'], ['small-caps', 'Small Caps']]
},
fontPercent: {
selector: '.vjs-font-percent > select',
- id: 'captions-font-size-%s',
+ id: '',
label: 'Font Size',
options: [['0.50', '50%'], ['0.75', '75%'], ['1.00', '100%'], ['1.25', '125%'], ['1.50', '150%'], ['1.75', '175%'], ['2.00', '200%'], ['3.00', '300%'], ['4.00', '400%']],
- "default": 2,
- parser: function parser(v) {
- return v === '1.00' ? null : Number(v);
- }
+ default: 2,
+ parser: v => v === '1.00' ? null : Number(v)
},
textOpacity: {
selector: '.vjs-text-opacity > select',
id: 'captions-foreground-opacity-%s',
- label: 'Transparency',
- options: [OPACITY_OPAQUE, OPACITY_SEMI]
+ label: 'Opacity',
+ options: [OPACITY_OPAQUE, OPACITY_SEMI],
+ className: 'vjs-text-opacity vjs-opacity'
},
// Options for this object are defined below.
windowColor: {
selector: '.vjs-window-color > select',
id: 'captions-window-color-%s',
- label: 'Color'
+ label: 'Color',
+ className: 'vjs-window-color'
},
// Options for this object are defined below.
windowOpacity: {
selector: '.vjs-window-opacity > select',
id: 'captions-window-opacity-%s',
- label: 'Transparency',
- options: [OPACITY_TRANS, OPACITY_SEMI, OPACITY_OPAQUE]
+ label: 'Opacity',
+ options: [OPACITY_TRANS, OPACITY_SEMI, OPACITY_OPAQUE],
+ className: 'vjs-window-opacity vjs-opacity'
}
};
selectConfigs.windowColor.options = selectConfigs.backgroundColor.options;
+
/**
* Get the actual value of an option.
*
@@ -21089,23 +20640,22 @@
* @param {Function} [parser]
* Optional function to adjust the value.
*
- * @return {Mixed}
+ * @return {*}
* - Will be `undefined` if no value exists
* - Will be `undefined` if the given value is "none".
* - Will be the actual value otherwise.
*
* @private
*/
-
function parseOptionValue(value, parser) {
if (parser) {
value = parser(value);
}
-
if (value && value !== 'none') {
return value;
}
}
+
/**
* Gets the value of the selected element within a element.
*
@@ -21115,19 +20665,18 @@
* @param {Function} [parser]
* Optional function to adjust the value.
*
- * @return {Mixed}
+ * @return {*}
* - Will be `undefined` if no value exists
* - Will be `undefined` if the given value is "none".
* - Will be the actual value otherwise.
*
* @private
*/
-
-
function getSelectedOptionValue(el, parser) {
- var value = el.options[el.options.selectedIndex].value;
+ const value = el.options[el.options.selectedIndex].value;
return parseOptionValue(value, parser);
}
+
/**
* Sets the selected element within a element based on a
* given value.
@@ -21143,30 +20692,24 @@
*
* @private
*/
-
-
function setSelectedOption(el, value, parser) {
if (!value) {
return;
}
-
- for (var i = 0; i < el.options.length; i++) {
+ for (let i = 0; i < el.options.length; i++) {
if (parseOptionValue(el.options[i].value, parser) === value) {
el.selectedIndex = i;
break;
}
}
}
+
/**
* Manipulate Text Tracks settings.
*
* @extends ModalDialog
*/
-
-
- var TextTrackSettings = /*#__PURE__*/function (_ModalDialog) {
- inheritsLoose(TextTrackSettings, _ModalDialog);
-
+ class TextTrackSettings extends ModalDialog {
/**
* Creates an instance of this class.
*
@@ -21176,278 +20719,135 @@
* @param {Object} [options]
* The key/value store of player options.
*/
- function TextTrackSettings(player, options) {
- var _this;
-
+ constructor(player, options) {
options.temporary = false;
- _this = _ModalDialog.call(this, player, options) || this;
- _this.updateDisplay = _this.updateDisplay.bind(assertThisInitialized(_this)); // fill the modal and pretend we have opened it
+ super(player, options);
+ this.updateDisplay = this.updateDisplay.bind(this);
- _this.fill();
-
- _this.hasBeenOpened_ = _this.hasBeenFilled_ = true;
- _this.endDialog = createEl('p', {
+ // fill the modal and pretend we have opened it
+ this.fill();
+ this.hasBeenOpened_ = this.hasBeenFilled_ = true;
+ this.renderModalComponents(player);
+ this.endDialog = createEl('p', {
className: 'vjs-control-text',
- textContent: _this.localize('End of dialog window.')
+ textContent: this.localize('End of dialog window.')
});
+ this.el().appendChild(this.endDialog);
+ this.setDefaults();
- _this.el().appendChild(_this.endDialog);
-
- _this.setDefaults(); // Grab `persistTextTrackSettings` from the player options if not passed in child options
-
-
+ // Grab `persistTextTrackSettings` from the player options if not passed in child options
if (options.persistTextTrackSettings === undefined) {
- _this.options_.persistTextTrackSettings = _this.options_.playerOptions.persistTextTrackSettings;
+ this.options_.persistTextTrackSettings = this.options_.playerOptions.persistTextTrackSettings;
}
-
- _this.on(_this.$('.vjs-done-button'), 'click', function () {
- _this.saveSettings();
-
- _this.close();
- });
-
- _this.on(_this.$('.vjs-default-button'), 'click', function () {
- _this.setDefaults();
-
- _this.updateDisplay();
- });
-
- each(selectConfigs, function (config) {
- _this.on(_this.$(config.selector), 'change', _this.updateDisplay);
- });
-
- if (_this.options_.persistTextTrackSettings) {
- _this.restoreSettings();
+ this.bindFunctionsToSelectsAndButtons();
+ if (this.options_.persistTextTrackSettings) {
+ this.restoreSettings();
}
-
- return _this;
}
-
- var _proto = TextTrackSettings.prototype;
-
- _proto.dispose = function dispose() {
+ renderModalComponents(player) {
+ const textTrackSettingsColors = new TextTrackSettingsColors(player, {
+ textTrackComponentid: this.id_,
+ selectConfigs,
+ fieldSets: [['color', 'textOpacity'], ['backgroundColor', 'backgroundOpacity'], ['windowColor', 'windowOpacity']]
+ });
+ this.addChild(textTrackSettingsColors);
+ const textTrackSettingsFont = new TextTrackSettingsFont(player, {
+ textTrackComponentid: this.id_,
+ selectConfigs,
+ fieldSets: [['fontPercent'], ['edgeStyle'], ['fontFamily']]
+ });
+ this.addChild(textTrackSettingsFont);
+ const trackSettingsControls = new TrackSettingsControls(player);
+ this.addChild(trackSettingsControls);
+ }
+ bindFunctionsToSelectsAndButtons() {
+ this.on(this.$('.vjs-done-button'), ['click', 'tap'], () => {
+ this.saveSettings();
+ this.close();
+ });
+ this.on(this.$('.vjs-default-button'), ['click', 'tap'], () => {
+ this.setDefaults();
+ this.updateDisplay();
+ });
+ each(selectConfigs, config => {
+ this.on(this.$(config.selector), 'change', this.updateDisplay);
+ });
+ }
+ dispose() {
this.endDialog = null;
-
- _ModalDialog.prototype.dispose.call(this);
+ super.dispose();
}
- /**
- * Create a element with configured options.
- *
- * @param {string} key
- * Configuration key to use during creation.
- *
- * @return {string}
- * An HTML string.
- *
- * @private
- */
- ;
-
- _proto.createElSelect_ = function createElSelect_(key, legendId, type) {
- var _this2 = this;
-
- if (legendId === void 0) {
- legendId = '';
- }
-
- if (type === void 0) {
- type = 'label';
- }
-
- var config = selectConfigs[key];
- var id = config.id.replace('%s', this.id_);
- var selectLabelledbyIds = [legendId, id].join(' ').trim();
- return ["<" + type + " id=\"" + id + "\" class=\"" + (type === 'label' ? 'vjs-label' : '') + "\">", this.localize(config.label), "" + type + ">", ""].concat(config.options.map(function (o) {
- var optionId = id + '-' + o[1].replace(/\W+/g, '');
- return ["", _this2.localize(o[1]), ' '].join('');
- })).concat(' ').join('');
- }
- /**
- * Create foreground color element for the component
- *
- * @return {string}
- * An HTML string.
- *
- * @private
- */
- ;
-
- _proto.createElFgColor_ = function createElFgColor_() {
- var legendId = "captions-text-legend-" + this.id_;
- return ['', "", this.localize('Text'), ' ', this.createElSelect_('color', legendId), '', this.createElSelect_('textOpacity', legendId), ' ', ' '].join('');
- }
- /**
- * Create background color element for the component
- *
- * @return {string}
- * An HTML string.
- *
- * @private
- */
- ;
-
- _proto.createElBgColor_ = function createElBgColor_() {
- var legendId = "captions-background-" + this.id_;
- return ['', "", this.localize('Background'), ' ', this.createElSelect_('backgroundColor', legendId), '', this.createElSelect_('backgroundOpacity', legendId), ' ', ' '].join('');
- }
- /**
- * Create window color element for the component
- *
- * @return {string}
- * An HTML string.
- *
- * @private
- */
- ;
-
- _proto.createElWinColor_ = function createElWinColor_() {
- var legendId = "captions-window-" + this.id_;
- return ['', "", this.localize('Window'), ' ', this.createElSelect_('windowColor', legendId), '', this.createElSelect_('windowOpacity', legendId), ' ', ' '].join('');
- }
- /**
- * Create color elements for the component
- *
- * @return {Element}
- * The element that was created
- *
- * @private
- */
- ;
-
- _proto.createElColors_ = function createElColors_() {
- return createEl('div', {
- className: 'vjs-track-settings-colors',
- innerHTML: [this.createElFgColor_(), this.createElBgColor_(), this.createElWinColor_()].join('')
- });
- }
- /**
- * Create font elements for the component
- *
- * @return {Element}
- * The element that was created.
- *
- * @private
- */
- ;
-
- _proto.createElFont_ = function createElFont_() {
- return createEl('div', {
- className: 'vjs-track-settings-font',
- innerHTML: ['', this.createElSelect_('fontPercent', '', 'legend'), ' ', '', this.createElSelect_('edgeStyle', '', 'legend'), ' ', '', this.createElSelect_('fontFamily', '', 'legend'), ' '].join('')
- });
- }
- /**
- * Create controls for the component
- *
- * @return {Element}
- * The element that was created.
- *
- * @private
- */
- ;
-
- _proto.createElControls_ = function createElControls_() {
- var defaultsDescription = this.localize('restore all settings to the default values');
- return createEl('div', {
- className: 'vjs-track-settings-controls',
- innerHTML: ["", this.localize('Reset'), " " + defaultsDescription + " ", ' ', "" + this.localize('Done') + " "].join('')
- });
- };
-
- _proto.content = function content() {
- return [this.createElColors_(), this.createElFont_(), this.createElControls_()];
- };
-
- _proto.label = function label() {
+ label() {
return this.localize('Caption Settings Dialog');
- };
-
- _proto.description = function description() {
- return this.localize('Beginning of dialog window. Escape will cancel and close the window.');
- };
-
- _proto.buildCSSClass = function buildCSSClass() {
- return _ModalDialog.prototype.buildCSSClass.call(this) + ' vjs-text-track-settings';
}
+ description() {
+ return this.localize('Beginning of dialog window. Escape will cancel and close the window.');
+ }
+ buildCSSClass() {
+ return super.buildCSSClass() + ' vjs-text-track-settings';
+ }
+
/**
* Gets an object of text track settings (or null).
*
* @return {Object}
* An object with config values parsed from the DOM or localStorage.
*/
- ;
-
- _proto.getValues = function getValues() {
- var _this3 = this;
-
- return reduce(selectConfigs, function (accum, config, key) {
- var value = getSelectedOptionValue(_this3.$(config.selector), config.parser);
-
+ getValues() {
+ return reduce(selectConfigs, (accum, config, key) => {
+ const value = getSelectedOptionValue(this.$(config.selector), config.parser);
if (value !== undefined) {
accum[key] = value;
}
-
return accum;
}, {});
}
+
/**
* Sets text track settings from an object of values.
*
* @param {Object} values
* An object with config values parsed from the DOM or localStorage.
*/
- ;
-
- _proto.setValues = function setValues(values) {
- var _this4 = this;
-
- each(selectConfigs, function (config, key) {
- setSelectedOption(_this4.$(config.selector), values[key], config.parser);
+ setValues(values) {
+ each(selectConfigs, (config, key) => {
+ setSelectedOption(this.$(config.selector), values[key], config.parser);
});
}
+
/**
* Sets all `` elements to their default values.
*/
- ;
-
- _proto.setDefaults = function setDefaults() {
- var _this5 = this;
-
- each(selectConfigs, function (config) {
- var index = config.hasOwnProperty('default') ? config["default"] : 0;
- _this5.$(config.selector).selectedIndex = index;
+ setDefaults() {
+ each(selectConfigs, config => {
+ const index = config.hasOwnProperty('default') ? config.default : 0;
+ this.$(config.selector).selectedIndex = index;
});
}
+
/**
* Restore texttrack settings from localStorage
*/
- ;
-
- _proto.restoreSettings = function restoreSettings() {
- var values;
-
+ restoreSettings() {
+ let values;
try {
values = JSON.parse(window.localStorage.getItem(LOCAL_STORAGE_KEY$1));
} catch (err) {
log$1.warn(err);
}
-
if (values) {
this.setValues(values);
}
}
+
/**
* Save text track settings to localStorage
*/
- ;
-
- _proto.saveSettings = function saveSettings() {
+ saveSettings() {
if (!this.options_.persistTextTrackSettings) {
return;
}
-
- var values = this.getValues();
-
+ const values = this.getValues();
try {
if (Object.keys(values).length) {
window.localStorage.setItem(LOCAL_STORAGE_KEY$1, JSON.stringify(values));
@@ -21458,43 +20858,32 @@
log$1.warn(err);
}
}
+
/**
* Update display of text track settings
*/
- ;
-
- _proto.updateDisplay = function updateDisplay() {
- var ttDisplay = this.player_.getChild('textTrackDisplay');
-
+ updateDisplay() {
+ const ttDisplay = this.player_.getChild('textTrackDisplay');
if (ttDisplay) {
ttDisplay.updateDisplay();
}
}
+
/**
- * conditionally blur the element and refocus the captions button
- *
- * @private
+ * Repopulate dialog with new localizations on languagechange
*/
- ;
-
- _proto.conditionalBlur_ = function conditionalBlur_() {
- this.previouslyActiveEl_ = null;
- var cb = this.player_.controlBar;
- var subsCapsBtn = cb && cb.subsCapsButton;
- var ccBtn = cb && cb.captionsButton;
-
- if (subsCapsBtn) {
- subsCapsBtn.focus();
- } else if (ccBtn) {
- ccBtn.focus();
- }
- };
-
- return TextTrackSettings;
- }(ModalDialog);
-
+ handleLanguagechange() {
+ this.fill();
+ this.renderModalComponents(this.player_);
+ this.bindFunctionsToSelectsAndButtons();
+ }
+ }
Component$1.registerComponent('TextTrackSettings', TextTrackSettings);
+ /**
+ * @file resize-manager.js
+ */
+
/**
* A Resize Manager. It is in charge of triggering `playerresize` on the player in the right conditions.
*
@@ -21502,6 +20891,7 @@
*
* If the ResizeObserver is available natively, it will be used. A polyfill can be passed in as an option.
* If a `playerresize` event is not needed, the ResizeManager component can be removed from the player, see the example below.
+ *
* @example How to disable the resize manager
* const player = videojs('#vid', {
* resizeManager: false
@@ -21511,10 +20901,7 @@
*
* @extends Component
*/
-
- var ResizeManager = /*#__PURE__*/function (_Component) {
- inheritsLoose(ResizeManager, _Component);
-
+ class ResizeManager extends Component$1 {
/**
* Create the ResizeManager.
*
@@ -21528,129 +20915,110 @@
* A polyfill for ResizeObserver can be passed in here.
* If this is set to null it will ignore the native ResizeObserver and fall back to the iframe fallback.
*/
- function ResizeManager(player, options) {
- var _this;
-
- var RESIZE_OBSERVER_AVAILABLE = options.ResizeObserver || window.ResizeObserver; // if `null` was passed, we want to disable the ResizeObserver
+ constructor(player, options) {
+ let RESIZE_OBSERVER_AVAILABLE = options.ResizeObserver || window.ResizeObserver;
+ // if `null` was passed, we want to disable the ResizeObserver
if (options.ResizeObserver === null) {
RESIZE_OBSERVER_AVAILABLE = false;
- } // Only create an element when ResizeObserver isn't available
+ }
-
- var options_ = mergeOptions$3({
+ // Only create an element when ResizeObserver isn't available
+ const options_ = merge$2({
createEl: !RESIZE_OBSERVER_AVAILABLE,
reportTouchActivity: false
}, options);
- _this = _Component.call(this, player, options_) || this;
- _this.ResizeObserver = options.ResizeObserver || window.ResizeObserver;
- _this.loadListener_ = null;
- _this.resizeObserver_ = null;
- _this.debouncedHandler_ = debounce(function () {
- _this.resizeHandler();
- }, 100, false, assertThisInitialized(_this));
-
+ super(player, options_);
+ this.ResizeObserver = options.ResizeObserver || window.ResizeObserver;
+ this.loadListener_ = null;
+ this.resizeObserver_ = null;
+ this.debouncedHandler_ = debounce(() => {
+ this.resizeHandler();
+ }, 100, false, this);
if (RESIZE_OBSERVER_AVAILABLE) {
- _this.resizeObserver_ = new _this.ResizeObserver(_this.debouncedHandler_);
-
- _this.resizeObserver_.observe(player.el());
+ this.resizeObserver_ = new this.ResizeObserver(this.debouncedHandler_);
+ this.resizeObserver_.observe(player.el());
} else {
- _this.loadListener_ = function () {
- if (!_this.el_ || !_this.el_.contentWindow) {
+ this.loadListener_ = () => {
+ if (!this.el_ || !this.el_.contentWindow) {
return;
}
-
- var debouncedHandler_ = _this.debouncedHandler_;
-
- var unloadListener_ = _this.unloadListener_ = function () {
+ const debouncedHandler_ = this.debouncedHandler_;
+ let unloadListener_ = this.unloadListener_ = function () {
off(this, 'resize', debouncedHandler_);
off(this, 'unload', unloadListener_);
unloadListener_ = null;
- }; // safari and edge can unload the iframe before resizemanager dispose
+ };
+
+ // safari and edge can unload the iframe before resizemanager dispose
// we have to dispose of event handlers correctly before that happens
-
-
- on(_this.el_.contentWindow, 'unload', unloadListener_);
- on(_this.el_.contentWindow, 'resize', debouncedHandler_);
+ on(this.el_.contentWindow, 'unload', unloadListener_);
+ on(this.el_.contentWindow, 'resize', debouncedHandler_);
};
-
- _this.one('load', _this.loadListener_);
+ this.one('load', this.loadListener_);
}
-
- return _this;
}
-
- var _proto = ResizeManager.prototype;
-
- _proto.createEl = function createEl() {
- return _Component.prototype.createEl.call(this, 'iframe', {
+ createEl() {
+ return super.createEl('iframe', {
className: 'vjs-resize-manager',
- tabIndex: -1
+ tabIndex: -1,
+ title: this.localize('No content')
}, {
'aria-hidden': 'true'
});
}
+
/**
* Called when a resize is triggered on the iframe or a resize is observed via the ResizeObserver
*
* @fires Player#playerresize
*/
- ;
-
- _proto.resizeHandler = function resizeHandler() {
+ resizeHandler() {
/**
* Called when the player size has changed
*
* @event Player#playerresize
- * @type {EventTarget~Event}
+ * @type {Event}
*/
// make sure player is still around to trigger
// prevents this from causing an error after dispose
if (!this.player_ || !this.player_.trigger) {
return;
}
-
this.player_.trigger('playerresize');
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
if (this.debouncedHandler_) {
this.debouncedHandler_.cancel();
}
-
if (this.resizeObserver_) {
if (this.player_.el()) {
this.resizeObserver_.unobserve(this.player_.el());
}
-
this.resizeObserver_.disconnect();
}
-
if (this.loadListener_) {
this.off('load', this.loadListener_);
}
-
if (this.el_ && this.el_.contentWindow && this.unloadListener_) {
this.unloadListener_.call(this.el_.contentWindow);
}
-
this.ResizeObserver = null;
this.resizeObserver = null;
this.debouncedHandler_ = null;
this.loadListener_ = null;
-
- _Component.prototype.dispose.call(this);
- };
-
- return ResizeManager;
- }(Component$1);
-
+ super.dispose();
+ }
+ }
Component$1.registerComponent('ResizeManager', ResizeManager);
- var defaults = {
+ /** @import Player from './player' */
+
+ const defaults$1 = {
trackingThreshold: 20,
liveTolerance: 15
};
+
/*
track when we are at the live edge, and other helpers for live playback */
@@ -21658,10 +21026,7 @@
* A class for checking live current time and determining when the player
* is at or behind the live edge.
*/
-
- var LiveTracker = /*#__PURE__*/function (_Component) {
- inheritsLoose(LiveTracker, _Component);
-
+ class LiveTracker extends Component$1 {
/**
* Creates an instance of this class.
*
@@ -21679,164 +21044,103 @@
* Number of seconds behind live that we have to be
* before we will be considered non-live. Note that this will only
* be used when playing at the live edge. This allows large seekable end
- * changes to not effect wether we are live or not.
+ * changes to not effect whether we are live or not.
*/
- function LiveTracker(player, options) {
- var _this;
-
+ constructor(player, options) {
// LiveTracker does not need an element
- var options_ = mergeOptions$3(defaults, options, {
+ const options_ = merge$2(defaults$1, options, {
createEl: false
});
- _this = _Component.call(this, player, options_) || this;
-
- _this.handleVisibilityChange_ = function (e) {
- return _this.handleVisibilityChange(e);
- };
-
- _this.trackLiveHandler_ = function () {
- return _this.trackLive_();
- };
-
- _this.handlePlay_ = function (e) {
- return _this.handlePlay(e);
- };
-
- _this.handleFirstTimeupdate_ = function (e) {
- return _this.handleFirstTimeupdate(e);
- };
-
- _this.handleSeeked_ = function (e) {
- return _this.handleSeeked(e);
- };
-
- _this.seekToLiveEdge_ = function (e) {
- return _this.seekToLiveEdge(e);
- };
-
- _this.reset_();
-
- _this.on(_this.player_, 'durationchange', function (e) {
- return _this.handleDurationchange(e);
- }); // we should try to toggle tracking on canplay as native playback engines, like Safari
+ super(player, options_);
+ this.trackLiveHandler_ = () => this.trackLive_();
+ this.handlePlay_ = e => this.handlePlay(e);
+ this.handleFirstTimeupdate_ = e => this.handleFirstTimeupdate(e);
+ this.handleSeeked_ = e => this.handleSeeked(e);
+ this.seekToLiveEdge_ = e => this.seekToLiveEdge(e);
+ this.reset_();
+ this.on(this.player_, 'durationchange', e => this.handleDurationchange(e));
+ // we should try to toggle tracking on canplay as native playback engines, like Safari
// may not have the proper values for things like seekableEnd until then
-
-
- _this.on(_this.player_, 'canplay', function () {
- return _this.toggleTracking();
- }); // we don't need to track live playback if the document is hidden,
- // also, tracking when the document is hidden can
- // cause the CPU to spike and eventually crash the page on IE11.
-
-
- if (IE_VERSION && 'hidden' in document && 'visibilityState' in document) {
- _this.on(document, 'visibilitychange', _this.handleVisibilityChange_);
- }
-
- return _this;
+ this.on(this.player_, 'canplay', () => this.toggleTracking());
}
- /**
- * toggle tracking based on document visiblility
- */
-
- var _proto = LiveTracker.prototype;
-
- _proto.handleVisibilityChange = function handleVisibilityChange() {
- if (this.player_.duration() !== Infinity) {
- return;
- }
-
- if (document.hidden) {
- this.stopTracking();
- } else {
- this.startTracking();
- }
- }
/**
* all the functionality for tracking when seek end changes
* and for tracking how far past seek end we should be
*/
- ;
-
- _proto.trackLive_ = function trackLive_() {
- var seekable = this.player_.seekable(); // skip undefined seekable
+ trackLive_() {
+ const seekable = this.player_.seekable();
+ // skip undefined seekable
if (!seekable || !seekable.length) {
return;
}
-
- var newTime = Number(window.performance.now().toFixed(4));
- var deltaTime = this.lastTime_ === -1 ? 0 : (newTime - this.lastTime_) / 1000;
+ const newTime = Number(window.performance.now().toFixed(4));
+ const deltaTime = this.lastTime_ === -1 ? 0 : (newTime - this.lastTime_) / 1000;
this.lastTime_ = newTime;
this.pastSeekEnd_ = this.pastSeekEnd() + deltaTime;
- var liveCurrentTime = this.liveCurrentTime();
- var currentTime = this.player_.currentTime(); // we are behind live if any are true
+ const liveCurrentTime = this.liveCurrentTime();
+ const currentTime = this.player_.currentTime();
+
+ // we are behind live if any are true
// 1. the player is paused
// 2. the user seeked to a location 2 seconds away from live
// 3. the difference between live and current time is greater
// liveTolerance which defaults to 15s
+ let isBehind = this.player_.paused() || this.seekedBehindLive_ || Math.abs(liveCurrentTime - currentTime) > this.options_.liveTolerance;
- var isBehind = this.player_.paused() || this.seekedBehindLive_ || Math.abs(liveCurrentTime - currentTime) > this.options_.liveTolerance; // we cannot be behind if
+ // we cannot be behind if
// 1. until we have not seen a timeupdate yet
// 2. liveCurrentTime is Infinity, which happens on Android and Native Safari
-
if (!this.timeupdateSeen_ || liveCurrentTime === Infinity) {
isBehind = false;
}
-
if (isBehind !== this.behindLiveEdge_) {
this.behindLiveEdge_ = isBehind;
this.trigger('liveedgechange');
}
}
+
/**
* handle a durationchange event on the player
* and start/stop tracking accordingly.
*/
- ;
-
- _proto.handleDurationchange = function handleDurationchange() {
+ handleDurationchange() {
this.toggleTracking();
}
+
/**
* start/stop tracking
*/
- ;
-
- _proto.toggleTracking = function toggleTracking() {
+ toggleTracking() {
if (this.player_.duration() === Infinity && this.liveWindow() >= this.options_.trackingThreshold) {
if (this.player_.options_.liveui) {
this.player_.addClass('vjs-liveui');
}
-
this.startTracking();
} else {
this.player_.removeClass('vjs-liveui');
this.stopTracking();
}
}
+
/**
* start tracking live playback
*/
- ;
-
- _proto.startTracking = function startTracking() {
+ startTracking() {
if (this.isTracking()) {
return;
- } // If we haven't seen a timeupdate, we need to check whether playback
+ }
+
+ // If we haven't seen a timeupdate, we need to check whether playback
// began before this component started tracking. This can happen commonly
// when using autoplay.
-
-
if (!this.timeupdateSeen_) {
this.timeupdateSeen_ = this.player_.hasStarted();
}
-
this.trackingInterval_ = this.setInterval(this.trackLiveHandler_, UPDATE_REFRESH_INTERVAL);
this.trackLive_();
this.on(this.player_, ['play', 'pause'], this.trackLiveHandler_);
-
if (!this.timeupdateSeen_) {
this.one(this.player_, 'play', this.handlePlay_);
this.one(this.player_, 'timeupdate', this.handleFirstTimeupdate_);
@@ -21844,44 +21148,40 @@
this.on(this.player_, 'seeked', this.handleSeeked_);
}
}
+
/**
* handle the first timeupdate on the player if it wasn't already playing
* when live tracker started tracking.
*/
- ;
-
- _proto.handleFirstTimeupdate = function handleFirstTimeupdate() {
+ handleFirstTimeupdate() {
this.timeupdateSeen_ = true;
this.on(this.player_, 'seeked', this.handleSeeked_);
}
+
/**
* Keep track of what time a seek starts, and listen for seeked
* to find where a seek ends.
*/
- ;
-
- _proto.handleSeeked = function handleSeeked() {
- var timeDiff = Math.abs(this.liveCurrentTime() - this.player_.currentTime());
+ handleSeeked() {
+ const timeDiff = Math.abs(this.liveCurrentTime() - this.player_.currentTime());
this.seekedBehindLive_ = this.nextSeekedFromUser_ && timeDiff > 2;
this.nextSeekedFromUser_ = false;
this.trackLive_();
}
+
/**
* handle the first play on the player, and make sure that we seek
* right to the live edge.
*/
- ;
-
- _proto.handlePlay = function handlePlay() {
+ handlePlay() {
this.one(this.player_, 'timeupdate', this.seekToLiveEdge_);
}
+
/**
* Stop tracking, and set all internal variables to
* their initial value.
*/
- ;
-
- _proto.reset_ = function reset_() {
+ reset_() {
this.lastTime_ = -1;
this.pastSeekEnd_ = 0;
this.lastSeekEnd_ = -1;
@@ -21897,29 +21197,27 @@
this.off(this.player_, 'timeupdate', this.handleFirstTimeupdate_);
this.off(this.player_, 'timeupdate', this.seekToLiveEdge_);
}
+
/**
* The next seeked event is from the user. Meaning that any seek
* > 2s behind live will be considered behind live for real and
* liveTolerance will be ignored.
*/
- ;
-
- _proto.nextSeekedFromUser = function nextSeekedFromUser() {
+ nextSeekedFromUser() {
this.nextSeekedFromUser_ = true;
}
+
/**
* stop tracking live playback
*/
- ;
-
- _proto.stopTracking = function stopTracking() {
+ stopTracking() {
if (!this.isTracking()) {
return;
}
-
this.reset_();
this.trigger('liveedgechange');
}
+
/**
* A helper to get the player seekable end
* so that we don't have to null check everywhere
@@ -21927,21 +21225,19 @@
* @return {number}
* The furthest seekable end or Infinity.
*/
- ;
-
- _proto.seekableEnd = function seekableEnd() {
- var seekable = this.player_.seekable();
- var seekableEnds = [];
- var i = seekable ? seekable.length : 0;
-
+ seekableEnd() {
+ const seekable = this.player_.seekable();
+ const seekableEnds = [];
+ let i = seekable ? seekable.length : 0;
while (i--) {
seekableEnds.push(seekable.end(i));
- } // grab the furthest seekable end after sorting, or if there are none
+ }
+
+ // grab the furthest seekable end after sorting, or if there are none
// default to Infinity
-
-
return seekableEnds.length ? seekableEnds.sort()[seekableEnds.length - 1] : Infinity;
}
+
/**
* A helper to get the player seekable start
* so that we don't have to null check everywhere
@@ -21949,21 +21245,19 @@
* @return {number}
* The earliest seekable start or 0.
*/
- ;
-
- _proto.seekableStart = function seekableStart() {
- var seekable = this.player_.seekable();
- var seekableStarts = [];
- var i = seekable ? seekable.length : 0;
-
+ seekableStart() {
+ const seekable = this.player_.seekable();
+ const seekableStarts = [];
+ let i = seekable ? seekable.length : 0;
while (i--) {
seekableStarts.push(seekable.start(i));
- } // grab the first seekable start after sorting, or if there are none
+ }
+
+ // grab the first seekable start after sorting, or if there are none
// default to 0
-
-
return seekableStarts.length ? seekableStarts.sort()[0] : 0;
}
+
/**
* Get the live time window aka
* the amount of time between seekable start and
@@ -21973,71 +21267,64 @@
* The amount of seconds that are seekable in
* the live video.
*/
- ;
-
- _proto.liveWindow = function liveWindow() {
- var liveCurrentTime = this.liveCurrentTime(); // if liveCurrenTime is Infinity then we don't have a liveWindow at all
+ liveWindow() {
+ const liveCurrentTime = this.liveCurrentTime();
+ // if liveCurrenTime is Infinity then we don't have a liveWindow at all
if (liveCurrentTime === Infinity) {
return 0;
}
-
return liveCurrentTime - this.seekableStart();
}
+
/**
* Determines if the player is live, only checks if this component
* is tracking live playback or not
*
* @return {boolean}
- * Wether liveTracker is tracking
+ * Whether liveTracker is tracking
*/
- ;
-
- _proto.isLive = function isLive() {
+ isLive() {
return this.isTracking();
}
+
/**
* Determines if currentTime is at the live edge and won't fall behind
* on each seekableendchange
*
* @return {boolean}
- * Wether playback is at the live edge
+ * Whether playback is at the live edge
*/
- ;
-
- _proto.atLiveEdge = function atLiveEdge() {
+ atLiveEdge() {
return !this.behindLiveEdge();
}
+
/**
* get what we expect the live current time to be
*
* @return {number}
* The expected live current time
*/
- ;
-
- _proto.liveCurrentTime = function liveCurrentTime() {
+ liveCurrentTime() {
return this.pastSeekEnd() + this.seekableEnd();
}
+
/**
- * The number of seconds that have occured after seekable end
+ * The number of seconds that have occurred after seekable end
* changed. This will be reset to 0 once seekable end changes.
*
* @return {number}
* Seconds past the current seekable end
*/
- ;
-
- _proto.pastSeekEnd = function pastSeekEnd() {
- var seekableEnd = this.seekableEnd();
-
+ pastSeekEnd() {
+ const seekableEnd = this.seekableEnd();
if (this.lastSeekEnd_ !== -1 && seekableEnd !== this.lastSeekEnd_) {
this.pastSeekEnd_ = 0;
}
-
this.lastSeekEnd_ = seekableEnd;
return this.pastSeekEnd_;
}
+
/**
* If we are currently behind the live edge, aka currentTime will be
* behind on a seekableendchange
@@ -22045,51 +21332,277 @@
* @return {boolean}
* If we are behind the live edge
*/
- ;
-
- _proto.behindLiveEdge = function behindLiveEdge() {
+ behindLiveEdge() {
return this.behindLiveEdge_;
}
- /**
- * Wether live tracker is currently tracking or not.
- */
- ;
- _proto.isTracking = function isTracking() {
+ /**
+ * Whether live tracker is currently tracking or not.
+ */
+ isTracking() {
return typeof this.trackingInterval_ === 'number';
}
+
/**
* Seek to the live edge if we are behind the live edge
*/
- ;
-
- _proto.seekToLiveEdge = function seekToLiveEdge() {
+ seekToLiveEdge() {
this.seekedBehindLive_ = false;
-
if (this.atLiveEdge()) {
return;
}
-
this.nextSeekedFromUser_ = false;
this.player_.currentTime(this.liveCurrentTime());
}
+
/**
* Dispose of liveTracker
*/
- ;
-
- _proto.dispose = function dispose() {
- this.off(document, 'visibilitychange', this.handleVisibilityChange_);
+ dispose() {
this.stopTracking();
-
- _Component.prototype.dispose.call(this);
- };
-
- return LiveTracker;
- }(Component$1);
-
+ super.dispose();
+ }
+ }
Component$1.registerComponent('LiveTracker', LiveTracker);
+ /**
+ * Displays an element over the player which contains an optional title and
+ * description for the current content.
+ *
+ * Much of the code for this component originated in the now obsolete
+ * videojs-dock plugin: https://github.com/brightcove/videojs-dock/
+ *
+ * @extends Component
+ */
+ class TitleBar extends Component$1 {
+ constructor(player, options) {
+ super(player, options);
+ this.on('statechanged', e => this.updateDom_());
+ this.updateDom_();
+ }
+
+ /**
+ * Create the `TitleBar`'s DOM element
+ *
+ * @return {Element}
+ * The element that was created.
+ */
+ createEl() {
+ this.els = {
+ title: createEl('div', {
+ className: 'vjs-title-bar-title',
+ id: `vjs-title-bar-title-${newGUID()}`
+ }),
+ description: createEl('div', {
+ className: 'vjs-title-bar-description',
+ id: `vjs-title-bar-description-${newGUID()}`
+ })
+ };
+ return createEl('div', {
+ className: 'vjs-title-bar'
+ }, {}, values$1(this.els));
+ }
+
+ /**
+ * Updates the DOM based on the component's state object.
+ */
+ updateDom_() {
+ const tech = this.player_.tech_;
+ const techEl = tech && tech.el_;
+ const techAriaAttrs = {
+ title: 'aria-labelledby',
+ description: 'aria-describedby'
+ };
+ ['title', 'description'].forEach(k => {
+ const value = this.state[k];
+ const el = this.els[k];
+ const techAriaAttr = techAriaAttrs[k];
+ emptyEl(el);
+ if (value) {
+ textContent(el, value);
+ }
+
+ // If there is a tech element available, update its ARIA attributes
+ // according to whether a title and/or description have been provided.
+ if (techEl) {
+ techEl.removeAttribute(techAriaAttr);
+ if (value) {
+ techEl.setAttribute(techAriaAttr, el.id);
+ }
+ }
+ });
+ if (this.state.title || this.state.description) {
+ this.show();
+ } else {
+ this.hide();
+ }
+ }
+
+ /**
+ * Update the contents of the title bar component with new title and
+ * description text.
+ *
+ * If both title and description are missing, the title bar will be hidden.
+ *
+ * If either title or description are present, the title bar will be visible.
+ *
+ * NOTE: Any previously set value will be preserved. To unset a previously
+ * set value, you must pass an empty string or null.
+ *
+ * For example:
+ *
+ * ```
+ * update({title: 'foo', description: 'bar'}) // title: 'foo', description: 'bar'
+ * update({description: 'bar2'}) // title: 'foo', description: 'bar2'
+ * update({title: ''}) // title: '', description: 'bar2'
+ * update({title: 'foo', description: null}) // title: 'foo', description: null
+ * ```
+ *
+ * @param {Object} [options={}]
+ * An options object. When empty, the title bar will be hidden.
+ *
+ * @param {string} [options.title]
+ * A title to display in the title bar.
+ *
+ * @param {string} [options.description]
+ * A description to display in the title bar.
+ */
+ update(options) {
+ this.setState(options);
+ }
+
+ /**
+ * Dispose the component.
+ */
+ dispose() {
+ const tech = this.player_.tech_;
+ const techEl = tech && tech.el_;
+ if (techEl) {
+ techEl.removeAttribute('aria-labelledby');
+ techEl.removeAttribute('aria-describedby');
+ }
+ super.dispose();
+ this.els = null;
+ }
+ }
+ Component$1.registerComponent('TitleBar', TitleBar);
+
+ /** @import Player from './player' */
+
+ /**
+ * @typedef {object} TransientButtonOptions
+ * @property {string} [controlText] Control text, usually visible for these buttons
+ * @property {number} [initialDisplay=4000] Time in ms that button should initially remain visible
+ * @property {Array<'top'|'neartop'|'bottom'|'left'|'right'>} [position] Array of position strings to add basic styles for positioning
+ * @property {string} [className] Class(es) to add
+ * @property {boolean} [takeFocus=false] Whether element sohuld take focus when shown
+ * @property {Function} [clickHandler] Function called on button activation
+ */
+
+ /** @type {TransientButtonOptions} */
+ const defaults = {
+ initialDisplay: 4000,
+ position: [],
+ takeFocus: false
+ };
+
+ /**
+ * A floating transient button.
+ * It's recommended to insert these buttons _before_ the control bar with the this argument to `addChild`
+ * for a logical tab order.
+ *
+ * @example
+ * ```
+ * player.addChild(
+ * 'TransientButton',
+ * options,
+ * player.children().indexOf(player.getChild("ControlBar"))
+ * )
+ * ```
+ *
+ * @extends Button
+ */
+ class TransientButton extends Button {
+ /**
+ * TransientButton constructor
+ *
+ * @param {Player} player The button's player
+ * @param {TransientButtonOptions} options Options for the transient button
+ */
+ constructor(player, options) {
+ options = merge$2(defaults, options);
+ super(player, options);
+ this.controlText(options.controlText);
+ this.hide();
+
+ // When shown, the float button will be visible even if the user is inactive.
+ // Clear this if there is any interaction.
+ this.on(this.player_, ['useractive', 'userinactive'], e => {
+ this.removeClass('force-display');
+ });
+ }
+
+ /**
+ * Return CSS class including position classes
+ *
+ * @return {string} CSS class list
+ */
+ buildCSSClass() {
+ return `vjs-transient-button focus-visible ${this.options_.position.map(c => `vjs-${c}`).join(' ')}`;
+ }
+
+ /**
+ * Create the button element
+ *
+ * @return {HTMLButtonElement} The button element
+ */
+ createEl() {
+ /** @type HTMLButtonElement */
+ const el = createEl('button', {}, {
+ type: 'button',
+ class: this.buildCSSClass()
+ }, createEl('span'));
+ this.controlTextEl_ = el.querySelector('span');
+ return el;
+ }
+
+ /**
+ * Show the button. The button will remain visible for the `initialDisplay` time, default 4s,
+ * and when there is user activity.
+ */
+ show() {
+ super.show();
+ this.addClass('force-display');
+ if (this.options_.takeFocus) {
+ this.el().focus({
+ preventScroll: true
+ });
+ }
+ this.forceDisplayTimeout = this.player_.setTimeout(() => {
+ this.removeClass('force-display');
+ }, this.options_.initialDisplay);
+ }
+
+ /**
+ * Hide the display, even if during the `initialDisplay` time.
+ */
+ hide() {
+ this.removeClass('force-display');
+ super.hide();
+ }
+
+ /**
+ * Dispose the component
+ */
+ dispose() {
+ this.player_.clearTimeout(this.forceDisplayTimeout);
+ super.dispose();
+ }
+ }
+ Component$1.registerComponent('TransientButton', TransientButton);
+
+ /** @import Html5 from './html5' */
+
/**
* This function is used to fire a sourceset when there is something
* similar to `mediaEl.load()` being called. It will try to find the source via
@@ -22103,14 +21616,15 @@
* @return {boolean}
* returns false if the sourceset was not fired and true otherwise.
*/
+ const sourcesetLoad = tech => {
+ const el = tech.el();
- var sourcesetLoad = function sourcesetLoad(tech) {
- var el = tech.el(); // if `el.src` is set, that source will be loaded.
-
+ // if `el.src` is set, that source will be loaded.
if (el.hasAttribute('src')) {
tech.triggerSourceset(el.src);
return true;
}
+
/**
* Since there isn't a src property on the media element, source elements will be used for
* implementing the source selection algorithm. This happens asynchronously and
@@ -22123,95 +21637,91 @@
* 3. If there is more than one `` but all of them have the same `src` url.
* That will be our src.
*/
+ const sources = tech.$$('source');
+ const srcUrls = [];
+ let src = '';
-
- var sources = tech.$$('source');
- var srcUrls = [];
- var src = ''; // if there are no sources, do not fire sourceset
-
+ // if there are no sources, do not fire sourceset
if (!sources.length) {
return false;
- } // only count valid/non-duplicate source elements
-
-
- for (var i = 0; i < sources.length; i++) {
- var url = sources[i].src;
+ }
+ // only count valid/non-duplicate source elements
+ for (let i = 0; i < sources.length; i++) {
+ const url = sources[i].src;
if (url && srcUrls.indexOf(url) === -1) {
srcUrls.push(url);
}
- } // there were no valid sources
-
+ }
+ // there were no valid sources
if (!srcUrls.length) {
return false;
- } // there is only one valid source element url
+ }
+
+ // there is only one valid source element url
// use that
-
-
if (srcUrls.length === 1) {
src = srcUrls[0];
}
-
tech.triggerSourceset(src);
return true;
};
+
/**
* our implementation of an `innerHTML` descriptor for browsers
* that do not have one.
*/
-
-
- var innerHTMLDescriptorPolyfill = Object.defineProperty({}, 'innerHTML', {
- get: function get() {
+ const innerHTMLDescriptorPolyfill = Object.defineProperty({}, 'innerHTML', {
+ get() {
return this.cloneNode(true).innerHTML;
},
- set: function set(v) {
+ set(v) {
// make a dummy node to use innerHTML on
- var dummy = document.createElement(this.nodeName.toLowerCase()); // set innerHTML to the value provided
+ const dummy = document.createElement(this.nodeName.toLowerCase());
- dummy.innerHTML = v; // make a document fragment to hold the nodes from dummy
+ // set innerHTML to the value provided
+ dummy.innerHTML = v;
- var docFrag = document.createDocumentFragment(); // copy all of the nodes created by the innerHTML on dummy
+ // make a document fragment to hold the nodes from dummy
+ const docFrag = document.createDocumentFragment();
+
+ // copy all of the nodes created by the innerHTML on dummy
// to the document fragment
-
while (dummy.childNodes.length) {
docFrag.appendChild(dummy.childNodes[0]);
- } // remove content
+ }
+ // remove content
+ this.innerText = '';
- this.innerText = ''; // now we add all of that html in one by appending the
+ // now we add all of that html in one by appending the
// document fragment. This is how innerHTML does it.
+ window.Element.prototype.appendChild.call(this, docFrag);
- window.Element.prototype.appendChild.call(this, docFrag); // then return the result that innerHTML's setter would
-
+ // then return the result that innerHTML's setter would
return this.innerHTML;
}
});
+
/**
* Get a property descriptor given a list of priorities and the
* property to get.
*/
-
- var getDescriptor = function getDescriptor(priority, prop) {
- var descriptor = {};
-
- for (var i = 0; i < priority.length; i++) {
+ const getDescriptor = (priority, prop) => {
+ let descriptor = {};
+ for (let i = 0; i < priority.length; i++) {
descriptor = Object.getOwnPropertyDescriptor(priority[i], prop);
-
if (descriptor && descriptor.set && descriptor.get) {
break;
}
}
-
descriptor.enumerable = true;
descriptor.configurable = true;
return descriptor;
};
+ const getInnerHTMLDescriptor = tech => getDescriptor([tech.el(), window.HTMLMediaElement.prototype, window.Element.prototype, innerHTMLDescriptorPolyfill], 'innerHTML');
- var getInnerHTMLDescriptor = function getInnerHTMLDescriptor(tech) {
- return getDescriptor([tech.el(), window.HTMLMediaElement.prototype, window.Element.prototype, innerHTMLDescriptorPolyfill], 'innerHTML');
- };
/**
* Patches browser internal functions so that we can tell synchronously
* if a `` was appended to the media element. For some reason this
@@ -22230,79 +21740,65 @@
* @param {Html5} tech
* The tech object that sourceset is being setup on.
*/
+ const firstSourceWatch = function (tech) {
+ const el = tech.el();
-
- var firstSourceWatch = function firstSourceWatch(tech) {
- var el = tech.el(); // make sure firstSourceWatch isn't setup twice.
-
+ // make sure firstSourceWatch isn't setup twice.
if (el.resetSourceWatch_) {
return;
}
-
- var old = {};
- var innerDescriptor = getInnerHTMLDescriptor(tech);
-
- var appendWrapper = function appendWrapper(appendFn) {
- return function () {
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
- args[_key] = arguments[_key];
- }
-
- var retval = appendFn.apply(el, args);
- sourcesetLoad(tech);
- return retval;
- };
+ const old = {};
+ const innerDescriptor = getInnerHTMLDescriptor(tech);
+ const appendWrapper = appendFn => (...args) => {
+ const retval = appendFn.apply(el, args);
+ sourcesetLoad(tech);
+ return retval;
};
-
- ['append', 'appendChild', 'insertAdjacentHTML'].forEach(function (k) {
+ ['append', 'appendChild', 'insertAdjacentHTML'].forEach(k => {
if (!el[k]) {
return;
- } // store the old function
+ }
+ // store the old function
+ old[k] = el[k];
- old[k] = el[k]; // call the old function with a sourceset if a source
+ // call the old function with a sourceset if a source
// was loaded
-
el[k] = appendWrapper(old[k]);
});
- Object.defineProperty(el, 'innerHTML', mergeOptions$3(innerDescriptor, {
+ Object.defineProperty(el, 'innerHTML', merge$2(innerDescriptor, {
set: appendWrapper(innerDescriptor.set)
}));
-
- el.resetSourceWatch_ = function () {
+ el.resetSourceWatch_ = () => {
el.resetSourceWatch_ = null;
- Object.keys(old).forEach(function (k) {
+ Object.keys(old).forEach(k => {
el[k] = old[k];
});
Object.defineProperty(el, 'innerHTML', innerDescriptor);
- }; // on the first sourceset, we need to revert our changes
-
+ };
+ // on the first sourceset, we need to revert our changes
tech.one('sourceset', el.resetSourceWatch_);
};
+
/**
* our implementation of a `src` descriptor for browsers
- * that do not have one.
+ * that do not have one
*/
-
-
- var srcDescriptorPolyfill = Object.defineProperty({}, 'src', {
- get: function get() {
+ const srcDescriptorPolyfill = Object.defineProperty({}, 'src', {
+ get() {
if (this.hasAttribute('src')) {
return getAbsoluteURL(window.Element.prototype.getAttribute.call(this, 'src'));
}
-
return '';
},
- set: function set(v) {
+ set(v) {
window.Element.prototype.setAttribute.call(this, 'src', v);
return v;
}
});
+ const getSrcDescriptor = tech => getDescriptor([tech.el(), window.HTMLMediaElement.prototype, srcDescriptorPolyfill], 'src');
- var getSrcDescriptor = function getSrcDescriptor(tech) {
- return getDescriptor([tech.el(), window.HTMLMediaElement.prototype, srcDescriptorPolyfill], 'src');
- };
/**
* setup `sourceset` handling on the `Html5` tech. This function
* patches the following element properties/functions:
@@ -22318,67 +21814,58 @@
* @param {Html5} tech
* The tech to patch
*/
-
-
- var setupSourceset = function setupSourceset(tech) {
+ const setupSourceset = function (tech) {
if (!tech.featuresSourceset) {
return;
}
+ const el = tech.el();
- var el = tech.el(); // make sure sourceset isn't setup twice.
-
+ // make sure sourceset isn't setup twice.
if (el.resetSourceset_) {
return;
}
+ const srcDescriptor = getSrcDescriptor(tech);
+ const oldSetAttribute = el.setAttribute;
+ const oldLoad = el.load;
+ Object.defineProperty(el, 'src', merge$2(srcDescriptor, {
+ set: v => {
+ const retval = srcDescriptor.set.call(el, v);
- var srcDescriptor = getSrcDescriptor(tech);
- var oldSetAttribute = el.setAttribute;
- var oldLoad = el.load;
- Object.defineProperty(el, 'src', mergeOptions$3(srcDescriptor, {
- set: function set(v) {
- var retval = srcDescriptor.set.call(el, v); // we use the getter here to get the actual value set on src
-
+ // we use the getter here to get the actual value set on src
tech.triggerSourceset(el.src);
return retval;
}
}));
-
- el.setAttribute = function (n, v) {
- var retval = oldSetAttribute.call(el, n, v);
-
+ el.setAttribute = (n, v) => {
+ const retval = oldSetAttribute.call(el, n, v);
if (/src/i.test(n)) {
tech.triggerSourceset(el.src);
}
-
return retval;
};
+ el.load = () => {
+ const retval = oldLoad.call(el);
- el.load = function () {
- var retval = oldLoad.call(el); // if load was called, but there was no source to fire
+ // if load was called, but there was no source to fire
// sourceset on. We have to watch for a source append
// as that can trigger a `sourceset` when the media element
// has no source
-
if (!sourcesetLoad(tech)) {
tech.triggerSourceset('');
firstSourceWatch(tech);
}
-
return retval;
};
-
if (el.currentSrc) {
tech.triggerSourceset(el.currentSrc);
} else if (!sourcesetLoad(tech)) {
firstSourceWatch(tech);
}
-
- el.resetSourceset_ = function () {
+ el.resetSourceset_ = () => {
el.resetSourceset_ = null;
el.load = oldLoad;
el.setAttribute = oldSetAttribute;
Object.defineProperty(el, 'src', srcDescriptor);
-
if (el.resetSourceWatch_) {
el.resetSourceWatch_();
}
@@ -22386,43 +21873,8 @@
};
/**
- * Object.defineProperty but "lazy", which means that the value is only set after
- * it retrieved the first time, rather than being set right away.
- *
- * @param {Object} obj the object to set the property on
- * @param {string} key the key for the property to set
- * @param {Function} getValue the function used to get the value when it is needed.
- * @param {boolean} setter wether a setter shoould be allowed or not
+ * @file html5.js
*/
- var defineLazyProperty = function defineLazyProperty(obj, key, getValue, setter) {
- if (setter === void 0) {
- setter = true;
- }
-
- var set = function set(value) {
- return Object.defineProperty(obj, key, {
- value: value,
- enumerable: true,
- writable: true
- });
- };
-
- var options = {
- configurable: true,
- enumerable: true,
- get: function get() {
- var value = getValue();
- set(value);
- return value;
- }
- };
-
- if (setter) {
- options.set = set;
- }
-
- return Object.defineProperty(obj, key, options);
- };
/**
* HTML5 Media Controller - Wrapper for HTML5 Media API
@@ -22430,53 +21882,46 @@
* @mixes Tech~SourceHandlerAdditions
* @extends Tech
*/
-
- var Html5 = /*#__PURE__*/function (_Tech) {
- inheritsLoose(Html5, _Tech);
-
+ class Html5 extends Tech {
/**
* Create an instance of this Tech.
*
* @param {Object} [options]
* The key/value store of player options.
*
- * @param {Component~ReadyCallback} ready
+ * @param {Function} [ready]
* Callback function to call when the `HTML5` Tech is ready.
*/
- function Html5(options, ready) {
- var _this;
+ constructor(options, ready) {
+ super(options, ready);
+ const source = options.source;
+ let crossoriginTracks = false;
+ this.featuresVideoFrameCallback = this.featuresVideoFrameCallback && this.el_.tagName === 'VIDEO';
- _this = _Tech.call(this, options, ready) || this;
- var source = options.source;
- var crossoriginTracks = false; // Set the source if one is provided
+ // Set the source if one is provided
// 1) Check if the source is new (if not, we want to keep the original so playback isn't interrupted)
// 2) Check to see if the network state of the tag was failed at init, and if so, reset the source
// anyway so the error gets fired.
-
- if (source && (_this.el_.currentSrc !== source.src || options.tag && options.tag.initNetworkState_ === 3)) {
- _this.setSource(source);
+ if (source && (this.el_.currentSrc !== source.src || options.tag && options.tag.initNetworkState_ === 3)) {
+ this.setSource(source);
} else {
- _this.handleLateInit_(_this.el_);
- } // setup sourceset after late sourceset/init
-
-
- if (options.enableSourceset) {
- _this.setupSourcesetHandling_();
+ this.handleLateInit_(this.el_);
}
- _this.isScrubbing_ = false;
-
- if (_this.el_.hasChildNodes()) {
- var nodes = _this.el_.childNodes;
- var nodesLength = nodes.length;
- var removeNodes = [];
-
+ // setup sourceset after late sourceset/init
+ if (options.enableSourceset) {
+ this.setupSourcesetHandling_();
+ }
+ this.isScrubbing_ = false;
+ if (this.el_.hasChildNodes()) {
+ const nodes = this.el_.childNodes;
+ let nodesLength = nodes.length;
+ const removeNodes = [];
while (nodesLength--) {
- var node = nodes[nodesLength];
- var nodeName = node.nodeName.toLowerCase();
-
+ const node = nodes[nodesLength];
+ const nodeName = node.nodeName.toLowerCase();
if (nodeName === 'track') {
- if (!_this.featuresNativeTextTracks) {
+ if (!this.featuresNativeTextTracks) {
// Empty video tag tracks so the built-in player doesn't use them also.
// This may not be fast enough to stop HTML5 browsers from reading the tags
// so we'll need to turn off any default tracks if we're manually doing
@@ -22484,75 +21929,63 @@
removeNodes.push(node);
} else {
// store HTMLTrackElement and TextTrack to remote list
- _this.remoteTextTrackEls().addTrackElement_(node);
-
- _this.remoteTextTracks().addTrack(node.track);
-
- _this.textTracks().addTrack(node.track);
-
- if (!crossoriginTracks && !_this.el_.hasAttribute('crossorigin') && isCrossOrigin(node.src)) {
+ this.remoteTextTrackEls().addTrackElement_(node);
+ this.remoteTextTracks().addTrack(node.track);
+ this.textTracks().addTrack(node.track);
+ if (!crossoriginTracks && !this.el_.hasAttribute('crossorigin') && isCrossOrigin(node.src)) {
crossoriginTracks = true;
}
}
}
}
-
- for (var i = 0; i < removeNodes.length; i++) {
- _this.el_.removeChild(removeNodes[i]);
+ for (let i = 0; i < removeNodes.length; i++) {
+ this.el_.removeChild(removeNodes[i]);
}
}
-
- _this.proxyNativeTracks_();
-
- if (_this.featuresNativeTextTracks && crossoriginTracks) {
+ this.proxyNativeTracks_();
+ if (this.featuresNativeTextTracks && crossoriginTracks) {
log$1.warn('Text Tracks are being loaded from another origin but the crossorigin attribute isn\'t used.\n' + 'This may prevent text tracks from loading.');
- } // prevent iOS Safari from disabling metadata text tracks during native playback
+ }
+ // prevent iOS Safari from disabling metadata text tracks during native playback
+ this.restoreMetadataTracksInIOSNativePlayer_();
- _this.restoreMetadataTracksInIOSNativePlayer_(); // Determine if native controls should be used
+ // Determine if native controls should be used
// Our goal should be to get the custom controls on mobile solid everywhere
// so we can remove this all together. Right now this will block custom
// controls on touch enabled laptops like the Chrome Pixel
+ if ((TOUCH_ENABLED || IS_IPHONE) && options.nativeControlsForTouch === true) {
+ this.setControls(true);
+ }
-
- if ((TOUCH_ENABLED || IS_IPHONE || IS_NATIVE_ANDROID) && options.nativeControlsForTouch === true) {
- _this.setControls(true);
- } // on iOS, we want to proxy `webkitbeginfullscreen` and `webkitendfullscreen`
+ // on iOS, we want to proxy `webkitbeginfullscreen` and `webkitendfullscreen`
// into a `fullscreenchange` event
-
-
- _this.proxyWebkitFullscreen_();
-
- _this.triggerReady();
-
- return _this;
+ this.proxyWebkitFullscreen_();
+ this.triggerReady();
}
+
/**
* Dispose of `HTML5` media element and remove all tracks.
*/
-
-
- var _proto = Html5.prototype;
-
- _proto.dispose = function dispose() {
+ dispose() {
if (this.el_ && this.el_.resetSourceset_) {
this.el_.resetSourceset_();
}
-
Html5.disposeMediaElement(this.el_);
- this.options_ = null; // tech will handle clearing of the emulated track list
+ this.options_ = null;
- _Tech.prototype.dispose.call(this);
+ // tech will handle clearing of the emulated track list
+ super.dispose();
}
+
/**
* Modify the media element so that we can detect when
* the source is changed. Fires `sourceset` just after the source has changed
*/
- ;
-
- _proto.setupSourcesetHandling_ = function setupSourcesetHandling_() {
+ setupSourcesetHandling_() {
setupSourceset(this);
}
+
/**
* When a captions track is enabled in the iOS Safari native player, all other
* tracks are disabled (including metadata tracks), which nulls all of their
@@ -22561,65 +21994,61 @@
*
* @private
*/
- ;
+ restoreMetadataTracksInIOSNativePlayer_() {
+ const textTracks = this.textTracks();
+ let metadataTracksPreFullscreenState;
- _proto.restoreMetadataTracksInIOSNativePlayer_ = function restoreMetadataTracksInIOSNativePlayer_() {
- var textTracks = this.textTracks();
- var metadataTracksPreFullscreenState; // captures a snapshot of every metadata track's current state
-
- var takeMetadataTrackSnapshot = function takeMetadataTrackSnapshot() {
+ // captures a snapshot of every metadata track's current state
+ const takeMetadataTrackSnapshot = () => {
metadataTracksPreFullscreenState = [];
-
- for (var i = 0; i < textTracks.length; i++) {
- var track = textTracks[i];
-
+ for (let i = 0; i < textTracks.length; i++) {
+ const track = textTracks[i];
if (track.kind === 'metadata') {
metadataTracksPreFullscreenState.push({
- track: track,
+ track,
storedMode: track.mode
});
}
}
- }; // snapshot each metadata track's initial state, and update the snapshot
+ };
+
+ // snapshot each metadata track's initial state, and update the snapshot
// each time there is a track 'change' event
-
-
takeMetadataTrackSnapshot();
textTracks.addEventListener('change', takeMetadataTrackSnapshot);
- this.on('dispose', function () {
- return textTracks.removeEventListener('change', takeMetadataTrackSnapshot);
- });
-
- var restoreTrackMode = function restoreTrackMode() {
- for (var i = 0; i < metadataTracksPreFullscreenState.length; i++) {
- var storedTrack = metadataTracksPreFullscreenState[i];
-
+ this.on('dispose', () => textTracks.removeEventListener('change', takeMetadataTrackSnapshot));
+ const restoreTrackMode = () => {
+ for (let i = 0; i < metadataTracksPreFullscreenState.length; i++) {
+ const storedTrack = metadataTracksPreFullscreenState[i];
if (storedTrack.track.mode === 'disabled' && storedTrack.track.mode !== storedTrack.storedMode) {
storedTrack.track.mode = storedTrack.storedMode;
}
- } // we only want this handler to be executed on the first 'change' event
-
-
+ }
+ // we only want this handler to be executed on the first 'change' event
textTracks.removeEventListener('change', restoreTrackMode);
- }; // when we enter fullscreen playback, stop updating the snapshot and
+ };
+
+ // when we enter fullscreen playback, stop updating the snapshot and
// restore all track modes to their pre-fullscreen state
+ this.on('webkitbeginfullscreen', () => {
+ textTracks.removeEventListener('change', takeMetadataTrackSnapshot);
-
- this.on('webkitbeginfullscreen', function () {
- textTracks.removeEventListener('change', takeMetadataTrackSnapshot); // remove the listener before adding it just in case it wasn't previously removed
-
+ // remove the listener before adding it just in case it wasn't previously removed
textTracks.removeEventListener('change', restoreTrackMode);
textTracks.addEventListener('change', restoreTrackMode);
- }); // start updating the snapshot again after leaving fullscreen
+ });
- this.on('webkitendfullscreen', function () {
+ // start updating the snapshot again after leaving fullscreen
+ this.on('webkitendfullscreen', () => {
// remove the listener before adding it just in case it wasn't previously removed
textTracks.removeEventListener('change', takeMetadataTrackSnapshot);
- textTracks.addEventListener('change', takeMetadataTrackSnapshot); // remove the restoreTrackMode handler in case it wasn't triggered during fullscreen playback
+ textTracks.addEventListener('change', takeMetadataTrackSnapshot);
+ // remove the restoreTrackMode handler in case it wasn't triggered during fullscreen playback
textTracks.removeEventListener('change', restoreTrackMode);
});
}
+
/**
* Attempt to force override of tracks for the given type
*
@@ -22629,52 +22058,43 @@
* otherwise native audio/video will potentially be used.
* @private
*/
- ;
-
- _proto.overrideNative_ = function overrideNative_(type, override) {
- var _this2 = this;
-
+ overrideNative_(type, override) {
// If there is no behavioral change don't add/remove listeners
- if (override !== this["featuresNative" + type + "Tracks"]) {
+ if (override !== this[`featuresNative${type}Tracks`]) {
return;
}
-
- var lowerCaseType = type.toLowerCase();
-
- if (this[lowerCaseType + "TracksListeners_"]) {
- Object.keys(this[lowerCaseType + "TracksListeners_"]).forEach(function (eventName) {
- var elTracks = _this2.el()[lowerCaseType + "Tracks"];
-
- elTracks.removeEventListener(eventName, _this2[lowerCaseType + "TracksListeners_"][eventName]);
+ const lowerCaseType = type.toLowerCase();
+ if (this[`${lowerCaseType}TracksListeners_`]) {
+ Object.keys(this[`${lowerCaseType}TracksListeners_`]).forEach(eventName => {
+ const elTracks = this.el()[`${lowerCaseType}Tracks`];
+ elTracks.removeEventListener(eventName, this[`${lowerCaseType}TracksListeners_`][eventName]);
});
}
-
- this["featuresNative" + type + "Tracks"] = !override;
- this[lowerCaseType + "TracksListeners_"] = null;
+ this[`featuresNative${type}Tracks`] = !override;
+ this[`${lowerCaseType}TracksListeners_`] = null;
this.proxyNativeTracksForType_(lowerCaseType);
}
+
/**
* Attempt to force override of native audio tracks.
*
* @param {boolean} override - If set to true native audio will be overridden,
* otherwise native audio will potentially be used.
*/
- ;
-
- _proto.overrideNativeAudioTracks = function overrideNativeAudioTracks(override) {
+ overrideNativeAudioTracks(override) {
this.overrideNative_('Audio', override);
}
+
/**
* Attempt to force override of native video tracks.
*
* @param {boolean} override - If set to true native video will be overridden,
* otherwise native video will potentially be used.
*/
- ;
-
- _proto.overrideNativeVideoTracks = function overrideNativeVideoTracks(override) {
+ overrideNativeVideoTracks(override) {
this.overrideNative_('Video', override);
}
+
/**
* Proxy native track list events for the given type to our track
* lists if the browser we are playing in supports that type of track list.
@@ -22682,174 +22102,147 @@
* @param {string} name - Track type; values include 'audio', 'video', and 'text'
* @private
*/
- ;
-
- _proto.proxyNativeTracksForType_ = function proxyNativeTracksForType_(name) {
- var _this3 = this;
-
- var props = NORMAL[name];
- var elTracks = this.el()[props.getterName];
- var techTracks = this[props.getterName]();
-
- if (!this["featuresNative" + props.capitalName + "Tracks"] || !elTracks || !elTracks.addEventListener) {
+ proxyNativeTracksForType_(name) {
+ const props = NORMAL[name];
+ const elTracks = this.el()[props.getterName];
+ const techTracks = this[props.getterName]();
+ if (!this[`featuresNative${props.capitalName}Tracks`] || !elTracks || !elTracks.addEventListener) {
return;
}
-
- var listeners = {
- change: function change(e) {
- var event = {
+ const listeners = {
+ change: e => {
+ const event = {
type: 'change',
target: techTracks,
currentTarget: techTracks,
srcElement: techTracks
};
- techTracks.trigger(event); // if we are a text track change event, we should also notify the
+ techTracks.trigger(event);
+
+ // if we are a text track change event, we should also notify the
// remote text track list. This can potentially cause a false positive
// if we were to get a change event on a non-remote track and
// we triggered the event on the remote text track list which doesn't
// contain that track. However, best practices mean looping through the
// list of tracks and searching for the appropriate mode value, so,
// this shouldn't pose an issue
-
if (name === 'text') {
- _this3[REMOTE.remoteText.getterName]().trigger(event);
+ this[REMOTE.remoteText.getterName]().trigger(event);
}
},
- addtrack: function addtrack(e) {
+ addtrack(e) {
techTracks.addTrack(e.track);
},
- removetrack: function removetrack(e) {
+ removetrack(e) {
techTracks.removeTrack(e.track);
}
};
-
- var removeOldTracks = function removeOldTracks() {
- var removeTracks = [];
-
- for (var i = 0; i < techTracks.length; i++) {
- var found = false;
-
- for (var j = 0; j < elTracks.length; j++) {
+ const removeOldTracks = function () {
+ const removeTracks = [];
+ for (let i = 0; i < techTracks.length; i++) {
+ let found = false;
+ for (let j = 0; j < elTracks.length; j++) {
if (elTracks[j] === techTracks[i]) {
found = true;
break;
}
}
-
if (!found) {
removeTracks.push(techTracks[i]);
}
}
-
while (removeTracks.length) {
techTracks.removeTrack(removeTracks.shift());
}
};
-
this[props.getterName + 'Listeners_'] = listeners;
- Object.keys(listeners).forEach(function (eventName) {
- var listener = listeners[eventName];
+ Object.keys(listeners).forEach(eventName => {
+ const listener = listeners[eventName];
elTracks.addEventListener(eventName, listener);
-
- _this3.on('dispose', function (e) {
- return elTracks.removeEventListener(eventName, listener);
- });
- }); // Remove (native) tracks that are not used anymore
-
- this.on('loadstart', removeOldTracks);
- this.on('dispose', function (e) {
- return _this3.off('loadstart', removeOldTracks);
+ this.on('dispose', e => elTracks.removeEventListener(eventName, listener));
});
+
+ // Remove (native) tracks that are not used anymore
+ this.on('loadstart', removeOldTracks);
+ this.on('dispose', e => this.off('loadstart', removeOldTracks));
}
+
/**
* Proxy all native track list events to our track lists if the browser we are playing
* in supports that type of track list.
*
* @private
*/
- ;
-
- _proto.proxyNativeTracks_ = function proxyNativeTracks_() {
- var _this4 = this;
-
- NORMAL.names.forEach(function (name) {
- _this4.proxyNativeTracksForType_(name);
+ proxyNativeTracks_() {
+ NORMAL.names.forEach(name => {
+ this.proxyNativeTracksForType_(name);
});
}
+
/**
* Create the `Html5` Tech's DOM element.
*
* @return {Element}
* The element that gets created.
*/
- ;
+ createEl() {
+ let el = this.options_.tag;
- _proto.createEl = function createEl() {
- var el = this.options_.tag; // Check if this browser supports moving the element into the box.
+ // Check if this browser supports moving the element into the box.
// On the iPhone video will break if you move the element,
// So we have to create a brand new element.
// If we ingested the player div, we do not need to move the media element.
-
if (!el || !(this.options_.playerElIngest || this.movingMediaElementInDOM)) {
// If the original tag is still there, clone and remove it.
if (el) {
- var clone = el.cloneNode(true);
-
+ const clone = el.cloneNode(true);
if (el.parentNode) {
el.parentNode.insertBefore(clone, el);
}
-
Html5.disposeMediaElement(el);
el = clone;
} else {
- el = document.createElement('video'); // determine if native controls should be used
-
- var tagAttributes = this.options_.tag && getAttributes(this.options_.tag);
- var attributes = mergeOptions$3({}, tagAttributes);
+ el = document.createElement('video');
+ // determine if native controls should be used
+ const tagAttributes = this.options_.tag && getAttributes(this.options_.tag);
+ const attributes = merge$2({}, tagAttributes);
if (!TOUCH_ENABLED || this.options_.nativeControlsForTouch !== true) {
delete attributes.controls;
}
-
- setAttributes(el, assign(attributes, {
+ setAttributes(el, Object.assign(attributes, {
id: this.options_.techId,
- "class": 'vjs-tech'
+ class: 'vjs-tech'
}));
}
-
el.playerId = this.options_.playerId;
}
-
if (typeof this.options_.preload !== 'undefined') {
setAttribute(el, 'preload', this.options_.preload);
}
-
if (this.options_.disablePictureInPicture !== undefined) {
el.disablePictureInPicture = this.options_.disablePictureInPicture;
- } // Update specific tag settings, in case they were overridden
+ }
+
+ // Update specific tag settings, in case they were overridden
// `autoplay` has to be *last* so that `muted` and `playsinline` are present
// when iOS/Safari or other browsers attempt to autoplay.
-
-
- var settingsAttrs = ['loop', 'muted', 'playsinline', 'autoplay'];
-
- for (var i = 0; i < settingsAttrs.length; i++) {
- var attr = settingsAttrs[i];
- var value = this.options_[attr];
-
+ const settingsAttrs = ['loop', 'muted', 'playsinline', 'autoplay'];
+ for (let i = 0; i < settingsAttrs.length; i++) {
+ const attr = settingsAttrs[i];
+ const value = this.options_[attr];
if (typeof value !== 'undefined') {
if (value) {
setAttribute(el, attr, attr);
} else {
removeAttribute(el, attr);
}
-
el[attr] = value;
}
}
-
return el;
}
+
/**
* This will be triggered if the loadstart event has already fired, before videojs was
* ready. Two known examples of when this can happen are:
@@ -22863,15 +22256,12 @@
* @return {undefined}
* returns nothing.
*/
- ;
-
- _proto.handleLateInit_ = function handleLateInit_(el) {
+ handleLateInit_(el) {
if (el.networkState === 0 || el.networkState === 3) {
// The video element hasn't started loading the source yet
// or didn't find a source
return;
}
-
if (el.readyState === 0) {
// NetworkState is set synchronously BUT loadstart is fired at the
// end of the current stack, usually before setInterval(fn, 0).
@@ -22883,64 +22273,62 @@
// HOWEVER, we also want to make sure it fires before loadedmetadata
// which could also happen between now and the next loop, so we'll
// watch for that also.
- var loadstartFired = false;
-
- var setLoadstartFired = function setLoadstartFired() {
+ let loadstartFired = false;
+ const setLoadstartFired = function () {
loadstartFired = true;
};
-
this.on('loadstart', setLoadstartFired);
-
- var triggerLoadstart = function triggerLoadstart() {
+ const triggerLoadstart = function () {
// We did miss the original loadstart. Make sure the player
// sees loadstart before loadedmetadata
if (!loadstartFired) {
this.trigger('loadstart');
}
};
-
this.on('loadedmetadata', triggerLoadstart);
this.ready(function () {
this.off('loadstart', setLoadstartFired);
this.off('loadedmetadata', triggerLoadstart);
-
if (!loadstartFired) {
// We did miss the original native loadstart. Fire it now.
this.trigger('loadstart');
}
});
return;
- } // From here on we know that loadstart already fired and we missed it.
+ }
+
+ // From here on we know that loadstart already fired and we missed it.
// The other readyState events aren't as much of a problem if we double
// them, so not going to go to as much trouble as loadstart to prevent
// that unless we find reason to.
+ const eventsToTrigger = ['loadstart'];
+ // loadedmetadata: newly equal to HAVE_METADATA (1) or greater
+ eventsToTrigger.push('loadedmetadata');
- var eventsToTrigger = ['loadstart']; // loadedmetadata: newly equal to HAVE_METADATA (1) or greater
-
- eventsToTrigger.push('loadedmetadata'); // loadeddata: newly increased to HAVE_CURRENT_DATA (2) or greater
-
+ // loadeddata: newly increased to HAVE_CURRENT_DATA (2) or greater
if (el.readyState >= 2) {
eventsToTrigger.push('loadeddata');
- } // canplay: newly increased to HAVE_FUTURE_DATA (3) or greater
-
+ }
+ // canplay: newly increased to HAVE_FUTURE_DATA (3) or greater
if (el.readyState >= 3) {
eventsToTrigger.push('canplay');
- } // canplaythrough: newly equal to HAVE_ENOUGH_DATA (4)
-
+ }
+ // canplaythrough: newly equal to HAVE_ENOUGH_DATA (4)
if (el.readyState >= 4) {
eventsToTrigger.push('canplaythrough');
- } // We still need to give the player time to add event listeners
-
+ }
+ // We still need to give the player time to add event listeners
this.ready(function () {
eventsToTrigger.forEach(function (type) {
this.trigger(type);
}, this);
});
}
+
/**
* Set whether we are scrubbing or not.
* This is used to decide whether we should use `fastSeek` or not.
@@ -22950,11 +22338,10 @@
* - true for we are currently scrubbing
* - false for we are no longer scrubbing
*/
- ;
-
- _proto.setScrubbing = function setScrubbing(isScrubbing) {
+ setScrubbing(isScrubbing) {
this.isScrubbing_ = isScrubbing;
}
+
/**
* Get whether we are scrubbing or not.
*
@@ -22962,20 +22349,17 @@
* - true for we are currently scrubbing
* - false for we are no longer scrubbing
*/
- ;
-
- _proto.scrubbing = function scrubbing() {
+ scrubbing() {
return this.isScrubbing_;
}
+
/**
* Set current time for the `HTML5` tech.
*
* @param {number} seconds
* Set the current time of the media to this.
*/
- ;
-
- _proto.setCurrentTime = function setCurrentTime(seconds) {
+ setCurrentTime(seconds) {
try {
if (this.isScrubbing_ && this.el_.fastSeek && IS_ANY_SAFARI) {
this.el_.fastSeek(seconds);
@@ -22983,20 +22367,18 @@
this.el_.currentTime = seconds;
}
} catch (e) {
- log$1(e, 'Video is not ready. (Video.js)'); // this.warning(VideoJS.warnings.videoNotReady);
+ log$1(e, 'Video is not ready. (Video.js)');
+ // this.warning(VideoJS.warnings.videoNotReady);
}
}
+
/**
* Get the current duration of the HTML5 media element.
*
* @return {number}
* The duration of the media or 0 if there is no duration.
*/
- ;
-
- _proto.duration = function duration() {
- var _this5 = this;
-
+ duration() {
// Android Chrome will report duration as Infinity for VOD HLS until after
// playback has started, which triggers the live display erroneously.
// Return NaN if playback has not started and trigger a durationupdate once
@@ -23004,45 +22386,41 @@
if (this.el_.duration === Infinity && IS_ANDROID && IS_CHROME && this.el_.currentTime === 0) {
// Wait for the first `timeupdate` with currentTime > 0 - there may be
// several with 0
- var checkProgress = function checkProgress() {
- if (_this5.el_.currentTime > 0) {
+ const checkProgress = () => {
+ if (this.el_.currentTime > 0) {
// Trigger durationchange for genuinely live video
- if (_this5.el_.duration === Infinity) {
- _this5.trigger('durationchange');
+ if (this.el_.duration === Infinity) {
+ this.trigger('durationchange');
}
-
- _this5.off('timeupdate', checkProgress);
+ this.off('timeupdate', checkProgress);
}
};
-
this.on('timeupdate', checkProgress);
return NaN;
}
-
return this.el_.duration || NaN;
}
+
/**
* Get the current width of the HTML5 media element.
*
* @return {number}
* The width of the HTML5 media element.
*/
- ;
-
- _proto.width = function width() {
+ width() {
return this.el_.offsetWidth;
}
+
/**
* Get the current height of the HTML5 media element.
*
* @return {number}
* The height of the HTML5 media element.
*/
- ;
-
- _proto.height = function height() {
+ height() {
return this.el_.offsetHeight;
}
+
/**
* Proxy iOS `webkitbeginfullscreen` and `webkitendfullscreen` into
* `fullscreenchange` event.
@@ -23053,26 +22431,20 @@
* @listens webkitbeginfullscreen
* @listens webkitbeginfullscreen
*/
- ;
-
- _proto.proxyWebkitFullscreen_ = function proxyWebkitFullscreen_() {
- var _this6 = this;
-
+ proxyWebkitFullscreen_() {
if (!('webkitDisplayingFullscreen' in this.el_)) {
return;
}
-
- var endFn = function endFn() {
+ const endFn = function () {
this.trigger('fullscreenchange', {
isFullscreen: false
- }); // Safari will sometimes set contols on the videoelement when existing fullscreen.
-
+ });
+ // Safari will sometimes set controls on the videoelement when existing fullscreen.
if (this.el_.controls && !this.options_.nativeControlsForTouch && this.controls()) {
this.el_.controls = false;
}
};
-
- var beginFn = function beginFn() {
+ const beginFn = function () {
if ('webkitPresentationMode' in this.el_ && this.el_.webkitPresentationMode !== 'picture-in-picture') {
this.one('webkitendfullscreen', endFn);
this.trigger('fullscreenchange', {
@@ -23082,51 +22454,38 @@
});
}
};
-
this.on('webkitbeginfullscreen', beginFn);
- this.on('dispose', function () {
- _this6.off('webkitbeginfullscreen', beginFn);
-
- _this6.off('webkitendfullscreen', endFn);
+ this.on('dispose', () => {
+ this.off('webkitbeginfullscreen', beginFn);
+ this.off('webkitendfullscreen', endFn);
});
}
+
/**
- * Check if fullscreen is supported on the current playback device.
+ * Check if fullscreen is supported on the video el.
*
* @return {boolean}
* - True if fullscreen is supported.
* - False if fullscreen is not supported.
*/
- ;
-
- _proto.supportsFullScreen = function supportsFullScreen() {
- if (typeof this.el_.webkitEnterFullScreen === 'function') {
- var userAgent = window.navigator && window.navigator.userAgent || ''; // Seems to be broken in Chromium/Chrome && Safari in Leopard
-
- if (/Android/.test(userAgent) || !/Chrome|Mac OS X 10.5/.test(userAgent)) {
- return true;
- }
- }
-
- return false;
+ supportsFullScreen() {
+ return typeof this.el_.webkitEnterFullScreen === 'function';
}
+
/**
* Request that the `HTML5` Tech enter fullscreen.
*/
- ;
-
- _proto.enterFullScreen = function enterFullScreen() {
- var video = this.el_;
-
+ enterFullScreen() {
+ const video = this.el_;
if (video.paused && video.networkState <= video.HAVE_METADATA) {
// attempt to prime the video element for programmatic access
// this isn't necessary on the desktop but shouldn't hurt
- silencePromise(this.el_.play()); // playing and pausing synchronously during the transition to fullscreen
- // can get iOS ~6.1 devices into a play/pause loop
+ silencePromise(this.el_.play());
+ // playing and pausing synchronously during the transition to fullscreen
+ // can get iOS ~6.1 devices into a play/pause loop
this.setTimeout(function () {
video.pause();
-
try {
video.webkitEnterFullScreen();
} catch (e) {
@@ -23141,19 +22500,18 @@
}
}
}
+
/**
* Request that the `HTML5` Tech exit fullscreen.
*/
- ;
-
- _proto.exitFullScreen = function exitFullScreen() {
+ exitFullScreen() {
if (!this.el_.webkitDisplayingFullscreen) {
this.trigger('fullscreenerror', new Error('The video is not fullscreen'));
return;
}
-
this.el_.webkitExitFullScreen();
}
+
/**
* Create a floating video window always on top of other windows so that users may
* continue consuming media while they interact with other content sites, or
@@ -23164,40 +22522,39 @@
* @return {Promise}
* A promise with a Picture-in-Picture window.
*/
- ;
-
- _proto.requestPictureInPicture = function requestPictureInPicture() {
+ requestPictureInPicture() {
return this.el_.requestPictureInPicture();
}
+
/**
* Native requestVideoFrameCallback if supported by browser/tech, or fallback
+ * Don't use rVCF on Safari when DRM is playing, as it doesn't fire
+ * Needs to be checked later than the constructor
+ * This will be a false positive for clear sources loaded after a Fairplay source
*
* @param {function} cb function to call
* @return {number} id of request
*/
- ;
-
- _proto.requestVideoFrameCallback = function requestVideoFrameCallback(cb) {
- if (this.featuresVideoFrameCallback) {
+ requestVideoFrameCallback(cb) {
+ if (this.featuresVideoFrameCallback && !this.el_.webkitKeys) {
return this.el_.requestVideoFrameCallback(cb);
}
-
- return _Tech.prototype.requestVideoFrameCallback.call(this, cb);
+ return super.requestVideoFrameCallback(cb);
}
+
/**
* Native or fallback requestVideoFrameCallback
*
* @param {number} id request id to cancel
*/
- ;
-
- _proto.cancelVideoFrameCallback = function cancelVideoFrameCallback(id) {
- if (this.featuresVideoFrameCallback) {
+ cancelVideoFrameCallback(id) {
+ if (this.featuresVideoFrameCallback && !this.el_.webkitKeys) {
this.el_.cancelVideoFrameCallback(id);
} else {
- _Tech.prototype.cancelVideoFrameCallback.call(this, id);
+ super.cancelVideoFrameCallback(id);
}
}
+
/**
* A getter/setter for the `Html5` Tech's source object.
* > Note: Please use {@link Html5#setSource}
@@ -23211,25 +22568,23 @@
*
* @deprecated Since version 5.
*/
- ;
-
- _proto.src = function src(_src) {
- if (_src === undefined) {
+ src(src) {
+ if (src === undefined) {
return this.el_.src;
- } // Setting src through `src` instead of `setSrc` will be deprecated
+ }
-
- this.setSrc(_src);
+ // Setting src through `src` instead of `setSrc` will be deprecated
+ this.setSrc(src);
}
+
/**
* Reset the tech by removing all sources and then calling
* {@link Html5.resetMediaElement}.
*/
- ;
-
- _proto.reset = function reset() {
+ reset() {
Html5.resetMediaElement(this.el_);
}
+
/**
* Get the current source on the `HTML5` Tech. Falls back to returning the source from
* the HTML5 media element.
@@ -23238,26 +22593,23 @@
* The current source object from the HTML5 tech. With a fallback to the
* elements source.
*/
- ;
-
- _proto.currentSrc = function currentSrc() {
+ currentSrc() {
if (this.currentSource_) {
return this.currentSource_.src;
}
-
return this.el_.currentSrc;
}
+
/**
* Set controls attribute for the HTML5 media Element.
*
* @param {string} val
* Value to set the controls attribute to
*/
- ;
-
- _proto.setControls = function setControls(val) {
+ setControls(val) {
this.el_.controls = !!val;
}
+
/**
* Create and returns a remote {@link TextTrack} object.
*
@@ -23273,15 +22625,13 @@
* @return {TextTrack}
* The TextTrack that gets created.
*/
- ;
-
- _proto.addTextTrack = function addTextTrack(kind, label, language) {
+ addTextTrack(kind, label, language) {
if (!this.featuresNativeTextTracks) {
- return _Tech.prototype.addTextTrack.call(this, kind, label, language);
+ return super.addTextTrack(kind, label, language);
}
-
return this.el_.addTextTrack(kind, label, language);
}
+
/**
* Creates either native TextTrack or an emulated TextTrack depending
* on the value of `featuresNativeTextTracks`
@@ -23310,79 +22660,63 @@
* @return {HTMLTrackElement}
* The track element that gets created.
*/
- ;
-
- _proto.createRemoteTextTrack = function createRemoteTextTrack(options) {
+ createRemoteTextTrack(options) {
if (!this.featuresNativeTextTracks) {
- return _Tech.prototype.createRemoteTextTrack.call(this, options);
+ return super.createRemoteTextTrack(options);
}
-
- var htmlTrackElement = document.createElement('track');
-
+ const htmlTrackElement = document.createElement('track');
if (options.kind) {
htmlTrackElement.kind = options.kind;
}
-
if (options.label) {
htmlTrackElement.label = options.label;
}
-
if (options.language || options.srclang) {
htmlTrackElement.srclang = options.language || options.srclang;
}
-
- if (options["default"]) {
- htmlTrackElement["default"] = options["default"];
+ if (options.default) {
+ htmlTrackElement.default = options.default;
}
-
if (options.id) {
htmlTrackElement.id = options.id;
}
-
if (options.src) {
htmlTrackElement.src = options.src;
}
-
return htmlTrackElement;
}
+
/**
* Creates a remote text track object and returns an html track element.
*
* @param {Object} options The object should contain values for
* kind, language, label, and src (location of the WebVTT file)
- * @param {boolean} [manualCleanup=true] if set to false, the TextTrack will be
- * automatically removed from the video element whenever the source changes
+ * @param {boolean} [manualCleanup=false] if set to true, the TextTrack
+ * will not be removed from the TextTrackList and HtmlTrackElementList
+ * after a source change
* @return {HTMLTrackElement} An Html Track Element.
* This can be an emulated {@link HTMLTrackElement} or a native one.
- * @deprecated The default value of the "manualCleanup" parameter will default
- * to "false" in upcoming versions of Video.js
+ *
*/
- ;
-
- _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {
- var htmlTrackElement = _Tech.prototype.addRemoteTextTrack.call(this, options, manualCleanup);
-
+ addRemoteTextTrack(options, manualCleanup) {
+ const htmlTrackElement = super.addRemoteTextTrack(options, manualCleanup);
if (this.featuresNativeTextTracks) {
this.el().appendChild(htmlTrackElement);
}
-
return htmlTrackElement;
}
+
/**
* Remove remote `TextTrack` from `TextTrackList` object
*
* @param {TextTrack} track
* `TextTrack` object to remove
*/
- ;
-
- _proto.removeRemoteTextTrack = function removeRemoteTextTrack(track) {
- _Tech.prototype.removeRemoteTextTrack.call(this, track);
-
+ removeRemoteTextTrack(track) {
+ super.removeRemoteTextTrack(track);
if (this.featuresNativeTextTracks) {
- var tracks = this.$$('track');
- var i = tracks.length;
-
+ const tracks = this.$$('track');
+ let i = tracks.length;
while (i--) {
if (track === tracks[i] || track === tracks[i].track) {
this.el().removeChild(tracks[i]);
@@ -23390,6 +22724,7 @@
}
}
}
+
/**
* Gets available media playback quality metrics as specified by the W3C's Media
* Playback Quality API.
@@ -23399,31 +22734,22 @@
* @return {Object}
* An object with supported media playback quality metrics
*/
- ;
-
- _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {
+ getVideoPlaybackQuality() {
if (typeof this.el().getVideoPlaybackQuality === 'function') {
return this.el().getVideoPlaybackQuality();
}
-
- var videoPlaybackQuality = {};
-
+ const videoPlaybackQuality = {};
if (typeof this.el().webkitDroppedFrameCount !== 'undefined' && typeof this.el().webkitDecodedFrameCount !== 'undefined') {
videoPlaybackQuality.droppedVideoFrames = this.el().webkitDroppedFrameCount;
videoPlaybackQuality.totalVideoFrames = this.el().webkitDecodedFrameCount;
}
-
- if (window.performance && typeof window.performance.now === 'function') {
+ if (window.performance) {
videoPlaybackQuality.creationTime = window.performance.now();
- } else if (window.performance && window.performance.timing && typeof window.performance.timing.navigationStart === 'number') {
- videoPlaybackQuality.creationTime = window.Date.now() - window.performance.timing.navigationStart;
}
-
return videoPlaybackQuality;
- };
+ }
+ }
- return Html5;
- }(Tech);
/* HTML5 Support Testing ---------------------------------------------------- */
/**
@@ -23433,21 +22759,19 @@
* @constant
* @private
*/
-
-
defineLazyProperty(Html5, 'TEST_VID', function () {
if (!isReal()) {
return;
}
-
- var video = document.createElement('video');
- var track = document.createElement('track');
+ const video = document.createElement('video');
+ const track = document.createElement('track');
track.kind = 'captions';
track.srclang = 'en';
track.label = 'English';
video.appendChild(track);
return video;
});
+
/**
* Check if HTML5 media is supported by this browser/device.
*
@@ -23455,7 +22779,6 @@
* - True if HTML5 media is supported.
* - False if HTML5 media is not supported.
*/
-
Html5.isSupported = function () {
// IE with no Media Player is a LIAR! (#984)
try {
@@ -23463,9 +22786,9 @@
} catch (e) {
return false;
}
-
return !!(Html5.TEST_VID && Html5.TEST_VID.canPlayType);
};
+
/**
* Check if the tech can support the given type
*
@@ -23473,11 +22796,10 @@
* The mimetype to check
* @return {string} 'probably', 'maybe', or '' (empty string)
*/
-
-
Html5.canPlayType = function (type) {
return Html5.TEST_VID.canPlayType(type);
};
+
/**
* Check if the tech can support the given source
*
@@ -23487,11 +22809,10 @@
* The options passed to the tech
* @return {string} 'probably', 'maybe', or '' (empty string)
*/
-
-
Html5.canPlaySource = function (srcObj, options) {
return Html5.canPlayType(srcObj.type);
};
+
/**
* Check if the volume can be changed in this browser/device.
* Volume cannot be changed in a lot of mobile devices.
@@ -23501,63 +22822,61 @@
* - True if volume can be controlled
* - False otherwise
*/
-
-
Html5.canControlVolume = function () {
// IE will error if Windows Media Player not installed #3315
try {
- var volume = Html5.TEST_VID.volume;
+ const volume = Html5.TEST_VID.volume;
Html5.TEST_VID.volume = volume / 2 + 0.1;
- var canControl = volume !== Html5.TEST_VID.volume; // With the introduction of iOS 15, there are cases where the volume is read as
+ const canControl = volume !== Html5.TEST_VID.volume;
+
+ // With the introduction of iOS 15, there are cases where the volume is read as
// changed but reverts back to its original state at the start of the next tick.
// To determine whether volume can be controlled on iOS,
// a timeout is set and the volume is checked asynchronously.
// Since `features` doesn't currently work asynchronously, the value is manually set.
-
if (canControl && IS_IOS) {
- window.setTimeout(function () {
+ window.setTimeout(() => {
if (Html5 && Html5.prototype) {
Html5.prototype.featuresVolumeControl = volume !== Html5.TEST_VID.volume;
}
- }); // default iOS to false, which will be updated in the timeout above.
+ });
+ // default iOS to false, which will be updated in the timeout above.
return false;
}
-
return canControl;
} catch (e) {
return false;
}
};
+
/**
* Check if the volume can be muted in this browser/device.
* Some devices, e.g. iOS, don't allow changing volume
* but permits muting/unmuting.
*
- * @return {bolean}
+ * @return {boolean}
* - True if volume can be muted
* - False otherwise
*/
-
-
Html5.canMuteVolume = function () {
try {
- var muted = Html5.TEST_VID.muted; // in some versions of iOS muted property doesn't always
+ const muted = Html5.TEST_VID.muted;
+
+ // in some versions of iOS muted property doesn't always
// work, so we want to set both property and attribute
-
Html5.TEST_VID.muted = !muted;
-
if (Html5.TEST_VID.muted) {
setAttribute(Html5.TEST_VID, 'muted', 'muted');
} else {
removeAttribute(Html5.TEST_VID, 'muted', 'muted');
}
-
return muted !== Html5.TEST_VID.muted;
} catch (e) {
return false;
}
};
+
/**
* Check if the playback rate can be changed in this browser/device.
*
@@ -23565,24 +22884,22 @@
* - True if playback rate can be controlled
* - False otherwise
*/
-
-
Html5.canControlPlaybackRate = function () {
// Playback rate API is implemented in Android Chrome, but doesn't do anything
// https://github.com/videojs/video.js/issues/3180
if (IS_ANDROID && IS_CHROME && CHROME_VERSION < 58) {
return false;
- } // IE will error if Windows Media Player not installed #3315
-
-
+ }
+ // IE will error if Windows Media Player not installed #3315
try {
- var playbackRate = Html5.TEST_VID.playbackRate;
+ const playbackRate = Html5.TEST_VID.playbackRate;
Html5.TEST_VID.playbackRate = playbackRate / 2 + 0.1;
return playbackRate !== Html5.TEST_VID.playbackRate;
} catch (e) {
return false;
}
};
+
/**
* Check if we can override a video/audio elements attributes, with
* Object.defineProperty.
@@ -23591,14 +22908,11 @@
* - True if builtin attributes can be overridden
* - False otherwise
*/
-
-
Html5.canOverrideAttributes = function () {
// if we cannot overwrite the src/innerHTML property, there is no support
// iOS 7 safari for instance cannot do this.
try {
- var noop = function noop() {};
-
+ const noop = () => {};
Object.defineProperty(document.createElement('video'), 'src', {
get: noop,
set: noop
@@ -23618,9 +22932,9 @@
} catch (e) {
return false;
}
-
return true;
};
+
/**
* Check to see if native `TextTrack`s are supported by this browser/device.
*
@@ -23628,11 +22942,10 @@
* - True if native `TextTrack`s are supported.
* - False otherwise
*/
-
-
Html5.supportsNativeTextTracks = function () {
return IS_ANY_SAFARI || IS_IOS && IS_CHROME;
};
+
/**
* Check to see if native `VideoTrack`s are supported by this browser/device
*
@@ -23640,11 +22953,10 @@
* - True if native `VideoTrack`s are supported.
* - False otherwise
*/
-
-
Html5.supportsNativeVideoTracks = function () {
return !!(Html5.TEST_VID && Html5.TEST_VID.videoTracks);
};
+
/**
* Check to see if native `AudioTrack`s are supported by this browser/device
*
@@ -23652,31 +22964,28 @@
* - True if native `AudioTrack`s are supported.
* - False otherwise
*/
-
-
Html5.supportsNativeAudioTracks = function () {
return !!(Html5.TEST_VID && Html5.TEST_VID.audioTracks);
};
+
/**
* An array of events available on the Html5 tech.
*
* @private
* @type {Array}
*/
-
-
Html5.Events = ['loadstart', 'suspend', 'abort', 'error', 'emptied', 'stalled', 'loadedmetadata', 'loadeddata', 'canplay', 'canplaythrough', 'playing', 'waiting', 'seeking', 'seeked', 'ended', 'durationchange', 'timeupdate', 'progress', 'play', 'pause', 'ratechange', 'resize', 'volumechange'];
+
/**
* Boolean indicating whether the `Tech` supports volume control.
*
* @type {boolean}
* @default {@link Html5.canControlVolume}
*/
-
/**
* Boolean indicating whether the `Tech` supports muting volume.
*
- * @type {bolean}
+ * @type {boolean}
* @default {@link Html5.canMuteVolume}
*/
@@ -23696,36 +23005,29 @@
* @type {boolean}
* @default
*/
-
/**
* Boolean indicating whether the `HTML5` tech currently supports native `TextTrack`s.
*
* @type {boolean}
* @default {@link Html5.supportsNativeTextTracks}
*/
-
/**
* Boolean indicating whether the `HTML5` tech currently supports native `VideoTrack`s.
*
* @type {boolean}
* @default {@link Html5.supportsNativeVideoTracks}
*/
-
/**
* Boolean indicating whether the `HTML5` tech currently supports native `AudioTrack`s.
*
* @type {boolean}
* @default {@link Html5.supportsNativeAudioTracks}
*/
-
- [['featuresMuteControl', 'canMuteVolume'], ['featuresPlaybackRate', 'canControlPlaybackRate'], ['featuresSourceset', 'canOverrideAttributes'], ['featuresNativeTextTracks', 'supportsNativeTextTracks'], ['featuresNativeVideoTracks', 'supportsNativeVideoTracks'], ['featuresNativeAudioTracks', 'supportsNativeAudioTracks']].forEach(function (_ref) {
- var key = _ref[0],
- fn = _ref[1];
- defineLazyProperty(Html5.prototype, key, function () {
- return Html5[fn]();
- }, true);
+ [['featuresMuteControl', 'canMuteVolume'], ['featuresPlaybackRate', 'canControlPlaybackRate'], ['featuresSourceset', 'canOverrideAttributes'], ['featuresNativeTextTracks', 'supportsNativeTextTracks'], ['featuresNativeVideoTracks', 'supportsNativeVideoTracks'], ['featuresNativeAudioTracks', 'supportsNativeAudioTracks']].forEach(function ([key, fn]) {
+ defineLazyProperty(Html5.prototype, key, () => Html5[fn](), true);
});
Html5.prototype.featuresVolumeControl = Html5.canControlVolume();
+
/**
* Boolean indicating whether the `HTML5` tech currently supports the media element
* moving in the DOM. iOS breaks if you move the media element, so this is set this to
@@ -23734,10 +23036,10 @@
* @type {boolean}
* @default
*/
+ Html5.prototype.movingMediaElementInDOM = !IS_IOS;
- Html5.prototype.movingMediaElementInDOM = !IS_IOS; // TODO: Previous comment: No longer appears to be used. Can probably be removed.
+ // TODO: Previous comment: No longer appears to be used. Can probably be removed.
// Is this true?
-
/**
* Boolean indicating whether the `HTML5` tech currently supports automatic media resize
* when going into fullscreen.
@@ -23745,8 +23047,8 @@
* @type {boolean}
* @default
*/
-
Html5.prototype.featuresFullscreenResize = true;
+
/**
* Boolean indicating whether the `HTML5` tech currently supports the progress event.
* If this is false, manual `progress` events will be triggered instead.
@@ -23754,119 +23056,81 @@
* @type {boolean}
* @default
*/
-
Html5.prototype.featuresProgressEvents = true;
+
/**
* Boolean indicating whether the `HTML5` tech currently supports the timeupdate event.
* If this is false, manual `timeupdate` events will be triggered instead.
*
* @default
*/
-
Html5.prototype.featuresTimeupdateEvents = true;
+
/**
* Whether the HTML5 el supports `requestVideoFrameCallback`
*
* @type {boolean}
*/
-
- Html5.prototype.featuresVideoFrameCallback = !!(Html5.TEST_VID && Html5.TEST_VID.requestVideoFrameCallback); // HTML5 Feature detection and Device Fixes --------------------------------- //
-
- var canPlayType;
-
- Html5.patchCanPlayType = function () {
- // Android 4.0 and above can play HLS to some extent but it reports being unable to do so
- // Firefox and Chrome report correctly
- if (ANDROID_VERSION >= 4.0 && !IS_FIREFOX && !IS_CHROME) {
- canPlayType = Html5.TEST_VID && Html5.TEST_VID.constructor.prototype.canPlayType;
-
- Html5.TEST_VID.constructor.prototype.canPlayType = function (type) {
- var mpegurlRE = /^application\/(?:x-|vnd\.apple\.)mpegurl/i;
-
- if (type && mpegurlRE.test(type)) {
- return 'maybe';
- }
-
- return canPlayType.call(this, type);
- };
- }
- };
-
- Html5.unpatchCanPlayType = function () {
- var r = Html5.TEST_VID.constructor.prototype.canPlayType;
-
- if (canPlayType) {
- Html5.TEST_VID.constructor.prototype.canPlayType = canPlayType;
- }
-
- return r;
- }; // by default, patch the media element
-
-
- Html5.patchCanPlayType();
-
+ Html5.prototype.featuresVideoFrameCallback = !!(Html5.TEST_VID && Html5.TEST_VID.requestVideoFrameCallback);
Html5.disposeMediaElement = function (el) {
if (!el) {
return;
}
-
if (el.parentNode) {
el.parentNode.removeChild(el);
- } // remove any child track or source nodes to prevent their loading
-
+ }
+ // remove any child track or source nodes to prevent their loading
while (el.hasChildNodes()) {
el.removeChild(el.firstChild);
- } // remove any src reference. not setting `src=''` because that causes a warning
+ }
+
+ // remove any src reference. not setting `src=''` because that causes a warning
// in firefox
+ el.removeAttribute('src');
-
- el.removeAttribute('src'); // force the media element to update its loading state by calling load()
+ // force the media element to update its loading state by calling load()
// however IE on Windows 7N has a bug that throws an error so need a try/catch (#793)
-
if (typeof el.load === 'function') {
// wrapping in an iife so it's not deoptimized (#1060#discussion_r10324473)
(function () {
try {
el.load();
- } catch (e) {// not supported
+ } catch (e) {
+ // not supported
}
})();
}
};
-
Html5.resetMediaElement = function (el) {
if (!el) {
return;
}
-
- var sources = el.querySelectorAll('source');
- var i = sources.length;
-
+ const sources = el.querySelectorAll('source');
+ let i = sources.length;
while (i--) {
el.removeChild(sources[i]);
- } // remove any src reference.
+ }
+
+ // remove any src reference.
// not setting `src=''` because that throws an error
-
-
el.removeAttribute('src');
-
if (typeof el.load === 'function') {
// wrapping in an iife so it's not deoptimized (#1060#discussion_r10324473)
(function () {
try {
el.load();
- } catch (e) {// satisfy linter
+ } catch (e) {
+ // satisfy linter
}
})();
}
};
+
/* Native HTML5 element property wrapping ----------------------------------- */
// Wrap native boolean attributes with getters that check both property and attribute
// The list is as followed:
// muted, defaultMuted, autoplay, controls, loop, playsinline
-
-
[
/**
* Get the value of `muted` from the media element. `muted` indicates
@@ -23955,11 +23219,12 @@
Html5.prototype[prop] = function () {
return this.el_[prop] || this.el_.hasAttribute(prop);
};
- }); // Wrap native boolean attributes with setters that set both property and attribute
+ });
+
+ // Wrap native boolean attributes with setters that set both property and attribute
// The list is as followed:
// setMuted, setDefaultMuted, setAutoplay, setLoop, setPlaysinline
// setControls is special-cased above
-
[
/**
* Set the value of `muted` on the media element. `muted` indicates that the current
@@ -24027,19 +23292,19 @@
'playsinline'].forEach(function (prop) {
Html5.prototype['set' + toTitleCase$1(prop)] = function (v) {
this.el_[prop] = v;
-
if (v) {
this.el_.setAttribute(prop, prop);
} else {
this.el_.removeAttribute(prop);
}
};
- }); // Wrap native properties with a getter
+ });
+
+ // Wrap native properties with a getter
// The list is as followed
// paused, currentTime, buffered, volume, poster, preload, error, seeking
// seekable, ended, playbackRate, defaultPlaybackRate, disablePictureInPicture
// played, networkState, readyState, videoWidth, videoHeight, crossOrigin
-
[
/**
* Get the value of `paused` from the media element. `paused` indicates whether the media element
@@ -24297,12 +23562,13 @@
Html5.prototype[prop] = function () {
return this.el_[prop];
};
- }); // Wrap native properties with a setter in this format:
+ });
+
+ // Wrap native properties with a setter in this format:
// set + toTitleCase(name)
// The list is as follows:
// setVolume, setSrc, setPoster, setPreload, setPlaybackRate, setDefaultPlaybackRate,
// setDisablePictureInPicture, setCrossOrigin
-
[
/**
* Set the value of `volume` on the media element. `volume` indicates the current
@@ -24415,10 +23681,11 @@
Html5.prototype['set' + toTitleCase$1(prop)] = function (v) {
this.el_[prop] = v;
};
- }); // wrap native functions with a function
+ });
+
+ // wrap native functions with a function
// The list is as follows:
// pause, load, play
-
[
/**
* A wrapper around the media elements `pause` function. This will call the `HTML5`
@@ -24449,6 +23716,7 @@
};
});
Tech.withSourceHandlers(Html5);
+
/**
* Native source handler for Html5, simply passes the source to the media element.
*
@@ -24458,8 +23726,8 @@
* @property {Html5} tech
* The instance of the HTML5 tech.
*/
-
Html5.nativeSourceHandler = {};
+
/**
* Check if the media element can play the given mime type.
*
@@ -24469,7 +23737,6 @@
* @return {string}
* 'probably', 'maybe', or '' (empty string)
*/
-
Html5.nativeSourceHandler.canPlayType = function (type) {
// IE without MediaPlayer throws an error (#519)
try {
@@ -24478,6 +23745,7 @@
return '';
}
};
+
/**
* Check if the media element can handle a source natively.
*
@@ -24490,19 +23758,19 @@
* @return {string}
* 'probably', 'maybe', or '' (empty string).
*/
-
-
Html5.nativeSourceHandler.canHandleSource = function (source, options) {
// If a type was provided we should rely on that
if (source.type) {
- return Html5.nativeSourceHandler.canPlayType(source.type); // If no type, fall back to checking 'video/[EXTENSION]'
- } else if (source.src) {
- var ext = getFileExtension(source.src);
- return Html5.nativeSourceHandler.canPlayType("video/" + ext);
- }
+ return Html5.nativeSourceHandler.canPlayType(source.type);
+ // If no type, fall back to checking 'video/[EXTENSION]'
+ } else if (source.src) {
+ const ext = getFileExtension(source.src);
+ return Html5.nativeSourceHandler.canPlayType(`video/${ext}`);
+ }
return '';
};
+
/**
* Pass the source to the native media element.
*
@@ -24515,32 +23783,41 @@
* @param {Object} [options]
* The options to pass to the source
*/
-
-
Html5.nativeSourceHandler.handleSource = function (source, tech, options) {
tech.setSrc(source.src);
};
+
/**
* A noop for the native dispose function, as cleanup is not needed.
*/
+ Html5.nativeSourceHandler.dispose = function () {};
-
- Html5.nativeSourceHandler.dispose = function () {}; // Register the native source handler
-
-
+ // Register the native source handler
Html5.registerSourceHandler(Html5.nativeSourceHandler);
Tech.registerTech('Html5', Html5);
- // on the player when they happen
+ /**
+ * @file player.js
+ */
- var TECH_EVENTS_RETRIGGER = [
+ /** @import { TimeRange } from './utils/time' */
+ /** @import HtmlTrackElement from './tracks/html-track-element' */
+
+ /**
+ * @callback PlayerReadyCallback
+ * @this {Player}
+ * @returns {void}
+ */
+
+ // The following tech events are simply re-triggered
+ // on the player when they happen
+ const TECH_EVENTS_RETRIGGER = [
/**
* Fired while the user agent is downloading media data.
*
* @event Player#progress
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
/**
* Retrigger the `progress` event that was triggered by the {@link Tech}.
*
@@ -24554,9 +23831,8 @@
* Fires when the loading of an audio/video is aborted.
*
* @event Player#abort
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
/**
* Retrigger the `abort` event that was triggered by the {@link Tech}.
*
@@ -24570,9 +23846,8 @@
* Fires when the browser is intentionally not getting media data.
*
* @event Player#suspend
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
/**
* Retrigger the `suspend` event that was triggered by the {@link Tech}.
*
@@ -24586,9 +23861,8 @@
* Fires when the current playlist is empty.
*
* @event Player#emptied
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
/**
* Retrigger the `emptied` event that was triggered by the {@link Tech}.
*
@@ -24602,9 +23876,8 @@
* Fires when the browser is trying to get media data, but data is not available.
*
* @event Player#stalled
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
/**
* Retrigger the `stalled` event that was triggered by the {@link Tech}.
*
@@ -24618,9 +23891,8 @@
* Fires when the browser has loaded meta data for the audio/video.
*
* @event Player#loadedmetadata
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
/**
* Retrigger the `loadedmetadata` event that was triggered by the {@link Tech}.
*
@@ -24636,7 +23908,6 @@
* @event Player#loadeddata
* @type {event}
*/
-
/**
* Retrigger the `loadeddata` event that was triggered by the {@link Tech}.
*
@@ -24652,7 +23923,6 @@
* @event Player#timeupdate
* @type {event}
*/
-
/**
* Retrigger the `timeupdate` event that was triggered by the {@link Tech}.
*
@@ -24668,7 +23938,6 @@
* @event Player#resize
* @type {event}
*/
-
/**
* Retrigger the `resize` event that was triggered by the {@link Tech}.
*
@@ -24684,7 +23953,6 @@
* @event Player#volumechange
* @type {event}
*/
-
/**
* Retrigger the `volumechange` event that was triggered by the {@link Tech}.
*
@@ -24700,7 +23968,6 @@
* @event Player#texttrackchange
* @type {event}
*/
-
/**
* Retrigger the `texttrackchange` event that was triggered by the {@link Tech}.
*
@@ -24709,30 +23976,32 @@
* @fires Player#texttrackchange
* @listens Tech#texttrackchange
*/
- 'texttrackchange']; // events to queue when playback rate is zero
+ 'texttrackchange'];
+
+ // events to queue when playback rate is zero
// this is a hash for the sole purpose of mapping non-camel-cased event names
// to camel-cased function names
-
- var TECH_EVENTS_QUEUE = {
+ const TECH_EVENTS_QUEUE = {
canplay: 'CanPlay',
canplaythrough: 'CanPlayThrough',
playing: 'Playing',
seeked: 'Seeked'
};
- var BREAKPOINT_ORDER = ['tiny', 'xsmall', 'small', 'medium', 'large', 'xlarge', 'huge'];
- var BREAKPOINT_CLASSES = {}; // grep: vjs-layout-tiny
+ const BREAKPOINT_ORDER = ['tiny', 'xsmall', 'small', 'medium', 'large', 'xlarge', 'huge'];
+ const BREAKPOINT_CLASSES = {};
+
+ // grep: vjs-layout-tiny
// grep: vjs-layout-x-small
// grep: vjs-layout-small
// grep: vjs-layout-medium
// grep: vjs-layout-large
// grep: vjs-layout-x-large
// grep: vjs-layout-huge
-
- BREAKPOINT_ORDER.forEach(function (k) {
- var v = k.charAt(0) === 'x' ? "x-" + k.substring(1) : k;
- BREAKPOINT_CLASSES[k] = "vjs-layout-" + v;
+ BREAKPOINT_ORDER.forEach(k => {
+ const v = k.charAt(0) === 'x' ? `x-${k.substring(1)}` : k;
+ BREAKPOINT_CLASSES[k] = `vjs-layout-${v}`;
});
- var DEFAULT_BREAKPOINTS = {
+ const DEFAULT_BREAKPOINTS = {
tiny: 210,
xsmall: 320,
small: 425,
@@ -24741,20 +24010,20 @@
xlarge: 2560,
huge: Infinity
};
+
/**
* An instance of the `Player` class is created when any of the Video.js setup methods
* are used to initialize a video.
*
- * After an instance has been created it can be accessed globally in two ways:
- * 1. By calling `videojs('example_video_1');`
- * 2. By using it directly via `videojs.players.example_video_1;`
+ * After an instance has been created it can be accessed globally in three ways:
+ * 1. By calling `videojs.getPlayer('example_video_1');`
+ * 2. By calling `videojs('example_video_1');` (not recommended)
+ * 2. By using it directly via `videojs.players.example_video_1;`
*
* @extends Component
+ * @global
*/
-
- var Player = /*#__PURE__*/function (_Component) {
- inheritsLoose(Player, _Component);
-
+ class Player extends Component$1 {
/**
* Create an instance of this class.
*
@@ -24764,321 +24033,295 @@
* @param {Object} [options]
* Object of option names and values.
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {PlayerReadyCallback} [ready]
* Ready callback function.
*/
- function Player(tag, options, ready) {
- var _this;
-
+ constructor(tag, options, ready) {
// Make sure tag ID exists
- tag.id = tag.id || options.id || "vjs_video_" + newGUID(); // Set Options
+ // also here.. probably better
+ tag.id = tag.id || options.id || `vjs_video_${newGUID()}`;
+
+ // Set Options
// The options argument overrides options set in the video tag
// which overrides globally set options.
// This latter part coincides with the load order
// (tag must exist before Player)
+ options = Object.assign(Player.getTagSettings(tag), options);
- options = assign(Player.getTagSettings(tag), options); // Delay the initialization of children because we need to set up
+ // Delay the initialization of children because we need to set up
// player properties first, and can't use `this` before `super()`
+ options.initChildren = false;
- options.initChildren = false; // Same with creating the element
+ // Same with creating the element
+ options.createEl = false;
- options.createEl = false; // don't auto mixin the evented mixin
+ // don't auto mixin the evented mixin
+ options.evented = false;
- options.evented = false; // we don't want the player to report touch activity on itself
+ // we don't want the player to report touch activity on itself
// see enableTouchActivity in Component
+ options.reportTouchActivity = false;
- options.reportTouchActivity = false; // If language is not set, get the closest lang attribute
-
+ // If language is not set, get the closest lang attribute
if (!options.language) {
- if (typeof tag.closest === 'function') {
- var closest = tag.closest('[lang]');
-
- if (closest && closest.getAttribute) {
- options.language = closest.getAttribute('lang');
- }
- } else {
- var element = tag;
-
- while (element && element.nodeType === 1) {
- if (getAttributes(element).hasOwnProperty('lang')) {
- options.language = element.getAttribute('lang');
- break;
- }
-
- element = element.parentNode;
- }
+ const closest = tag.closest('[lang]');
+ if (closest) {
+ options.language = closest.getAttribute('lang');
}
- } // Run base component initializing with new options
+ }
+ // Run base component initializing with new options
+ super(null, options, ready);
- _this = _Component.call(this, null, options, ready) || this; // Create bound methods for document listeners.
+ // Create bound methods for document listeners.
+ this.boundDocumentFullscreenChange_ = e => this.documentFullscreenChange_(e);
+ this.boundFullWindowOnEscKey_ = e => this.fullWindowOnEscKey(e);
+ this.boundUpdateStyleEl_ = e => this.updateStyleEl_(e);
+ this.boundApplyInitTime_ = e => this.applyInitTime_(e);
+ this.boundUpdateCurrentBreakpoint_ = e => this.updateCurrentBreakpoint_(e);
+ this.boundHandleTechClick_ = e => this.handleTechClick_(e);
+ this.boundHandleTechDoubleClick_ = e => this.handleTechDoubleClick_(e);
+ this.boundHandleTechTouchStart_ = e => this.handleTechTouchStart_(e);
+ this.boundHandleTechTouchMove_ = e => this.handleTechTouchMove_(e);
+ this.boundHandleTechTouchEnd_ = e => this.handleTechTouchEnd_(e);
+ this.boundHandleTechTap_ = e => this.handleTechTap_(e);
+ this.boundUpdatePlayerHeightOnAudioOnlyMode_ = e => this.updatePlayerHeightOnAudioOnlyMode_(e);
- _this.boundDocumentFullscreenChange_ = function (e) {
- return _this.documentFullscreenChange_(e);
- };
+ // default isFullscreen_ to false
+ this.isFullscreen_ = false;
- _this.boundFullWindowOnEscKey_ = function (e) {
- return _this.fullWindowOnEscKey(e);
- };
+ // create logger
+ this.log = createLogger(this.id_);
- _this.boundUpdateStyleEl_ = function (e) {
- return _this.updateStyleEl_(e);
- };
+ // Hold our own reference to fullscreen api so it can be mocked in tests
+ this.fsApi_ = FullscreenApi;
- _this.boundApplyInitTime_ = function (e) {
- return _this.applyInitTime_(e);
- };
+ // Tracks when a tech changes the poster
+ this.isPosterFromTech_ = false;
- _this.boundUpdateCurrentBreakpoint_ = function (e) {
- return _this.updateCurrentBreakpoint_(e);
- };
-
- _this.boundHandleTechClick_ = function (e) {
- return _this.handleTechClick_(e);
- };
-
- _this.boundHandleTechDoubleClick_ = function (e) {
- return _this.handleTechDoubleClick_(e);
- };
-
- _this.boundHandleTechTouchStart_ = function (e) {
- return _this.handleTechTouchStart_(e);
- };
-
- _this.boundHandleTechTouchMove_ = function (e) {
- return _this.handleTechTouchMove_(e);
- };
-
- _this.boundHandleTechTouchEnd_ = function (e) {
- return _this.handleTechTouchEnd_(e);
- };
-
- _this.boundHandleTechTap_ = function (e) {
- return _this.handleTechTap_(e);
- }; // default isFullscreen_ to false
-
-
- _this.isFullscreen_ = false; // create logger
-
- _this.log = createLogger(_this.id_); // Hold our own reference to fullscreen api so it can be mocked in tests
-
- _this.fsApi_ = FullscreenApi; // Tracks when a tech changes the poster
-
- _this.isPosterFromTech_ = false; // Holds callback info that gets queued when playback rate is zero
+ // Holds callback info that gets queued when playback rate is zero
// and a seek is happening
+ this.queuedCallbacks_ = [];
- _this.queuedCallbacks_ = []; // Turn off API access because we're loading a new tech that might load asynchronously
+ // Turn off API access because we're loading a new tech that might load asynchronously
+ this.isReady_ = false;
- _this.isReady_ = false; // Init state hasStarted_
+ // Init state hasStarted_
+ this.hasStarted_ = false;
- _this.hasStarted_ = false; // Init state userActive_
+ // Init state userActive_
+ this.userActive_ = false;
- _this.userActive_ = false; // Init debugEnabled_
+ // Init debugEnabled_
+ this.debugEnabled_ = false;
- _this.debugEnabled_ = false; // Init state audioOnlyMode_
+ // Init state audioOnlyMode_
+ this.audioOnlyMode_ = false;
- _this.audioOnlyMode_ = false; // Init state audioPosterMode_
+ // Init state audioPosterMode_
+ this.audioPosterMode_ = false;
- _this.audioPosterMode_ = false; // Init state audioOnlyCache_
-
- _this.audioOnlyCache_ = {
+ // Init state audioOnlyCache_
+ this.audioOnlyCache_ = {
+ controlBarHeight: null,
playerHeight: null,
hiddenChildren: []
- }; // if the global option object was accidentally blown away by
+ };
+
+ // if the global option object was accidentally blown away by
// someone, bail early with an informative error
-
- if (!_this.options_ || !_this.options_.techOrder || !_this.options_.techOrder.length) {
+ if (!this.options_ || !this.options_.techOrder || !this.options_.techOrder.length) {
throw new Error('No techOrder specified. Did you overwrite ' + 'videojs.options instead of just changing the ' + 'properties you want to override?');
- } // Store the original tag used to set options
+ }
+ // Store the original tag used to set options
+ this.tag = tag;
- _this.tag = tag; // Store the tag attributes used to restore html5 element
-
- _this.tagAttributes = tag && getAttributes(tag); // Update current language
-
- _this.language(_this.options_.language); // Update Supported Languages
+ // Store the tag attributes used to restore html5 element
+ this.tagAttributes = tag && getAttributes(tag);
+ // Update current language
+ this.language(this.options_.language);
+ // Update Supported Languages
if (options.languages) {
// Normalise player option languages to lowercase
- var languagesToLower = {};
+ const languagesToLower = {};
Object.getOwnPropertyNames(options.languages).forEach(function (name) {
languagesToLower[name.toLowerCase()] = options.languages[name];
});
- _this.languages_ = languagesToLower;
+ this.languages_ = languagesToLower;
} else {
- _this.languages_ = Player.prototype.options_.languages;
+ this.languages_ = Player.prototype.options_.languages;
}
+ this.resetCache_();
- _this.resetCache_(); // Set poster
+ // Set poster
+ /** @type string */
+ this.poster_ = options.poster || '';
+ // Set controls
+ /** @type {boolean} */
+ this.controls_ = !!options.controls;
- _this.poster_ = options.poster || ''; // Set controls
-
- _this.controls_ = !!options.controls; // Original tag settings stored in options
+ // Original tag settings stored in options
// now remove immediately so native controls don't flash.
// May be turned back on by HTML5 tech if nativeControlsForTouch is true
-
tag.controls = false;
tag.removeAttribute('controls');
- _this.changingSrc_ = false;
- _this.playCallbacks_ = [];
- _this.playTerminatedQueue_ = []; // the attribute overrides the option
+ this.changingSrc_ = false;
+ this.playCallbacks_ = [];
+ this.playTerminatedQueue_ = [];
+ // the attribute overrides the option
if (tag.hasAttribute('autoplay')) {
- _this.autoplay(true);
+ this.autoplay(true);
} else {
// otherwise use the setter to validate and
// set the correct value.
- _this.autoplay(_this.options_.autoplay);
- } // check plugins
-
+ this.autoplay(this.options_.autoplay);
+ }
+ // check plugins
if (options.plugins) {
- Object.keys(options.plugins).forEach(function (name) {
- if (typeof _this[name] !== 'function') {
- throw new Error("plugin \"" + name + "\" does not exist");
+ Object.keys(options.plugins).forEach(name => {
+ if (typeof this[name] !== 'function') {
+ throw new Error(`plugin "${name}" does not exist`);
}
});
}
+
/*
* Store the internal state of scrubbing
*
* @private
* @return {Boolean} True if the user is scrubbing
*/
+ this.scrubbing_ = false;
+ this.el_ = this.createEl();
-
- _this.scrubbing_ = false;
- _this.el_ = _this.createEl(); // Make this an evented object and use `el_` as its event bus.
-
- evented(assertThisInitialized(_this), {
+ // Make this an evented object and use `el_` as its event bus.
+ evented(this, {
eventBusKey: 'el_'
- }); // listen to document and player fullscreenchange handlers so we receive those events
+ });
+
+ // listen to document and player fullscreenchange handlers so we receive those events
// before a user can receive them so we can update isFullscreen appropriately.
// make sure that we listen to fullscreenchange events before everything else to make sure that
// our isFullscreen method is updated properly for internal components as well as external.
-
- if (_this.fsApi_.requestFullscreen) {
- on(document, _this.fsApi_.fullscreenchange, _this.boundDocumentFullscreenChange_);
-
- _this.on(_this.fsApi_.fullscreenchange, _this.boundDocumentFullscreenChange_);
+ if (this.fsApi_.requestFullscreen) {
+ on(document, this.fsApi_.fullscreenchange, this.boundDocumentFullscreenChange_);
+ this.on(this.fsApi_.fullscreenchange, this.boundDocumentFullscreenChange_);
}
-
- if (_this.fluid_) {
- _this.on(['playerreset', 'resize'], _this.boundUpdateStyleEl_);
- } // We also want to pass the original player options to each component and plugin
+ if (this.fluid_) {
+ this.on(['playerreset', 'resize'], this.boundUpdateStyleEl_);
+ }
+ // We also want to pass the original player options to each component and plugin
// as well so they don't need to reach back into the player for options later.
// We also need to do another copy of this.options_ so we don't end up with
// an infinite loop.
+ const playerOptionsCopy = merge$2(this.options_);
-
- var playerOptionsCopy = mergeOptions$3(_this.options_); // Load plugins
-
+ // Load plugins
if (options.plugins) {
- Object.keys(options.plugins).forEach(function (name) {
- _this[name](options.plugins[name]);
+ Object.keys(options.plugins).forEach(name => {
+ this[name](options.plugins[name]);
});
- } // Enable debug mode to fire debugon event for all plugins.
-
+ }
+ // Enable debug mode to fire debugon event for all plugins.
if (options.debug) {
- _this.debug(true);
+ this.debug(true);
}
+ this.options_.playerOptions = playerOptionsCopy;
+ this.middleware_ = [];
+ this.playbackRates(options.playbackRates);
+ if (options.experimentalSvgIcons) {
+ // Add SVG Sprite to the DOM
+ const parser = new window.DOMParser();
+ const parsedSVG = parser.parseFromString(icons, 'image/svg+xml');
+ const errorNode = parsedSVG.querySelector('parsererror');
+ if (errorNode) {
+ log$1.warn('Failed to load SVG Icons. Falling back to Font Icons.');
+ this.options_.experimentalSvgIcons = null;
+ } else {
+ const sprite = parsedSVG.documentElement;
+ sprite.style.display = 'none';
+ this.el_.appendChild(sprite);
+ this.addClass('vjs-svg-icons-enabled');
+ }
+ }
+ this.initChildren();
- _this.options_.playerOptions = playerOptionsCopy;
- _this.middleware_ = [];
+ // Set isAudio based on whether or not an audio tag was used
+ this.isAudio(tag.nodeName.toLowerCase() === 'audio');
- _this.playbackRates(options.playbackRates);
-
- _this.initChildren(); // Set isAudio based on whether or not an audio tag was used
-
-
- _this.isAudio(tag.nodeName.toLowerCase() === 'audio'); // Update controls className. Can't do this when the controls are initially
+ // Update controls className. Can't do this when the controls are initially
// set because the element doesn't exist yet.
-
-
- if (_this.controls()) {
- _this.addClass('vjs-controls-enabled');
+ if (this.controls()) {
+ this.addClass('vjs-controls-enabled');
} else {
- _this.addClass('vjs-controls-disabled');
- } // Set ARIA label and region role depending on player type
-
-
- _this.el_.setAttribute('role', 'region');
-
- if (_this.isAudio()) {
- _this.el_.setAttribute('aria-label', _this.localize('Audio Player'));
- } else {
- _this.el_.setAttribute('aria-label', _this.localize('Video Player'));
+ this.addClass('vjs-controls-disabled');
}
- if (_this.isAudio()) {
- _this.addClass('vjs-audio');
+ // Set ARIA label and region role depending on player type
+ this.el_.setAttribute('role', 'region');
+ if (this.isAudio()) {
+ this.el_.setAttribute('aria-label', this.localize('Audio Player'));
+ } else {
+ this.el_.setAttribute('aria-label', this.localize('Video Player'));
+ }
+ if (this.isAudio()) {
+ this.addClass('vjs-audio');
}
- if (_this.flexNotSupported_()) {
- _this.addClass('vjs-no-flex');
- } // TODO: Make this smarter. Toggle user state between touching/mousing
+ // Check if spatial navigation is enabled in the options.
+ // If enabled, instantiate the SpatialNavigation class.
+ if (options.spatialNavigation && options.spatialNavigation.enabled) {
+ this.spatialNavigation = new SpatialNavigation(this);
+ this.addClass('vjs-spatial-navigation-enabled');
+ }
+
+ // TODO: Make this smarter. Toggle user state between touching/mousing
// using events, since devices can have both touch and mouse events.
// TODO: Make this check be performed again when the window switches between monitors
// (See https://github.com/videojs/video.js/issues/5683)
-
-
if (TOUCH_ENABLED) {
- _this.addClass('vjs-touch-enabled');
- } // iOS Safari has broken hover handling
-
+ this.addClass('vjs-touch-enabled');
+ }
+ // iOS Safari has broken hover handling
if (!IS_IOS) {
- _this.addClass('vjs-workinghover');
- } // Make player easily findable by ID
+ this.addClass('vjs-workinghover');
+ }
+ // Make player easily findable by ID
+ Player.players[this.id_] = this;
- Player.players[_this.id_] = assertThisInitialized(_this); // Add a major version class to aid css in plugins
+ // Add a major version class to aid css in plugins
+ const majorVersion = version$5.split('.')[0];
+ this.addClass(`vjs-v${majorVersion}`);
- var majorVersion = version$5.split('.')[0];
-
- _this.addClass("vjs-v" + majorVersion); // When the player is first initialized, trigger activity so components
+ // When the player is first initialized, trigger activity so components
// like the control bar show themselves if needed
+ this.userActive(true);
+ this.reportUserActivity();
+ this.one('play', e => this.listenForUserActivity_(e));
+ this.on('keydown', e => this.handleKeyDown(e));
+ this.on('languagechange', e => this.handleLanguagechange(e));
+ this.breakpoints(this.options_.breakpoints);
+ this.responsive(this.options_.responsive);
-
- _this.userActive(true);
-
- _this.reportUserActivity();
-
- _this.one('play', function (e) {
- return _this.listenForUserActivity_(e);
- });
-
- _this.on('stageclick', function (e) {
- return _this.handleStageClick_(e);
- });
-
- _this.on('keydown', function (e) {
- return _this.handleKeyDown(e);
- });
-
- _this.on('languagechange', function (e) {
- return _this.handleLanguagechange(e);
- });
-
- _this.breakpoints(_this.options_.breakpoints);
-
- _this.responsive(_this.options_.responsive); // Calling both the audio mode methods after the player is fully
+ // Calling both the audio mode methods after the player is fully
// setup to be able to listen to the events triggered by them
-
-
- _this.on('ready', function () {
+ this.on('ready', () => {
// Calling the audioPosterMode method first so that
// the audioOnlyMode can take precedence when both options are set to true
- _this.audioPosterMode(_this.options_.audioPosterMode);
-
- _this.audioOnlyMode(_this.options_.audioOnlyMode);
+ this.audioPosterMode(this.options_.audioPosterMode);
+ this.audioOnlyMode(this.options_.audioOnlyMode);
});
-
- return _this;
}
+
/**
* Destroys the video player and does any necessary cleanup.
*
@@ -25087,149 +24330,132 @@
*
* @fires Player#dispose
*/
-
-
- var _proto = Player.prototype;
-
- _proto.dispose = function dispose() {
- var _this2 = this;
-
+ dispose() {
/**
* Called when the player is being disposed of.
*
* @event Player#dispose
- * @type {EventTarget~Event}
+ * @type {Event}
*/
- this.trigger('dispose'); // prevent dispose from being called twice
-
- this.off('dispose'); // Make sure all player-specific document listeners are unbound. This is
+ this.trigger('dispose');
+ // prevent dispose from being called twice
+ this.off('dispose');
+ // Make sure all player-specific document listeners are unbound. This is
off(document, this.fsApi_.fullscreenchange, this.boundDocumentFullscreenChange_);
off(document, 'keydown', this.boundFullWindowOnEscKey_);
-
if (this.styleEl_ && this.styleEl_.parentNode) {
this.styleEl_.parentNode.removeChild(this.styleEl_);
this.styleEl_ = null;
- } // Kill reference to this player
-
+ }
+ // Kill reference to this player
Player.players[this.id_] = null;
-
if (this.tag && this.tag.player) {
this.tag.player = null;
}
-
if (this.el_ && this.el_.player) {
this.el_.player = null;
}
-
if (this.tech_) {
this.tech_.dispose();
this.isPosterFromTech_ = false;
this.poster_ = '';
}
-
if (this.playerElIngest_) {
this.playerElIngest_ = null;
}
-
if (this.tag) {
this.tag = null;
}
+ clearCacheForPlayer(this);
- clearCacheForPlayer(this); // remove all event handlers for track lists
+ // remove all event handlers for track lists
// all tracks and track listeners are removed on
// tech dispose
+ ALL.names.forEach(name => {
+ const props = ALL[name];
+ const list = this[props.getterName]();
- ALL.names.forEach(function (name) {
- var props = ALL[name];
-
- var list = _this2[props.getterName](); // if it is not a native list
+ // if it is not a native list
// we have to manually remove event listeners
-
-
if (list && list.off) {
list.off();
}
- }); // the actual .el_ is removed here
+ });
- _Component.prototype.dispose.call(this);
+ // the actual .el_ is removed here, or replaced if
+ super.dispose({
+ restoreEl: this.options_.restoreEl
+ });
}
+
/**
* Create the `Player`'s DOM element.
*
* @return {Element}
* The DOM element that gets created.
*/
- ;
-
- _proto.createEl = function createEl() {
- var tag = this.tag;
- var el;
- var playerElIngest = this.playerElIngest_ = tag.parentNode && tag.parentNode.hasAttribute && tag.parentNode.hasAttribute('data-vjs-player');
- var divEmbed = this.tag.tagName.toLowerCase() === 'video-js';
-
+ createEl() {
+ let tag = this.tag;
+ let el;
+ let playerElIngest = this.playerElIngest_ = tag.parentNode && tag.parentNode.hasAttribute && tag.parentNode.hasAttribute('data-vjs-player');
+ const divEmbed = this.tag.tagName.toLowerCase() === 'video-js';
if (playerElIngest) {
el = this.el_ = tag.parentNode;
} else if (!divEmbed) {
- el = this.el_ = _Component.prototype.createEl.call(this, 'div');
- } // Copy over all the attributes from the tag, including ID and class
+ el = this.el_ = super.createEl('div');
+ }
+
+ // Copy over all the attributes from the tag, including ID and class
// ID will now reference player box, not the video tag
-
-
- var attrs = getAttributes(tag);
-
+ const attrs = getAttributes(tag);
if (divEmbed) {
el = this.el_ = tag;
tag = this.tag = document.createElement('video');
-
while (el.children.length) {
tag.appendChild(el.firstChild);
}
-
if (!hasClass(el, 'video-js')) {
addClass(el, 'video-js');
}
-
el.appendChild(tag);
- playerElIngest = this.playerElIngest_ = el; // move properties over from our custom `video-js` element
+ playerElIngest = this.playerElIngest_ = el;
+ // move properties over from our custom `video-js` element
// to our new `video` element. This will move things like
// `src` or `controls` that were set via js before the player
// was initialized.
-
- Object.keys(el).forEach(function (k) {
+ Object.keys(el).forEach(k => {
try {
tag[k] = el[k];
- } catch (e) {// we got a a property like outerHTML which we can't actually copy, ignore it
+ } catch (e) {
+ // we got a a property like outerHTML which we can't actually copy, ignore it
}
});
- } // set tabindex to -1 to remove the video element from the focus order
-
+ }
+ // set tabindex to -1 to remove the video element from the focus order
tag.setAttribute('tabindex', '-1');
- attrs.tabindex = '-1'; // Workaround for #4583 (JAWS+IE doesn't announce BPB or play button), and
- // for the same issue with Chrome (on Windows) with JAWS.
+ attrs.tabindex = '-1';
+
+ // Workaround for #4583 on Chrome (on Windows) with JAWS.
// See https://github.com/FreedomScientific/VFO-standards-support/issues/78
// Note that we can't detect if JAWS is being used, but this ARIA attribute
- // doesn't change behavior of IE11 or Chrome if JAWS is not being used
-
- if (IE_VERSION || IS_CHROME && IS_WINDOWS) {
+ // doesn't change behavior of Chrome if JAWS is not being used
+ if (IS_CHROME && IS_WINDOWS) {
tag.setAttribute('role', 'application');
attrs.role = 'application';
- } // Remove width/height attrs from tag so CSS can make it 100% width/height
-
+ }
+ // Remove width/height attrs from tag so CSS can make it 100% width/height
tag.removeAttribute('width');
tag.removeAttribute('height');
-
if ('width' in attrs) {
delete attrs.width;
}
-
if ('height' in attrs) {
delete attrs.height;
}
-
Object.getOwnPropertyNames(attrs).forEach(function (attr) {
// don't copy over the class attribute to the player element when we're in a div embed
// the class is already set up properly in the divEmbed case
@@ -25237,73 +24463,82 @@
if (!(divEmbed && attr === 'class')) {
el.setAttribute(attr, attrs[attr]);
}
-
if (divEmbed) {
tag.setAttribute(attr, attrs[attr]);
}
- }); // Update tag id/class for use as HTML5 playback tech
+ });
+
+ // Update tag id/class for use as HTML5 playback tech
// Might think we should do this after embedding in container so .vjs-tech class
// doesn't flash 100% width/height, but class only applies with .video-js parent
-
tag.playerId = tag.id;
tag.id += '_html5_api';
- tag.className = 'vjs-tech'; // Make player findable on elements
+ tag.className = 'vjs-tech';
- tag.player = el.player = this; // Default state of video is paused
+ // Make player findable on elements
+ tag.player = el.player = this;
+ // Default state of video is paused
+ this.addClass('vjs-paused');
+ const deviceClassNames = ['IS_SMART_TV', 'IS_TIZEN', 'IS_WEBOS', 'IS_ANDROID', 'IS_IPAD', 'IS_IPHONE', 'IS_CHROMECAST_RECEIVER'].filter(key => browser[key]).map(key => {
+ return 'vjs-device-' + key.substring(3).toLowerCase().replace(/\_/g, '-');
+ });
+ this.addClass(...deviceClassNames);
- this.addClass('vjs-paused'); // Add a style element in the player that we'll use to set the width/height
- // of the player in a way that's still overrideable by CSS, just like the
+ // Add a style element in the player that we'll use to set the width/height
+ // of the player in a way that's still overridable by CSS, just like the
// video element
-
if (window.VIDEOJS_NO_DYNAMIC_STYLE !== true) {
this.styleEl_ = createStyleElement('vjs-styles-dimensions');
- var defaultsStyleEl = $('.vjs-styles-defaults');
- var head = $('head');
+ const defaultsStyleEl = $('.vjs-styles-defaults');
+ const head = $('head');
head.insertBefore(this.styleEl_, defaultsStyleEl ? defaultsStyleEl.nextSibling : head.firstChild);
}
-
this.fill_ = false;
- this.fluid_ = false; // Pass in the width/height/aspectRatio options which will update the style el
+ this.fluid_ = false;
+ // Pass in the width/height/aspectRatio options which will update the style el
this.width(this.options_.width);
this.height(this.options_.height);
this.fill(this.options_.fill);
this.fluid(this.options_.fluid);
- this.aspectRatio(this.options_.aspectRatio); // support both crossOrigin and crossorigin to reduce confusion and issues around the name
+ this.aspectRatio(this.options_.aspectRatio);
+ // support both crossOrigin and crossorigin to reduce confusion and issues around the name
+ this.crossOrigin(this.options_.crossOrigin || this.options_.crossorigin);
- this.crossOrigin(this.options_.crossOrigin || this.options_.crossorigin); // Hide any links within the video/audio tag,
+ // Hide any links within the video/audio tag,
// because IE doesn't hide them completely from screen readers.
-
- var links = tag.getElementsByTagName('a');
-
- for (var i = 0; i < links.length; i++) {
- var linkEl = links.item(i);
+ const links = tag.getElementsByTagName('a');
+ for (let i = 0; i < links.length; i++) {
+ const linkEl = links.item(i);
addClass(linkEl, 'vjs-hidden');
linkEl.setAttribute('hidden', 'hidden');
- } // insertElFirst seems to cause the networkState to flicker from 3 to 2, so
+ }
+
+ // insertElFirst seems to cause the networkState to flicker from 3 to 2, so
// keep track of the original for later so we can know if the source originally failed
+ tag.initNetworkState_ = tag.networkState;
-
- tag.initNetworkState_ = tag.networkState; // Wrap video tag in div (el/box) container
-
+ // Wrap video tag in div (el/box) container
if (tag.parentNode && !playerElIngest) {
tag.parentNode.insertBefore(el, tag);
- } // insert the tag as the first child of the player element
+ }
+
+ // insert the tag as the first child of the player element
// then manually add it to the children array so that this.addChild
// will work properly for other components
//
// Breaks iPhone, fixed in HTML5 setup.
-
-
prependTo(tag, el);
- this.children_.unshift(tag); // Set lang attr on player to ensure CSS :lang() in consistent with player
- // if it's been set to something different to the doc
+ this.children_.unshift(tag);
+ // Set lang attr on player to ensure CSS :lang() in consistent with player
+ // if it's been set to something different to the doc
this.el_.setAttribute('lang', this.language_);
this.el_.setAttribute('translate', 'no');
this.el_ = el;
return el;
}
+
/**
* Get or set the `Player`'s crossOrigin option. For the HTML5 player, this
* sets the `crossOrigin` property on the `` tag to control the CORS
@@ -25311,59 +24546,60 @@
*
* @see [Video Element Attributes]{@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-crossorigin}
*
- * @param {string} [value]
+ * @param {string|null} [value]
* The value to set the `Player`'s crossOrigin to. If an argument is
- * given, must be one of `anonymous` or `use-credentials`.
+ * given, must be one of `'anonymous'` or `'use-credentials'`, or 'null'.
*
- * @return {string|undefined}
+ * @return {string|null|undefined}
* - The current crossOrigin value of the `Player` when getting.
* - undefined when setting
*/
- ;
-
- _proto.crossOrigin = function crossOrigin(value) {
- if (!value) {
+ crossOrigin(value) {
+ // `null` can be set to unset a value
+ if (typeof value === 'undefined') {
return this.techGet_('crossOrigin');
}
-
- if (value !== 'anonymous' && value !== 'use-credentials') {
- log$1.warn("crossOrigin must be \"anonymous\" or \"use-credentials\", given \"" + value + "\"");
+ if (value !== null && value !== 'anonymous' && value !== 'use-credentials') {
+ log$1.warn(`crossOrigin must be null, "anonymous" or "use-credentials", given "${value}"`);
return;
}
-
this.techCall_('setCrossOrigin', value);
+ if (this.posterImage) {
+ this.posterImage.crossOrigin(value);
+ }
return;
}
+
/**
* A getter/setter for the `Player`'s width. Returns the player's configured value.
* To get the current width use `currentWidth()`.
*
- * @param {number} [value]
- * The value to set the `Player`'s width to.
+ * @param {number|string} [value]
+ * CSS value to set the `Player`'s width to.
*
- * @return {number}
- * The current width of the `Player` when getting.
+ * @return {number|undefined}
+ * - The current width of the `Player` when getting.
+ * - Nothing when setting
*/
- ;
-
- _proto.width = function width(value) {
+ width(value) {
return this.dimension('width', value);
}
+
/**
* A getter/setter for the `Player`'s height. Returns the player's configured value.
* To get the current height use `currentheight()`.
*
- * @param {number} [value]
- * The value to set the `Player`'s heigth to.
+ * @param {number|string} [value]
+ * CSS value to set the `Player`'s height to.
*
- * @return {number}
- * The current height of the `Player` when getting.
+ * @return {number|undefined}
+ * - The current height of the `Player` when getting.
+ * - Nothing when setting
*/
- ;
-
- _proto.height = function height(value) {
+ height(value) {
return this.dimension('height', value);
}
+
/**
* A getter/setter for the `Player`'s width & height.
*
@@ -25372,38 +24608,32 @@
* - 'width'
* - 'height'
*
- * @param {number} [value]
+ * @param {number|string} [value]
* Value for dimension specified in the first argument.
*
* @return {number}
* The dimension arguments value when getting (width/height).
*/
- ;
-
- _proto.dimension = function dimension(_dimension, value) {
- var privDimension = _dimension + '_';
-
+ dimension(dimension, value) {
+ const privDimension = dimension + '_';
if (value === undefined) {
return this[privDimension] || 0;
}
-
if (value === '' || value === 'auto') {
// If an empty string is given, reset the dimension to be automatic
this[privDimension] = undefined;
this.updateStyleEl_();
return;
}
-
- var parsedVal = parseFloat(value);
-
+ const parsedVal = parseFloat(value);
if (isNaN(parsedVal)) {
- log$1.error("Improper value \"" + value + "\" supplied for for " + _dimension);
+ log$1.error(`Improper value "${value}" supplied for for ${dimension}`);
return;
}
-
this[privDimension] = parsedVal;
this.updateStyleEl_();
}
+
/**
* A getter/setter/toggler for the vjs-fluid `className` on the `Player`.
*
@@ -25418,33 +24648,26 @@
* - The value of fluid when getting.
* - `undefined` when setting.
*/
- ;
-
- _proto.fluid = function fluid(bool) {
- var _this3 = this;
-
+ fluid(bool) {
if (bool === undefined) {
return !!this.fluid_;
}
-
this.fluid_ = !!bool;
-
if (isEvented(this)) {
this.off(['playerreset', 'resize'], this.boundUpdateStyleEl_);
}
-
if (bool) {
this.addClass('vjs-fluid');
this.fill(false);
- addEventedCallback(this, function () {
- _this3.on(['playerreset', 'resize'], _this3.boundUpdateStyleEl_);
+ addEventedCallback(this, () => {
+ this.on(['playerreset', 'resize'], this.boundUpdateStyleEl_);
});
} else {
this.removeClass('vjs-fluid');
}
-
this.updateStyleEl_();
}
+
/**
* A getter/setter/toggler for the vjs-fill `className` on the `Player`.
*
@@ -25459,15 +24682,11 @@
* - The value of fluid when getting.
* - `undefined` when setting.
*/
- ;
-
- _proto.fill = function fill(bool) {
+ fill(bool) {
if (bool === undefined) {
return !!this.fill_;
}
-
this.fill_ = !!bool;
-
if (bool) {
this.addClass('vjs-fill');
this.fluid(false);
@@ -25475,6 +24694,7 @@
this.removeClass('vjs-fill');
}
}
+
/**
* Get/Set the aspect ratio
*
@@ -25495,58 +24715,50 @@
* - The current aspect ratio of the `Player` when getting.
* - undefined when setting
*/
- ;
-
- _proto.aspectRatio = function aspectRatio(ratio) {
+ aspectRatio(ratio) {
if (ratio === undefined) {
return this.aspectRatio_;
- } // Check for width:height format
-
+ }
+ // Check for width:height format
if (!/^\d+\:\d+$/.test(ratio)) {
throw new Error('Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.');
}
+ this.aspectRatio_ = ratio;
- this.aspectRatio_ = ratio; // We're assuming if you set an aspect ratio you want fluid mode,
+ // We're assuming if you set an aspect ratio you want fluid mode,
// because in fixed mode you could calculate width and height yourself.
-
this.fluid(true);
this.updateStyleEl_();
}
+
/**
* Update styles of the `Player` element (height, width and aspect ratio).
*
* @private
* @listens Tech#loadedmetadata
*/
- ;
-
- _proto.updateStyleEl_ = function updateStyleEl_() {
+ updateStyleEl_() {
if (window.VIDEOJS_NO_DYNAMIC_STYLE === true) {
- var _width = typeof this.width_ === 'number' ? this.width_ : this.options_.width;
-
- var _height = typeof this.height_ === 'number' ? this.height_ : this.options_.height;
-
- var techEl = this.tech_ && this.tech_.el();
-
+ const width = typeof this.width_ === 'number' ? this.width_ : this.options_.width;
+ const height = typeof this.height_ === 'number' ? this.height_ : this.options_.height;
+ const techEl = this.tech_ && this.tech_.el();
if (techEl) {
- if (_width >= 0) {
- techEl.width = _width;
+ if (width >= 0) {
+ techEl.width = width;
}
-
- if (_height >= 0) {
- techEl.height = _height;
+ if (height >= 0) {
+ techEl.height = height;
}
}
-
return;
}
+ let width;
+ let height;
+ let aspectRatio;
+ let idClass;
- var width;
- var height;
- var aspectRatio;
- var idClass; // The aspect ratio is either used directly or to calculate width and height.
-
+ // The aspect ratio is either used directly or to calculate width and height.
if (this.aspectRatio_ !== undefined && this.aspectRatio_ !== 'auto') {
// Use any aspectRatio that's been specifically set
aspectRatio = this.aspectRatio_;
@@ -25556,42 +24768,50 @@
} else {
// Or use a default. The video element's is 2:1, but 16:9 is more common.
aspectRatio = '16:9';
- } // Get the ratio as a decimal we can use to calculate dimensions
-
-
- var ratioParts = aspectRatio.split(':');
- var ratioMultiplier = ratioParts[1] / ratioParts[0];
+ }
+ // Get the ratio as a decimal we can use to calculate dimensions
+ const ratioParts = aspectRatio.split(':');
+ const ratioMultiplier = ratioParts[1] / ratioParts[0];
if (this.width_ !== undefined) {
// Use any width that's been specifically set
width = this.width_;
} else if (this.height_ !== undefined) {
- // Or calulate the width from the aspect ratio if a height has been set
+ // Or calculate the width from the aspect ratio if a height has been set
width = this.height_ / ratioMultiplier;
} else {
// Or use the video's metadata, or use the video el's default of 300
width = this.videoWidth() || 300;
}
-
if (this.height_ !== undefined) {
// Use any height that's been specifically set
height = this.height_;
} else {
// Otherwise calculate the height from the ratio and the width
height = width * ratioMultiplier;
- } // Ensure the CSS class is valid by starting with an alpha character
-
+ }
+ // Ensure the CSS class is valid by starting with an alpha character
if (/^[^a-zA-Z]/.test(this.id())) {
idClass = 'dimensions-' + this.id();
} else {
idClass = this.id() + '-dimensions';
- } // Ensure the right class is still on the player for the style element
-
+ }
+ // Ensure the right class is still on the player for the style element
this.addClass(idClass);
- setTextContent(this.styleEl_, "\n ." + idClass + " {\n width: " + width + "px;\n height: " + height + "px;\n }\n\n ." + idClass + ".vjs-fluid:not(.vjs-audio-only-mode) {\n padding-top: " + ratioMultiplier * 100 + "%;\n }\n ");
+ setTextContent(this.styleEl_, `
+ .${idClass} {
+ width: ${width}px;
+ height: ${height}px;
+ }
+
+ .${idClass}.vjs-fluid:not(.vjs-audio-only-mode) {
+ padding-top: ${ratioMultiplier * 100}%;
+ }
+ `);
}
+
/**
* Load/Create an instance of playback {@link Tech} including element
* and API methods. Then append the `Tech` element in `Player` as a child.
@@ -25604,42 +24824,39 @@
*
* @private
*/
- ;
-
- _proto.loadTech_ = function loadTech_(techName, source) {
- var _this4 = this;
-
+ loadTech_(techName, source) {
// Pause and remove current playback technology
if (this.tech_) {
this.unloadTech_();
}
+ const titleTechName = toTitleCase$1(techName);
+ const camelTechName = techName.charAt(0).toLowerCase() + techName.slice(1);
- var titleTechName = toTitleCase$1(techName);
- var camelTechName = techName.charAt(0).toLowerCase() + techName.slice(1); // get rid of the HTML5 video tag as soon as we are using another tech
-
+ // get rid of the HTML5 video tag as soon as we are using another tech
if (titleTechName !== 'Html5' && this.tag) {
Tech.getTech('Html5').disposeMediaElement(this.tag);
this.tag.player = null;
this.tag = null;
}
+ this.techName_ = titleTechName;
- this.techName_ = titleTechName; // Turn off API access because we're loading a new tech that might load asynchronously
-
+ // Turn off API access because we're loading a new tech that might load asynchronously
this.isReady_ = false;
- var autoplay = this.autoplay(); // if autoplay is a string (or `true` with normalizeAutoplay: true) we pass false to the tech
- // because the player is going to handle autoplay on `loadstart`
+ let autoplay = this.autoplay();
+ // if autoplay is a string (or `true` with normalizeAutoplay: true) we pass false to the tech
+ // because the player is going to handle autoplay on `loadstart`
if (typeof this.autoplay() === 'string' || this.autoplay() === true && this.options_.normalizeAutoplay) {
autoplay = false;
- } // Grab tech-specific options from player options and add source and parent element to use.
+ }
-
- var techOptions = {
- source: source,
- autoplay: autoplay,
+ // Grab tech-specific options from player options and add source and parent element to use.
+ const techOptions = {
+ source,
+ autoplay,
'nativeControlsForTouch': this.options_.nativeControlsForTouch,
'playerId': this.id(),
- 'techId': this.id() + "_" + camelTechName + "_api",
+ 'techId': `${this.id()}_${camelTechName}_api`,
'playsinline': this.options_.playsinline,
'preload': this.options_.preload,
'loop': this.options_.loop,
@@ -25650,153 +24867,106 @@
'playerElIngest': this.playerElIngest_ || false,
'vtt.js': this.options_['vtt.js'],
'canOverridePoster': !!this.options_.techCanOverridePoster,
- 'enableSourceset': this.options_.enableSourceset,
- 'Promise': this.options_.Promise
+ 'enableSourceset': this.options_.enableSourceset
};
- ALL.names.forEach(function (name) {
- var props = ALL[name];
- techOptions[props.getterName] = _this4[props.privateName];
+ ALL.names.forEach(name => {
+ const props = ALL[name];
+ techOptions[props.getterName] = this[props.privateName];
});
- assign(techOptions, this.options_[titleTechName]);
- assign(techOptions, this.options_[camelTechName]);
- assign(techOptions, this.options_[techName.toLowerCase()]);
-
+ Object.assign(techOptions, this.options_[titleTechName]);
+ Object.assign(techOptions, this.options_[camelTechName]);
+ Object.assign(techOptions, this.options_[techName.toLowerCase()]);
if (this.tag) {
techOptions.tag = this.tag;
}
-
if (source && source.src === this.cache_.src && this.cache_.currentTime > 0) {
techOptions.startTime = this.cache_.currentTime;
- } // Initialize tech instance
-
-
- var TechClass = Tech.getTech(techName);
-
- if (!TechClass) {
- throw new Error("No Tech named '" + titleTechName + "' exists! '" + titleTechName + "' should be registered using videojs.registerTech()'");
}
- this.tech_ = new TechClass(techOptions); // player.triggerReady is always async, so don't need this to be async
+ // Initialize tech instance
+ const TechClass = Tech.getTech(techName);
+ if (!TechClass) {
+ throw new Error(`No Tech named '${titleTechName}' exists! '${titleTechName}' should be registered using videojs.registerTech()'`);
+ }
+ this.tech_ = new TechClass(techOptions);
- this.tech_.ready(bind(this, this.handleTechReady_), true);
- textTrackConverter.jsonToTextTracks(this.textTracksJson_ || [], this.tech_); // Listen to all HTML5-defined events and trigger them on the player
+ // player.triggerReady is always async, so don't need this to be async
+ this.tech_.ready(bind_(this, this.handleTechReady_), true);
+ textTrackConverter.jsonToTextTracks(this.textTracksJson_ || [], this.tech_);
- TECH_EVENTS_RETRIGGER.forEach(function (event) {
- _this4.on(_this4.tech_, event, function (e) {
- return _this4["handleTech" + toTitleCase$1(event) + "_"](e);
- });
+ // Listen to all HTML5-defined events and trigger them on the player
+ TECH_EVENTS_RETRIGGER.forEach(event => {
+ this.on(this.tech_, event, e => this[`handleTech${toTitleCase$1(event)}_`](e));
});
- Object.keys(TECH_EVENTS_QUEUE).forEach(function (event) {
- _this4.on(_this4.tech_, event, function (eventObj) {
- if (_this4.tech_.playbackRate() === 0 && _this4.tech_.seeking()) {
- _this4.queuedCallbacks_.push({
- callback: _this4["handleTech" + TECH_EVENTS_QUEUE[event] + "_"].bind(_this4),
+ Object.keys(TECH_EVENTS_QUEUE).forEach(event => {
+ this.on(this.tech_, event, eventObj => {
+ if (this.tech_.playbackRate() === 0 && this.tech_.seeking()) {
+ this.queuedCallbacks_.push({
+ callback: this[`handleTech${TECH_EVENTS_QUEUE[event]}_`].bind(this),
event: eventObj
});
-
return;
}
-
- _this4["handleTech" + TECH_EVENTS_QUEUE[event] + "_"](eventObj);
+ this[`handleTech${TECH_EVENTS_QUEUE[event]}_`](eventObj);
});
});
- this.on(this.tech_, 'loadstart', function (e) {
- return _this4.handleTechLoadStart_(e);
- });
- this.on(this.tech_, 'sourceset', function (e) {
- return _this4.handleTechSourceset_(e);
- });
- this.on(this.tech_, 'waiting', function (e) {
- return _this4.handleTechWaiting_(e);
- });
- this.on(this.tech_, 'ended', function (e) {
- return _this4.handleTechEnded_(e);
- });
- this.on(this.tech_, 'seeking', function (e) {
- return _this4.handleTechSeeking_(e);
- });
- this.on(this.tech_, 'play', function (e) {
- return _this4.handleTechPlay_(e);
- });
- this.on(this.tech_, 'firstplay', function (e) {
- return _this4.handleTechFirstPlay_(e);
- });
- this.on(this.tech_, 'pause', function (e) {
- return _this4.handleTechPause_(e);
- });
- this.on(this.tech_, 'durationchange', function (e) {
- return _this4.handleTechDurationChange_(e);
- });
- this.on(this.tech_, 'fullscreenchange', function (e, data) {
- return _this4.handleTechFullscreenChange_(e, data);
- });
- this.on(this.tech_, 'fullscreenerror', function (e, err) {
- return _this4.handleTechFullscreenError_(e, err);
- });
- this.on(this.tech_, 'enterpictureinpicture', function (e) {
- return _this4.handleTechEnterPictureInPicture_(e);
- });
- this.on(this.tech_, 'leavepictureinpicture', function (e) {
- return _this4.handleTechLeavePictureInPicture_(e);
- });
- this.on(this.tech_, 'error', function (e) {
- return _this4.handleTechError_(e);
- });
- this.on(this.tech_, 'posterchange', function (e) {
- return _this4.handleTechPosterChange_(e);
- });
- this.on(this.tech_, 'textdata', function (e) {
- return _this4.handleTechTextData_(e);
- });
- this.on(this.tech_, 'ratechange', function (e) {
- return _this4.handleTechRateChange_(e);
- });
+ this.on(this.tech_, 'loadstart', e => this.handleTechLoadStart_(e));
+ this.on(this.tech_, 'sourceset', e => this.handleTechSourceset_(e));
+ this.on(this.tech_, 'waiting', e => this.handleTechWaiting_(e));
+ this.on(this.tech_, 'ended', e => this.handleTechEnded_(e));
+ this.on(this.tech_, 'seeking', e => this.handleTechSeeking_(e));
+ this.on(this.tech_, 'play', e => this.handleTechPlay_(e));
+ this.on(this.tech_, 'pause', e => this.handleTechPause_(e));
+ this.on(this.tech_, 'durationchange', e => this.handleTechDurationChange_(e));
+ this.on(this.tech_, 'fullscreenchange', (e, data) => this.handleTechFullscreenChange_(e, data));
+ this.on(this.tech_, 'fullscreenerror', (e, err) => this.handleTechFullscreenError_(e, err));
+ this.on(this.tech_, 'enterpictureinpicture', e => this.handleTechEnterPictureInPicture_(e));
+ this.on(this.tech_, 'leavepictureinpicture', e => this.handleTechLeavePictureInPicture_(e));
+ this.on(this.tech_, 'error', e => this.handleTechError_(e));
+ this.on(this.tech_, 'posterchange', e => this.handleTechPosterChange_(e));
+ this.on(this.tech_, 'textdata', e => this.handleTechTextData_(e));
+ this.on(this.tech_, 'ratechange', e => this.handleTechRateChange_(e));
this.on(this.tech_, 'loadedmetadata', this.boundUpdateStyleEl_);
this.usingNativeControls(this.techGet_('controls'));
-
if (this.controls() && !this.usingNativeControls()) {
this.addTechControlsListeners_();
- } // Add the tech element in the DOM if it was not already there
+ }
+
+ // Add the tech element in the DOM if it was not already there
// Make sure to not insert the original video element if using Html5
-
-
if (this.tech_.el().parentNode !== this.el() && (titleTechName !== 'Html5' || !this.tag)) {
prependTo(this.tech_.el(), this.el());
- } // Get rid of the original video tag reference after the first tech is loaded
-
+ }
+ // Get rid of the original video tag reference after the first tech is loaded
if (this.tag) {
this.tag.player = null;
this.tag = null;
}
}
+
/**
* Unload and dispose of the current playback {@link Tech}.
*
* @private
*/
- ;
-
- _proto.unloadTech_ = function unloadTech_() {
- var _this5 = this;
-
+ unloadTech_() {
// Save the current text tracks so that we can reuse the same text tracks with the next tech
- ALL.names.forEach(function (name) {
- var props = ALL[name];
- _this5[props.privateName] = _this5[props.getterName]();
+ ALL.names.forEach(name => {
+ const props = ALL[name];
+ this[props.privateName] = this[props.getterName]();
});
this.textTracksJson_ = textTrackConverter.textTracksToJson(this.tech_);
this.isReady_ = false;
this.tech_.dispose();
this.tech_ = false;
-
if (this.isPosterFromTech_) {
this.poster_ = '';
this.trigger('posterchange');
}
-
this.isPosterFromTech_ = false;
}
+
/**
* Return a reference to the current {@link Tech}.
* It will print a warning by default about the danger of using the tech directly
@@ -25808,15 +24978,33 @@
* @return {Tech}
* The Tech
*/
- ;
-
- _proto.tech = function tech(safety) {
+ tech(safety) {
if (safety === undefined) {
log$1.warn('Using the tech directly can be dangerous. I hope you know what you\'re doing.\n' + 'See https://github.com/videojs/video.js/issues/2617 for more info.\n');
}
-
return this.tech_;
}
+
+ /**
+ * An object that contains Video.js version.
+ *
+ * @typedef {Object} PlayerVersion
+ *
+ * @property {string} 'video.js' - Video.js version
+ */
+
+ /**
+ * Returns an object with Video.js version.
+ *
+ * @return {PlayerVersion}
+ * An object with Video.js version.
+ */
+ version() {
+ return {
+ 'video.js': version$5
+ };
+ }
+
/**
* Set up click and touch listeners for the playback element
*
@@ -25838,32 +25026,31 @@
*
* @private
*/
- ;
-
- _proto.addTechControlsListeners_ = function addTechControlsListeners_() {
+ addTechControlsListeners_() {
// Make sure to remove all the previous listeners in case we are called multiple times.
this.removeTechControlsListeners_();
this.on(this.tech_, 'click', this.boundHandleTechClick_);
- this.on(this.tech_, 'dblclick', this.boundHandleTechDoubleClick_); // If the controls were hidden we don't want that to change without a tap event
+ this.on(this.tech_, 'dblclick', this.boundHandleTechDoubleClick_);
+
+ // If the controls were hidden we don't want that to change without a tap event
// so we'll check if the controls were already showing before reporting user
// activity
-
this.on(this.tech_, 'touchstart', this.boundHandleTechTouchStart_);
this.on(this.tech_, 'touchmove', this.boundHandleTechTouchMove_);
- this.on(this.tech_, 'touchend', this.boundHandleTechTouchEnd_); // The tap listener needs to come after the touchend listener because the tap
- // listener cancels out any reportedUserActivity when setting userActive(false)
+ this.on(this.tech_, 'touchend', this.boundHandleTechTouchEnd_);
+ // The tap listener needs to come after the touchend listener because the tap
+ // listener cancels out any reportedUserActivity when setting userActive(false)
this.on(this.tech_, 'tap', this.boundHandleTechTap_);
}
+
/**
* Remove the listeners used for click and tap controls. This is needed for
* toggling to controls disabled, where a tap/touch should do nothing.
*
* @private
*/
- ;
-
- _proto.removeTechControlsListeners_ = function removeTechControlsListeners_() {
+ removeTechControlsListeners_() {
// We don't want to just use `this.off()` because there might be other needed
// listeners added by techs that extend this.
this.off(this.tech_, 'tap', this.boundHandleTechTap_);
@@ -25873,139 +25060,124 @@
this.off(this.tech_, 'click', this.boundHandleTechClick_);
this.off(this.tech_, 'dblclick', this.boundHandleTechDoubleClick_);
}
+
/**
* Player waits for the tech to be ready
*
* @private
*/
- ;
-
- _proto.handleTechReady_ = function handleTechReady_() {
- this.triggerReady(); // Keep the same volume as before
+ handleTechReady_() {
+ this.triggerReady();
+ // Keep the same volume as before
if (this.cache_.volume) {
this.techCall_('setVolume', this.cache_.volume);
- } // Look if the tech found a higher resolution poster while loading
+ }
+ // Look if the tech found a higher resolution poster while loading
+ this.handleTechPosterChange_();
- this.handleTechPosterChange_(); // Update the duration if available
-
+ // Update the duration if available
this.handleTechDurationChange_();
}
+
/**
- * Retrigger the `loadstart` event that was triggered by the {@link Tech}. This
- * function will also trigger {@link Player#firstplay} if it is the first loadstart
- * for a video.
+ * Retrigger the `loadstart` event that was triggered by the {@link Tech}.
*
* @fires Player#loadstart
- * @fires Player#firstplay
* @listens Tech#loadstart
* @private
*/
- ;
-
- _proto.handleTechLoadStart_ = function handleTechLoadStart_() {
+ handleTechLoadStart_() {
// TODO: Update to use `emptied` event instead. See #1277.
- this.removeClass('vjs-ended');
- this.removeClass('vjs-seeking'); // reset the error state
- this.error(null); // Update the duration
+ this.removeClass('vjs-ended', 'vjs-seeking');
- this.handleTechDurationChange_(); // If it's already playing we want to trigger a firstplay event now.
- // The firstplay event relies on both the play and loadstart events
- // which can happen in any order for a new source
+ // reset the error state
+ this.error(null);
+ // Update the duration
+ this.handleTechDurationChange_();
if (!this.paused()) {
/**
* Fired when the user agent begins looking for media data
*
* @event Player#loadstart
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger('loadstart');
- this.trigger('firstplay');
} else {
// reset the hasStarted state
this.hasStarted(false);
this.trigger('loadstart');
- } // autoplay happens after loadstart for the browser,
+ }
+
+ // autoplay happens after loadstart for the browser,
// so we mimic that behavior
-
-
this.manualAutoplay_(this.autoplay() === true && this.options_.normalizeAutoplay ? 'play' : this.autoplay());
}
+
/**
* Handle autoplay string values, rather than the typical boolean
* values that should be handled by the tech. Note that this is not
* part of any specification. Valid values and what they do can be
* found on the autoplay getter at Player#autoplay()
*/
- ;
-
- _proto.manualAutoplay_ = function manualAutoplay_(type) {
- var _this6 = this;
-
+ manualAutoplay_(type) {
if (!this.tech_ || typeof type !== 'string') {
return;
- } // Save original muted() value, set muted to true, and attempt to play().
+ }
+
+ // Save original muted() value, set muted to true, and attempt to play().
// On promise rejection, restore muted from saved value
+ const resolveMuted = () => {
+ const previouslyMuted = this.muted();
+ this.muted(true);
+ const restoreMuted = () => {
+ this.muted(previouslyMuted);
+ };
-
- var resolveMuted = function resolveMuted() {
- var previouslyMuted = _this6.muted();
-
- _this6.muted(true);
-
- var restoreMuted = function restoreMuted() {
- _this6.muted(previouslyMuted);
- }; // restore muted on play terminatation
-
-
- _this6.playTerminatedQueue_.push(restoreMuted);
-
- var mutedPromise = _this6.play();
-
+ // restore muted on play terminatation
+ this.playTerminatedQueue_.push(restoreMuted);
+ const mutedPromise = this.play();
if (!isPromise(mutedPromise)) {
return;
}
-
- return mutedPromise["catch"](function (err) {
+ return mutedPromise.catch(err => {
restoreMuted();
- throw new Error("Rejection at manualAutoplay. Restoring muted value. " + (err ? err : ''));
+ throw new Error(`Rejection at manualAutoplay. Restoring muted value. ${err ? err : ''}`);
});
};
+ let promise;
- var promise; // if muted defaults to true
+ // if muted defaults to true
// the only thing we can do is call play
-
if (type === 'any' && !this.muted()) {
promise = this.play();
-
if (isPromise(promise)) {
- promise = promise["catch"](resolveMuted);
+ promise = promise.catch(resolveMuted);
}
} else if (type === 'muted' && !this.muted()) {
promise = resolveMuted();
} else {
promise = this.play();
}
-
if (!isPromise(promise)) {
return;
}
-
- return promise.then(function () {
- _this6.trigger({
+ return promise.then(() => {
+ this.trigger({
type: 'autoplay-success',
autoplay: type
});
- })["catch"](function () {
- _this6.trigger({
+ }).catch(() => {
+ this.trigger({
type: 'autoplay-failure',
autoplay: type
});
});
}
+
/**
* Update the internal source caches so that we return the correct source from
* `src()`, `currentSource()`, and `currentSources()`.
@@ -26017,63 +25189,55 @@
* @param {Tech~SourceObject} srcObj
* A string or object source to update our caches to.
*/
- ;
-
- _proto.updateSourceCaches_ = function updateSourceCaches_(srcObj) {
- if (srcObj === void 0) {
- srcObj = '';
- }
-
- var src = srcObj;
- var type = '';
-
+ updateSourceCaches_(srcObj = '') {
+ let src = srcObj;
+ let type = '';
if (typeof src !== 'string') {
src = srcObj.src;
type = srcObj.type;
- } // make sure all the caches are set to default values
+ }
+
+ // make sure all the caches are set to default values
// to prevent null checking
-
-
this.cache_.source = this.cache_.source || {};
- this.cache_.sources = this.cache_.sources || []; // try to get the type of the src that was passed in
+ this.cache_.sources = this.cache_.sources || [];
+ // try to get the type of the src that was passed in
if (src && !type) {
type = findMimetype(this, src);
- } // update `currentSource` cache always
+ }
-
- this.cache_.source = mergeOptions$3({}, srcObj, {
- src: src,
- type: type
+ // update `currentSource` cache always
+ this.cache_.source = merge$2({}, srcObj, {
+ src,
+ type
});
- var matchingSources = this.cache_.sources.filter(function (s) {
- return s.src && s.src === src;
- });
- var sourceElSources = [];
- var sourceEls = this.$$('source');
- var matchingSourceEls = [];
-
- for (var i = 0; i < sourceEls.length; i++) {
- var sourceObj = getAttributes(sourceEls[i]);
+ const matchingSources = this.cache_.sources.filter(s => s.src && s.src === src);
+ const sourceElSources = [];
+ const sourceEls = this.$$('source');
+ const matchingSourceEls = [];
+ for (let i = 0; i < sourceEls.length; i++) {
+ const sourceObj = getAttributes(sourceEls[i]);
sourceElSources.push(sourceObj);
-
if (sourceObj.src && sourceObj.src === src) {
matchingSourceEls.push(sourceObj.src);
}
- } // if we have matching source els but not matching sources
+ }
+
+ // if we have matching source els but not matching sources
// the current source cache is not up to date
-
-
if (matchingSourceEls.length && !matchingSources.length) {
- this.cache_.sources = sourceElSources; // if we don't have matching source or source els set the
+ this.cache_.sources = sourceElSources;
+ // if we don't have matching source or source els set the
// sources cache to the `currentSource` cache
} else if (!matchingSources.length) {
this.cache_.sources = [this.cache_.source];
- } // update the tech `src` cache
-
+ }
+ // update the tech `src` cache
this.cache_.src = src;
}
+
/**
* *EXPERIMENTAL* Fired when the source is set or changed on the {@link Tech}
* causing the media element to reload.
@@ -26096,13 +25260,12 @@
* __To use this, pass `enableSourceset` option to the player.__
*
* @event Player#sourceset
- * @type {EventTarget~Event}
+ * @type {Event}
* @prop {string} src
* The source url available when the `sourceset` was triggered.
* It will be an empty string if we cannot know what the source is
* but know that the source will change.
*/
-
/**
* Retrigger the `sourceset` event that was triggered by the {@link Tech}.
*
@@ -26110,53 +25273,44 @@
* @listens Tech#sourceset
* @private
*/
- ;
-
- _proto.handleTechSourceset_ = function handleTechSourceset_(event) {
- var _this7 = this;
-
+ handleTechSourceset_(event) {
// only update the source cache when the source
// was not updated using the player api
if (!this.changingSrc_) {
- var updateSourceCaches = function updateSourceCaches(src) {
- return _this7.updateSourceCaches_(src);
- };
-
- var playerSrc = this.currentSource().src;
- var eventSrc = event.src; // if we have a playerSrc that is not a blob, and a tech src that is a blob
+ let updateSourceCaches = src => this.updateSourceCaches_(src);
+ const playerSrc = this.currentSource().src;
+ const eventSrc = event.src;
+ // if we have a playerSrc that is not a blob, and a tech src that is a blob
if (playerSrc && !/^blob:/.test(playerSrc) && /^blob:/.test(eventSrc)) {
// if both the tech source and the player source were updated we assume
// something like @videojs/http-streaming did the sourceset and skip updating the source cache.
if (!this.lastSource_ || this.lastSource_.tech !== eventSrc && this.lastSource_.player !== playerSrc) {
- updateSourceCaches = function updateSourceCaches() {};
+ updateSourceCaches = () => {};
}
- } // update the source to the initial source right away
+ }
+
+ // update the source to the initial source right away
// in some cases this will be empty string
+ updateSourceCaches(eventSrc);
-
- updateSourceCaches(eventSrc); // if the `sourceset` `src` was an empty string
+ // if the `sourceset` `src` was an empty string
// wait for a `loadstart` to update the cache to `currentSrc`.
// If a sourceset happens before a `loadstart`, we reset the state
-
if (!event.src) {
- this.tech_.any(['sourceset', 'loadstart'], function (e) {
+ this.tech_.any(['sourceset', 'loadstart'], e => {
// if a sourceset happens before a `loadstart` there
// is nothing to do as this `handleTechSourceset_`
// will be called again and this will be handled there.
if (e.type === 'sourceset') {
return;
}
-
- var techSrc = _this7.techGet('currentSrc');
-
- _this7.lastSource_.tech = techSrc;
-
- _this7.updateSourceCaches_(techSrc);
+ const techSrc = this.techGet_('currentSrc');
+ this.lastSource_.tech = techSrc;
+ this.updateSourceCaches_(techSrc);
});
}
}
-
this.lastSource_ = {
player: this.currentSource().src,
tech: event.src
@@ -26166,10 +25320,10 @@
type: 'sourceset'
});
}
+
/**
* Add/remove the vjs-has-started class
*
- * @fires Player#firstplay
*
* @param {boolean} request
* - true: adds the class
@@ -26178,27 +25332,22 @@
* @return {boolean}
* the boolean value of hasStarted_
*/
- ;
-
- _proto.hasStarted = function hasStarted(request) {
+ hasStarted(request) {
if (request === undefined) {
// act as getter, if we have no request to change
return this.hasStarted_;
}
-
if (request === this.hasStarted_) {
return;
}
-
this.hasStarted_ = request;
-
if (this.hasStarted_) {
this.addClass('vjs-has-started');
- this.trigger('firstplay');
} else {
this.removeClass('vjs-has-started');
}
}
+
/**
* Fired whenever the media begins or resumes playback
*
@@ -26207,24 +25356,22 @@
* @listens Tech#play
* @private
*/
- ;
-
- _proto.handleTechPlay_ = function handleTechPlay_() {
- this.removeClass('vjs-ended');
- this.removeClass('vjs-paused');
- this.addClass('vjs-playing'); // hide the poster when the user hits play
+ handleTechPlay_() {
+ this.removeClass('vjs-ended', 'vjs-paused');
+ this.addClass('vjs-playing');
+ // hide the poster when the user hits play
this.hasStarted(true);
/**
* Triggered whenever an {@link Tech#play} event happens. Indicates that
* playback has started or resumed.
*
* @event Player#play
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('play');
}
+
/**
* Retrigger the `ratechange` event that was triggered by the {@link Tech}.
*
@@ -26236,16 +25383,11 @@
* @fires Player#ratechange
* @listens Tech#ratechange
*/
- ;
-
- _proto.handleTechRateChange_ = function handleTechRateChange_() {
+ handleTechRateChange_() {
if (this.tech_.playbackRate() > 0 && this.cache_.lastPlaybackRate === 0) {
- this.queuedCallbacks_.forEach(function (queued) {
- return queued.callback(queued.event);
- });
+ this.queuedCallbacks_.forEach(queued => queued.callback(queued.event));
this.queuedCallbacks_ = [];
}
-
this.cache_.lastPlaybackRate = this.tech_.playbackRate();
/**
* Fires when the playing speed of the audio/video is changed
@@ -26253,9 +25395,9 @@
* @event Player#ratechange
* @type {event}
*/
-
this.trigger('ratechange');
}
+
/**
* Retrigger the `waiting` event that was triggered by the {@link Tech}.
*
@@ -26263,34 +25405,28 @@
* @listens Tech#waiting
* @private
*/
- ;
-
- _proto.handleTechWaiting_ = function handleTechWaiting_() {
- var _this8 = this;
-
+ handleTechWaiting_() {
this.addClass('vjs-waiting');
/**
* A readyState change on the DOM element has caused playback to stop.
*
* @event Player#waiting
- * @type {EventTarget~Event}
+ * @type {Event}
*/
+ this.trigger('waiting');
- this.trigger('waiting'); // Browsers may emit a timeupdate event after a waiting event. In order to prevent
+ // Browsers may emit a timeupdate event after a waiting event. In order to prevent
// premature removal of the waiting class, wait for the time to change.
-
- var timeWhenWaiting = this.currentTime();
-
- var timeUpdateListener = function timeUpdateListener() {
- if (timeWhenWaiting !== _this8.currentTime()) {
- _this8.removeClass('vjs-waiting');
-
- _this8.off('timeupdate', timeUpdateListener);
+ const timeWhenWaiting = this.currentTime();
+ const timeUpdateListener = () => {
+ if (timeWhenWaiting !== this.currentTime()) {
+ this.removeClass('vjs-waiting');
+ this.off('timeupdate', timeUpdateListener);
}
};
-
this.on('timeupdate', timeUpdateListener);
}
+
/**
* Retrigger the `canplay` event that was triggered by the {@link Tech}.
* > Note: This is not consistent between browsers. See #1351
@@ -26299,19 +25435,17 @@
* @listens Tech#canplay
* @private
*/
- ;
-
- _proto.handleTechCanPlay_ = function handleTechCanPlay_() {
+ handleTechCanPlay_() {
this.removeClass('vjs-waiting');
/**
* The media has a readyState of HAVE_FUTURE_DATA or greater.
*
* @event Player#canplay
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('canplay');
}
+
/**
* Retrigger the `canplaythrough` event that was triggered by the {@link Tech}.
*
@@ -26319,20 +25453,18 @@
* @listens Tech#canplaythrough
* @private
*/
- ;
-
- _proto.handleTechCanPlayThrough_ = function handleTechCanPlayThrough_() {
+ handleTechCanPlayThrough_() {
this.removeClass('vjs-waiting');
/**
* The media has a readyState of HAVE_ENOUGH_DATA or greater. This means that the
* entire media file can be played without buffering.
*
* @event Player#canplaythrough
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('canplaythrough');
}
+
/**
* Retrigger the `playing` event that was triggered by the {@link Tech}.
*
@@ -26340,19 +25472,17 @@
* @listens Tech#playing
* @private
*/
- ;
-
- _proto.handleTechPlaying_ = function handleTechPlaying_() {
+ handleTechPlaying_() {
this.removeClass('vjs-waiting');
/**
* The media is no longer blocked from playback, and has started playing.
*
* @event Player#playing
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('playing');
}
+
/**
* Retrigger the `seeking` event that was triggered by the {@link Tech}.
*
@@ -26360,19 +25490,17 @@
* @listens Tech#seeking
* @private
*/
- ;
-
- _proto.handleTechSeeking_ = function handleTechSeeking_() {
+ handleTechSeeking_() {
this.addClass('vjs-seeking');
/**
* Fired whenever the player is jumping to a new time
*
* @event Player#seeking
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('seeking');
}
+
/**
* Retrigger the `seeked` event that was triggered by the {@link Tech}.
*
@@ -26380,52 +25508,17 @@
* @listens Tech#seeked
* @private
*/
- ;
-
- _proto.handleTechSeeked_ = function handleTechSeeked_() {
- this.removeClass('vjs-seeking');
- this.removeClass('vjs-ended');
+ handleTechSeeked_() {
+ this.removeClass('vjs-seeking', 'vjs-ended');
/**
* Fired when the player has finished jumping to a new time
*
* @event Player#seeked
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('seeked');
}
- /**
- * Retrigger the `firstplay` event that was triggered by the {@link Tech}.
- *
- * @fires Player#firstplay
- * @listens Tech#firstplay
- * @deprecated As of 6.0 firstplay event is deprecated.
- * As of 6.0 passing the `starttime` option to the player and the firstplay event are deprecated.
- * @private
- */
- ;
- _proto.handleTechFirstPlay_ = function handleTechFirstPlay_() {
- // If the first starttime attribute is specified
- // then we will start at the given offset in seconds
- if (this.options_.starttime) {
- log$1.warn('Passing the `starttime` option to the player will be deprecated in 6.0');
- this.currentTime(this.options_.starttime);
- }
-
- this.addClass('vjs-has-started');
- /**
- * Fired the first time a video is played. Not part of the HLS spec, and this is
- * probably not the best implementation yet, so use sparingly. If you don't have a
- * reason to prevent playback, use `myPlayer.one('play');` instead.
- *
- * @event Player#firstplay
- * @deprecated As of 6.0 firstplay event is deprecated.
- * @type {EventTarget~Event}
- */
-
- this.trigger('firstplay');
- }
/**
* Retrigger the `pause` event that was triggered by the {@link Tech}.
*
@@ -26433,20 +25526,18 @@
* @listens Tech#pause
* @private
*/
- ;
-
- _proto.handleTechPause_ = function handleTechPause_() {
+ handleTechPause_() {
this.removeClass('vjs-playing');
this.addClass('vjs-paused');
/**
* Fired whenever the media has been paused
*
* @event Player#pause
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('pause');
}
+
/**
* Retrigger the `ended` event that was triggered by the {@link Tech}.
*
@@ -26454,57 +25545,50 @@
* @listens Tech#ended
* @private
*/
- ;
-
- _proto.handleTechEnded_ = function handleTechEnded_() {
+ handleTechEnded_() {
this.addClass('vjs-ended');
this.removeClass('vjs-waiting');
-
if (this.options_.loop) {
this.currentTime(0);
this.play();
} else if (!this.paused()) {
this.pause();
}
+
/**
* Fired when the end of the media resource is reached (currentTime == duration)
*
* @event Player#ended
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
-
this.trigger('ended');
}
+
/**
* Fired when the duration of the media resource is first known or changed
*
* @listens Tech#durationchange
* @private
*/
- ;
-
- _proto.handleTechDurationChange_ = function handleTechDurationChange_() {
+ handleTechDurationChange_() {
this.duration(this.techGet_('duration'));
}
+
/**
* Handle a click on the media element to play/pause
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* the event that caused this function to trigger
*
* @listens Tech#click
* @private
*/
- ;
-
- _proto.handleTechClick_ = function handleTechClick_(event) {
+ handleTechClick_(event) {
// When controls are disabled a click should not toggle playback because
// the click is considered a control
if (!this.controls_) {
return;
}
-
if (this.options_ === undefined || this.options_.userActions === undefined || this.options_.userActions.click === undefined || this.options_.userActions.click !== false) {
if (this.options_ !== undefined && this.options_.userActions !== undefined && typeof this.options_.userActions.click === 'function') {
this.options_.userActions.click.call(this, event);
@@ -26515,28 +25599,24 @@
}
}
}
+
/**
* Handle a double-click on the media element to enter/exit fullscreen
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* the event that caused this function to trigger
*
* @listens Tech#dblclick
* @private
*/
- ;
-
- _proto.handleTechDoubleClick_ = function handleTechDoubleClick_(event) {
+ handleTechDoubleClick_(event) {
if (!this.controls_) {
return;
- } // we do not want to toggle fullscreen state
+ }
+
+ // we do not want to toggle fullscreen state
// when double-clicking inside a control bar or a modal
-
-
- var inAllowedEls = Array.prototype.some.call(this.$$('.vjs-control-bar, .vjs-modal-dialog'), function (el) {
- return el.contains(event.target);
- });
-
+ const inAllowedEls = Array.prototype.some.call(this.$$('.vjs-control-bar, .vjs-modal-dialog'), el => el.contains(event.target));
if (!inAllowedEls) {
/*
* options.userActions.doubleClick
@@ -26556,6 +25636,7 @@
}
}
}
+
/**
* Handle a tap on the media element. It will toggle the user
* activity state, which hides and shows the controls.
@@ -26563,105 +25644,83 @@
* @listens Tech#tap
* @private
*/
- ;
-
- _proto.handleTechTap_ = function handleTechTap_() {
+ handleTechTap_() {
this.userActive(!this.userActive());
}
+
/**
* Handle touch to start
*
* @listens Tech#touchstart
* @private
*/
- ;
-
- _proto.handleTechTouchStart_ = function handleTechTouchStart_() {
+ handleTechTouchStart_() {
this.userWasActive = this.userActive();
}
+
/**
* Handle touch to move
*
* @listens Tech#touchmove
* @private
*/
- ;
-
- _proto.handleTechTouchMove_ = function handleTechTouchMove_() {
+ handleTechTouchMove_() {
if (this.userWasActive) {
this.reportUserActivity();
}
}
+
/**
* Handle touch to end
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* the touchend event that triggered
* this function
*
* @listens Tech#touchend
* @private
*/
- ;
-
- _proto.handleTechTouchEnd_ = function handleTechTouchEnd_(event) {
+ handleTechTouchEnd_(event) {
// Stop the mouse events from also happening
if (event.cancelable) {
event.preventDefault();
}
}
- /**
- * native click events on the SWF aren't triggered on IE11, Win8.1RT
- * use stageclick events triggered from inside the SWF instead
- *
- * @private
- * @listens stageclick
- */
- ;
- _proto.handleStageClick_ = function handleStageClick_() {
- this.reportUserActivity();
- }
/**
* @private
*/
- ;
-
- _proto.toggleFullscreenClass_ = function toggleFullscreenClass_() {
+ toggleFullscreenClass_() {
if (this.isFullscreen()) {
this.addClass('vjs-fullscreen');
} else {
this.removeClass('vjs-fullscreen');
}
}
+
/**
* when the document fschange event triggers it calls this
*/
- ;
+ documentFullscreenChange_(e) {
+ const targetPlayer = e.target.player;
- _proto.documentFullscreenChange_ = function documentFullscreenChange_(e) {
- var targetPlayer = e.target.player; // if another player was fullscreen
+ // if another player was fullscreen
// do a null check for targetPlayer because older firefox's would put document as e.target
-
if (targetPlayer && targetPlayer !== this) {
return;
}
-
- var el = this.el();
- var isFs = document[this.fsApi_.fullscreenElement] === el;
-
+ const el = this.el();
+ let isFs = document[this.fsApi_.fullscreenElement] === el;
if (!isFs && el.matches) {
isFs = el.matches(':' + this.fsApi_.fullscreen);
- } else if (!isFs && el.msMatchesSelector) {
- isFs = el.msMatchesSelector(':' + this.fsApi_.fullscreen);
}
-
this.isFullscreen(isFs);
}
+
/**
* Handle Tech Fullscreen Change
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* the fullscreenchange event that triggered this function
*
* @param {Object} data
@@ -26671,78 +25730,71 @@
* @listens Tech#fullscreenchange
* @fires Player#fullscreenchange
*/
- ;
-
- _proto.handleTechFullscreenChange_ = function handleTechFullscreenChange_(event, data) {
- var _this9 = this;
-
+ handleTechFullscreenChange_(event, data) {
if (data) {
if (data.nativeIOSFullscreen) {
this.addClass('vjs-ios-native-fs');
- this.tech_.one('webkitendfullscreen', function () {
- _this9.removeClass('vjs-ios-native-fs');
+ this.tech_.one('webkitendfullscreen', () => {
+ this.removeClass('vjs-ios-native-fs');
});
}
-
this.isFullscreen(data.isFullscreen);
}
- };
-
- _proto.handleTechFullscreenError_ = function handleTechFullscreenError_(event, err) {
+ }
+ handleTechFullscreenError_(event, err) {
this.trigger('fullscreenerror', err);
}
+
/**
* @private
*/
- ;
-
- _proto.togglePictureInPictureClass_ = function togglePictureInPictureClass_() {
+ togglePictureInPictureClass_() {
if (this.isInPictureInPicture()) {
this.addClass('vjs-picture-in-picture');
} else {
this.removeClass('vjs-picture-in-picture');
}
}
+
/**
* Handle Tech Enter Picture-in-Picture.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* the enterpictureinpicture event that triggered this function
*
* @private
* @listens Tech#enterpictureinpicture
*/
- ;
-
- _proto.handleTechEnterPictureInPicture_ = function handleTechEnterPictureInPicture_(event) {
+ handleTechEnterPictureInPicture_(event) {
this.isInPictureInPicture(true);
}
+
/**
* Handle Tech Leave Picture-in-Picture.
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* the leavepictureinpicture event that triggered this function
*
* @private
* @listens Tech#leavepictureinpicture
*/
- ;
-
- _proto.handleTechLeavePictureInPicture_ = function handleTechLeavePictureInPicture_(event) {
+ handleTechLeavePictureInPicture_(event) {
this.isInPictureInPicture(false);
}
+
/**
* Fires when an error occurred during the loading of an audio/video.
*
* @private
* @listens Tech#error
*/
- ;
-
- _proto.handleTechError_ = function handleTechError_() {
- var error = this.tech_.error();
- this.error(error);
+ handleTechError_() {
+ const error = this.tech_.error();
+ if (error) {
+ this.error(error);
+ }
}
+
/**
* Retrigger the `textdata` event that was triggered by the {@link Tech}.
*
@@ -26750,35 +25802,31 @@
* @listens Tech#textdata
* @private
*/
- ;
-
- _proto.handleTechTextData_ = function handleTechTextData_() {
- var data = null;
-
+ handleTechTextData_() {
+ let data = null;
if (arguments.length > 1) {
data = arguments[1];
}
+
/**
* Fires when we get a textdata event from tech
*
* @event Player#textdata
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
-
this.trigger('textdata', data);
}
+
/**
* Get object for cached values.
*
* @return {Object}
* get the current object cache
*/
- ;
-
- _proto.getCache = function getCache() {
+ getCache() {
return this.cache_;
}
+
/**
* Resets the internal cache object.
*
@@ -26787,9 +25835,7 @@
*
* @private
*/
- ;
-
- _proto.resetCache_ = function resetCache_() {
+ resetCache_() {
this.cache_ = {
// Right now, the currentTime is not _really_ cached because it is always
// retrieved from the tech (see: currentTime). However, for completeness,
@@ -26809,28 +25855,27 @@
volume: 1
};
}
+
/**
* Pass values to the playback tech
*
* @param {string} [method]
* the method to call
*
- * @param {Object} arg
+ * @param {Object} [arg]
* the argument to pass
*
* @private
*/
- ;
-
- _proto.techCall_ = function techCall_(method, arg) {
+ techCall_(method, arg) {
// If it's not ready yet, call method when it is
+
this.ready(function () {
if (method in allowedSetters) {
return set(this.middleware_, this.tech_, method, arg);
} else if (method in allowedMediators) {
return mediate(this.middleware_, this.tech_, method, arg);
}
-
try {
if (this.tech_) {
this.tech_[method](arg);
@@ -26841,55 +25886,54 @@
}
}, true);
}
+
/**
- * Get calls can't wait for the tech, and sometimes don't need to.
+ * Mediate attempt to call playback tech method
+ * and return the value of the method called.
*
* @param {string} method
* Tech method
*
- * @return {Function|undefined}
- * the method or undefined
+ * @return {*}
+ * Value returned by the tech method called, undefined if tech
+ * is not ready or tech method is not present
*
* @private
*/
- ;
-
- _proto.techGet_ = function techGet_(method) {
+ techGet_(method) {
if (!this.tech_ || !this.tech_.isReady_) {
return;
}
-
if (method in allowedGetters) {
return get(this.middleware_, this.tech_, method);
} else if (method in allowedMediators) {
return mediate(this.middleware_, this.tech_, method);
- } // Flash likes to die and reload when you hide or reposition it.
- // In these cases the object methods go away and we get errors.
- // TODO: Is this needed for techs other than Flash?
- // When that happens we'll catch the errors and inform tech that it's not ready any more.
-
+ }
+ // Log error when playback tech object is present but method
+ // is undefined or unavailable
try {
return this.tech_[method]();
} catch (e) {
// When building additional tech libs, an expected method may not be defined yet
if (this.tech_[method] === undefined) {
- log$1("Video.js: " + method + " method not defined for " + this.techName_ + " playback technology.", e);
+ log$1(`Video.js: ${method} method not defined for ${this.techName_} playback technology.`, e);
throw e;
- } // When a method isn't available on the object it throws a TypeError
-
+ }
+ // When a method isn't available on the object it throws a TypeError
if (e.name === 'TypeError') {
- log$1("Video.js: " + method + " unavailable on " + this.techName_ + " playback technology element.", e);
+ log$1(`Video.js: ${method} unavailable on ${this.techName_} playback technology element.`, e);
this.tech_.isReady_ = false;
throw e;
- } // If error unknown, just log and throw
-
+ }
+ // If error unknown, just log and throw
log$1(e);
throw e;
}
}
+
/**
* Attempt to begin playback at the first opportunity.
*
@@ -26900,21 +25944,12 @@
* promise chain otherwise the promise chain will be fulfilled when
* the promise from play is fulfilled.
*/
- ;
-
- _proto.play = function play() {
- var _this10 = this;
-
- var PromiseClass = this.options_.Promise || window.Promise;
-
- if (PromiseClass) {
- return new PromiseClass(function (resolve) {
- _this10.play_(resolve);
- });
- }
-
- return this.play_();
+ play() {
+ return new Promise(resolve => {
+ this.play_(resolve);
+ });
}
+
/**
* The actual logic for play, takes a callback that will be resolved on the
* return value of play. This allows us to resolve to the play promise if there
@@ -26924,63 +25959,62 @@
* @param {Function} [callback]
* The callback that should be called when the techs play is actually called
*/
- ;
-
- _proto.play_ = function play_(callback) {
- var _this11 = this;
-
- if (callback === void 0) {
- callback = silencePromise;
- }
-
+ play_(callback = silencePromise) {
this.playCallbacks_.push(callback);
- var isSrcReady = Boolean(!this.changingSrc_ && (this.src() || this.currentSrc())); // treat calls to play_ somewhat like the `one` event function
+ const isSrcReady = Boolean(!this.changingSrc_ && (this.src() || this.currentSrc()));
+ const isSafariOrIOS = Boolean(IS_ANY_SAFARI || IS_IOS);
+ // treat calls to play_ somewhat like the `one` event function
if (this.waitToPlay_) {
this.off(['ready', 'loadstart'], this.waitToPlay_);
this.waitToPlay_ = null;
- } // if the player/tech is not ready or the src itself is not ready
+ }
+
+ // if the player/tech is not ready or the src itself is not ready
// queue up a call to play on `ready` or `loadstart`
-
-
if (!this.isReady_ || !isSrcReady) {
- this.waitToPlay_ = function (e) {
- _this11.play_();
+ this.waitToPlay_ = e => {
+ this.play_();
};
+ this.one(['ready', 'loadstart'], this.waitToPlay_);
- this.one(['ready', 'loadstart'], this.waitToPlay_); // if we are in Safari, there is a high chance that loadstart will trigger after the gesture timeperiod
+ // if we are in Safari, there is a high chance that loadstart will trigger after the gesture timeperiod
// in that case, we need to prime the video element by calling load so it'll be ready in time
-
- if (!isSrcReady && (IS_ANY_SAFARI || IS_IOS)) {
+ if (!isSrcReady && isSafariOrIOS) {
this.load();
}
-
return;
- } // If the player/tech is ready and we have a source, we can attempt playback.
+ }
+ // If the player/tech is ready and we have a source, we can attempt playback.
+ const val = this.techGet_('play');
- var val = this.techGet_('play'); // play was terminated if the returned value is null
-
+ // For native playback, reset the progress bar if we get a play call from a replay.
+ const isNativeReplay = isSafariOrIOS && this.hasClass('vjs-ended');
+ if (isNativeReplay) {
+ this.resetProgressBar_();
+ }
+ // play was terminated if the returned value is null
if (val === null) {
this.runPlayTerminatedQueue_();
} else {
this.runPlayCallbacks_(val);
}
}
+
/**
* These functions will be run when if play is terminated. If play
* runPlayCallbacks_ is run these function will not be run. This allows us
- * to differenciate between a terminated play and an actual call to play.
+ * to differentiate between a terminated play and an actual call to play.
*/
- ;
-
- _proto.runPlayTerminatedQueue_ = function runPlayTerminatedQueue_() {
- var queue = this.playTerminatedQueue_.slice(0);
+ runPlayTerminatedQueue_() {
+ const queue = this.playTerminatedQueue_.slice(0);
this.playTerminatedQueue_ = [];
queue.forEach(function (q) {
q();
});
}
+
/**
* When a callback to play is delayed we have to run these
* callbacks when play is actually called on the tech. This function
@@ -26990,28 +26024,23 @@
* @param {undefined|Promise} val
* The return value from the tech.
*/
- ;
-
- _proto.runPlayCallbacks_ = function runPlayCallbacks_(val) {
- var callbacks = this.playCallbacks_.slice(0);
- this.playCallbacks_ = []; // clear play terminatedQueue since we finished a real play
-
+ runPlayCallbacks_(val) {
+ const callbacks = this.playCallbacks_.slice(0);
+ this.playCallbacks_ = [];
+ // clear play terminatedQueue since we finished a real play
this.playTerminatedQueue_ = [];
callbacks.forEach(function (cb) {
cb(val);
});
}
+
/**
* Pause the video playback
- *
- * @return {Player}
- * A reference to the player object this function was called on
*/
- ;
-
- _proto.pause = function pause() {
+ pause() {
this.techCall_('pause');
}
+
/**
* Check if the player is paused or has yet to play
*
@@ -27019,12 +26048,11 @@
* - false: if the media is currently playing
* - true: if media is not currently playing
*/
- ;
-
- _proto.paused = function paused() {
+ paused() {
// The initial state of paused should be true (in Safari it's actually false)
return this.techGet_('paused') === false ? false : true;
}
+
/**
* Get a TimeRange object representing the current ranges of time that the user
* has played.
@@ -27033,86 +26061,81 @@
* A time range object that represents all the increments of time that have
* been played.
*/
- ;
-
- _proto.played = function played() {
- return this.techGet_('played') || createTimeRanges(0, 0);
+ played() {
+ return this.techGet_('played') || createTimeRanges$1(0, 0);
}
+
/**
- * Returns whether or not the user is "scrubbing". Scrubbing is
+ * Sets or returns whether or not the user is "scrubbing". Scrubbing is
* when the user has clicked the progress bar handle and is
* dragging it along the progress bar.
*
* @param {boolean} [isScrubbing]
* whether the user is or is not scrubbing
*
- * @return {boolean}
- * The value of scrubbing when getting
+ * @return {boolean|undefined}
+ * - The value of scrubbing when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.scrubbing = function scrubbing(isScrubbing) {
+ scrubbing(isScrubbing) {
if (typeof isScrubbing === 'undefined') {
return this.scrubbing_;
}
-
this.scrubbing_ = !!isScrubbing;
this.techCall_('setScrubbing', this.scrubbing_);
-
if (isScrubbing) {
this.addClass('vjs-scrubbing');
} else {
this.removeClass('vjs-scrubbing');
}
}
+
/**
* Get or set the current time (in seconds)
*
* @param {number|string} [seconds]
* The time to seek to in seconds
*
- * @return {number}
+ * @return {number|undefined}
* - the current time in seconds when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.currentTime = function currentTime(seconds) {
- if (typeof seconds !== 'undefined') {
- if (seconds < 0) {
- seconds = 0;
- }
-
- if (!this.isReady_ || this.changingSrc_ || !this.tech_ || !this.tech_.isReady_) {
- this.cache_.initTime = seconds;
- this.off('canplay', this.boundApplyInitTime_);
- this.one('canplay', this.boundApplyInitTime_);
- return;
- }
-
- this.techCall_('setCurrentTime', seconds);
- this.cache_.initTime = 0;
+ currentTime(seconds) {
+ if (seconds === undefined) {
+ // cache last currentTime and return. default to 0 seconds
+ //
+ // Caching the currentTime is meant to prevent a massive amount of reads on the tech's
+ // currentTime when scrubbing, but may not provide much performance benefit after all.
+ // Should be tested. Also something has to read the actual current time or the cache will
+ // never get updated.
+ this.cache_.currentTime = this.techGet_('currentTime') || 0;
+ return this.cache_.currentTime;
+ }
+ if (seconds < 0) {
+ seconds = 0;
+ }
+ if (!this.isReady_ || this.changingSrc_ || !this.tech_ || !this.tech_.isReady_) {
+ this.cache_.initTime = seconds;
+ this.off('canplay', this.boundApplyInitTime_);
+ this.one('canplay', this.boundApplyInitTime_);
return;
- } // cache last currentTime and return. default to 0 seconds
- //
- // Caching the currentTime is meant to prevent a massive amount of reads on the tech's
- // currentTime when scrubbing, but may not provide much performance benefit afterall.
- // Should be tested. Also something has to read the actual current time or the cache will
- // never get updated.
-
-
- this.cache_.currentTime = this.techGet_('currentTime') || 0;
- return this.cache_.currentTime;
+ }
+ this.techCall_('setCurrentTime', seconds);
+ this.cache_.initTime = 0;
+ if (isFinite(seconds)) {
+ this.cache_.currentTime = Number(seconds);
+ }
}
+
/**
* Apply the value of initTime stored in cache as currentTime.
*
* @private
*/
- ;
-
- _proto.applyInitTime_ = function applyInitTime_() {
+ applyInitTime_() {
this.currentTime(this.cache_.initTime);
}
+
/**
* Normally gets the length in time of the video in seconds;
* in all but the rarest use cases an argument will NOT be passed to the method
@@ -27126,46 +26149,42 @@
* @param {number} [seconds]
* The duration of the video to set in seconds
*
- * @return {number}
+ * @return {number|undefined}
* - The duration of the video in seconds when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.duration = function duration(seconds) {
+ duration(seconds) {
if (seconds === undefined) {
// return NaN if the duration is not known
return this.cache_.duration !== undefined ? this.cache_.duration : NaN;
}
+ seconds = parseFloat(seconds);
- seconds = parseFloat(seconds); // Standardize on Infinity for signaling video is live
-
+ // Standardize on Infinity for signaling video is live
if (seconds < 0) {
seconds = Infinity;
}
-
if (seconds !== this.cache_.duration) {
- // Cache the last set value for optimized scrubbing (esp. Flash)
- // TODO: Required for techs other than Flash?
+ // Cache the last set value for optimized scrubbing
this.cache_.duration = seconds;
-
if (seconds === Infinity) {
this.addClass('vjs-live');
} else {
this.removeClass('vjs-live');
}
-
if (!isNaN(seconds)) {
// Do not fire durationchange unless the duration value is known.
// @see [Spec]{@link https://www.w3.org/TR/2011/WD-html5-20110113/video.html#media-element-load-algorithm}
/**
* @event Player#durationchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger('durationchange');
}
}
}
+
/**
* Calculates how much time is left in the video. Not part
* of the native video API.
@@ -27173,23 +26192,22 @@
* @return {number}
* The time remaining in seconds
*/
- ;
-
- _proto.remainingTime = function remainingTime() {
+ remainingTime() {
return this.duration() - this.currentTime();
}
+
/**
- * A remaining time function that is intented to be used when
+ * A remaining time function that is intended to be used when
* the time is to be displayed directly to the user.
*
* @return {number}
* The rounded time remaining in seconds
*/
- ;
-
- _proto.remainingTimeDisplay = function remainingTimeDisplay() {
+ remainingTimeDisplay() {
return Math.floor(this.duration()) - Math.floor(this.currentTime());
- } //
+ }
+
+ //
// Kind of like an array of portions of the video that have been downloaded.
/**
@@ -27200,19 +26218,100 @@
* @see [Buffered Spec]{@link http://dev.w3.org/html5/spec/video.html#dom-media-buffered}
*
* @return {TimeRange}
- * A mock TimeRange object (following HTML spec)
+ * A mock {@link TimeRanges} object (following HTML spec)
*/
- ;
-
- _proto.buffered = function buffered() {
- var buffered = this.techGet_('buffered');
-
+ buffered() {
+ let buffered = this.techGet_('buffered');
if (!buffered || !buffered.length) {
- buffered = createTimeRanges(0, 0);
+ buffered = createTimeRanges$1(0, 0);
}
-
return buffered;
}
+
+ /**
+ * Get the TimeRanges of the media that are currently available
+ * for seeking to.
+ *
+ * @see [Seekable Spec]{@link https://html.spec.whatwg.org/multipage/media.html#dom-media-seekable}
+ *
+ * @return {TimeRange}
+ * A mock {@link TimeRanges} object (following HTML spec)
+ */
+ seekable() {
+ let seekable = this.techGet_('seekable');
+ if (!seekable || !seekable.length) {
+ seekable = createTimeRanges$1(0, 0);
+ }
+ return seekable;
+ }
+
+ /**
+ * Returns whether the player is in the "seeking" state.
+ *
+ * @return {boolean} True if the player is in the seeking state, false if not.
+ */
+ seeking() {
+ return this.techGet_('seeking');
+ }
+
+ /**
+ * Returns whether the player is in the "ended" state.
+ *
+ * @return {boolean} True if the player is in the ended state, false if not.
+ */
+ ended() {
+ return this.techGet_('ended');
+ }
+
+ /**
+ * Returns the current state of network activity for the element, from
+ * the codes in the list below.
+ * - NETWORK_EMPTY (numeric value 0)
+ * The element has not yet been initialised. All attributes are in
+ * their initial states.
+ * - NETWORK_IDLE (numeric value 1)
+ * The element's resource selection algorithm is active and has
+ * selected a resource, but it is not actually using the network at
+ * this time.
+ * - NETWORK_LOADING (numeric value 2)
+ * The user agent is actively trying to download data.
+ * - NETWORK_NO_SOURCE (numeric value 3)
+ * The element's resource selection algorithm is active, but it has
+ * not yet found a resource to use.
+ *
+ * @see https://html.spec.whatwg.org/multipage/embedded-content.html#network-states
+ * @return {number} the current network activity state
+ */
+ networkState() {
+ return this.techGet_('networkState');
+ }
+
+ /**
+ * Returns a value that expresses the current state of the element
+ * with respect to rendering the current playback position, from the
+ * codes in the list below.
+ * - HAVE_NOTHING (numeric value 0)
+ * No information regarding the media resource is available.
+ * - HAVE_METADATA (numeric value 1)
+ * Enough of the resource has been obtained that the duration of the
+ * resource is available.
+ * - HAVE_CURRENT_DATA (numeric value 2)
+ * Data for the immediate current playback position is available.
+ * - HAVE_FUTURE_DATA (numeric value 3)
+ * Data for the immediate current playback position is available, as
+ * well as enough data for the user agent to advance the current
+ * playback position in the direction of playback.
+ * - HAVE_ENOUGH_DATA (numeric value 4)
+ * The user agent estimates that enough data is available for
+ * playback to proceed uninterrupted.
+ *
+ * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-readystate
+ * @return {number} the current playback rendering state
+ */
+ readyState() {
+ return this.techGet_('readyState');
+ }
+
/**
* Get the percent (as a decimal) of the video that's been downloaded.
* This method is not a part of the native HTML video API.
@@ -27221,11 +26320,10 @@
* A decimal between 0 and 1 representing the percent
* that is buffered 0 being 0% and 1 being 100%
*/
- ;
-
- _proto.bufferedPercent = function bufferedPercent$1() {
+ bufferedPercent() {
return bufferedPercent(this.buffered(), this.duration());
}
+
/**
* Get the ending time of the last buffered time range
* This is used in the progress bar to encapsulate all time ranges.
@@ -27233,19 +26331,16 @@
* @return {number}
* The end of the last buffered time range
*/
- ;
-
- _proto.bufferedEnd = function bufferedEnd() {
- var buffered = this.buffered();
- var duration = this.duration();
- var end = buffered.end(buffered.length - 1);
-
+ bufferedEnd() {
+ const buffered = this.buffered();
+ const duration = this.duration();
+ let end = buffered.end(buffered.length - 1);
if (end > duration) {
end = duration;
}
-
return end;
}
+
/**
* Get or set the current volume of the media
*
@@ -27255,31 +26350,27 @@
* - 1.0 is 100%/full
* - 0.5 is half volume or 50%
*
- * @return {number}
+ * @return {number|undefined}
* The current volume as a percent when getting
*/
- ;
-
- _proto.volume = function volume(percentAsDecimal) {
- var vol;
-
+ volume(percentAsDecimal) {
+ let vol;
if (percentAsDecimal !== undefined) {
// Force value to between 0 and 1
- vol = Math.max(0, Math.min(1, parseFloat(percentAsDecimal)));
+ vol = Math.max(0, Math.min(1, percentAsDecimal));
this.cache_.volume = vol;
this.techCall_('setVolume', vol);
-
if (vol > 0) {
this.lastVolume_(vol);
}
-
return;
- } // Default to 1 when returning current volume.
-
+ }
+ // Default to 1 when returning current volume.
vol = parseFloat(this.techGet_('volume'));
return isNaN(vol) ? 1 : vol;
}
+
/**
* Get the current muted state, or turn mute on or off
*
@@ -27287,20 +26378,19 @@
* - true to mute
* - false to unmute
*
- * @return {boolean}
+ * @return {boolean|undefined}
* - true if mute is on and getting
* - false if mute is off and getting
+ * - nothing if setting
*/
- ;
-
- _proto.muted = function muted(_muted) {
- if (_muted !== undefined) {
- this.techCall_('setMuted', _muted);
+ muted(muted) {
+ if (muted !== undefined) {
+ this.techCall_('setMuted', muted);
return;
}
-
return this.techGet_('muted') || false;
}
+
/**
* Get the current defaultMuted state, or turn defaultMuted on or off. defaultMuted
* indicates the state of muted on initial playback.
@@ -27322,20 +26412,18 @@
* - true to mute
* - false to unmute
*
- * @return {boolean|Player}
+ * @return {boolean|undefined}
* - true if defaultMuted is on and getting
* - false if defaultMuted is off and getting
- * - A reference to the current player when setting
+ * - Nothing when setting
*/
- ;
-
- _proto.defaultMuted = function defaultMuted(_defaultMuted) {
- if (_defaultMuted !== undefined) {
- return this.techCall_('setDefaultMuted', _defaultMuted);
+ defaultMuted(defaultMuted) {
+ if (defaultMuted !== undefined) {
+ this.techCall_('setDefaultMuted', defaultMuted);
}
-
return this.techGet_('defaultMuted') || false;
}
+
/**
* Get the last volume, or set it
*
@@ -27345,21 +26433,20 @@
* - 1.0 is 100%/full
* - 0.5 is half volume or 50%
*
- * @return {number}
- * the current value of lastVolume as a percent when getting
+ * @return {number|undefined}
+ * - The current value of lastVolume as a percent when getting
+ * - Nothing when setting
*
* @private
*/
- ;
-
- _proto.lastVolume_ = function lastVolume_(percentAsDecimal) {
+ lastVolume_(percentAsDecimal) {
if (percentAsDecimal !== undefined && percentAsDecimal !== 0) {
this.cache_.lastVolume = percentAsDecimal;
return;
}
-
return this.cache_.lastVolume;
}
+
/**
* Check if current tech can support native fullscreen
* (e.g. with built in controls like iOS)
@@ -27367,11 +26454,10 @@
* @return {boolean}
* if native fullscreen is supported
*/
- ;
-
- _proto.supportsFullScreen = function supportsFullScreen() {
+ supportsFullScreen() {
return this.techGet_('supportsFullScreen') || false;
}
+
/**
* Check if the player is in fullscreen mode or tell the player that it
* is or is not in fullscreen mode.
@@ -27383,33 +26469,32 @@
* @param {boolean} [isFS]
* Set the players current fullscreen state
*
- * @return {boolean}
+ * @return {boolean|undefined}
* - true if fullscreen is on and getting
* - false if fullscreen is off and getting
+ * - Nothing when setting
*/
- ;
-
- _proto.isFullscreen = function isFullscreen(isFS) {
+ isFullscreen(isFS) {
if (isFS !== undefined) {
- var oldValue = this.isFullscreen_;
- this.isFullscreen_ = Boolean(isFS); // if we changed fullscreen state and we're in prefixed mode, trigger fullscreenchange
+ const oldValue = this.isFullscreen_;
+ this.isFullscreen_ = Boolean(isFS);
+
+ // if we changed fullscreen state and we're in prefixed mode, trigger fullscreenchange
// this is the only place where we trigger fullscreenchange events for older browsers
// fullWindow mode is treated as a prefixed event and will get a fullscreenchange event as well
-
if (this.isFullscreen_ !== oldValue && this.fsApi_.prefixed) {
/**
* @event Player#fullscreenchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger('fullscreenchange');
}
-
this.toggleFullscreenClass_();
return;
}
-
return this.isFullscreen_;
}
+
/**
* Increase the size of the video to full screen
* In some browsers, full screen is not supported natively, so it enters
@@ -27424,75 +26509,59 @@
*
* @fires Player#fullscreenchange
*/
- ;
-
- _proto.requestFullscreen = function requestFullscreen(fullscreenOptions) {
- var PromiseClass = this.options_.Promise || window.Promise;
-
- if (PromiseClass) {
- var self = this;
- return new PromiseClass(function (resolve, reject) {
- function offHandler() {
- self.off('fullscreenerror', errorHandler);
- self.off('fullscreenchange', changeHandler);
- }
-
- function changeHandler() {
- offHandler();
- resolve();
- }
-
- function errorHandler(e, err) {
- offHandler();
- reject(err);
- }
-
- self.one('fullscreenchange', changeHandler);
- self.one('fullscreenerror', errorHandler);
- var promise = self.requestFullscreenHelper_(fullscreenOptions);
-
- if (promise) {
- promise.then(offHandler, offHandler);
- promise.then(resolve, reject);
- }
- });
+ requestFullscreen(fullscreenOptions) {
+ if (this.isInPictureInPicture()) {
+ this.exitPictureInPicture();
}
+ const self = this;
+ return new Promise((resolve, reject) => {
+ function offHandler() {
+ self.off('fullscreenerror', errorHandler);
+ self.off('fullscreenchange', changeHandler);
+ }
+ function changeHandler() {
+ offHandler();
+ resolve();
+ }
+ function errorHandler(e, err) {
+ offHandler();
+ reject(err);
+ }
+ self.one('fullscreenchange', changeHandler);
+ self.one('fullscreenerror', errorHandler);
+ const promise = self.requestFullscreenHelper_(fullscreenOptions);
+ if (promise) {
+ promise.then(offHandler, offHandler);
+ promise.then(resolve, reject);
+ }
+ });
+ }
+ requestFullscreenHelper_(fullscreenOptions) {
+ let fsOptions;
- return this.requestFullscreenHelper_();
- };
-
- _proto.requestFullscreenHelper_ = function requestFullscreenHelper_(fullscreenOptions) {
- var _this12 = this;
-
- var fsOptions; // Only pass fullscreen options to requestFullscreen in spec-compliant browsers.
+ // Only pass fullscreen options to requestFullscreen in spec-compliant browsers.
// Use defaults or player configured option unless passed directly to this method.
-
if (!this.fsApi_.prefixed) {
fsOptions = this.options_.fullscreen && this.options_.fullscreen.options || {};
-
if (fullscreenOptions !== undefined) {
fsOptions = fullscreenOptions;
}
- } // This method works as follows:
+ }
+
+ // This method works as follows:
// 1. if a fullscreen api is available, use it
// 1. call requestFullscreen with potential options
// 2. if we got a promise from above, use it to update isFullscreen()
// 2. otherwise, if the tech supports fullscreen, call `enterFullScreen` on it.
// This is particularly used for iPhone, older iPads, and non-safari browser on iOS.
// 3. otherwise, use "fullWindow" mode
-
-
if (this.fsApi_.requestFullscreen) {
- var promise = this.el_[this.fsApi_.requestFullscreen](fsOptions);
+ const promise = this.el_[this.fsApi_.requestFullscreen](fsOptions);
+ // Even on browsers with promise support this may not return a promise
if (promise) {
- promise.then(function () {
- return _this12.isFullscreen(true);
- }, function () {
- return _this12.isFullscreen(false);
- });
+ promise.then(() => this.isFullscreen(true), () => this.isFullscreen(false));
}
-
return promise;
} else if (this.tech_.supportsFullScreen() && !this.options_.preferFullWindow === true) {
// we can't take the video.js controls fullscreen but we can go fullscreen
@@ -27504,63 +26573,47 @@
this.enterFullWindow();
}
}
+
/**
* Return the video to its normal size after having been in full screen mode
*
* @fires Player#fullscreenchange
*/
- ;
-
- _proto.exitFullscreen = function exitFullscreen() {
- var PromiseClass = this.options_.Promise || window.Promise;
-
- if (PromiseClass) {
- var self = this;
- return new PromiseClass(function (resolve, reject) {
- function offHandler() {
- self.off('fullscreenerror', errorHandler);
- self.off('fullscreenchange', changeHandler);
- }
-
- function changeHandler() {
- offHandler();
- resolve();
- }
-
- function errorHandler(e, err) {
- offHandler();
- reject(err);
- }
-
- self.one('fullscreenchange', changeHandler);
- self.one('fullscreenerror', errorHandler);
- var promise = self.exitFullscreenHelper_();
-
- if (promise) {
- promise.then(offHandler, offHandler); // map the promise to our resolve/reject methods
-
- promise.then(resolve, reject);
- }
- });
- }
-
- return this.exitFullscreenHelper_();
- };
-
- _proto.exitFullscreenHelper_ = function exitFullscreenHelper_() {
- var _this13 = this;
-
+ exitFullscreen() {
+ const self = this;
+ return new Promise((resolve, reject) => {
+ function offHandler() {
+ self.off('fullscreenerror', errorHandler);
+ self.off('fullscreenchange', changeHandler);
+ }
+ function changeHandler() {
+ offHandler();
+ resolve();
+ }
+ function errorHandler(e, err) {
+ offHandler();
+ reject(err);
+ }
+ self.one('fullscreenchange', changeHandler);
+ self.one('fullscreenerror', errorHandler);
+ const promise = self.exitFullscreenHelper_();
+ if (promise) {
+ promise.then(offHandler, offHandler);
+ // map the promise to our resolve/reject methods
+ promise.then(resolve, reject);
+ }
+ });
+ }
+ exitFullscreenHelper_() {
if (this.fsApi_.requestFullscreen) {
- var promise = document[this.fsApi_.exitFullscreen]();
+ const promise = document[this.fsApi_.exitFullscreen]();
+ // Even on browsers with promise support this may not return a promise
if (promise) {
// we're splitting the promise here, so, we want to catch the
// potential error so that this chain doesn't have unhandled errors
- silencePromise(promise.then(function () {
- return _this13.isFullscreen(false);
- }));
+ silencePromise(promise.then(() => this.isFullscreen(false)));
}
-
return promise;
} else if (this.tech_.supportsFullScreen() && !this.options_.preferFullWindow === true) {
this.techCall_('exitFullScreen');
@@ -27568,32 +26621,36 @@
this.exitFullWindow();
}
}
+
/**
* When fullscreen isn't supported we can stretch the
* video container to as wide as the browser will let us.
*
* @fires Player#enterFullWindow
*/
- ;
-
- _proto.enterFullWindow = function enterFullWindow() {
+ enterFullWindow() {
this.isFullscreen(true);
- this.isFullWindow = true; // Storing original doc overflow value to return to when fullscreen is off
+ this.isFullWindow = true;
- this.docOrigOverflow = document.documentElement.style.overflow; // Add listener for esc key to exit fullscreen
+ // Storing original doc overflow value to return to when fullscreen is off
+ this.docOrigOverflow = document.documentElement.style.overflow;
- on(document, 'keydown', this.boundFullWindowOnEscKey_); // Hide any scroll bars
+ // Add listener for esc key to exit fullscreen
+ on(document, 'keydown', this.boundFullWindowOnEscKey_);
- document.documentElement.style.overflow = 'hidden'; // Apply fullscreen styles
+ // Hide any scroll bars
+ document.documentElement.style.overflow = 'hidden';
+ // Apply fullscreen styles
addClass(document.body, 'vjs-full-window');
+
/**
* @event Player#enterFullWindow
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('enterFullWindow');
}
+
/**
* Check for call to either exit full window or
* full screen on ESC key
@@ -27601,10 +26658,8 @@
* @param {string} event
* Event to check for key press
*/
- ;
-
- _proto.fullWindowOnEscKey = function fullWindowOnEscKey(event) {
- if (keycode.isEventKey(event, 'Esc')) {
+ fullWindowOnEscKey(event) {
+ if (event.key === 'Escape') {
if (this.isFullscreen() === true) {
if (!this.isFullWindow) {
this.exitFullscreen();
@@ -27614,48 +26669,48 @@
}
}
}
+
/**
* Exit full window
*
* @fires Player#exitFullWindow
*/
- ;
-
- _proto.exitFullWindow = function exitFullWindow() {
+ exitFullWindow() {
this.isFullscreen(false);
this.isFullWindow = false;
- off(document, 'keydown', this.boundFullWindowOnEscKey_); // Unhide scroll bars.
+ off(document, 'keydown', this.boundFullWindowOnEscKey_);
- document.documentElement.style.overflow = this.docOrigOverflow; // Remove fullscreen styles
+ // Unhide scroll bars.
+ document.documentElement.style.overflow = this.docOrigOverflow;
- removeClass(document.body, 'vjs-full-window'); // Resize the box, controller, and poster to original sizes
+ // Remove fullscreen styles
+ removeClass(document.body, 'vjs-full-window');
+
+ // Resize the box, controller, and poster to original sizes
// this.positionAll();
-
/**
* @event Player#exitFullWindow
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('exitFullWindow');
}
+
/**
- * Disable Picture-in-Picture mode.
+ * Get or set disable Picture-in-Picture mode.
*
- * @param {boolean} value
+ * @param {boolean} [value]
* - true will disable Picture-in-Picture mode
* - false will enable Picture-in-Picture mode
*/
- ;
-
- _proto.disablePictureInPicture = function disablePictureInPicture(value) {
+ disablePictureInPicture(value) {
if (value === undefined) {
return this.techGet_('disablePictureInPicture');
}
-
this.techCall_('setDisablePictureInPicture', value);
this.options_.disablePictureInPicture = value;
this.trigger('disablepictureinpicturechanged');
}
+
/**
* Check if the player is in Picture-in-Picture mode or tell the player that it
* is or is not in Picture-in-Picture mode.
@@ -27663,46 +26718,90 @@
* @param {boolean} [isPiP]
* Set the players current Picture-in-Picture state
*
- * @return {boolean}
+ * @return {boolean|undefined}
* - true if Picture-in-Picture is on and getting
* - false if Picture-in-Picture is off and getting
+ * - nothing if setting
*/
- ;
-
- _proto.isInPictureInPicture = function isInPictureInPicture(isPiP) {
+ isInPictureInPicture(isPiP) {
if (isPiP !== undefined) {
this.isInPictureInPicture_ = !!isPiP;
this.togglePictureInPictureClass_();
return;
}
-
return !!this.isInPictureInPicture_;
}
+
/**
* Create a floating video window always on top of other windows so that users may
* continue consuming media while they interact with other content sites, or
* applications on their device.
*
- * @see [Spec]{@link https://wicg.github.io/picture-in-picture}
+ * This can use document picture-in-picture or element picture in picture
+ *
+ * Set `enableDocumentPictureInPicture` to `true` to use docPiP on a supported browser
+ * Else set `disablePictureInPicture` to `false` to disable elPiP on a supported browser
+ *
+ *
+ * @see [Spec]{@link https://w3c.github.io/picture-in-picture/}
+ * @see [Spec]{@link https://wicg.github.io/document-picture-in-picture/}
*
* @fires Player#enterpictureinpicture
*
* @return {Promise}
* A promise with a Picture-in-Picture window.
*/
- ;
+ requestPictureInPicture() {
+ if (this.options_.enableDocumentPictureInPicture && window.documentPictureInPicture) {
+ const pipContainer = document.createElement(this.el().tagName);
+ pipContainer.classList = this.el().classList;
+ pipContainer.classList.add('vjs-pip-container');
+ if (this.posterImage) {
+ pipContainer.appendChild(this.posterImage.el().cloneNode(true));
+ }
+ if (this.titleBar) {
+ pipContainer.appendChild(this.titleBar.el().cloneNode(true));
+ }
+ pipContainer.appendChild(createEl('p', {
+ className: 'vjs-pip-text'
+ }, {}, this.localize('Playing in picture-in-picture')));
+ return window.documentPictureInPicture.requestWindow({
+ // The aspect ratio won't be correct, Chrome bug https://crbug.com/1407629
+ width: this.videoWidth(),
+ height: this.videoHeight()
+ }).then(pipWindow => {
+ copyStyleSheetsToWindow(pipWindow);
+ this.el_.parentNode.insertBefore(pipContainer, this.el_);
+ pipWindow.document.body.appendChild(this.el_);
+ pipWindow.document.body.classList.add('vjs-pip-window');
+ this.player_.isInPictureInPicture(true);
+ this.player_.trigger({
+ type: 'enterpictureinpicture',
+ pipWindow
+ });
- _proto.requestPictureInPicture = function requestPictureInPicture() {
+ // Listen for the PiP closing event to move the video back.
+ pipWindow.addEventListener('pagehide', event => {
+ const pipVideo = event.target.querySelector('.video-js');
+ pipContainer.parentNode.replaceChild(pipVideo, pipContainer);
+ this.player_.isInPictureInPicture(false);
+ this.player_.trigger('leavepictureinpicture');
+ });
+ return pipWindow;
+ });
+ }
if ('pictureInPictureEnabled' in document && this.disablePictureInPicture() === false) {
/**
* This event fires when the player enters picture in picture mode
*
* @event Player#enterpictureinpicture
- * @type {EventTarget~Event}
+ * @type {Event}
*/
return this.techGet_('requestPictureInPicture');
}
+ return Promise.reject('No PiP mode is available');
}
+
/**
* Exit Picture-in-Picture mode.
*
@@ -27713,72 +26812,77 @@
* @return {Promise}
* A promise.
*/
- ;
-
- _proto.exitPictureInPicture = function exitPictureInPicture() {
+ exitPictureInPicture() {
+ if (window.documentPictureInPicture && window.documentPictureInPicture.window) {
+ // With documentPictureInPicture, Player#leavepictureinpicture is fired in the pagehide handler
+ window.documentPictureInPicture.window.close();
+ return Promise.resolve();
+ }
if ('pictureInPictureEnabled' in document) {
/**
* This event fires when the player leaves picture in picture mode
*
* @event Player#leavepictureinpicture
- * @type {EventTarget~Event}
+ * @type {Event}
*/
return document.exitPictureInPicture();
}
}
+
/**
* Called when this Player has focus and a key gets pressed down, or when
* any Component of this player receives a key press that it doesn't handle.
* This allows player-wide hotkeys (either as defined below, or optionally
* by an external function).
*
- * @param {EventTarget~Event} event
+ * @param {KeyboardEvent} event
* The `keydown` event that caused this function to be called.
*
* @listens keydown
*/
- ;
-
- _proto.handleKeyDown = function handleKeyDown(event) {
- var userActions = this.options_.userActions; // Bail out if hotkeys are not configured.
+ handleKeyDown(event) {
+ const {
+ userActions
+ } = this.options_;
+ // Bail out if hotkeys are not configured.
if (!userActions || !userActions.hotkeys) {
return;
- } // Function that determines whether or not to exclude an element from
- // hotkeys handling.
-
-
- var excludeElement = function excludeElement(el) {
- var tagName = el.tagName.toLowerCase(); // The first and easiest test is for `contenteditable` elements.
-
- if (el.isContentEditable) {
- return true;
- } // Inputs matching these types will still trigger hotkey handling as
- // they are not text inputs.
-
-
- var allowedInputTypes = ['button', 'checkbox', 'hidden', 'radio', 'reset', 'submit'];
-
- if (tagName === 'input') {
- return allowedInputTypes.indexOf(el.type) === -1;
- } // The final test is by tag name. These tags will be excluded entirely.
-
-
- var excludedTags = ['textarea'];
- return excludedTags.indexOf(tagName) !== -1;
- }; // Bail out if the user is focused on an interactive form element.
-
-
- if (excludeElement(this.el_.ownerDocument.activeElement)) {
- return;
}
+ // Function that determines whether or not to exclude an element from
+ // hotkeys handling.
+ const excludeElement = el => {
+ const tagName = el.tagName.toLowerCase();
+
+ // The first and easiest test is for `contenteditable` elements.
+ if (el.isContentEditable) {
+ return true;
+ }
+
+ // Inputs matching these types will still trigger hotkey handling as
+ // they are not text inputs.
+ const allowedInputTypes = ['button', 'checkbox', 'hidden', 'radio', 'reset', 'submit'];
+ if (tagName === 'input') {
+ return allowedInputTypes.indexOf(el.type) === -1;
+ }
+
+ // The final test is by tag name. These tags will be excluded entirely.
+ const excludedTags = ['textarea'];
+ return excludedTags.indexOf(tagName) !== -1;
+ };
+
+ // Bail out if the user is focused on an interactive form element.
+ if (excludeElement(this.el_.ownerDocument.activeElement)) {
+ return;
+ }
if (typeof userActions.hotkeys === 'function') {
userActions.hotkeys.call(this, event);
} else {
this.handleHotkeys(event);
}
}
+
/**
* Called when this Player receives a hotkey keydown event.
* Supported player-wide hotkeys are:
@@ -27787,47 +26891,38 @@
* m - toggle mute
* k or Space - toggle play/pause
*
- * @param {EventTarget~Event} event
+ * @param {Event} event
* The `keydown` event that caused this function to be called.
*/
- ;
-
- _proto.handleHotkeys = function handleHotkeys(event) {
- var hotkeys = this.options_.userActions ? this.options_.userActions.hotkeys : {}; // set fullscreenKey, muteKey, playPauseKey from `hotkeys`, use defaults if not set
-
- var _hotkeys$fullscreenKe = hotkeys.fullscreenKey,
- fullscreenKey = _hotkeys$fullscreenKe === void 0 ? function (keydownEvent) {
- return keycode.isEventKey(keydownEvent, 'f');
- } : _hotkeys$fullscreenKe,
- _hotkeys$muteKey = hotkeys.muteKey,
- muteKey = _hotkeys$muteKey === void 0 ? function (keydownEvent) {
- return keycode.isEventKey(keydownEvent, 'm');
- } : _hotkeys$muteKey,
- _hotkeys$playPauseKey = hotkeys.playPauseKey,
- playPauseKey = _hotkeys$playPauseKey === void 0 ? function (keydownEvent) {
- return keycode.isEventKey(keydownEvent, 'k') || keycode.isEventKey(keydownEvent, 'Space');
- } : _hotkeys$playPauseKey;
+ handleHotkeys(event) {
+ const hotkeys = this.options_.userActions ? this.options_.userActions.hotkeys : {};
+ // set fullscreenKey, muteKey, playPauseKey from `hotkeys`, use defaults if not set
+ const {
+ fullscreenKey = keydownEvent => event.key.toLowerCase() === 'f',
+ muteKey = keydownEvent => event.key.toLowerCase() === 'm',
+ playPauseKey = keydownEvent => event.key.toLowerCase() === 'k' || event.key.toLowerCase() === ' '
+ } = hotkeys;
if (fullscreenKey.call(this, event)) {
event.preventDefault();
event.stopPropagation();
- var FSToggle = Component$1.getComponent('FullscreenToggle');
-
+ const FSToggle = Component$1.getComponent('FullscreenToggle');
if (document[this.fsApi_.fullscreenEnabled] !== false) {
FSToggle.prototype.handleClick.call(this, event);
}
} else if (muteKey.call(this, event)) {
event.preventDefault();
event.stopPropagation();
- var MuteToggle = Component$1.getComponent('MuteToggle');
+ const MuteToggle = Component$1.getComponent('MuteToggle');
MuteToggle.prototype.handleClick.call(this, event);
} else if (playPauseKey.call(this, event)) {
event.preventDefault();
event.stopPropagation();
- var PlayToggle = Component$1.getComponent('PlayToggle');
+ const PlayToggle = Component$1.getComponent('PlayToggle');
PlayToggle.prototype.handleClick.call(this, event);
}
}
+
/**
* Check whether the player can play a given mimetype
*
@@ -27839,38 +26934,37 @@
* @return {string}
* 'probably', 'maybe', or '' (empty string)
*/
- ;
+ canPlayType(type) {
+ let can;
- _proto.canPlayType = function canPlayType(type) {
- var can; // Loop through each playback technology in the options order
+ // Loop through each playback technology in the options order
+ for (let i = 0, j = this.options_.techOrder; i < j.length; i++) {
+ const techName = j[i];
+ let tech = Tech.getTech(techName);
- for (var i = 0, j = this.options_.techOrder; i < j.length; i++) {
- var techName = j[i];
- var tech = Tech.getTech(techName); // Support old behavior of techs being registered as components.
+ // Support old behavior of techs being registered as components.
// Remove once that deprecated behavior is removed.
-
if (!tech) {
tech = Component$1.getComponent(techName);
- } // Check if the current tech is defined before continuing
-
+ }
+ // Check if the current tech is defined before continuing
if (!tech) {
- log$1.error("The \"" + techName + "\" tech is undefined. Skipped browser support check for that tech.");
+ log$1.error(`The "${techName}" tech is undefined. Skipped browser support check for that tech.`);
continue;
- } // Check if the browser supports this technology
-
+ }
+ // Check if the browser supports this technology
if (tech.isSupported()) {
can = tech.canPlayType(type);
-
if (can) {
return can;
}
}
}
-
return '';
}
+
/**
* Select source based on tech-order or source-order
* Uses source-order selection if `options.sourceOrder` is truthy. Otherwise,
@@ -27882,37 +26976,29 @@
* @return {Object|boolean}
* Object of source and tech order or false
*/
- ;
-
- _proto.selectSource = function selectSource(sources) {
- var _this14 = this;
-
+ selectSource(sources) {
// Get only the techs specified in `techOrder` that exist and are supported by the
// current platform
- var techs = this.options_.techOrder.map(function (techName) {
+ const techs = this.options_.techOrder.map(techName => {
return [techName, Tech.getTech(techName)];
- }).filter(function (_ref) {
- var techName = _ref[0],
- tech = _ref[1];
-
+ }).filter(([techName, tech]) => {
// Check if the current tech is defined before continuing
if (tech) {
// Check if the browser supports this technology
return tech.isSupported();
}
-
- log$1.error("The \"" + techName + "\" tech is undefined. Skipped browser support check for that tech.");
+ log$1.error(`The "${techName}" tech is undefined. Skipped browser support check for that tech.`);
return false;
- }); // Iterate over each `innerArray` element once per `outerArray` element and execute
+ });
+
+ // Iterate over each `innerArray` element once per `outerArray` element and execute
// `tester` with both. If `tester` returns a non-falsy value, exit early and return
// that value.
-
- var findFirstPassingTechSourcePair = function findFirstPassingTechSourcePair(outerArray, innerArray, tester) {
- var found;
- outerArray.some(function (outerChoice) {
- return innerArray.some(function (innerChoice) {
+ const findFirstPassingTechSourcePair = function (outerArray, innerArray, tester) {
+ let found;
+ outerArray.some(outerChoice => {
+ return innerArray.some(innerChoice => {
found = tester(outerChoice, innerChoice);
-
if (found) {
return true;
}
@@ -27920,29 +27006,19 @@
});
return found;
};
-
- var foundSourceAndTech;
-
- var flip = function flip(fn) {
- return function (a, b) {
- return fn(b, a);
- };
- };
-
- var finder = function finder(_ref2, source) {
- var techName = _ref2[0],
- tech = _ref2[1];
-
- if (tech.canPlaySource(source, _this14.options_[techName.toLowerCase()])) {
+ let foundSourceAndTech;
+ const flip = fn => (a, b) => fn(b, a);
+ const finder = ([techName, tech], source) => {
+ if (tech.canPlaySource(source, this.options_[techName.toLowerCase()])) {
return {
- source: source,
+ source,
tech: techName
};
}
- }; // Depending on the truthiness of `options.sourceOrder`, we swap the order of techs and sources
+ };
+
+ // Depending on the truthiness of `options.sourceOrder`, we swap the order of techs and sources
// to select from them based on their priority.
-
-
if (this.options_.sourceOrder) {
// Source-first ordering
foundSourceAndTech = findFirstPassingTechSourcePair(sources, techs, flip(finder));
@@ -27950,9 +27026,9 @@
// Tech-first ordering
foundSourceAndTech = findFirstPassingTechSourcePair(techs, sources, finder);
}
-
return foundSourceAndTech || false;
}
+
/**
* Executes source setting and getting logic
*
@@ -27963,112 +27039,103 @@
* algorithms can take the `type` into account.
*
* If not provided, this method acts as a getter.
- * @param {boolean} isRetry
+ * @param {boolean} [isRetry]
* Indicates whether this is being called internally as a result of a retry
*
* @return {string|undefined}
* If the `source` argument is missing, returns the current source
* URL. Otherwise, returns nothing/undefined.
*/
- ;
-
- _proto.handleSrc_ = function handleSrc_(source, isRetry) {
- var _this15 = this;
-
+ handleSrc_(source, isRetry) {
// getter usage
if (typeof source === 'undefined') {
return this.cache_.src || '';
- } // Reset retry behavior for new source
-
+ }
+ // Reset retry behavior for new source
if (this.resetRetryOnError_) {
this.resetRetryOnError_();
- } // filter out invalid sources and turn our source into
+ }
+
+ // filter out invalid sources and turn our source into
// an array of source objects
+ const sources = filterSource(source);
-
- var sources = filterSource(source); // if a source was passed in then it is invalid because
+ // if a source was passed in then it is invalid because
// it was filtered to a zero length Array. So we have to
// show an error
-
if (!sources.length) {
this.setTimeout(function () {
this.error({
code: 4,
- message: this.localize(this.options_.notSupportedMessage)
+ message: this.options_.notSupportedMessage
});
}, 0);
return;
- } // initial sources
+ }
+ // initial sources
+ this.changingSrc_ = true;
- this.changingSrc_ = true; // Only update the cached source list if we are not retrying a new source after error,
+ // Only update the cached source list if we are not retrying a new source after error,
// since in that case we want to include the failed source(s) in the cache
-
if (!isRetry) {
this.cache_.sources = sources;
}
+ this.updateSourceCaches_(sources[0]);
- this.updateSourceCaches_(sources[0]); // middlewareSource is the source after it has been changed by middleware
+ // middlewareSource is the source after it has been changed by middleware
+ setSource(this, sources[0], (middlewareSource, mws) => {
+ this.middleware_ = mws;
- setSource(this, sources[0], function (middlewareSource, mws) {
- _this15.middleware_ = mws; // since sourceSet is async we have to update the cache again after we select a source since
+ // since sourceSet is async we have to update the cache again after we select a source since
// the source that is selected could be out of order from the cache update above this callback.
-
if (!isRetry) {
- _this15.cache_.sources = sources;
+ this.cache_.sources = sources;
}
-
- _this15.updateSourceCaches_(middlewareSource);
-
- var err = _this15.src_(middlewareSource);
-
+ this.updateSourceCaches_(middlewareSource);
+ const err = this.src_(middlewareSource);
if (err) {
if (sources.length > 1) {
- return _this15.handleSrc_(sources.slice(1));
+ return this.handleSrc_(sources.slice(1));
}
+ this.changingSrc_ = false;
- _this15.changingSrc_ = false; // We need to wrap this in a timeout to give folks a chance to add error event handlers
-
- _this15.setTimeout(function () {
+ // We need to wrap this in a timeout to give folks a chance to add error event handlers
+ this.setTimeout(function () {
this.error({
code: 4,
- message: this.localize(this.options_.notSupportedMessage)
+ message: this.options_.notSupportedMessage
});
- }, 0); // we could not find an appropriate tech, but let's still notify the delegate that this is it
+ }, 0);
+
+ // we could not find an appropriate tech, but let's still notify the delegate that this is it
// this needs a better comment about why this is needed
-
-
- _this15.triggerReady();
-
+ this.triggerReady();
return;
}
+ setTech(mws, this.tech_);
+ });
- setTech(mws, _this15.tech_);
- }); // Try another available source if this one fails before playback.
-
- if (this.options_.retryOnError && sources.length > 1) {
- var retry = function retry() {
+ // Try another available source if this one fails before playback.
+ if (sources.length > 1) {
+ const retry = () => {
// Remove the error modal
- _this15.error(null);
-
- _this15.handleSrc_(sources.slice(1), true);
+ this.error(null);
+ this.handleSrc_(sources.slice(1), true);
};
-
- var stopListeningForErrors = function stopListeningForErrors() {
- _this15.off('error', retry);
+ const stopListeningForErrors = () => {
+ this.off('error', retry);
};
-
this.one('error', retry);
this.one('playing', stopListeningForErrors);
-
- this.resetRetryOnError_ = function () {
- _this15.off('error', retry);
-
- _this15.off('playing', stopListeningForErrors);
+ this.resetRetryOnError_ = () => {
+ this.off('error', retry);
+ this.off('playing', stopListeningForErrors);
};
}
}
+
/**
* Get or set the video source.
*
@@ -28084,11 +27151,10 @@
* If the `source` argument is missing, returns the current source
* URL. Otherwise, returns nothing/undefined.
*/
- ;
-
- _proto.src = function src(source) {
+ src(source) {
return this.handleSrc_(source, false);
}
+
/**
* Set the source object on the tech, returns a boolean that indicates whether
* there is a tech that can play the source or not
@@ -28102,29 +27168,23 @@
*
* @private
*/
- ;
-
- _proto.src_ = function src_(source) {
- var _this16 = this;
-
- var sourceTech = this.selectSource([source]);
-
+ src_(source) {
+ const sourceTech = this.selectSource([source]);
if (!sourceTech) {
return true;
}
-
if (!titleCaseEquals(sourceTech.tech, this.techName_)) {
- this.changingSrc_ = true; // load this technology with the chosen source
-
+ this.changingSrc_ = true;
+ // load this technology with the chosen source
this.loadTech_(sourceTech.tech, sourceTech.source);
- this.tech_.ready(function () {
- _this16.changingSrc_ = false;
+ this.tech_.ready(() => {
+ this.changingSrc_ = false;
});
return false;
- } // wait until the tech is ready to set the source
+ }
+
+ // wait until the tech is ready to set the source
// and set it synchronously if possible (#2326)
-
-
this.ready(function () {
// The setSource tech method was added with source handlers
// so older techs won't support it
@@ -28135,133 +27195,144 @@
} else {
this.techCall_('src', source.src);
}
-
this.changingSrc_ = false;
}, true);
return false;
}
+
/**
* Begin loading the src data.
*/
- ;
-
- _proto.load = function load() {
+ load() {
+ // Workaround to use the load method with the VHS.
+ // Does not cover the case when the load method is called directly from the mediaElement.
+ if (this.tech_ && this.tech_.vhs) {
+ this.src(this.currentSource());
+ return;
+ }
this.techCall_('load');
}
+
/**
* Reset the player. Loads the first tech in the techOrder,
* removes all the text tracks in the existing `tech`,
* and calls `reset` on the `tech`.
*/
- ;
-
- _proto.reset = function reset() {
- var _this17 = this;
-
- var PromiseClass = this.options_.Promise || window.Promise;
-
- if (this.paused() || !PromiseClass) {
+ reset() {
+ if (this.paused()) {
this.doReset_();
} else {
- var playPromise = this.play();
- silencePromise(playPromise.then(function () {
- return _this17.doReset_();
- }));
+ const playPromise = this.play();
+ silencePromise(playPromise.then(() => this.doReset_()));
}
- };
-
- _proto.doReset_ = function doReset_() {
+ }
+ doReset_() {
if (this.tech_) {
this.tech_.clearTracks('text');
}
-
+ this.removeClass('vjs-playing');
+ this.addClass('vjs-paused');
this.resetCache_();
this.poster('');
this.loadTech_(this.options_.techOrder[0], null);
this.techCall_('reset');
this.resetControlBarUI_();
-
+ this.error(null);
+ if (this.titleBar) {
+ this.titleBar.update({
+ title: undefined,
+ description: undefined
+ });
+ }
if (isEvented(this)) {
this.trigger('playerreset');
}
}
+
/**
* Reset Control Bar's UI by calling sub-methods that reset
* all of Control Bar's components
*/
- ;
-
- _proto.resetControlBarUI_ = function resetControlBarUI_() {
+ resetControlBarUI_() {
this.resetProgressBar_();
this.resetPlaybackRate_();
this.resetVolumeBar_();
}
+
/**
* Reset tech's progress so progress bar is reset in the UI
*/
- ;
-
- _proto.resetProgressBar_ = function resetProgressBar_() {
+ resetProgressBar_() {
this.currentTime(0);
- var _this$controlBar = this.controlBar,
- durationDisplay = _this$controlBar.durationDisplay,
- remainingTimeDisplay = _this$controlBar.remainingTimeDisplay;
-
+ const {
+ currentTimeDisplay,
+ durationDisplay,
+ progressControl,
+ remainingTimeDisplay
+ } = this.controlBar || {};
+ const {
+ seekBar
+ } = progressControl || {};
+ if (currentTimeDisplay) {
+ currentTimeDisplay.updateContent();
+ }
if (durationDisplay) {
durationDisplay.updateContent();
}
-
if (remainingTimeDisplay) {
remainingTimeDisplay.updateContent();
}
+ if (seekBar) {
+ seekBar.update();
+ if (seekBar.loadProgressBar) {
+ seekBar.loadProgressBar.update();
+ }
+ }
}
+
/**
* Reset Playback ratio
*/
- ;
-
- _proto.resetPlaybackRate_ = function resetPlaybackRate_() {
+ resetPlaybackRate_() {
this.playbackRate(this.defaultPlaybackRate());
this.handleTechRateChange_();
}
+
/**
* Reset Volume bar
*/
- ;
-
- _proto.resetVolumeBar_ = function resetVolumeBar_() {
+ resetVolumeBar_() {
this.volume(1.0);
this.trigger('volumechange');
}
+
/**
* Returns all of the current source objects.
*
* @return {Tech~SourceObject[]}
* The current source objects
*/
- ;
-
- _proto.currentSources = function currentSources() {
- var source = this.currentSource();
- var sources = []; // assume `{}` or `{ src }`
+ currentSources() {
+ const source = this.currentSource();
+ const sources = [];
+ // assume `{}` or `{ src }`
if (Object.keys(source).length !== 0) {
sources.push(source);
}
-
return this.cache_.sources || sources;
}
+
/**
* Returns the current source object.
*
* @return {Tech~SourceObject}
* The current source object
*/
- ;
-
- _proto.currentSource = function currentSource() {
+ currentSource() {
return this.cache_.source || {};
}
+
/**
* Returns the fully qualified URL of the current source value e.g. http://mysite.com/video.mp4
* Can be used in conjunction with `currentType` to assist in rebuilding the current source object.
@@ -28269,11 +27340,10 @@
* @return {string}
* The current source
*/
- ;
-
- _proto.currentSrc = function currentSrc() {
+ currentSrc() {
return this.currentSource() && this.currentSource().src || '';
}
+
/**
* Get the current source type e.g. video/mp4
* This can allow you rebuild the current source object so that you could load the same
@@ -28282,38 +27352,35 @@
* @return {string}
* The source MIME type
*/
- ;
-
- _proto.currentType = function currentType() {
+ currentType() {
return this.currentSource() && this.currentSource().type || '';
}
+
/**
* Get or set the preload attribute
*
- * @param {boolean} [value]
- * - true means that we should preload
- * - false means that we should not preload
+ * @param {'none'|'auto'|'metadata'} [value]
+ * Preload mode to pass to tech
*
- * @return {string}
- * The preload attribute value when getting
+ * @return {string|undefined}
+ * - The preload attribute value when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.preload = function preload(value) {
+ preload(value) {
if (value !== undefined) {
this.techCall_('setPreload', value);
this.options_.preload = value;
return;
}
-
return this.techGet_('preload');
}
+
/**
* Get or set the autoplay option. When this is a boolean it will
* modify the attribute on the tech. When this is a string the attribute on
* the tech will be removed and `Player` will handle autoplay on loadstarts.
*
- * @param {boolean|string} [value]
+ * @param {boolean|'play'|'muted'|'any'} [value]
* - true: autoplay using the browser behavior
* - false: do not autoplay
* - 'play': call play() on every loadstart
@@ -28321,39 +27388,43 @@
* - 'any': call play() on every loadstart. if that fails call muted() then play().
* - *: values other than those listed here will be set `autoplay` to true
*
- * @return {boolean|string}
- * The current value of autoplay when getting
+ * @return {boolean|string|undefined}
+ * - The current value of autoplay when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.autoplay = function autoplay(value) {
+ autoplay(value) {
// getter usage
if (value === undefined) {
return this.options_.autoplay || false;
}
+ let techAutoplay;
- var techAutoplay; // if the value is a valid string set it to that, or normalize `true` to 'play', if need be
-
+ // if the value is a valid string set it to that, or normalize `true` to 'play', if need be
if (typeof value === 'string' && /(any|play|muted)/.test(value) || value === true && this.options_.normalizeAutoplay) {
this.options_.autoplay = value;
this.manualAutoplay_(typeof value === 'string' ? value : 'play');
- techAutoplay = false; // any falsy value sets autoplay to false in the browser,
+ techAutoplay = false;
+
+ // any falsy value sets autoplay to false in the browser,
// lets do the same
} else if (!value) {
- this.options_.autoplay = false; // any other value (ie truthy) sets autoplay to true
+ this.options_.autoplay = false;
+
+ // any other value (ie truthy) sets autoplay to true
} else {
this.options_.autoplay = true;
}
+ techAutoplay = typeof techAutoplay === 'undefined' ? this.options_.autoplay : techAutoplay;
- techAutoplay = typeof techAutoplay === 'undefined' ? this.options_.autoplay : techAutoplay; // if we don't have a tech then we do not queue up
+ // if we don't have a tech then we do not queue up
// a setAutoplay call on tech ready. We do this because the
// autoplay option will be passed in the constructor and we
// do not need to set it twice
-
if (this.tech_) {
this.techCall_('setAutoplay', techAutoplay);
}
}
+
/**
* Set or unset the playsinline attribute.
* Playsinline tells the browser that non-fullscreen playback is preferred.
@@ -28364,23 +27435,20 @@
* which in most cases is inline. iOS Safari is a notable exception
* and plays fullscreen by default.
*
- * @return {string|Player}
+ * @return {string|undefined}
* - the current value of playsinline
- * - the player when setting
+ * - Nothing when setting
*
* @see [Spec]{@link https://html.spec.whatwg.org/#attr-video-playsinline}
*/
- ;
-
- _proto.playsinline = function playsinline(value) {
+ playsinline(value) {
if (value !== undefined) {
this.techCall_('setPlaysinline', value);
this.options_.playsinline = value;
- return this;
}
-
return this.techGet_('playsinline');
}
+
/**
* Get or set the loop attribute on the video element.
*
@@ -28388,20 +27456,19 @@
* - true means that we should loop the video
* - false means that we should not loop the video
*
- * @return {boolean}
- * The current value of loop when getting
+ * @return {boolean|undefined}
+ * - The current value of loop when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.loop = function loop(value) {
+ loop(value) {
if (value !== undefined) {
this.techCall_('setLoop', value);
this.options_.loop = value;
return;
}
-
return this.techGet_('loop');
}
+
/**
* Get or set the poster image source url
*
@@ -28410,41 +27477,41 @@
* @param {string} [src]
* Poster image source URL
*
- * @return {string}
- * The current value of poster when getting
+ * @return {string|undefined}
+ * - The current value of poster when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.poster = function poster(src) {
+ poster(src) {
if (src === undefined) {
return this.poster_;
- } // The correct way to remove a poster is to set as an empty string
+ }
+
+ // The correct way to remove a poster is to set as an empty string
// other falsey values will throw errors
-
-
if (!src) {
src = '';
}
-
if (src === this.poster_) {
return;
- } // update the internal poster variable
+ }
+ // update the internal poster variable
+ this.poster_ = src;
- this.poster_ = src; // update the tech's poster
-
+ // update the tech's poster
this.techCall_('setPoster', src);
- this.isPosterFromTech_ = false; // alert components that the poster has been set
+ this.isPosterFromTech_ = false;
+ // alert components that the poster has been set
/**
* This event fires when the poster image is changed on the player.
*
* @event Player#posterchange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('posterchange');
}
+
/**
* Some techs (e.g. YouTube) can provide a poster source in an
* asynchronous way. We want the poster component to use this
@@ -28457,20 +27524,19 @@
* @listens Tech#posterchange
* @private
*/
- ;
-
- _proto.handleTechPosterChange_ = function handleTechPosterChange_() {
+ handleTechPosterChange_() {
if ((!this.poster_ || this.options_.techCanOverridePoster) && this.tech_ && this.tech_.poster) {
- var newPoster = this.tech_.poster() || '';
-
+ const newPoster = this.tech_.poster() || '';
if (newPoster !== this.poster_) {
this.poster_ = newPoster;
- this.isPosterFromTech_ = true; // Let components know the poster has changed
+ this.isPosterFromTech_ = true;
+ // Let components know the poster has changed
this.trigger('posterchange');
}
}
}
+
/**
* Get or set whether or not the controls are showing.
*
@@ -28480,38 +27546,32 @@
* - true to turn controls on
* - false to turn controls off
*
- * @return {boolean}
- * The current value of controls when getting
+ * @return {boolean|undefined}
+ * - The current value of controls when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.controls = function controls(bool) {
+ controls(bool) {
if (bool === undefined) {
return !!this.controls_;
}
+ bool = !!bool;
- bool = !!bool; // Don't trigger a change event unless it actually changed
-
+ // Don't trigger a change event unless it actually changed
if (this.controls_ === bool) {
return;
}
-
this.controls_ = bool;
-
if (this.usingNativeControls()) {
this.techCall_('setControls', bool);
}
-
if (this.controls_) {
this.removeClass('vjs-controls-disabled');
this.addClass('vjs-controls-enabled');
/**
* @event Player#controlsenabled
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('controlsenabled');
-
if (!this.usingNativeControls()) {
this.addTechControlsListeners_();
}
@@ -28520,16 +27580,15 @@
this.addClass('vjs-controls-disabled');
/**
* @event Player#controlsdisabled
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('controlsdisabled');
-
if (!this.usingNativeControls()) {
this.removeTechControlsListeners_();
}
}
}
+
/**
* Toggle native controls on/off. Native controls are the controls built into
* devices (e.g. default iPhone controls) or other techs
@@ -28544,46 +27603,44 @@
* - true to turn native controls on
* - false to turn native controls off
*
- * @return {boolean}
- * The current value of native controls when getting
+ * @return {boolean|undefined}
+ * - The current value of native controls when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.usingNativeControls = function usingNativeControls(bool) {
+ usingNativeControls(bool) {
if (bool === undefined) {
return !!this.usingNativeControls_;
}
+ bool = !!bool;
- bool = !!bool; // Don't trigger a change event unless it actually changed
-
+ // Don't trigger a change event unless it actually changed
if (this.usingNativeControls_ === bool) {
return;
}
-
this.usingNativeControls_ = bool;
-
if (this.usingNativeControls_) {
this.addClass('vjs-using-native-controls');
+
/**
* player is using the native device controls
*
* @event Player#usingnativecontrols
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('usingnativecontrols');
} else {
this.removeClass('vjs-using-native-controls');
+
/**
* player is using the custom HTML controls
*
* @event Player#usingcustomcontrols
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('usingcustomcontrols');
}
}
+
/**
* Set or get the current MediaError
*
@@ -28593,86 +27650,78 @@
* A MediaError or a string/number to be turned
* into a MediaError
*
- * @return {MediaError|null}
- * The current MediaError when getting (or null)
+ * @return {MediaError|null|undefined}
+ * - The current MediaError when getting (or null)
+ * - Nothing when setting
*/
- ;
-
- _proto.error = function error(err) {
- var _this18 = this;
-
+ error(err) {
if (err === undefined) {
return this.error_ || null;
- } // allow hooks to modify error object
-
-
- hooks('beforeerror').forEach(function (hookFunction) {
- var newErr = hookFunction(_this18, err);
+ }
+ // allow hooks to modify error object
+ hooks('beforeerror').forEach(hookFunction => {
+ const newErr = hookFunction(this, err);
if (!(isObject$1(newErr) && !Array.isArray(newErr) || typeof newErr === 'string' || typeof newErr === 'number' || newErr === null)) {
- _this18.log.error('please return a value that MediaError expects in beforeerror hooks');
-
+ this.log.error('please return a value that MediaError expects in beforeerror hooks');
return;
}
-
err = newErr;
- }); // Suppress the first error message for no compatible source until
- // user interaction
+ });
+ // Suppress the first error message for no compatible source until
+ // user interaction
if (this.options_.suppressNotSupportedError && err && err.code === 4) {
- var triggerSuppressedError = function triggerSuppressedError() {
+ const triggerSuppressedError = function () {
this.error(err);
};
-
this.options_.suppressNotSupportedError = false;
this.any(['click', 'touchstart'], triggerSuppressedError);
this.one('loadstart', function () {
this.off(['click', 'touchstart'], triggerSuppressedError);
});
return;
- } // restoring to default
-
+ }
+ // restoring to default
if (err === null) {
- this.error_ = err;
+ this.error_ = null;
this.removeClass('vjs-error');
-
if (this.errorDisplay) {
this.errorDisplay.close();
}
-
return;
}
+ this.error_ = new MediaError(err);
- this.error_ = new MediaError(err); // add the vjs-error classname to the player
+ // add the vjs-error classname to the player
+ this.addClass('vjs-error');
- this.addClass('vjs-error'); // log the name of the error type and any message
+ // log the name of the error type and any message
// IE11 logs "[object object]" and required you to expand message to see error object
+ log$1.error(`(CODE:${this.error_.code} ${MediaError.errorTypes[this.error_.code]})`, this.error_.message, this.error_);
- log$1.error("(CODE:" + this.error_.code + " " + MediaError.errorTypes[this.error_.code] + ")", this.error_.message, this.error_);
/**
* @event Player#error
- * @type {EventTarget~Event}
+ * @type {Event}
*/
+ this.trigger('error');
- this.trigger('error'); // notify hooks of the per player error
-
- hooks('error').forEach(function (hookFunction) {
- return hookFunction(_this18, _this18.error_);
- });
+ // notify hooks of the per player error
+ hooks('error').forEach(hookFunction => hookFunction(this, this.error_));
return;
}
+
/**
* Report user activity
*
* @param {Object} event
* Event object
*/
- ;
-
- _proto.reportUserActivity = function reportUserActivity(event) {
+ reportUserActivity(event) {
this.userActivity_ = true;
}
+
/**
* Get/set if user is active
*
@@ -28683,36 +27732,32 @@
* - true if the user is active
* - false if the user is inactive
*
- * @return {boolean}
- * The current value of userActive when getting
+ * @return {boolean|undefined}
+ * - The current value of userActive when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.userActive = function userActive(bool) {
+ userActive(bool) {
if (bool === undefined) {
return this.userActive_;
}
-
bool = !!bool;
-
if (bool === this.userActive_) {
return;
}
-
this.userActive_ = bool;
-
if (this.userActive_) {
this.userActivity_ = true;
this.removeClass('vjs-user-inactive');
this.addClass('vjs-user-active');
/**
* @event Player#useractive
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('useractive');
return;
- } // Chrome/Safari/IE have bugs where when you change the cursor it can
+ }
+
+ // Chrome/Safari/IE have bugs where when you change the cursor it can
// trigger a mousemove event. This causes an issue when you're hiding
// the cursor when the user is inactive, and a mousemove signals user
// activity. Making it impossible to go into inactive mode. Specifically
@@ -28720,39 +27765,33 @@
//
// When this gets resolved in ALL browsers it can be removed
// https://code.google.com/p/chromium/issues/detail?id=103041
-
-
if (this.tech_) {
this.tech_.one('mousemove', function (e) {
e.stopPropagation();
e.preventDefault();
});
}
-
this.userActivity_ = false;
this.removeClass('vjs-user-active');
this.addClass('vjs-user-inactive');
/**
* @event Player#userinactive
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('userinactive');
}
+
/**
* Listen for user activity based on timeout value
*
* @private
*/
- ;
-
- _proto.listenForUserActivity_ = function listenForUserActivity_() {
- var mouseInProgress;
- var lastMoveX;
- var lastMoveY;
- var handleActivity = bind(this, this.reportUserActivity);
-
- var handleMouseMove = function handleMouseMove(e) {
+ listenForUserActivity_() {
+ let mouseInProgress;
+ let lastMoveX;
+ let lastMoveY;
+ const handleActivity = bind_(this, this.reportUserActivity);
+ const handleMouseMove = function (e) {
// #1068 - Prevent mousemove spamming
// Chrome Bug: https://code.google.com/p/chromium/issues/detail?id=366970
if (e.screenX !== lastMoveX || e.screenY !== lastMoveY) {
@@ -28761,76 +27800,78 @@
handleActivity();
}
};
-
- var handleMouseDown = function handleMouseDown() {
- handleActivity(); // For as long as the they are touching the device or have their mouse down,
+ const handleMouseDown = function () {
+ handleActivity();
+ // For as long as the they are touching the device or have their mouse down,
// we consider them active even if they're not moving their finger or mouse.
// So we want to continue to update that they are active
-
- this.clearInterval(mouseInProgress); // Setting userActivity=true now and setting the interval to the same time
+ this.clearInterval(mouseInProgress);
+ // Setting userActivity=true now and setting the interval to the same time
// as the activityCheck interval (250) should ensure we never miss the
// next activityCheck
-
mouseInProgress = this.setInterval(handleActivity, 250);
};
-
- var handleMouseUpAndMouseLeave = function handleMouseUpAndMouseLeave(event) {
- handleActivity(); // Stop the interval that maintains activity if the mouse/touch is down
-
+ const handleMouseUpAndMouseLeave = function (event) {
+ handleActivity();
+ // Stop the interval that maintains activity if the mouse/touch is down
this.clearInterval(mouseInProgress);
- }; // Any mouse movement will be considered user activity
-
+ };
+ // Any mouse movement will be considered user activity
this.on('mousedown', handleMouseDown);
this.on('mousemove', handleMouseMove);
this.on('mouseup', handleMouseUpAndMouseLeave);
this.on('mouseleave', handleMouseUpAndMouseLeave);
- var controlBar = this.getChild('controlBar'); // Fixes bug on Android & iOS where when tapping progressBar (when control bar is displayed)
- // controlBar would no longer be hidden by default timeout.
+ const controlBar = this.getChild('controlBar');
+ // Fixes bug on Android & iOS where when tapping progressBar (when control bar is displayed)
+ // controlBar would no longer be hidden by default timeout.
if (controlBar && !IS_IOS && !IS_ANDROID) {
controlBar.on('mouseenter', function (event) {
if (this.player().options_.inactivityTimeout !== 0) {
this.player().cache_.inactivityTimeout = this.player().options_.inactivityTimeout;
}
-
this.player().options_.inactivityTimeout = 0;
});
controlBar.on('mouseleave', function (event) {
this.player().options_.inactivityTimeout = this.player().cache_.inactivityTimeout;
});
- } // Listen for keyboard navigation
+ }
+
+ // Listen for keyboard navigation
// Shouldn't need to use inProgress interval because of key repeat
-
-
this.on('keydown', handleActivity);
- this.on('keyup', handleActivity); // Run an interval every 250 milliseconds instead of stuffing everything into
+ this.on('keyup', handleActivity);
+
+ // Run an interval every 250 milliseconds instead of stuffing everything into
// the mousemove/touchmove function itself, to prevent performance degradation.
// `this.reportUserActivity` simply sets this.userActivity_ to true, which
// then gets picked up by this loop
// http://ejohn.org/blog/learning-from-twitter/
+ let inactivityTimeout;
- var inactivityTimeout;
- this.setInterval(function () {
+ /** @this Player */
+ const activityCheck = function () {
// Check to see if mouse/touch activity has happened
if (!this.userActivity_) {
return;
- } // Reset the activity tracker
+ }
+ // Reset the activity tracker
+ this.userActivity_ = false;
- this.userActivity_ = false; // If the user state was inactive, set the state to active
-
- this.userActive(true); // Clear any existing inactivity timeout to start the timer over
+ // If the user state was inactive, set the state to active
+ this.userActive(true);
+ // Clear any existing inactivity timeout to start the timer over
this.clearTimeout(inactivityTimeout);
- var timeout = this.options_.inactivityTimeout;
-
+ const timeout = this.options_.inactivityTimeout;
if (timeout <= 0) {
return;
- } // In milliseconds, if no more activity has occurred the
+ }
+
+ // In milliseconds, if no more activity has occurred the
// user will be considered inactive
-
-
inactivityTimeout = this.setTimeout(function () {
// Protect against the case where the inactivityTimeout can trigger just
// before the next user activity is picked up by the activity check loop
@@ -28839,8 +27880,10 @@
this.userActive(false);
}
}, timeout);
- }, 250);
+ };
+ this.setInterval(activityCheck, 250);
}
+
/**
* Gets or sets the current playback rate. A playback rate of
* 1.0 represents normal speed and 0.5 would indicate half-speed
@@ -28851,25 +27894,23 @@
* @param {number} [rate]
* New playback rate to set.
*
- * @return {number}
- * The current playback rate when getting or 1.0
+ * @return {number|undefined}
+ * - The current playback rate when getting or 1.0
+ * - Nothing when setting
*/
- ;
-
- _proto.playbackRate = function playbackRate(rate) {
+ playbackRate(rate) {
if (rate !== undefined) {
// NOTE: this.cache_.lastPlaybackRate is set from the tech handler
// that is registered above
this.techCall_('setPlaybackRate', rate);
return;
}
-
if (this.tech_ && this.tech_.featuresPlaybackRate) {
return this.cache_.lastPlaybackRate || this.techGet_('playbackRate');
}
-
return 1.0;
}
+
/**
* Gets or sets the current default playback rate. A default playback rate of
* 1.0 represents normal speed and 0.5 would indicate half-speed playback, for instance.
@@ -28881,81 +27922,84 @@
* @param {number} [rate]
* New default playback rate to set.
*
- * @return {number|Player}
+ * @return {number|undefined}
* - The default playback rate when getting or 1.0
- * - the player when setting
+ * - Nothing when setting
*/
- ;
-
- _proto.defaultPlaybackRate = function defaultPlaybackRate(rate) {
+ defaultPlaybackRate(rate) {
if (rate !== undefined) {
return this.techCall_('setDefaultPlaybackRate', rate);
}
-
if (this.tech_ && this.tech_.featuresPlaybackRate) {
return this.techGet_('defaultPlaybackRate');
}
-
return 1.0;
}
+
/**
* Gets or sets the audio flag
*
- * @param {boolean} bool
+ * @param {boolean} [bool]
* - true signals that this is an audio player
* - false signals that this is not an audio player
*
- * @return {boolean}
- * The current value of isAudio when getting
+ * @return {boolean|undefined}
+ * - The current value of isAudio when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.isAudio = function isAudio(bool) {
+ isAudio(bool) {
if (bool !== undefined) {
this.isAudio_ = !!bool;
return;
}
-
return !!this.isAudio_;
- };
-
- _proto.enableAudioOnlyUI_ = function enableAudioOnlyUI_() {
- var _this19 = this;
-
+ }
+ updatePlayerHeightOnAudioOnlyMode_() {
+ const controlBar = this.getChild('ControlBar');
+ if (!controlBar || this.audioOnlyCache_.controlBarHeight === controlBar.currentHeight()) {
+ return;
+ }
+ this.audioOnlyCache_.controlBarHeight = controlBar.currentHeight();
+ this.height(this.audioOnlyCache_.controlBarHeight);
+ }
+ enableAudioOnlyUI_() {
// Update styling immediately to show the control bar so we can get its height
this.addClass('vjs-audio-only-mode');
- var playerChildren = this.children();
- var controlBar = this.getChild('ControlBar');
- var controlBarHeight = controlBar && controlBar.currentHeight(); // Hide all player components except the control bar. Control bar components
- // needed only for video are hidden with CSS
+ const playerChildren = this.children();
+ const controlBar = this.getChild('ControlBar');
+ const controlBarHeight = controlBar && controlBar.currentHeight();
- playerChildren.forEach(function (child) {
+ // Hide all player components except the control bar. Control bar components
+ // needed only for video are hidden with CSS
+ playerChildren.forEach(child => {
if (child === controlBar) {
return;
}
-
if (child.el_ && !child.hasClass('vjs-hidden')) {
child.hide();
-
- _this19.audioOnlyCache_.hiddenChildren.push(child);
+ this.audioOnlyCache_.hiddenChildren.push(child);
}
});
- this.audioOnlyCache_.playerHeight = this.currentHeight(); // Set the player height the same as the control bar
+ this.audioOnlyCache_.playerHeight = this.currentHeight();
+ this.audioOnlyCache_.controlBarHeight = controlBarHeight;
+ this.on('playerresize', this.boundUpdatePlayerHeightOnAudioOnlyMode_);
+ // Set the player height the same as the control bar
this.height(controlBarHeight);
this.trigger('audioonlymodechange');
- };
+ }
+ disableAudioOnlyUI_() {
+ this.removeClass('vjs-audio-only-mode');
+ this.off('playerresize', this.boundUpdatePlayerHeightOnAudioOnlyMode_);
- _proto.disableAudioOnlyUI_ = function disableAudioOnlyUI_() {
- this.removeClass('vjs-audio-only-mode'); // Show player components that were previously hidden
-
- this.audioOnlyCache_.hiddenChildren.forEach(function (child) {
- return child.show();
- }); // Reset player height
+ // Show player components that were previously hidden
+ this.audioOnlyCache_.hiddenChildren.forEach(child => child.show());
+ // Reset player height
this.height(this.audioOnlyCache_.playerHeight);
this.trigger('audioonlymodechange');
}
+
/**
* Get the current audioOnlyMode state or set audioOnlyMode to true or false.
*
@@ -28969,76 +28013,47 @@
* A Promise is returned when setting the state, and a boolean when getting
* the present state
*/
- ;
-
- _proto.audioOnlyMode = function audioOnlyMode(value) {
- var _this20 = this;
-
+ audioOnlyMode(value) {
if (typeof value !== 'boolean' || value === this.audioOnlyMode_) {
return this.audioOnlyMode_;
}
-
this.audioOnlyMode_ = value;
- var PromiseClass = this.options_.Promise || window.Promise;
-
- if (PromiseClass) {
- // Enable Audio Only Mode
- if (value) {
- var exitPromises = []; // Fullscreen and PiP are not supported in audioOnlyMode, so exit if we need to.
-
- if (this.isInPictureInPicture()) {
- exitPromises.push(this.exitPictureInPicture());
- }
-
- if (this.isFullscreen()) {
- exitPromises.push(this.exitFullscreen());
- }
-
- if (this.audioPosterMode()) {
- exitPromises.push(this.audioPosterMode(false));
- }
-
- return PromiseClass.all(exitPromises).then(function () {
- return _this20.enableAudioOnlyUI_();
- });
- } // Disable Audio Only Mode
-
-
- return PromiseClass.resolve().then(function () {
- return _this20.disableAudioOnlyUI_();
- });
- }
+ // Enable Audio Only Mode
if (value) {
+ const exitPromises = [];
+
+ // Fullscreen and PiP are not supported in audioOnlyMode, so exit if we need to.
if (this.isInPictureInPicture()) {
- this.exitPictureInPicture();
+ exitPromises.push(this.exitPictureInPicture());
}
-
if (this.isFullscreen()) {
- this.exitFullscreen();
+ exitPromises.push(this.exitFullscreen());
}
-
- this.enableAudioOnlyUI_();
- } else {
- this.disableAudioOnlyUI_();
+ if (this.audioPosterMode()) {
+ exitPromises.push(this.audioPosterMode(false));
+ }
+ return Promise.all(exitPromises).then(() => this.enableAudioOnlyUI_());
}
- };
- _proto.enablePosterModeUI_ = function enablePosterModeUI_() {
+ // Disable Audio Only Mode
+ return Promise.resolve().then(() => this.disableAudioOnlyUI_());
+ }
+ enablePosterModeUI_() {
// Hide the video element and show the poster image to enable posterModeUI
- var tech = this.tech_ && this.tech_;
+ const tech = this.tech_ && this.tech_;
tech.hide();
this.addClass('vjs-audio-poster-mode');
this.trigger('audiopostermodechange');
- };
-
- _proto.disablePosterModeUI_ = function disablePosterModeUI_() {
+ }
+ disablePosterModeUI_() {
// Show the video element and hide the poster image to disable posterModeUI
- var tech = this.tech_ && this.tech_;
+ const tech = this.tech_ && this.tech_;
tech.show();
this.removeClass('vjs-audio-poster-mode');
this.trigger('audiopostermodechange');
}
+
/**
* Get the current audioPosterMode state or set audioPosterMode to true or false
*
@@ -29049,51 +28064,30 @@
* A Promise is returned when setting the state, and a boolean when getting
* the present state
*/
- ;
-
- _proto.audioPosterMode = function audioPosterMode(value) {
- var _this21 = this;
-
+ audioPosterMode(value) {
if (typeof value !== 'boolean' || value === this.audioPosterMode_) {
return this.audioPosterMode_;
}
-
this.audioPosterMode_ = value;
- var PromiseClass = this.options_.Promise || window.Promise;
-
- if (PromiseClass) {
- if (value) {
- if (this.audioOnlyMode()) {
- var audioOnlyModePromise = this.audioOnlyMode(false);
- return audioOnlyModePromise.then(function () {
- // enable audio poster mode after audio only mode is disabled
- _this21.enablePosterModeUI_();
- });
- }
-
- return PromiseClass.resolve().then(function () {
- // enable audio poster mode
- _this21.enablePosterModeUI_();
- });
- }
-
- return PromiseClass.resolve().then(function () {
- // disable audio poster mode
- _this21.disablePosterModeUI_();
- });
- }
-
if (value) {
if (this.audioOnlyMode()) {
- this.audioOnlyMode(false);
+ const audioOnlyModePromise = this.audioOnlyMode(false);
+ return audioOnlyModePromise.then(() => {
+ // enable audio poster mode after audio only mode is disabled
+ this.enablePosterModeUI_();
+ });
}
-
- this.enablePosterModeUI_();
- return;
+ return Promise.resolve().then(() => {
+ // enable audio poster mode
+ this.enablePosterModeUI_();
+ });
}
-
- this.disablePosterModeUI_();
+ return Promise.resolve().then(() => {
+ // disable audio poster mode
+ this.disablePosterModeUI_();
+ });
}
+
/**
* A helper method for adding a {@link TextTrack} to our
* {@link TextTrackList}.
@@ -29115,40 +28109,35 @@
* the TextTrack that was added or undefined
* if there is no tech
*/
- ;
-
- _proto.addTextTrack = function addTextTrack(kind, label, language) {
+ addTextTrack(kind, label, language) {
if (this.tech_) {
return this.tech_.addTextTrack(kind, label, language);
}
}
+
/**
* Create a remote {@link TextTrack} and an {@link HTMLTrackElement}.
- * When manualCleanup is set to false, the track will be automatically removed
- * on source changes.
*
* @param {Object} options
* Options to pass to {@link HTMLTrackElement} during creation. See
* {@link HTMLTrackElement} for object properties that you should use.
*
- * @param {boolean} [manualCleanup=true] if set to false, the TextTrack will be
- * removed on a source change
+ * @param {boolean} [manualCleanup=false] if set to true, the TextTrack will not be removed
+ * from the TextTrackList and HtmlTrackElementList
+ * after a source change
*
* @return {HtmlTrackElement}
* the HTMLTrackElement that was created and added
* to the HtmlTrackElementList and the remote
* TextTrackList
*
- * @deprecated The default value of the "manualCleanup" parameter will default
- * to "false" in upcoming versions of Video.js
*/
- ;
-
- _proto.addRemoteTextTrack = function addRemoteTextTrack(options, manualCleanup) {
+ addRemoteTextTrack(options, manualCleanup) {
if (this.tech_) {
return this.tech_.addRemoteTextTrack(options, manualCleanup);
}
}
+
/**
* Remove a remote {@link TextTrack} from the respective
* {@link TextTrackList} and {@link HtmlTrackElementList}.
@@ -29159,26 +28148,22 @@
* @return {undefined}
* does not return anything
*/
- ;
-
- _proto.removeRemoteTextTrack = function removeRemoteTextTrack(obj) {
- if (obj === void 0) {
- obj = {};
- }
-
- var _obj = obj,
- track = _obj.track;
-
+ removeRemoteTextTrack(obj = {}) {
+ let {
+ track
+ } = obj;
if (!track) {
track = obj;
- } // destructure the input into an object with a track argument, defaulting to arguments[0]
- // default the whole argument to an empty object if nothing was passed in
+ }
+ // destructure the input into an object with a track argument, defaulting to arguments[0]
+ // default the whole argument to an empty object if nothing was passed in
if (this.tech_) {
return this.tech_.removeRemoteTextTrack(track);
}
}
+
/**
* Gets available media playback quality metrics as specified by the W3C's Media
* Playback Quality API.
@@ -29189,37 +28174,34 @@
* An object with supported media playback quality metrics or undefined if there
* is no tech or the tech does not support it.
*/
- ;
-
- _proto.getVideoPlaybackQuality = function getVideoPlaybackQuality() {
+ getVideoPlaybackQuality() {
return this.techGet_('getVideoPlaybackQuality');
}
+
/**
* Get video width
*
* @return {number}
* current video width
*/
- ;
-
- _proto.videoWidth = function videoWidth() {
+ videoWidth() {
return this.tech_ && this.tech_.videoWidth && this.tech_.videoWidth() || 0;
}
+
/**
* Get video height
*
* @return {number}
* current video height
*/
- ;
-
- _proto.videoHeight = function videoHeight() {
+ videoHeight() {
return this.tech_ && this.tech_.videoHeight && this.tech_.videoHeight() || 0;
}
+
/**
- * The player's language code.
+ * Set or get the player's language code.
*
- * Changing the langauge will trigger
+ * Changing the language will trigger
* [languagechange]{@link Player#event:languagechange}
* which Components can use to update control text.
* ClickableComponent will update its control text by default on
@@ -29230,30 +28212,30 @@
* @param {string} [code]
* the language code to set the player to
*
- * @return {string}
- * The current language code when getting
+ * @return {string|undefined}
+ * - The current language code when getting
+ * - Nothing when setting
*/
- ;
-
- _proto.language = function language(code) {
+ language(code) {
if (code === undefined) {
return this.language_;
}
-
if (this.language_ !== String(code).toLowerCase()) {
- this.language_ = String(code).toLowerCase(); // during first init, it's possible some things won't be evented
+ this.language_ = String(code).toLowerCase();
+ // during first init, it's possible some things won't be evented
if (isEvented(this)) {
/**
* fires when the player language change
*
* @event Player#languagechange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
this.trigger('languagechange');
}
}
}
+
/**
* Get the player's language dictionary
* Merge every time, because a newly added plugin might call videojs.addLanguage() at any time
@@ -29262,35 +28244,32 @@
* @return {Array}
* An array of of supported languages
*/
- ;
-
- _proto.languages = function languages() {
- return mergeOptions$3(Player.prototype.options_.languages, this.languages_);
+ languages() {
+ return merge$2(Player.prototype.options_.languages, this.languages_);
}
+
/**
- * returns a JavaScript object reperesenting the current track
+ * returns a JavaScript object representing the current track
* information. **DOES not return it as JSON**
*
* @return {Object}
* Object representing the current of track info
*/
- ;
-
- _proto.toJSON = function toJSON() {
- var options = mergeOptions$3(this.options_);
- var tracks = options.tracks;
+ toJSON() {
+ const options = merge$2(this.options_);
+ const tracks = options.tracks;
options.tracks = [];
+ for (let i = 0; i < tracks.length; i++) {
+ let track = tracks[i];
- for (var i = 0; i < tracks.length; i++) {
- var track = tracks[i]; // deep merge tracks and null out player so no circular references
-
- track = mergeOptions$3(track);
+ // deep merge tracks and null out player so no circular references
+ track = merge$2(track);
track.player = undefined;
options.tracks[i] = track;
}
-
return options;
}
+
/**
* Creates a simple modal dialog (an instance of the {@link ModalDialog}
* component) that immediately overlays the player with arbitrary
@@ -29307,72 +28286,62 @@
* @return {ModalDialog}
* the {@link ModalDialog} that was created
*/
- ;
-
- _proto.createModal = function createModal(content, options) {
- var _this22 = this;
-
+ createModal(content, options) {
options = options || {};
options.content = content || '';
- var modal = new ModalDialog(this, options);
+ const modal = new ModalDialog(this, options);
this.addChild(modal);
- modal.on('dispose', function () {
- _this22.removeChild(modal);
+ modal.on('dispose', () => {
+ this.removeChild(modal);
});
modal.open();
return modal;
}
+
/**
* Change breakpoint classes when the player resizes.
*
* @private
*/
- ;
-
- _proto.updateCurrentBreakpoint_ = function updateCurrentBreakpoint_() {
+ updateCurrentBreakpoint_() {
if (!this.responsive()) {
return;
}
-
- var currentBreakpoint = this.currentBreakpoint();
- var currentWidth = this.currentWidth();
-
- for (var i = 0; i < BREAKPOINT_ORDER.length; i++) {
- var candidateBreakpoint = BREAKPOINT_ORDER[i];
- var maxWidth = this.breakpoints_[candidateBreakpoint];
-
+ const currentBreakpoint = this.currentBreakpoint();
+ const currentWidth = this.currentWidth();
+ for (let i = 0; i < BREAKPOINT_ORDER.length; i++) {
+ const candidateBreakpoint = BREAKPOINT_ORDER[i];
+ const maxWidth = this.breakpoints_[candidateBreakpoint];
if (currentWidth <= maxWidth) {
// The current breakpoint did not change, nothing to do.
if (currentBreakpoint === candidateBreakpoint) {
return;
- } // Only remove a class if there is a current breakpoint.
-
+ }
+ // Only remove a class if there is a current breakpoint.
if (currentBreakpoint) {
this.removeClass(BREAKPOINT_CLASSES[currentBreakpoint]);
}
-
this.addClass(BREAKPOINT_CLASSES[candidateBreakpoint]);
this.breakpoint_ = candidateBreakpoint;
break;
}
}
}
+
/**
* Removes the current breakpoint.
*
* @private
*/
- ;
-
- _proto.removeCurrentBreakpoint_ = function removeCurrentBreakpoint_() {
- var className = this.currentBreakpointClass();
+ removeCurrentBreakpoint_() {
+ const className = this.currentBreakpointClass();
this.breakpoint_ = '';
-
if (className) {
this.removeClass(className);
}
}
+
/**
* Get or set breakpoints on the player.
*
@@ -29409,63 +28378,65 @@
* @return {Object}
* An object mapping breakpoint names to maximum width values.
*/
- ;
-
- _proto.breakpoints = function breakpoints(_breakpoints) {
+ breakpoints(breakpoints) {
// Used as a getter.
- if (_breakpoints === undefined) {
- return assign(this.breakpoints_);
+ if (breakpoints === undefined) {
+ return Object.assign(this.breakpoints_);
}
-
this.breakpoint_ = '';
- this.breakpoints_ = assign({}, DEFAULT_BREAKPOINTS, _breakpoints); // When breakpoint definitions change, we need to update the currently
+ this.breakpoints_ = Object.assign({}, DEFAULT_BREAKPOINTS, breakpoints);
+
+ // When breakpoint definitions change, we need to update the currently
// selected breakpoint.
+ this.updateCurrentBreakpoint_();
- this.updateCurrentBreakpoint_(); // Clone the breakpoints before returning.
-
- return assign(this.breakpoints_);
+ // Clone the breakpoints before returning.
+ return Object.assign(this.breakpoints_);
}
+
/**
* Get or set a flag indicating whether or not this player should adjust
* its UI based on its dimensions.
*
- * @param {boolean} value
+ * @param {boolean} [value]
* Should be `true` if the player should adjust its UI based on its
* dimensions; otherwise, should be `false`.
*
- * @return {boolean}
+ * @return {boolean|undefined}
* Will be `true` if this player should adjust its UI based on its
* dimensions; otherwise, will be `false`.
+ * Nothing if setting
*/
- ;
-
- _proto.responsive = function responsive(value) {
+ responsive(value) {
// Used as a getter.
if (value === undefined) {
return this.responsive_;
}
-
value = Boolean(value);
- var current = this.responsive_; // Nothing changed.
+ const current = this.responsive_;
+ // Nothing changed.
if (value === current) {
return;
- } // The value actually changed, set it.
+ }
+ // The value actually changed, set it.
+ this.responsive_ = value;
- this.responsive_ = value; // Start listening for breakpoints and set the initial breakpoint if the
+ // Start listening for breakpoints and set the initial breakpoint if the
// player is now responsive.
-
if (value) {
this.on('playerresize', this.boundUpdateCurrentBreakpoint_);
- this.updateCurrentBreakpoint_(); // Stop listening for breakpoints if the player is no longer responsive.
+ this.updateCurrentBreakpoint_();
+
+ // Stop listening for breakpoints if the player is no longer responsive.
} else {
this.off('playerresize', this.boundUpdateCurrentBreakpoint_);
this.removeCurrentBreakpoint_();
}
-
return value;
}
+
/**
* Get current breakpoint name, if any.
*
@@ -29473,11 +28444,10 @@
* If there is currently a breakpoint set, returns a the key from the
* breakpoints object matching it. Otherwise, returns an empty string.
*/
- ;
-
- _proto.currentBreakpoint = function currentBreakpoint() {
+ currentBreakpoint() {
return this.breakpoint_;
}
+
/**
* Get the current breakpoint class name.
*
@@ -29486,11 +28456,10 @@
* `"vjs-layout-large"`) for the current breakpoint. Empty string if
* there is no current breakpoint.
*/
- ;
-
- _proto.currentBreakpointClass = function currentBreakpointClass() {
+ currentBreakpointClass() {
return BREAKPOINT_CLASSES[this.breakpoint_] || '';
}
+
/**
* An object that describes a single piece of media.
*
@@ -29545,47 +28514,53 @@
* @param {Function} ready
* A callback to be called when the player is ready.
*/
- ;
-
- _proto.loadMedia = function loadMedia(media, ready) {
- var _this23 = this;
-
+ loadMedia(media, ready) {
if (!media || typeof media !== 'object') {
return;
}
+ const crossOrigin = this.crossOrigin();
+ this.reset();
- this.reset(); // Clone the media object so it cannot be mutated from outside.
-
- this.cache_.media = mergeOptions$3(media);
- var _this$cache_$media = this.cache_.media,
- artwork = _this$cache_$media.artwork,
- poster = _this$cache_$media.poster,
- src = _this$cache_$media.src,
- textTracks = _this$cache_$media.textTracks; // If `artwork` is not given, create it using `poster`.
+ // Clone the media object so it cannot be mutated from outside.
+ this.cache_.media = merge$2(media);
+ const {
+ artist,
+ artwork,
+ description,
+ poster,
+ src,
+ textTracks,
+ title
+ } = this.cache_.media;
+ // If `artwork` is not given, create it using `poster`.
if (!artwork && poster) {
this.cache_.media.artwork = [{
src: poster,
type: getMimetype(poster)
}];
}
-
+ if (crossOrigin) {
+ this.crossOrigin(crossOrigin);
+ }
if (src) {
this.src(src);
}
-
if (poster) {
this.poster(poster);
}
-
if (Array.isArray(textTracks)) {
- textTracks.forEach(function (tt) {
- return _this23.addRemoteTextTrack(tt, false);
+ textTracks.forEach(tt => this.addRemoteTextTrack(tt, false));
+ }
+ if (this.titleBar) {
+ this.titleBar.update({
+ title,
+ description: description || artist || ''
});
}
-
this.ready(ready);
}
+
/**
* Get a clone of the current {@link Player~MediaObject} for this player.
*
@@ -29594,25 +28569,20 @@
*
* @return {Player~MediaObject}
*/
- ;
-
- _proto.getMedia = function getMedia() {
+ getMedia() {
if (!this.cache_.media) {
- var poster = this.poster();
- var src = this.currentSources();
- var textTracks = Array.prototype.map.call(this.remoteTextTracks(), function (tt) {
- return {
- kind: tt.kind,
- label: tt.label,
- language: tt.language,
- src: tt.src
- };
- });
- var media = {
- src: src,
- textTracks: textTracks
+ const poster = this.poster();
+ const src = this.currentSources();
+ const textTracks = Array.prototype.map.call(this.remoteTextTracks(), tt => ({
+ kind: tt.kind,
+ label: tt.label,
+ language: tt.language,
+ src: tt.src
+ }));
+ const media = {
+ src,
+ textTracks
};
-
if (poster) {
media.poster = poster;
media.artwork = [{
@@ -29620,12 +28590,11 @@
type: getMimetype(media.poster)
}];
}
-
return media;
}
-
- return mergeOptions$3(this.cache_.media);
+ return merge$2(this.cache_.media);
}
+
/**
* Gets tag settings
*
@@ -29636,49 +28605,39 @@
* An object containing all of the settings
* for a player tag
*/
- ;
-
- Player.getTagSettings = function getTagSettings(tag) {
- var baseOptions = {
+ static getTagSettings(tag) {
+ const baseOptions = {
sources: [],
tracks: []
};
- var tagOptions = getAttributes(tag);
- var dataSetup = tagOptions['data-setup'];
-
+ const tagOptions = getAttributes(tag);
+ const dataSetup = tagOptions['data-setup'];
if (hasClass(tag, 'vjs-fill')) {
tagOptions.fill = true;
}
-
if (hasClass(tag, 'vjs-fluid')) {
tagOptions.fluid = true;
- } // Check if data-setup attr exists.
-
+ }
+ // Check if data-setup attr exists.
if (dataSetup !== null) {
// Parse options JSON
// If empty string, make it a parsable json object.
- var _safeParseTuple = tuple(dataSetup || '{}'),
- err = _safeParseTuple[0],
- data = _safeParseTuple[1];
-
+ const [err, data] = tuple(dataSetup || '{}');
if (err) {
log$1.error(err);
}
-
- assign(tagOptions, data);
+ Object.assign(tagOptions, data);
}
+ Object.assign(baseOptions, tagOptions);
- assign(baseOptions, tagOptions); // Get tag children settings
-
+ // Get tag children settings
if (tag.hasChildNodes()) {
- var children = tag.childNodes;
-
- for (var i = 0, j = children.length; i < j; i++) {
- var child = children[i]; // Change case needed: http://ejohn.org/blog/nodename-case-sensitivity/
-
- var childName = child.nodeName.toLowerCase();
-
+ const children = tag.childNodes;
+ for (let i = 0, j = children.length; i < j; i++) {
+ const child = children[i];
+ // Change case needed: http://ejohn.org/blog/nodename-case-sensitivity/
+ const childName = child.nodeName.toLowerCase();
if (childName === 'source') {
baseOptions.sources.push(getAttributes(child));
} else if (childName === 'track') {
@@ -29686,39 +28645,21 @@
}
}
}
-
return baseOptions;
}
- /**
- * Determine whether or not flexbox is supported
- *
- * @return {boolean}
- * - true if flexbox is supported
- * - false if flexbox is not supported
- */
- ;
- _proto.flexNotSupported_ = function flexNotSupported_() {
- var elem = document.createElement('i'); // Note: We don't actually use flexBasis (or flexOrder), but it's one of the more
- // common flex features that we can rely on when checking for flex support.
-
- return !('flexBasis' in elem.style || 'webkitFlexBasis' in elem.style || 'mozFlexBasis' in elem.style || 'msFlexBasis' in elem.style || // IE10-specific (2012 flex spec), available for completeness
- 'msFlexOrder' in elem.style);
- }
/**
* Set debug mode to enable/disable logs at info level.
*
* @param {boolean} enabled
* @fires Player#debugon
* @fires Player#debugoff
+ * @return {boolean|undefined}
*/
- ;
-
- _proto.debug = function debug(enabled) {
+ debug(enabled) {
if (enabled === undefined) {
return this.debugEnabled_;
}
-
if (enabled) {
this.trigger('debugon');
this.previousLogLevel_ = this.log.level;
@@ -29731,6 +28672,7 @@
this.debugEnabled_ = false;
}
}
+
/**
* Set or get current playback rates.
* Takes an array and updates the playback rates menu with the new items.
@@ -29738,45 +28680,40 @@
* Values other than arrays are ignored.
*
* @fires Player#playbackrateschange
- * @param {number[]} newRates
+ * @param {number[]} [newRates]
* The new rates that the playback rates menu should update to.
* An empty array will hide the menu
* @return {number[]} When used as a getter will return the current playback rates
*/
- ;
-
- _proto.playbackRates = function playbackRates(newRates) {
+ playbackRates(newRates) {
if (newRates === undefined) {
return this.cache_.playbackRates;
- } // ignore any value that isn't an array
-
+ }
+ // ignore any value that isn't an array
if (!Array.isArray(newRates)) {
return;
- } // ignore any arrays that don't only contain numbers
-
-
- if (!newRates.every(function (rate) {
- return typeof rate === 'number';
- })) {
- return;
}
+ // ignore any arrays that don't only contain numbers
+ if (!newRates.every(rate => typeof rate === 'number')) {
+ return;
+ }
this.cache_.playbackRates = newRates;
+
/**
* fires when the playback rates in a player are changed
*
* @event Player#playbackrateschange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('playbackrateschange');
- };
+ }
+ }
- return Player;
- }(Component$1);
/**
* Get the {@link VideoTrackList}
+ *
* @link https://html.spec.whatwg.org/multipage/embedded-content.html#videotracklist
*
* @return {VideoTrackList}
@@ -29787,6 +28724,7 @@
/**
* Get the {@link AudioTrackList}
+ *
* @link https://html.spec.whatwg.org/multipage/embedded-content.html#audiotracklist
*
* @return {AudioTrackList}
@@ -29824,21 +28762,20 @@
* @method Player.prototype.remoteTextTrackEls
*/
-
ALL.names.forEach(function (name) {
- var props = ALL[name];
-
+ const props = ALL[name];
Player.prototype[props.getterName] = function () {
if (this.tech_) {
return this.tech_[props.getterName]();
- } // if we have not yet loadTech_, we create {video,audio,text}Tracks_
+ }
+
+ // if we have not yet loadTech_, we create {video,audio,text}Tracks_
// these will be passed to the tech during loading
-
-
this[props.privateName] = this[props.privateName] || new props.ListClass();
return this[props.privateName];
};
});
+
/**
* Get or set the `Player`'s crossorigin option. For the HTML5 player, this
* sets the `crossOrigin` property on the `` tag to control the CORS
@@ -29854,8 +28791,8 @@
* - The current crossorigin value of the `Player` when getting.
* - undefined when setting
*/
-
Player.prototype.crossorigin = Player.prototype.crossOrigin;
+
/**
* Global enumeration of players.
*
@@ -29864,9 +28801,9 @@
*
* @type {Object}
*/
-
Player.players = {};
- var navigator = window.navigator;
+ const navigator = window.navigator;
+
/*
* Player instance options, surfaced using options
* options = Player.prototype.options_
@@ -29875,11 +28812,12 @@
* @type {Object}
* @private
*/
-
Player.prototype.options_ = {
// Default order of fallback technology
techOrder: Tech.defaultTechOrder_,
html5: {},
+ // enable sourceset by default
+ enableSourceset: true,
// default inactivity timeout
inactivityTimeout: 2000,
// default playback rates
@@ -29888,7 +28826,7 @@
// 'playbackRates': [0.5, 1, 1.5, 2],
liveui: false,
// Included control sets
- children: ['mediaLoader', 'posterImage', 'textTrackDisplay', 'loadingSpinner', 'bigPlayButton', 'liveTracker', 'controlBar', 'errorDisplay', 'textTrackSettings', 'resizeManager'],
+ children: ['mediaLoader', 'posterImage', 'titleBar', 'textTrackDisplay', 'loadingSpinner', 'bigPlayButton', 'liveTracker', 'controlBar', 'errorDisplay', 'textTrackSettings', 'resizeManager'],
language: navigator && (navigator.languages && navigator.languages[0] || navigator.userLanguage || navigator.language) || 'en',
// locales and their language translations
languages: {},
@@ -29903,97 +28841,32 @@
breakpoints: {},
responsive: false,
audioOnlyMode: false,
- audioPosterMode: false
+ audioPosterMode: false,
+ spatialNavigation: {
+ enabled: false,
+ horizontalSeek: false
+ },
+ // Default smooth seeking to false
+ enableSmoothSeeking: false
};
- [
- /**
- * Returns whether or not the player is in the "ended" state.
- *
- * @return {Boolean} True if the player is in the ended state, false if not.
- * @method Player#ended
- */
- 'ended',
- /**
- * Returns whether or not the player is in the "seeking" state.
- *
- * @return {Boolean} True if the player is in the seeking state, false if not.
- * @method Player#seeking
- */
- 'seeking',
- /**
- * Returns the TimeRanges of the media that are currently available
- * for seeking to.
- *
- * @return {TimeRanges} the seekable intervals of the media timeline
- * @method Player#seekable
- */
- 'seekable',
- /**
- * Returns the current state of network activity for the element, from
- * the codes in the list below.
- * - NETWORK_EMPTY (numeric value 0)
- * The element has not yet been initialised. All attributes are in
- * their initial states.
- * - NETWORK_IDLE (numeric value 1)
- * The element's resource selection algorithm is active and has
- * selected a resource, but it is not actually using the network at
- * this time.
- * - NETWORK_LOADING (numeric value 2)
- * The user agent is actively trying to download data.
- * - NETWORK_NO_SOURCE (numeric value 3)
- * The element's resource selection algorithm is active, but it has
- * not yet found a resource to use.
- *
- * @see https://html.spec.whatwg.org/multipage/embedded-content.html#network-states
- * @return {number} the current network activity state
- * @method Player#networkState
- */
- 'networkState',
- /**
- * Returns a value that expresses the current state of the element
- * with respect to rendering the current playback position, from the
- * codes in the list below.
- * - HAVE_NOTHING (numeric value 0)
- * No information regarding the media resource is available.
- * - HAVE_METADATA (numeric value 1)
- * Enough of the resource has been obtained that the duration of the
- * resource is available.
- * - HAVE_CURRENT_DATA (numeric value 2)
- * Data for the immediate current playback position is available.
- * - HAVE_FUTURE_DATA (numeric value 3)
- * Data for the immediate current playback position is available, as
- * well as enough data for the user agent to advance the current
- * playback position in the direction of playback.
- * - HAVE_ENOUGH_DATA (numeric value 4)
- * The user agent estimates that enough data is available for
- * playback to proceed uninterrupted.
- *
- * @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-readystate
- * @return {number} the current playback rendering state
- * @method Player#readyState
- */
- 'readyState'].forEach(function (fn) {
- Player.prototype[fn] = function () {
- return this.techGet_(fn);
- };
- });
TECH_EVENTS_RETRIGGER.forEach(function (event) {
- Player.prototype["handleTech" + toTitleCase$1(event) + "_"] = function () {
+ Player.prototype[`handleTech${toTitleCase$1(event)}_`] = function () {
return this.trigger(event);
};
});
+
/**
* Fired when the player has initial duration and dimension information
*
* @event Player#loadedmetadata
- * @type {EventTarget~Event}
+ * @type {Event}
*/
/**
* Fired when the player has downloaded data at the current playback position
*
* @event Player#loadeddata
- * @type {EventTarget~Event}
+ * @type {Event}
*/
/**
@@ -30002,14 +28875,14 @@
* playback technology in use.
*
* @event Player#timeupdate
- * @type {EventTarget~Event}
+ * @type {Event}
*/
/**
* Fired when the volume changes
*
* @event Player#volumechange
- * @type {EventTarget~Event}
+ * @type {Event}
*/
/**
@@ -30042,54 +28915,9 @@
Component$1.registerComponent('Player', Player);
- var setPrototypeOf = createCommonjsModule(function (module) {
- function _setPrototypeOf(o, p) {
- module.exports = _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
- o.__proto__ = p;
- return o;
- };
-
- return _setPrototypeOf(o, p);
- }
-
- module.exports = _setPrototypeOf;
- });
-
- function _isNativeReflectConstruct() {
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
- if (Reflect.construct.sham) return false;
- if (typeof Proxy === "function") return true;
-
- try {
- Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
- return true;
- } catch (e) {
- return false;
- }
- }
-
- var isNativeReflectConstruct = _isNativeReflectConstruct;
-
- var construct = createCommonjsModule(function (module) {
- function _construct(Parent, args, Class) {
- if (isNativeReflectConstruct()) {
- module.exports = _construct = Reflect.construct;
- } else {
- module.exports = _construct = function _construct(Parent, args, Class) {
- var a = [null];
- a.push.apply(a, args);
- var Constructor = Function.bind.apply(Parent, a);
- var instance = new Constructor();
- if (Class) setPrototypeOf(instance, Class.prototype);
- return instance;
- };
- }
-
- return _construct.apply(null, arguments);
- }
-
- module.exports = _construct;
- });
+ /**
+ * @file plugin.js
+ */
/**
* The base plugin name.
@@ -30098,8 +28926,8 @@
* @constant
* @type {string}
*/
+ const BASE_PLUGIN_NAME = 'plugin';
- var BASE_PLUGIN_NAME = 'plugin';
/**
* The key on which a player's active plugins cache is stored.
*
@@ -30107,16 +28935,16 @@
* @constant
* @type {string}
*/
+ const PLUGIN_CACHE_KEY = 'activePlugins_';
- var PLUGIN_CACHE_KEY = 'activePlugins_';
/**
* Stores registered plugins in a private space.
*
* @private
* @type {Object}
*/
+ const pluginStorage = {};
- var pluginStorage = {};
/**
* Reports whether or not a plugin has been registered.
*
@@ -30127,10 +28955,8 @@
* @return {boolean}
* Whether or not the plugin has been registered.
*/
+ const pluginExists = name => pluginStorage.hasOwnProperty(name);
- var pluginExists = function pluginExists(name) {
- return pluginStorage.hasOwnProperty(name);
- };
/**
* Get a single registered plugin by name.
*
@@ -30138,14 +28964,11 @@
* @param {string} name
* The name of a plugin.
*
- * @return {Function|undefined}
+ * @return {typeof Plugin|Function|undefined}
* The plugin (or undefined).
*/
+ const getPlugin = name => pluginExists(name) ? pluginStorage[name] : undefined;
-
- var getPlugin = function getPlugin(name) {
- return pluginExists(name) ? pluginStorage[name] : undefined;
- };
/**
* Marks a plugin as "active" on a player.
*
@@ -30158,12 +28981,11 @@
* @param {string} name
* The name of a plugin.
*/
-
-
- var markPluginAsActive = function markPluginAsActive(player, name) {
+ const markPluginAsActive = (player, name) => {
player[PLUGIN_CACHE_KEY] = player[PLUGIN_CACHE_KEY] || {};
player[PLUGIN_CACHE_KEY][name] = true;
};
+
/**
* Triggers a pair of plugin setup events.
*
@@ -30171,20 +28993,19 @@
* @param {Player} player
* A Video.js player instance.
*
- * @param {Plugin~PluginEventHash} hash
+ * @param {PluginEventHash} hash
* A plugin event hash.
*
* @param {boolean} [before]
* If true, prefixes the event name with "before". In other words,
* use this to trigger "beforepluginsetup" instead of "pluginsetup".
*/
-
-
- var triggerSetupEvent = function triggerSetupEvent(player, hash, before) {
- var eventName = (before ? 'before' : '') + 'pluginsetup';
+ const triggerSetupEvent = (player, hash, before) => {
+ const eventName = (before ? 'before' : '') + 'pluginsetup';
player.trigger(eventName, hash);
player.trigger(eventName + ':' + hash.name, hash);
};
+
/**
* Takes a basic plugin function and returns a wrapper function which marks
* on the player that the plugin has been activated.
@@ -30199,10 +29020,8 @@
* @return {Function}
* A wrapper function for the given plugin.
*/
-
-
- var createBasicPlugin = function createBasicPlugin(name, plugin) {
- var basicPluginWrapper = function basicPluginWrapper() {
+ const createBasicPlugin = function (name, plugin) {
+ const basicPluginWrapper = function () {
// We trigger the "beforepluginsetup" and "pluginsetup" events on the player
// regardless, but we want the hash to be consistent with the hash provided
// for advanced plugins.
@@ -30210,25 +29029,25 @@
// The only potentially counter-intuitive thing here is the `instance` in
// the "pluginsetup" event is the value returned by the `plugin` function.
triggerSetupEvent(this, {
- name: name,
- plugin: plugin,
+ name,
+ plugin,
instance: null
}, true);
- var instance = plugin.apply(this, arguments);
+ const instance = plugin.apply(this, arguments);
markPluginAsActive(this, name);
triggerSetupEvent(this, {
- name: name,
- plugin: plugin,
- instance: instance
+ name,
+ plugin,
+ instance
});
return instance;
};
-
Object.keys(plugin).forEach(function (prop) {
basicPluginWrapper[prop] = plugin[prop];
});
return basicPluginWrapper;
};
+
/**
* Takes a plugin sub-class and returns a factory function for generating
* instances of it.
@@ -30245,34 +29064,25 @@
*
* @return {Function}
*/
-
-
- var createPluginFactory = function createPluginFactory(name, PluginSubClass) {
+ const createPluginFactory = (name, PluginSubClass) => {
// Add a `name` property to the plugin prototype so that each plugin can
// refer to itself by name.
PluginSubClass.prototype.name = name;
- return function () {
+ return function (...args) {
triggerSetupEvent(this, {
- name: name,
+ name,
plugin: PluginSubClass,
instance: null
}, true);
+ const instance = new PluginSubClass(...[this, ...args]);
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
- args[_key] = arguments[_key];
- }
-
- var instance = construct(PluginSubClass, [this].concat(args)); // The plugin is replaced by a function that returns the current instance.
-
-
- this[name] = function () {
- return instance;
- };
-
+ // The plugin is replaced by a function that returns the current instance.
+ this[name] = () => instance;
triggerSetupEvent(this, instance.getEventHash());
return instance;
};
};
+
/**
* Parent class for all advanced plugins.
*
@@ -30287,9 +29097,7 @@
* If attempting to instantiate the base {@link Plugin} class
* directly instead of via a sub-class.
*/
-
-
- var Plugin = /*#__PURE__*/function () {
+ class Plugin {
/**
* Creates an instance of this class.
*
@@ -30298,39 +29106,37 @@
* @param {Player} player
* A Video.js player instance.
*/
- function Plugin(player) {
+ constructor(player) {
if (this.constructor === Plugin) {
throw new Error('Plugin must be sub-classed; not directly instantiated.');
}
-
this.player = player;
-
if (!this.log) {
this.log = this.player.log.createLogger(this.name);
- } // Make this object evented, but remove the added `trigger` method so we
+ }
+
+ // Make this object evented, but remove the added `trigger` method so we
// use the prototype version instead.
-
-
evented(this);
delete this.trigger;
stateful(this, this.constructor.defaultState);
- markPluginAsActive(player, this.name); // Auto-bind the dispose method so we can use it as a listener and unbind
+ markPluginAsActive(player, this.name);
+
+ // Auto-bind the dispose method so we can use it as a listener and unbind
// it later easily.
+ this.dispose = this.dispose.bind(this);
- this.dispose = this.dispose.bind(this); // If the player is disposed, dispose the plugin.
-
+ // If the player is disposed, dispose the plugin.
player.on('dispose', this.dispose);
}
+
/**
* Get the version of the plugin that was set on .VERSION
*/
-
-
- var _proto = Plugin.prototype;
-
- _proto.version = function version() {
+ version() {
return this.constructor.VERSION;
}
+
/**
* Each event triggered by plugins includes a hash of additional data with
* conventional properties.
@@ -30340,21 +29146,16 @@
* @param {Object} [hash={}]
* An object to be used as event an event hash.
*
- * @return {Plugin~PluginEventHash}
+ * @return {PluginEventHash}
* An event hash object with provided properties mixed-in.
*/
- ;
-
- _proto.getEventHash = function getEventHash(hash) {
- if (hash === void 0) {
- hash = {};
- }
-
+ getEventHash(hash = {}) {
hash.name = this.name;
hash.plugin = this.constructor;
hash.instance = this;
return hash;
}
+
/**
* Triggers an event on the plugin object and overrides
* {@link module:evented~EventedMixin.trigger|EventedMixin.trigger}.
@@ -30364,20 +29165,15 @@
*
* @param {Object} [hash={}]
* Additional data hash to merge with a
- * {@link Plugin~PluginEventHash|PluginEventHash}.
+ * {@link PluginEventHash|PluginEventHash}.
*
* @return {boolean}
* Whether or not default was prevented.
*/
- ;
-
- _proto.trigger = function trigger$1(event, hash) {
- if (hash === void 0) {
- hash = {};
- }
-
+ trigger(event, hash = {}) {
return trigger(this.eventBusEl_, event, this.getEventHash(hash));
}
+
/**
* Handles "statechanged" events on the plugin. No-op by default, override by
* subclassing.
@@ -30390,9 +29186,8 @@
* An object describing changes that occurred with the "statechanged"
* event.
*/
- ;
+ handleStateChanged(e) {}
- _proto.handleStateChanged = function handleStateChanged(e) {}
/**
* Disposes a plugin.
*
@@ -30401,30 +29196,33 @@
*
* @fires Plugin#dispose
*/
- ;
+ dispose() {
+ const {
+ name,
+ player
+ } = this;
- _proto.dispose = function dispose() {
- var name = this.name,
- player = this.player;
/**
* Signals that a advanced plugin is about to be disposed.
*
* @event Plugin#dispose
- * @type {EventTarget~Event}
+ * @type {Event}
*/
-
this.trigger('dispose');
this.off();
- player.off('dispose', this.dispose); // Eliminate any possible sources of leaking memory by clearing up
+ player.off('dispose', this.dispose);
+
+ // Eliminate any possible sources of leaking memory by clearing up
// references between the player and the plugin instance and nulling out
// the plugin's state and replacing methods with a function that throws.
-
player[PLUGIN_CACHE_KEY][name] = false;
- this.player = this.state = null; // Finally, replace the plugin name on the player with a new factory
- // function, so that the plugin is ready to be set up again.
+ this.player = this.state = null;
+ // Finally, replace the plugin name on the player with a new factory
+ // function, so that the plugin is ready to be set up again.
player[name] = createPluginFactory(name, pluginStorage[name]);
}
+
/**
* Determines if a plugin is a basic plugin (i.e. not a sub-class of `Plugin`).
*
@@ -30435,12 +29233,11 @@
* @return {boolean}
* Whether or not a plugin is a basic plugin.
*/
- ;
-
- Plugin.isBasic = function isBasic(plugin) {
- var p = typeof plugin === 'string' ? getPlugin(plugin) : plugin;
+ static isBasic(plugin) {
+ const p = typeof plugin === 'string' ? getPlugin(plugin) : plugin;
return typeof p === 'function' && !Plugin.prototype.isPrototypeOf(p.prototype);
}
+
/**
* Register a Video.js plugin.
*
@@ -30449,33 +29246,29 @@
* must not match an existing plugin or a method on the `Player`
* prototype.
*
- * @param {Function} plugin
+ * @param {typeof Plugin|Function} plugin
* A sub-class of `Plugin` or a function for basic plugins.
*
- * @return {Function}
+ * @return {typeof Plugin|Function}
* For advanced plugins, a factory function for that plugin. For
* basic plugins, a wrapper function that initializes the plugin.
*/
- ;
-
- Plugin.registerPlugin = function registerPlugin(name, plugin) {
+ static registerPlugin(name, plugin) {
if (typeof name !== 'string') {
- throw new Error("Illegal plugin name, \"" + name + "\", must be a string, was " + typeof name + ".");
+ throw new Error(`Illegal plugin name, "${name}", must be a string, was ${typeof name}.`);
}
-
if (pluginExists(name)) {
- log$1.warn("A plugin named \"" + name + "\" already exists. You may want to avoid re-registering plugins!");
+ log$1.warn(`A plugin named "${name}" already exists. You may want to avoid re-registering plugins!`);
} else if (Player.prototype.hasOwnProperty(name)) {
- throw new Error("Illegal plugin name, \"" + name + "\", cannot share a name with an existing player method!");
+ throw new Error(`Illegal plugin name, "${name}", cannot share a name with an existing player method!`);
}
-
if (typeof plugin !== 'function') {
- throw new Error("Illegal plugin for \"" + name + "\", must be a function, was " + typeof plugin + ".");
+ throw new Error(`Illegal plugin for "${name}", must be a function, was ${typeof plugin}.`);
}
+ pluginStorage[name] = plugin;
- pluginStorage[name] = plugin; // Add a player prototype method for all sub-classed plugins (but not for
+ // Add a player prototype method for all sub-classed plugins (but not for
// the base Plugin class).
-
if (name !== BASE_PLUGIN_NAME) {
if (Plugin.isBasic(plugin)) {
Player.prototype[name] = createBasicPlugin(name, plugin);
@@ -30483,9 +29276,9 @@
Player.prototype[name] = createPluginFactory(name, plugin);
}
}
-
return plugin;
}
+
/**
* De-register a Video.js plugin.
*
@@ -30496,18 +29289,16 @@
* @throws {Error}
* If an attempt is made to de-register the base plugin.
*/
- ;
-
- Plugin.deregisterPlugin = function deregisterPlugin(name) {
+ static deregisterPlugin(name) {
if (name === BASE_PLUGIN_NAME) {
throw new Error('Cannot de-register base plugin.');
}
-
if (pluginExists(name)) {
delete pluginStorage[name];
delete Player.prototype[name];
}
}
+
/**
* Gets an object containing multiple Video.js plugins.
*
@@ -30519,17 +29310,10 @@
* An object containing plugin(s) associated with their name(s) or
* `undefined` if no matching plugins exist).
*/
- ;
-
- Plugin.getPlugins = function getPlugins(names) {
- if (names === void 0) {
- names = Object.keys(pluginStorage);
- }
-
- var result;
- names.forEach(function (name) {
- var plugin = getPlugin(name);
-
+ static getPlugins(names = Object.keys(pluginStorage)) {
+ let result;
+ names.forEach(name => {
+ const plugin = getPlugin(name);
if (plugin) {
result = result || {};
result[name] = plugin;
@@ -30537,6 +29321,7 @@
});
return result;
}
+
/**
* Gets a plugin's version, if available
*
@@ -30546,15 +29331,12 @@
* @return {string}
* The plugin's version or an empty string.
*/
- ;
-
- Plugin.getPluginVersion = function getPluginVersion(name) {
- var plugin = getPlugin(name);
+ static getPluginVersion(name) {
+ const plugin = getPlugin(name);
return plugin && plugin.VERSION || '';
- };
+ }
+ }
- return Plugin;
- }();
/**
* Gets a plugin by name if it exists.
*
@@ -30564,44 +29346,42 @@
* @param {string} name
* The name of a plugin.
*
- * @returns {Function|undefined}
+ * @returns {typeof Plugin|Function|undefined}
* The plugin (or `undefined`).
*/
-
-
Plugin.getPlugin = getPlugin;
+
/**
* The name of the base plugin class as it is registered.
*
* @type {string}
*/
-
Plugin.BASE_PLUGIN_NAME = BASE_PLUGIN_NAME;
Plugin.registerPlugin(BASE_PLUGIN_NAME, Plugin);
+
/**
* Documented in player.js
*
* @ignore
*/
-
Player.prototype.usingPlugin = function (name) {
return !!this[PLUGIN_CACHE_KEY] && this[PLUGIN_CACHE_KEY][name] === true;
};
+
/**
* Documented in player.js
*
* @ignore
*/
-
-
Player.prototype.hasPlugin = function (name) {
return !!pluginExists(name);
};
+
/**
* Signals that a plugin is about to be set up on a player.
*
* @event Player#beforepluginsetup
- * @type {Plugin~PluginEventHash}
+ * @type {PluginEventHash}
*/
/**
@@ -30609,14 +29389,14 @@
* is the name of the plugin.
*
* @event Player#beforepluginsetup:$name
- * @type {Plugin~PluginEventHash}
+ * @type {PluginEventHash}
*/
/**
* Signals that a plugin has just been set up on a player.
*
* @event Player#pluginsetup
- * @type {Plugin~PluginEventHash}
+ * @type {PluginEventHash}
*/
/**
@@ -30624,11 +29404,11 @@
* is the name of the plugin.
*
* @event Player#pluginsetup:$name
- * @type {Plugin~PluginEventHash}
+ * @type {PluginEventHash}
*/
/**
- * @typedef {Object} Plugin~PluginEventHash
+ * @typedef {Object} PluginEventHash
*
* @property {string} instance
* For basic plugins, the return value of the plugin function. For
@@ -30642,91 +29422,75 @@
* plugin class/constructor.
*/
- function _inherits(subClass, superClass) {
- if (typeof superClass !== "function" && superClass !== null) {
- throw new TypeError("Super expression must either be null or a function");
- }
+ /**
+ * @file deprecate.js
+ * @module deprecate
+ */
- subClass.prototype = Object.create(superClass && superClass.prototype, {
- constructor: {
- value: subClass,
- writable: true,
- configurable: true
+ /**
+ * Decorate a function with a deprecation message the first time it is called.
+ *
+ * @param {string} message
+ * A deprecation message to log the first time the returned function
+ * is called.
+ *
+ * @param {Function} fn
+ * The function to be deprecated.
+ *
+ * @return {Function}
+ * A wrapper function that will log a deprecation warning the first
+ * time it is called. The return value will be the return value of
+ * the wrapped function.
+ */
+ function deprecate(message, fn) {
+ let warned = false;
+ return function (...args) {
+ if (!warned) {
+ log$1.warn(message);
}
- });
- if (superClass) setPrototypeOf(subClass, superClass);
+ warned = true;
+ return fn.apply(this, args);
+ };
}
- var inherits = _inherits;
-
/**
- * @file extend.js
- * @module extend
- */
- /**
- * Used to subclass an existing class by emulating ES subclassing using the
- * `extends` keyword.
- *
- * @function
- * @example
- * var MyComponent = videojs.extend(videojs.getComponent('Component'), {
- * myCustomMethod: function() {
- * // Do things in my method.
- * }
- * });
- *
- * @param {Function} superClass
- * The class to inherit from
- *
- * @param {Object} [subClassMethods={}]
- * Methods of the new class
- *
- * @return {Function}
- * The new class with subClassMethods that inherited superClass.
+ * Internal function used to mark a function as deprecated in the next major
+ * version with consistent messaging.
+ *
+ * @param {number} major The major version where it will be removed
+ * @param {string} oldName The old function name
+ * @param {string} newName The new function name
+ * @param {Function} fn The function to deprecate
+ * @return {Function} The decorated function
*/
+ function deprecateForMajor(major, oldName, newName, fn) {
+ return deprecate(`${oldName} is deprecated and will be removed in ${major}.0; please use ${newName} instead.`, fn);
+ }
- var extend = function extend(superClass, subClassMethods) {
- if (subClassMethods === void 0) {
- subClassMethods = {};
- }
-
- var subClass = function subClass() {
- superClass.apply(this, arguments);
- };
-
- var methods = {};
-
- if (typeof subClassMethods === 'object') {
- if (subClassMethods.constructor !== Object.prototype.constructor) {
- subClass = subClassMethods.constructor;
- }
-
- methods = subClassMethods;
- } else if (typeof subClassMethods === 'function') {
- subClass = subClassMethods;
- }
-
- inherits(subClass, superClass); // this is needed for backward-compatibility and node compatibility.
-
-
- if (superClass) {
- subClass.super_ = superClass;
- } // Extend subObj's prototype with functions and other properties from props
-
-
- for (var name in methods) {
- if (methods.hasOwnProperty(name)) {
- subClass.prototype[name] = methods[name];
- }
- }
-
- return subClass;
+ var VjsErrors = {
+ NetworkBadStatus: 'networkbadstatus',
+ NetworkRequestFailed: 'networkrequestfailed',
+ NetworkRequestAborted: 'networkrequestaborted',
+ NetworkRequestTimeout: 'networkrequesttimeout',
+ NetworkBodyParserFailed: 'networkbodyparserfailed',
+ StreamingHlsPlaylistParserError: 'streaminghlsplaylistparsererror',
+ StreamingDashManifestParserError: 'streamingdashmanifestparsererror',
+ StreamingContentSteeringParserError: 'streamingcontentsteeringparsererror',
+ StreamingVttParserError: 'streamingvttparsererror',
+ StreamingFailedToSelectNextSegment: 'streamingfailedtoselectnextsegment',
+ StreamingFailedToDecryptSegment: 'streamingfailedtodecryptsegment',
+ StreamingFailedToTransmuxSegment: 'streamingfailedtotransmuxsegment',
+ StreamingFailedToAppendSegment: 'streamingfailedtoappendsegment',
+ StreamingCodecsChangeError: 'streamingcodecschangeerror'
};
/**
* @file video.js
* @module videojs
*/
+
+ /** @import { PlayerReadyCallback } from './player' */
+
/**
* Normalize an `id` value by trimming off a leading `#`
*
@@ -30737,10 +29501,8 @@
* @return {string}
* The string, without any leading `#`.
*/
+ const normalizeId = id => id.indexOf('#') === 0 ? id.slice(1) : id;
- var normalizeId = function normalizeId(id) {
- return id.indexOf('#') === 0 ? id.slice(1) : id;
- };
/**
* The `videojs()` function doubles as the main function for users to create a
* {@link Player} instance as well as the main library namespace.
@@ -30778,18 +29540,11 @@
*
* @borrows AudioTrack as AudioTrack
* @borrows Component.getComponent as getComponent
- * @borrows module:computed-style~computedStyle as computedStyle
* @borrows module:events.on as on
* @borrows module:events.one as one
* @borrows module:events.off as off
* @borrows module:events.trigger as trigger
* @borrows EventTarget as EventTarget
- * @borrows module:extend~extend as extend
- * @borrows module:fn.bind as bind
- * @borrows module:format-time.formatTime as formatTime
- * @borrows module:format-time.resetFormatTime as resetFormatTime
- * @borrows module:format-time.setFormatTime as setFormatTime
- * @borrows module:merge-options.mergeOptions as mergeOptions
* @borrows module:middleware.use as use
* @borrows Player.players as players
* @borrows Plugin.registerPlugin as registerPlugin
@@ -30800,10 +29555,6 @@
* @borrows Tech.getTech as getTech
* @borrows Tech.registerTech as registerTech
* @borrows TextTrack as TextTrack
- * @borrows module:time-ranges.createTimeRanges as createTimeRange
- * @borrows module:time-ranges.createTimeRanges as createTimeRanges
- * @borrows module:url.isCrossOrigin as isCrossOrigin
- * @borrows module:url.parseUrl as parseUrl
* @borrows VideoTrack as VideoTrack
*
* @param {string|Element} id
@@ -30813,117 +29564,121 @@
* Options object for providing settings.
* See: [Options Guide](https://docs.videojs.com/tutorial-options.html).
*
- * @param {Component~ReadyCallback} [ready]
+ * @param {PlayerReadyCallback} [ready]
* A function to be called when the {@link Player} and {@link Tech} are
* ready.
*
* @return {Player}
* The `videojs()` function returns a {@link Player|Player} instance.
*/
-
-
function videojs(id, options, ready) {
- var player = videojs.getPlayer(id);
-
+ let player = videojs.getPlayer(id);
if (player) {
if (options) {
- log$1.warn("Player \"" + id + "\" is already initialised. Options will not be applied.");
+ log$1.warn(`Player "${id}" is already initialised. Options will not be applied.`);
}
-
if (ready) {
player.ready(ready);
}
-
return player;
}
-
- var el = typeof id === 'string' ? $('#' + normalizeId(id)) : id;
-
+ const el = typeof id === 'string' ? $('#' + normalizeId(id)) : id;
if (!isEl(el)) {
throw new TypeError('The element or ID supplied is not valid. (videojs)');
- } // document.body.contains(el) will only check if el is contained within that one document.
+ }
+
+ // document.body.contains(el) will only check if el is contained within that one document.
// This causes problems for elements in iframes.
// Instead, use the element's ownerDocument instead of the global document.
// This will make sure that the element is indeed in the dom of that document.
// Additionally, check that the document in question has a default view.
// If the document is no longer attached to the dom, the defaultView of the document will be null.
-
-
- if (!el.ownerDocument.defaultView || !el.ownerDocument.body.contains(el)) {
+ // If element is inside Shadow DOM (e.g. is part of a Custom element), ownerDocument.body
+ // always returns false. Instead, use the Shadow DOM root.
+ const inShadowDom = 'getRootNode' in el ? el.getRootNode() instanceof window.ShadowRoot : false;
+ const rootNode = inShadowDom ? el.getRootNode() : el.ownerDocument.body;
+ if (!el.ownerDocument.defaultView || !rootNode.contains(el)) {
log$1.warn('The element supplied is not included in the DOM');
}
-
options = options || {};
- hooks('beforesetup').forEach(function (hookFunction) {
- var opts = hookFunction(el, mergeOptions$3(options));
+ // Store a copy of the el before modification, if it is to be restored in destroy()
+ // If div ingest, store the parent div
+ if (options.restoreEl === true) {
+ options.restoreEl = (el.parentNode && el.parentNode.hasAttribute && el.parentNode.hasAttribute('data-vjs-player') ? el.parentNode : el).cloneNode(true);
+ }
+ hooks('beforesetup').forEach(hookFunction => {
+ const opts = hookFunction(el, merge$2(options));
if (!isObject$1(opts) || Array.isArray(opts)) {
log$1.error('please return an object in beforesetup hooks');
return;
}
-
- options = mergeOptions$3(options, opts);
- }); // We get the current "Player" component here in case an integration has
- // replaced it with a custom player.
-
- var PlayerComponent = Component$1.getComponent('Player');
- player = new PlayerComponent(el, options, ready);
- hooks('setup').forEach(function (hookFunction) {
- return hookFunction(player);
+ options = merge$2(options, opts);
});
+
+ // We get the current "Player" component here in case an integration has
+ // replaced it with a custom player.
+ const PlayerComponent = Component$1.getComponent('Player');
+ player = new PlayerComponent(el, options, ready);
+ hooks('setup').forEach(hookFunction => hookFunction(player));
return player;
}
-
videojs.hooks_ = hooks_;
videojs.hooks = hooks;
videojs.hook = hook;
videojs.hookOnce = hookOnce;
- videojs.removeHook = removeHook; // Add default styles
+ videojs.removeHook = removeHook;
+ // Add default styles
if (window.VIDEOJS_NO_DYNAMIC_STYLE !== true && isReal()) {
- var style = $('.vjs-styles-defaults');
-
+ let style = $('.vjs-styles-defaults');
if (!style) {
style = createStyleElement('vjs-styles-defaults');
- var head = $('head');
-
+ const head = $('head');
if (head) {
head.insertBefore(style, head.firstChild);
}
+ setTextContent(style, `
+ .video-js {
+ width: 300px;
+ height: 150px;
+ }
- setTextContent(style, "\n .video-js {\n width: 300px;\n height: 150px;\n }\n\n .vjs-fluid:not(.vjs-audio-only-mode) {\n padding-top: 56.25%\n }\n ");
+ .vjs-fluid:not(.vjs-audio-only-mode) {
+ padding-top: 56.25%
+ }
+ `);
}
- } // Run Auto-load players
+ }
+
+ // Run Auto-load players
// You have to wait at least once in case this script is loaded after your
// video in the DOM (weird behavior only with minified version)
-
-
autoSetupTimeout(1, videojs);
+
/**
* Current Video.js version. Follows [semantic versioning](https://semver.org/).
*
* @type {string}
*/
-
videojs.VERSION = version$5;
+
/**
* The global options object. These are the settings that take effect
* if no overrides are specified when the player is created.
*
* @type {Object}
*/
-
videojs.options = Player.prototype.options_;
+
/**
* Get an object with the currently created players, keyed by player ID
*
* @return {Object}
* The created players
*/
+ videojs.getPlayers = () => Player.players;
- videojs.getPlayers = function () {
- return Player.players;
- };
/**
* Get a single player based on an ID or DOM element.
*
@@ -30938,36 +29693,33 @@
* A player instance or `undefined` if there is no player instance
* matching the argument.
*/
-
-
- videojs.getPlayer = function (id) {
- var players = Player.players;
- var tag;
-
+ videojs.getPlayer = id => {
+ const players = Player.players;
+ let tag;
if (typeof id === 'string') {
- var nId = normalizeId(id);
- var player = players[nId];
-
+ const nId = normalizeId(id);
+ const player = players[nId];
if (player) {
return player;
}
-
tag = $('#' + nId);
} else {
tag = id;
}
-
if (isEl(tag)) {
- var _tag = tag,
- _player = _tag.player,
- playerId = _tag.playerId; // Element may have a `player` property referring to an already created
- // player instance. If so, return that.
+ const {
+ player,
+ playerId
+ } = tag;
- if (_player || players[playerId]) {
- return _player || players[playerId];
+ // Element may have a `player` property referring to an already created
+ // player instance. If so, return that.
+ if (player || players[playerId]) {
+ return player || players[playerId];
}
}
};
+
/**
* Returns an array of all current players.
*
@@ -30977,19 +29729,13 @@
* JavaScript engines.
*
*/
-
-
- videojs.getAllPlayers = function () {
- return (// Disposed players leave a key with a `null` value, so we need to make sure
- // we filter those out.
- Object.keys(Player.players).map(function (k) {
- return Player.players[k];
- }).filter(Boolean)
- );
- };
-
+ videojs.getAllPlayers = () =>
+ // Disposed players leave a key with a `null` value, so we need to make sure
+ // we filter those out.
+ Object.keys(Player.players).map(k => Player.players[k]).filter(Boolean);
videojs.players = Player.players;
videojs.getComponent = Component$1.getComponent;
+
/**
* Register a component so it can referred to by name. Used when adding to other
* components, either through addChild `component.addChild('myComponent')` or through
@@ -31001,24 +29747,22 @@
* @param {string} name
* The class name of the component
*
- * @param {Component} comp
+ * @param {typeof Component} comp
* The component class
*
- * @return {Component}
+ * @return {typeof Component}
* The newly registered component
*/
-
- videojs.registerComponent = function (name, comp) {
+ videojs.registerComponent = (name, comp) => {
if (Tech.isTech(comp)) {
- log$1.warn("The " + name + " tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)");
+ log$1.warn(`The ${name} tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)`);
}
-
- Component$1.registerComponent.call(Component$1, name, comp);
+ return Component$1.registerComponent.call(Component$1, name, comp);
};
-
videojs.getTech = Tech.getTech;
videojs.registerTech = Tech.registerTech;
videojs.use = use;
+
/**
* An object that can be returned by a middleware to signify
* that the middleware is being terminated.
@@ -31026,7 +29770,6 @@
* @type {object}
* @property {object} middleware.TERMINATOR
*/
-
Object.defineProperty(videojs, 'middleware', {
value: {},
writeable: false,
@@ -31037,48 +29780,73 @@
writeable: false,
enumerable: true
});
+
/**
* A reference to the {@link module:browser|browser utility module} as an object.
*
* @type {Object}
* @see {@link module:browser|browser}
*/
-
videojs.browser = browser;
- /**
- * Use {@link module:browser.TOUCH_ENABLED|browser.TOUCH_ENABLED} instead; only
- * included for backward-compatibility with 4.x.
- *
- * @deprecated Since version 5.0, use {@link module:browser.TOUCH_ENABLED|browser.TOUCH_ENABLED instead.
- * @type {boolean}
- */
- videojs.TOUCH_ENABLED = TOUCH_ENABLED;
- videojs.extend = extend;
- videojs.mergeOptions = mergeOptions$3;
- videojs.bind = bind;
+ /**
+ * A reference to the {@link module:obj|obj utility module} as an object.
+ *
+ * @type {Object}
+ * @see {@link module:obj|obj}
+ */
+ videojs.obj = Obj;
+
+ /**
+ * Deprecated reference to the {@link module:obj.merge|merge function}
+ *
+ * @type {Function}
+ * @see {@link module:obj.merge|merge}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.obj.merge instead.
+ */
+ videojs.mergeOptions = deprecateForMajor(9, 'videojs.mergeOptions', 'videojs.obj.merge', merge$2);
+
+ /**
+ * Deprecated reference to the {@link module:obj.defineLazyProperty|defineLazyProperty function}
+ *
+ * @type {Function}
+ * @see {@link module:obj.defineLazyProperty|defineLazyProperty}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.obj.defineLazyProperty instead.
+ */
+ videojs.defineLazyProperty = deprecateForMajor(9, 'videojs.defineLazyProperty', 'videojs.obj.defineLazyProperty', defineLazyProperty);
+
+ /**
+ * Deprecated reference to the {@link module:fn.bind_|fn.bind_ function}
+ *
+ * @type {Function}
+ * @see {@link module:fn.bind_|fn.bind_}
+ * @deprecated Deprecated and will be removed in 9.0. Please use native Function.prototype.bind instead.
+ */
+ videojs.bind = deprecateForMajor(9, 'videojs.bind', 'native Function.prototype.bind', bind_);
videojs.registerPlugin = Plugin.registerPlugin;
videojs.deregisterPlugin = Plugin.deregisterPlugin;
+
/**
* Deprecated method to register a plugin with Video.js
*
- * @deprecated videojs.plugin() is deprecated; use videojs.registerPlugin() instead
+ * @deprecated Deprecated and will be removed in 9.0. Use videojs.registerPlugin() instead.
*
* @param {string} name
* The plugin name
- *
- * @param {Plugin|Function} plugin
+ *
+ * @param {typeof Plugin|Function} plugin
* The plugin sub-class or function
+ *
+ * @return {typeof Plugin|Function}
*/
-
- videojs.plugin = function (name, plugin) {
+ videojs.plugin = (name, plugin) => {
log$1.warn('videojs.plugin() is deprecated; use videojs.registerPlugin() instead');
return Plugin.registerPlugin(name, plugin);
};
-
videojs.getPlugins = Plugin.getPlugins;
videojs.getPlugin = Plugin.getPlugin;
videojs.getPluginVersion = Plugin.getPluginVersion;
+
/**
* Adding languages so that they're available to all players.
* Example: `videojs.addLanguage('es', { 'Hello': 'Hola' });`
@@ -31092,35 +29860,100 @@
* @return {Object}
* The resulting language dictionary object
*/
-
videojs.addLanguage = function (code, data) {
- var _mergeOptions;
-
code = ('' + code).toLowerCase();
- videojs.options.languages = mergeOptions$3(videojs.options.languages, (_mergeOptions = {}, _mergeOptions[code] = data, _mergeOptions));
+ videojs.options.languages = merge$2(videojs.options.languages, {
+ [code]: data
+ });
return videojs.options.languages[code];
};
+
/**
* A reference to the {@link module:log|log utility module} as an object.
*
* @type {Function}
* @see {@link module:log|log}
*/
-
-
videojs.log = log$1;
videojs.createLogger = createLogger;
- videojs.createTimeRange = videojs.createTimeRanges = createTimeRanges;
- videojs.formatTime = formatTime;
- videojs.setFormatTime = setFormatTime;
- videojs.resetFormatTime = resetFormatTime;
- videojs.parseUrl = parseUrl;
- videojs.isCrossOrigin = isCrossOrigin;
+
+ /**
+ * A reference to the {@link module:time|time utility module} as an object.
+ *
+ * @type {Object}
+ * @see {@link module:time|time}
+ */
+ videojs.time = Time;
+
+ /**
+ * Deprecated reference to the {@link module:time.createTimeRanges|createTimeRanges function}
+ *
+ * @type {Function}
+ * @see {@link module:time.createTimeRanges|createTimeRanges}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.time.createTimeRanges instead.
+ */
+ videojs.createTimeRange = deprecateForMajor(9, 'videojs.createTimeRange', 'videojs.time.createTimeRanges', createTimeRanges$1);
+
+ /**
+ * Deprecated reference to the {@link module:time.createTimeRanges|createTimeRanges function}
+ *
+ * @type {Function}
+ * @see {@link module:time.createTimeRanges|createTimeRanges}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.time.createTimeRanges instead.
+ */
+ videojs.createTimeRanges = deprecateForMajor(9, 'videojs.createTimeRanges', 'videojs.time.createTimeRanges', createTimeRanges$1);
+
+ /**
+ * Deprecated reference to the {@link module:time.formatTime|formatTime function}
+ *
+ * @type {Function}
+ * @see {@link module:time.formatTime|formatTime}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.time.format instead.
+ */
+ videojs.formatTime = deprecateForMajor(9, 'videojs.formatTime', 'videojs.time.formatTime', formatTime);
+
+ /**
+ * Deprecated reference to the {@link module:time.setFormatTime|setFormatTime function}
+ *
+ * @type {Function}
+ * @see {@link module:time.setFormatTime|setFormatTime}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.time.setFormat instead.
+ */
+ videojs.setFormatTime = deprecateForMajor(9, 'videojs.setFormatTime', 'videojs.time.setFormatTime', setFormatTime);
+
+ /**
+ * Deprecated reference to the {@link module:time.resetFormatTime|resetFormatTime function}
+ *
+ * @type {Function}
+ * @see {@link module:time.resetFormatTime|resetFormatTime}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.time.resetFormat instead.
+ */
+ videojs.resetFormatTime = deprecateForMajor(9, 'videojs.resetFormatTime', 'videojs.time.resetFormatTime', resetFormatTime);
+
+ /**
+ * Deprecated reference to the {@link module:url.parseUrl|Url.parseUrl function}
+ *
+ * @type {Function}
+ * @see {@link module:url.parseUrl|parseUrl}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.url.parseUrl instead.
+ */
+ videojs.parseUrl = deprecateForMajor(9, 'videojs.parseUrl', 'videojs.url.parseUrl', parseUrl);
+
+ /**
+ * Deprecated reference to the {@link module:url.isCrossOrigin|Url.isCrossOrigin function}
+ *
+ * @type {Function}
+ * @see {@link module:url.isCrossOrigin|isCrossOrigin}
+ * @deprecated Deprecated and will be removed in 9.0. Please use videojs.url.isCrossOrigin instead.
+ */
+ videojs.isCrossOrigin = deprecateForMajor(9, 'videojs.isCrossOrigin', 'videojs.url.isCrossOrigin', isCrossOrigin);
videojs.EventTarget = EventTarget$2;
+ videojs.any = any;
videojs.on = on;
videojs.one = one;
videojs.off = off;
videojs.trigger = trigger;
+
/**
* A cross-browser XMLHttpRequest wrapper.
*
@@ -31133,46 +29966,353 @@
*
* @see https://github.com/Raynos/xhr
*/
-
videojs.xhr = lib;
videojs.TextTrack = TextTrack;
videojs.AudioTrack = AudioTrack;
videojs.VideoTrack = VideoTrack;
- ['isEl', 'isTextNode', 'createEl', 'hasClass', 'addClass', 'removeClass', 'toggleClass', 'setAttributes', 'getAttributes', 'emptyEl', 'appendContent', 'insertContent'].forEach(function (k) {
+ ['isEl', 'isTextNode', 'createEl', 'hasClass', 'addClass', 'removeClass', 'toggleClass', 'setAttributes', 'getAttributes', 'emptyEl', 'appendContent', 'insertContent'].forEach(k => {
videojs[k] = function () {
- log$1.warn("videojs." + k + "() is deprecated; use videojs.dom." + k + "() instead");
+ log$1.warn(`videojs.${k}() is deprecated; use videojs.dom.${k}() instead`);
return Dom[k].apply(null, arguments);
};
});
- videojs.computedStyle = computedStyle;
+ videojs.computedStyle = deprecateForMajor(9, 'videojs.computedStyle', 'videojs.dom.computedStyle', computedStyle);
+
/**
* A reference to the {@link module:dom|DOM utility module} as an object.
*
* @type {Object}
- * @see {@link module:dom|dom}
+ * @see {@link module:dom|dom}
*/
-
videojs.dom = Dom;
+
+ /**
+ * A reference to the {@link module:fn|fn utility module} as an object.
+ *
+ * @type {Object}
+ * @see {@link module:fn|fn}
+ */
+ videojs.fn = Fn;
+
+ /**
+ * A reference to the {@link module:num|num utility module} as an object.
+ *
+ * @type {Object}
+ * @see {@link module:num|num}
+ */
+ videojs.num = Num;
+
+ /**
+ * A reference to the {@link module:str|str utility module} as an object.
+ *
+ * @type {Object}
+ * @see {@link module:str|str}
+ */
+ videojs.str = Str;
+
/**
* A reference to the {@link module:url|URL utility module} as an object.
*
* @type {Object}
- * @see {@link module:url|url}
+ * @see {@link module:url|url}
*/
-
videojs.url = Url;
- videojs.defineLazyProperty = defineLazyProperty; // Adding less ambiguous text for fullscreen button.
- // In a major update this could become the default text and key.
- videojs.addLanguage('en', {
- 'Non-Fullscreen': 'Exit Fullscreen'
+ // The list of possible error types to occur in video.js
+ videojs.Error = VjsErrors;
+
+ createCommonjsModule(function (module, exports) {
+ /*! @name videojs-contrib-quality-levels @version 4.1.0 @license Apache-2.0 */
+ (function (global, factory) {
+ module.exports = factory(videojs) ;
+ })(commonjsGlobal, function (videojs) {
+
+ function _interopDefaultLegacy(e) {
+ return e && typeof e === 'object' && 'default' in e ? e : {
+ 'default': e
+ };
+ }
+ var videojs__default = /*#__PURE__*/_interopDefaultLegacy(videojs);
+
+ /**
+ * A single QualityLevel.
+ *
+ * interface QualityLevel {
+ * readonly attribute DOMString id;
+ * attribute DOMString label;
+ * readonly attribute long width;
+ * readonly attribute long height;
+ * readonly attribute long bitrate;
+ * attribute boolean enabled;
+ * };
+ *
+ * @class QualityLevel
+ */
+ class QualityLevel {
+ /**
+ * Creates a QualityLevel
+ *
+ * @param {Representation|Object} representation The representation of the quality level
+ * @param {string} representation.id Unique id of the QualityLevel
+ * @param {number=} representation.width Resolution width of the QualityLevel
+ * @param {number=} representation.height Resolution height of the QualityLevel
+ * @param {number} representation.bandwidth Bitrate of the QualityLevel
+ * @param {number=} representation.frameRate Frame-rate of the QualityLevel
+ * @param {Function} representation.enabled Callback to enable/disable QualityLevel
+ */
+ constructor(representation) {
+ let level = this; // eslint-disable-line
+
+ level.id = representation.id;
+ level.label = level.id;
+ level.width = representation.width;
+ level.height = representation.height;
+ level.bitrate = representation.bandwidth;
+ level.frameRate = representation.frameRate;
+ level.enabled_ = representation.enabled;
+ Object.defineProperty(level, 'enabled', {
+ /**
+ * Get whether the QualityLevel is enabled.
+ *
+ * @return {boolean} True if the QualityLevel is enabled.
+ */
+ get() {
+ return level.enabled_();
+ },
+ /**
+ * Enable or disable the QualityLevel.
+ *
+ * @param {boolean} enable true to enable QualityLevel, false to disable.
+ */
+ set(enable) {
+ level.enabled_(enable);
+ }
+ });
+ return level;
+ }
+ }
+
+ /**
+ * A list of QualityLevels.
+ *
+ * interface QualityLevelList : EventTarget {
+ * getter QualityLevel (unsigned long index);
+ * readonly attribute unsigned long length;
+ * readonly attribute long selectedIndex;
+ *
+ * void addQualityLevel(QualityLevel qualityLevel)
+ * void removeQualityLevel(QualityLevel remove)
+ * QualityLevel? getQualityLevelById(DOMString id);
+ *
+ * attribute EventHandler onchange;
+ * attribute EventHandler onaddqualitylevel;
+ * attribute EventHandler onremovequalitylevel;
+ * };
+ *
+ * @extends videojs.EventTarget
+ * @class QualityLevelList
+ */
+ class QualityLevelList extends videojs__default["default"].EventTarget {
+ /**
+ * Creates a QualityLevelList.
+ */
+ constructor() {
+ super();
+ let list = this; // eslint-disable-line
+
+ list.levels_ = [];
+ list.selectedIndex_ = -1;
+
+ /**
+ * Get the index of the currently selected QualityLevel.
+ *
+ * @returns {number} The index of the selected QualityLevel. -1 if none selected.
+ * @readonly
+ */
+ Object.defineProperty(list, 'selectedIndex', {
+ get() {
+ return list.selectedIndex_;
+ }
+ });
+
+ /**
+ * Get the length of the list of QualityLevels.
+ *
+ * @returns {number} The length of the list.
+ * @readonly
+ */
+ Object.defineProperty(list, 'length', {
+ get() {
+ return list.levels_.length;
+ }
+ });
+ list[Symbol.iterator] = () => list.levels_.values();
+ return list;
+ }
+
+ /**
+ * Adds a quality level to the list.
+ *
+ * @param {Representation|Object} representation The representation of the quality level
+ * @param {string} representation.id Unique id of the QualityLevel
+ * @param {number=} representation.width Resolution width of the QualityLevel
+ * @param {number=} representation.height Resolution height of the QualityLevel
+ * @param {number} representation.bandwidth Bitrate of the QualityLevel
+ * @param {number=} representation.frameRate Frame-rate of the QualityLevel
+ * @param {Function} representation.enabled Callback to enable/disable QualityLevel
+ * @return {QualityLevel} the QualityLevel added to the list
+ * @method addQualityLevel
+ */
+ addQualityLevel(representation) {
+ let qualityLevel = this.getQualityLevelById(representation.id);
+
+ // Do not add duplicate quality levels
+ if (qualityLevel) {
+ return qualityLevel;
+ }
+ const index = this.levels_.length;
+ qualityLevel = new QualityLevel(representation);
+ if (!('' + index in this)) {
+ Object.defineProperty(this, index, {
+ get() {
+ return this.levels_[index];
+ }
+ });
+ }
+ this.levels_.push(qualityLevel);
+ this.trigger({
+ qualityLevel,
+ type: 'addqualitylevel'
+ });
+ return qualityLevel;
+ }
+
+ /**
+ * Removes a quality level from the list.
+ *
+ * @param {QualityLevel} qualityLevel The QualityLevel to remove from the list.
+ * @return {QualityLevel|null} the QualityLevel removed or null if nothing removed
+ * @method removeQualityLevel
+ */
+ removeQualityLevel(qualityLevel) {
+ let removed = null;
+ for (let i = 0, l = this.length; i < l; i++) {
+ if (this[i] === qualityLevel) {
+ removed = this.levels_.splice(i, 1)[0];
+ if (this.selectedIndex_ === i) {
+ this.selectedIndex_ = -1;
+ } else if (this.selectedIndex_ > i) {
+ this.selectedIndex_--;
+ }
+ break;
+ }
+ }
+ if (removed) {
+ this.trigger({
+ qualityLevel,
+ type: 'removequalitylevel'
+ });
+ }
+ return removed;
+ }
+
+ /**
+ * Searches for a QualityLevel with the given id.
+ *
+ * @param {string} id The id of the QualityLevel to find.
+ * @return {QualityLevel|null} The QualityLevel with id, or null if not found.
+ * @method getQualityLevelById
+ */
+ getQualityLevelById(id) {
+ for (let i = 0, l = this.length; i < l; i++) {
+ const level = this[i];
+ if (level.id === id) {
+ return level;
+ }
+ }
+ return null;
+ }
+
+ /**
+ * Resets the list of QualityLevels to empty
+ *
+ * @method dispose
+ */
+ dispose() {
+ this.selectedIndex_ = -1;
+ this.levels_.length = 0;
+ }
+ }
+
+ /**
+ * change - The selected QualityLevel has changed.
+ * addqualitylevel - A QualityLevel has been added to the QualityLevelList.
+ * removequalitylevel - A QualityLevel has been removed from the QualityLevelList.
+ */
+ QualityLevelList.prototype.allowedEvents_ = {
+ change: 'change',
+ addqualitylevel: 'addqualitylevel',
+ removequalitylevel: 'removequalitylevel'
+ };
+
+ // emulate attribute EventHandler support to allow for feature detection
+ for (const event in QualityLevelList.prototype.allowedEvents_) {
+ QualityLevelList.prototype['on' + event] = null;
+ }
+ var version = "4.1.0";
+
+ /**
+ * Initialization function for the qualityLevels plugin. Sets up the QualityLevelList and
+ * event handlers.
+ *
+ * @param {Player} player Player object.
+ * @param {Object} options Plugin options object.
+ * @return {QualityLevelList} a list of QualityLevels
+ */
+ const initPlugin = function (player, options) {
+ const originalPluginFn = player.qualityLevels;
+ const qualityLevelList = new QualityLevelList();
+ const disposeHandler = function () {
+ qualityLevelList.dispose();
+ player.qualityLevels = originalPluginFn;
+ player.off('dispose', disposeHandler);
+ };
+ player.on('dispose', disposeHandler);
+ player.qualityLevels = () => qualityLevelList;
+ player.qualityLevels.VERSION = version;
+ return qualityLevelList;
+ };
+
+ /**
+ * A video.js plugin.
+ *
+ * In the plugin function, the value of `this` is a video.js `Player`
+ * instance. You cannot rely on the player being in a "ready" state here,
+ * depending on how the plugin is invoked. This may or may not be important
+ * to you; if not, remove the wait for "ready"!
+ *
+ * @param {Object} options Plugin options object
+ * @return {QualityLevelList} a list of QualityLevels
+ */
+ const qualityLevels = function (options) {
+ return initPlugin(this, videojs__default["default"].obj.merge({}, options));
+ };
+
+ // Register the plugin with video.js.
+ videojs__default["default"].registerPlugin('qualityLevels', qualityLevels);
+
+ // Include the version number.
+ qualityLevels.VERSION = version;
+ return qualityLevels;
+ });
});
var urlToolkit = createCommonjsModule(function (module, exports) {
// see https://tools.ietf.org/html/rfc1808
+
(function (root) {
- var URL_REGEX = /^((?:[a-zA-Z0-9+\-.]+:)?)(\/\/[^\/?#]*)?((?:[^\/?#]*\/)*[^;?#]*)?(;[^?#]*)?(\?[^#]*)?(#[^]*)?$/;
- var FIRST_SEGMENT_REGEX = /^([^\/?#]*)([^]*)$/;
+ var URL_REGEX = /^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/;
+ var FIRST_SEGMENT_REGEX = /^(?=([^\/?#]*))\1([^]*)$/;
var SLASH_DOT_REGEX = /(?:\/|^)\.(?=\/)/g;
var SLASH_DOT_DOT_REGEX = /(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g;
var URLToolkit = {
@@ -31182,12 +30322,11 @@
// http://a.com/b/cd + /e/f/../g => http://a.com/e/f/../g
// With opts.alwaysNormalize = true (not spec compliant)
// http://a.com/b/cd + /e/f/../g => http://a.com/e/g
- buildAbsoluteURL: function buildAbsoluteURL(baseURL, relativeURL, opts) {
- opts = opts || {}; // remove any remaining space and CRLF
-
+ buildAbsoluteURL: function (baseURL, relativeURL, opts) {
+ opts = opts || {};
+ // remove any remaining space and CRLF
baseURL = baseURL.trim();
relativeURL = relativeURL.trim();
-
if (!relativeURL) {
// 2a) If the embedded URL is entirely empty, it inherits the
// entire base URL (i.e., is set equal to the base URL)
@@ -31195,40 +30334,30 @@
if (!opts.alwaysNormalize) {
return baseURL;
}
-
var basePartsForNormalise = URLToolkit.parseURL(baseURL);
-
if (!basePartsForNormalise) {
throw new Error('Error trying to parse base URL.');
}
-
basePartsForNormalise.path = URLToolkit.normalizePath(basePartsForNormalise.path);
return URLToolkit.buildURLFromParts(basePartsForNormalise);
}
-
var relativeParts = URLToolkit.parseURL(relativeURL);
-
if (!relativeParts) {
throw new Error('Error trying to parse relative URL.');
}
-
if (relativeParts.scheme) {
// 2b) If the embedded URL starts with a scheme name, it is
// interpreted as an absolute URL and we are done.
if (!opts.alwaysNormalize) {
return relativeURL;
}
-
relativeParts.path = URLToolkit.normalizePath(relativeParts.path);
return URLToolkit.buildURLFromParts(relativeParts);
}
-
var baseParts = URLToolkit.parseURL(baseURL);
-
if (!baseParts) {
throw new Error('Error trying to parse base URL.');
}
-
if (!baseParts.netLoc && baseParts.path && baseParts.path[0] !== '/') {
// If netLoc missing and path doesn't start with '/', assume everthing before the first '/' is the netLoc
// This causes 'example.com/a' to be handled as '//example.com/a' instead of '/example.com/a'
@@ -31236,11 +30365,9 @@
baseParts.netLoc = pathParts[1];
baseParts.path = pathParts[2];
}
-
if (baseParts.netLoc && !baseParts.path) {
baseParts.path = '/';
}
-
var builtParts = {
// 2c) Otherwise, the embedded URL inherits the scheme of
// the base URL.
@@ -31251,27 +30378,26 @@
query: relativeParts.query,
fragment: relativeParts.fragment
};
-
if (!relativeParts.netLoc) {
// 3) If the embedded URL's is non-empty, we skip to
// Step 7. Otherwise, the embedded URL inherits the
// (if any) of the base URL.
- builtParts.netLoc = baseParts.netLoc; // 4) If the embedded URL path is preceded by a slash "/", the
+ builtParts.netLoc = baseParts.netLoc;
+ // 4) If the embedded URL path is preceded by a slash "/", the
// path is not relative and we skip to Step 7.
-
if (relativeParts.path[0] !== '/') {
if (!relativeParts.path) {
// 5) If the embedded URL path is empty (and not preceded by a
// slash), then the embedded URL inherits the base URL path
- builtParts.path = baseParts.path; // 5a) if the embedded URL's is non-empty, we skip to
+ builtParts.path = baseParts.path;
+ // 5a) if the embedded URL's is non-empty, we skip to
// step 7; otherwise, it inherits the of the base
// URL (if any) and
-
if (!relativeParts.params) {
- builtParts.params = baseParts.params; // 5b) if the embedded URL's is non-empty, we skip to
+ builtParts.params = baseParts.params;
+ // 5b) if the embedded URL's is non-empty, we skip to
// step 7; otherwise, it inherits the of the base
// URL (if any) and we skip to step 7.
-
if (!relativeParts.query) {
builtParts.query = baseParts.query;
}
@@ -31287,20 +30413,16 @@
}
}
}
-
if (builtParts.path === null) {
builtParts.path = opts.alwaysNormalize ? URLToolkit.normalizePath(relativeParts.path) : relativeParts.path;
}
-
return URLToolkit.buildURLFromParts(builtParts);
},
- parseURL: function parseURL(url) {
+ parseURL: function (url) {
var parts = URL_REGEX.exec(url);
-
if (!parts) {
return null;
}
-
return {
scheme: parts[1] || '',
netLoc: parts[2] || '',
@@ -31310,14 +30432,15 @@
fragment: parts[6] || ''
};
},
- normalizePath: function normalizePath(path) {
+ normalizePath: function (path) {
// The following operations are
// then applied, in order, to the new path:
// 6a) All occurrences of "./", where "." is a complete path
// segment, are removed.
// 6b) If the path ends with "." as a complete path segment,
// that "." is removed.
- path = path.split('').reverse().join('').replace(SLASH_DOT_REGEX, ''); // 6c) All occurrences of "/../", where is a
+ path = path.split('').reverse().join('').replace(SLASH_DOT_REGEX, '');
+ // 6c) All occurrences of "/../", where is a
// complete path segment not equal to "..", are removed.
// Removal of these path segments is performed iteratively,
// removing the leftmost matching pattern on each iteration,
@@ -31325,12 +30448,10 @@
// 6d) If the path ends with "/..", where is a
// complete path segment not equal to "..", that
// "/.." is removed.
-
while (path.length !== (path = path.replace(SLASH_DOT_DOT_REGEX, '')).length) {}
-
return path.split('').reverse().join('');
},
- buildURLFromParts: function buildURLFromParts(parts) {
+ buildURLFromParts: function (parts) {
return parts.scheme + parts.netLoc + parts.path + parts.params + parts.query + parts.fragment;
}
};
@@ -31339,20 +30460,17 @@
});
var DEFAULT_LOCATION = 'http://example.com';
-
var resolveUrl$1 = function resolveUrl(baseUrl, relativeUrl) {
// return early if we don't need to resolve
if (/^[a-z]+:/i.test(relativeUrl)) {
return relativeUrl;
} // if baseUrl is a data URI, ignore it and resolve everything relative to window.location
-
if (/^data:/.test(baseUrl)) {
baseUrl = window.location && window.location.href || '';
} // IE11 supports URL but not the URL constructor
// feature detect the behavior we want
-
var nativeURL = typeof window.URL === 'function';
var protocolLess = /^\/\//.test(baseUrl); // remove location if window.location isn't available (i.e. we're in node)
// and if baseUrl isn't an absolute url
@@ -31364,7 +30482,6 @@
} else if (!/\/\//i.test(baseUrl)) {
baseUrl = urlToolkit.buildAbsoluteURL(window.location && window.location.href || '', baseUrl);
}
-
if (nativeURL) {
var newUrl = new URL(relativeUrl, baseUrl); // if we're a protocol-less url, remove the protocol
// and if we're location-less, remove the location
@@ -31375,10 +30492,8 @@
} else if (protocolLess) {
return newUrl.href.slice(newUrl.protocol.length);
}
-
return newUrl.href;
}
-
return urlToolkit.buildAbsoluteURL(baseUrl, relativeUrl);
};
@@ -31403,14 +30518,11 @@
* the specified type occurs
*/
-
var _proto = Stream.prototype;
-
_proto.on = function on(type, listener) {
if (!this.listeners[type]) {
this.listeners[type] = [];
}
-
this.listeners[type].push(listener);
}
/**
@@ -31420,14 +30532,11 @@
* @param {Function} listener a function previously registered for this
* type of event through `on`
* @return {boolean} if we could turn it off or not
- */
- ;
-
+ */;
_proto.off = function off(type, listener) {
if (!this.listeners[type]) {
return false;
}
-
var index = this.listeners[type].indexOf(listener); // TODO: which is better?
// In Video.js we slice listener functions
// on trigger so that it does not mess up the order
@@ -31446,12 +30555,9 @@
* arguments to this function are passed as parameters to event listeners.
*
* @param {string} type the event name
- */
- ;
-
+ */;
_proto.trigger = function trigger(type) {
var callbacks = this.listeners[type];
-
if (!callbacks) {
return;
} // Slicing the arguments on every invocation of this method
@@ -31459,17 +30565,14 @@
// intermediate object creation for the common case of a
// single callback argument
-
if (arguments.length === 2) {
var length = callbacks.length;
-
for (var i = 0; i < length; ++i) {
callbacks[i].call(this, arguments[1]);
}
} else {
var args = Array.prototype.slice.call(arguments, 1);
var _length = callbacks.length;
-
for (var _i = 0; _i < _length; ++_i) {
callbacks[_i].apply(this, args);
}
@@ -31477,9 +30580,7 @@
}
/**
* Destroys the stream and cleans up.
- */
- ;
-
+ */;
_proto.dispose = function dispose() {
this.listeners = {};
}
@@ -31490,34 +30591,32 @@
*
* @param {Stream} destination the stream that will receive all `data` events
* @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
- */
- ;
-
+ */;
_proto.pipe = function pipe(destination) {
this.on('data', function (data) {
destination.push(data);
});
};
-
return Stream;
}();
- var atob = function atob(s) {
+ var atob$1 = function atob(s) {
return window.atob ? window.atob(s) : Buffer.from(s, 'base64').toString('binary');
};
-
- function decodeB64ToUint8Array(b64Text) {
- var decodedString = atob(b64Text);
+ function decodeB64ToUint8Array$1(b64Text) {
+ var decodedString = atob$1(b64Text);
var array = new Uint8Array(decodedString.length);
-
for (var i = 0; i < decodedString.length; i++) {
array[i] = decodedString.charCodeAt(i);
}
-
return array;
}
- /*! @name m3u8-parser @version 4.7.1 @license Apache-2.0 */
+ /*! @name m3u8-parser @version 7.1.0 @license Apache-2.0 */
+
+ /**
+ * @file m3u8/line-stream.js
+ */
/**
* A stream that buffers string input and generates a `data` event for each
* line.
@@ -31526,15 +30625,10 @@
* @extends Stream
*/
- var LineStream = /*#__PURE__*/function (_Stream) {
- inheritsLoose(LineStream, _Stream);
-
- function LineStream() {
- var _this;
-
- _this = _Stream.call(this) || this;
- _this.buffer = '';
- return _this;
+ class LineStream extends Stream {
+ constructor() {
+ super();
+ this.buffer = '';
}
/**
* Add new data to be parsed.
@@ -31542,39 +30636,28 @@
* @param {string} data the text to process
*/
-
- var _proto = LineStream.prototype;
-
- _proto.push = function push(data) {
- var nextNewline;
+ push(data) {
+ let nextNewline;
this.buffer += data;
nextNewline = this.buffer.indexOf('\n');
-
for (; nextNewline > -1; nextNewline = this.buffer.indexOf('\n')) {
this.trigger('data', this.buffer.substring(0, nextNewline));
this.buffer = this.buffer.substring(nextNewline + 1);
}
- };
-
- return LineStream;
- }(Stream);
-
- var TAB = String.fromCharCode(0x09);
-
- var parseByterange = function parseByterange(byterangeString) {
+ }
+ }
+ const TAB = String.fromCharCode(0x09);
+ const parseByterange = function (byterangeString) {
// optionally match and capture 0+ digits before `@`
// optionally match and capture 0+ digits after `@`
- var match = /([0-9.]*)?@?([0-9.]*)?/.exec(byterangeString || '');
- var result = {};
-
+ const match = /([0-9.]*)?@?([0-9.]*)?/.exec(byterangeString || '');
+ const result = {};
if (match[1]) {
result.length = parseInt(match[1], 10);
}
-
if (match[2]) {
result.offset = parseInt(match[2], 10);
}
-
return result;
};
/**
@@ -31585,11 +30668,10 @@
* value -> '"' [^"]* '"' | [^,]*
*/
-
- var attributeSeparator = function attributeSeparator() {
- var key = '[^=]*';
- var value = '"[^"]*"|[^,]*';
- var keyvalue = '(?:' + key + ')=(?:' + value + ')';
+ const attributeSeparator = function () {
+ const key = '[^=]*';
+ const value = '"[^"]*"|[^,]*';
+ const keyvalue = '(?:' + key + ')=(?:' + value + ')';
return new RegExp('(?:^|,)(' + keyvalue + ')');
};
/**
@@ -31598,21 +30680,21 @@
* @param {string} attributes the attribute line to parse
*/
+ const parseAttributes$1 = function (attributes) {
+ const result = {};
+ if (!attributes) {
+ return result;
+ } // split the string using attributes as the separator
- var parseAttributes$1 = function parseAttributes(attributes) {
- // split the string using attributes as the separator
- var attrs = attributes.split(attributeSeparator());
- var result = {};
- var i = attrs.length;
- var attr;
-
+ const attrs = attributes.split(attributeSeparator());
+ let i = attrs.length;
+ let attr;
while (i--) {
// filter out unmatched portions of the string
if (attrs[i] === '') {
continue;
} // split the key and value
-
attr = /([^=]*)=(.*)/.exec(attrs[i]).slice(1); // trim whitespace and remove optional quotes around the value
attr[0] = attr[0].replace(/^\s+|\s+$/g, '');
@@ -31620,7 +30702,6 @@
attr[1] = attr[1].replace(/^['"](.*)['"]$/g, '$1');
result[attr[0]] = attr[1];
}
-
return result;
};
/**
@@ -31648,17 +30729,11 @@
* @extends Stream
*/
-
- var ParseStream = /*#__PURE__*/function (_Stream) {
- inheritsLoose(ParseStream, _Stream);
-
- function ParseStream() {
- var _this;
-
- _this = _Stream.call(this) || this;
- _this.customParsers = [];
- _this.tagMappers = [];
- return _this;
+ class ParseStream extends Stream {
+ constructor() {
+ super();
+ this.customParsers = [];
+ this.tagMappers = [];
}
/**
* Parses an additional line of input.
@@ -31666,23 +30741,16 @@
* @param {string} line a single line of an M3U8 file to parse
*/
-
- var _proto = ParseStream.prototype;
-
- _proto.push = function push(line) {
- var _this2 = this;
-
- var match;
- var event; // strip whitespace
+ push(line) {
+ let match;
+ let event; // strip whitespace
line = line.trim();
-
if (line.length === 0) {
// ignore empty lines
return;
} // URIs
-
if (line[0] !== '#') {
this.trigger('data', {
type: 'uri',
@@ -31691,314 +30759,233 @@
return;
} // map tags
-
- var newLines = this.tagMappers.reduce(function (acc, mapper) {
- var mappedLine = mapper(line); // skip if unchanged
+ const newLines = this.tagMappers.reduce((acc, mapper) => {
+ const mappedLine = mapper(line); // skip if unchanged
if (mappedLine === line) {
return acc;
}
-
return acc.concat([mappedLine]);
}, [line]);
- newLines.forEach(function (newLine) {
- for (var i = 0; i < _this2.customParsers.length; i++) {
- if (_this2.customParsers[i].call(_this2, newLine)) {
+ newLines.forEach(newLine => {
+ for (let i = 0; i < this.customParsers.length; i++) {
+ if (this.customParsers[i].call(this, newLine)) {
return;
}
} // Comments
-
if (newLine.indexOf('#EXT') !== 0) {
- _this2.trigger('data', {
+ this.trigger('data', {
type: 'comment',
text: newLine.slice(1)
});
-
return;
} // strip off any carriage returns here so the regex matching
// doesn't have to account for them.
-
newLine = newLine.replace('\r', ''); // Tags
match = /^#EXTM3U/.exec(newLine);
-
if (match) {
- _this2.trigger('data', {
+ this.trigger('data', {
type: 'tag',
tagType: 'm3u'
});
-
return;
}
-
- match = /^#EXTINF:?([0-9\.]*)?,?(.*)?$/.exec(newLine);
-
+ match = /^#EXTINF:([0-9\.]*)?,?(.*)?$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'inf'
};
-
if (match[1]) {
event.duration = parseFloat(match[1]);
}
-
if (match[2]) {
event.title = match[2];
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-TARGETDURATION:?([0-9.]*)?/.exec(newLine);
-
+ match = /^#EXT-X-TARGETDURATION:([0-9.]*)?/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'targetduration'
};
-
if (match[1]) {
event.duration = parseInt(match[1], 10);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-VERSION:?([0-9.]*)?/.exec(newLine);
-
+ match = /^#EXT-X-VERSION:([0-9.]*)?/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'version'
};
-
if (match[1]) {
event.version = parseInt(match[1], 10);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-MEDIA-SEQUENCE:?(\-?[0-9.]*)?/.exec(newLine);
-
+ match = /^#EXT-X-MEDIA-SEQUENCE:(\-?[0-9.]*)?/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'media-sequence'
};
-
if (match[1]) {
event.number = parseInt(match[1], 10);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-DISCONTINUITY-SEQUENCE:?(\-?[0-9.]*)?/.exec(newLine);
-
+ match = /^#EXT-X-DISCONTINUITY-SEQUENCE:(\-?[0-9.]*)?/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'discontinuity-sequence'
};
-
if (match[1]) {
event.number = parseInt(match[1], 10);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-PLAYLIST-TYPE:?(.*)?$/.exec(newLine);
-
+ match = /^#EXT-X-PLAYLIST-TYPE:(.*)?$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'playlist-type'
};
-
if (match[1]) {
event.playlistType = match[1];
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-BYTERANGE:?(.*)?$/.exec(newLine);
-
+ match = /^#EXT-X-BYTERANGE:(.*)?$/.exec(newLine);
if (match) {
- event = _extends_1(parseByterange(match[1]), {
+ event = _extends$1(parseByterange(match[1]), {
type: 'tag',
tagType: 'byterange'
});
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-ALLOW-CACHE:?(YES|NO)?/.exec(newLine);
-
+ match = /^#EXT-X-ALLOW-CACHE:(YES|NO)?/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'allow-cache'
};
-
if (match[1]) {
event.allowed = !/NO/.test(match[1]);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-MAP:?(.*)$/.exec(newLine);
-
+ match = /^#EXT-X-MAP:(.*)$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'map'
};
-
if (match[1]) {
- var attributes = parseAttributes$1(match[1]);
-
+ const attributes = parseAttributes$1(match[1]);
if (attributes.URI) {
event.uri = attributes.URI;
}
-
if (attributes.BYTERANGE) {
event.byterange = parseByterange(attributes.BYTERANGE);
}
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-STREAM-INF:?(.*)$/.exec(newLine);
-
+ match = /^#EXT-X-STREAM-INF:(.*)$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'stream-inf'
};
-
if (match[1]) {
event.attributes = parseAttributes$1(match[1]);
-
if (event.attributes.RESOLUTION) {
- var split = event.attributes.RESOLUTION.split('x');
- var resolution = {};
-
+ const split = event.attributes.RESOLUTION.split('x');
+ const resolution = {};
if (split[0]) {
resolution.width = parseInt(split[0], 10);
}
-
if (split[1]) {
resolution.height = parseInt(split[1], 10);
}
-
event.attributes.RESOLUTION = resolution;
}
-
if (event.attributes.BANDWIDTH) {
event.attributes.BANDWIDTH = parseInt(event.attributes.BANDWIDTH, 10);
}
-
+ if (event.attributes['FRAME-RATE']) {
+ event.attributes['FRAME-RATE'] = parseFloat(event.attributes['FRAME-RATE']);
+ }
if (event.attributes['PROGRAM-ID']) {
event.attributes['PROGRAM-ID'] = parseInt(event.attributes['PROGRAM-ID'], 10);
}
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-MEDIA:?(.*)$/.exec(newLine);
-
+ match = /^#EXT-X-MEDIA:(.*)$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'media'
};
-
if (match[1]) {
event.attributes = parseAttributes$1(match[1]);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
match = /^#EXT-X-ENDLIST/.exec(newLine);
-
if (match) {
- _this2.trigger('data', {
+ this.trigger('data', {
type: 'tag',
tagType: 'endlist'
});
-
return;
}
-
match = /^#EXT-X-DISCONTINUITY/.exec(newLine);
-
if (match) {
- _this2.trigger('data', {
+ this.trigger('data', {
type: 'tag',
tagType: 'discontinuity'
});
-
return;
}
-
- match = /^#EXT-X-PROGRAM-DATE-TIME:?(.*)$/.exec(newLine);
-
+ match = /^#EXT-X-PROGRAM-DATE-TIME:(.*)$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'program-date-time'
};
-
if (match[1]) {
event.dateTimeString = match[1];
event.dateTimeObject = new Date(match[1]);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-KEY:?(.*)$/.exec(newLine);
-
+ match = /^#EXT-X-KEY:(.*)$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'key'
};
-
if (match[1]) {
event.attributes = parseAttributes$1(match[1]); // parse the IV string into a Uint32Array
@@ -32006,7 +30993,6 @@
if (event.attributes.IV.substring(0, 2).toLowerCase() === '0x') {
event.attributes.IV = event.attributes.IV.substring(2);
}
-
event.attributes.IV = event.attributes.IV.match(/.{8}/g);
event.attributes.IV[0] = parseInt(event.attributes.IV[0], 16);
event.attributes.IV[1] = parseInt(event.attributes.IV[1], 16);
@@ -32015,112 +31001,82 @@
event.attributes.IV = new Uint32Array(event.attributes.IV);
}
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-START:?(.*)$/.exec(newLine);
-
+ match = /^#EXT-X-START:(.*)$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'start'
};
-
if (match[1]) {
event.attributes = parseAttributes$1(match[1]);
event.attributes['TIME-OFFSET'] = parseFloat(event.attributes['TIME-OFFSET']);
event.attributes.PRECISE = /YES/.test(event.attributes.PRECISE);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-CUE-OUT-CONT:?(.*)?$/.exec(newLine);
-
+ match = /^#EXT-X-CUE-OUT-CONT:(.*)?$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'cue-out-cont'
};
-
if (match[1]) {
event.data = match[1];
} else {
event.data = '';
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-CUE-OUT:?(.*)?$/.exec(newLine);
-
+ match = /^#EXT-X-CUE-OUT:(.*)?$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'cue-out'
};
-
if (match[1]) {
event.data = match[1];
} else {
event.data = '';
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
- match = /^#EXT-X-CUE-IN:?(.*)?$/.exec(newLine);
-
+ match = /^#EXT-X-CUE-IN:(.*)?$/.exec(newLine);
if (match) {
event = {
type: 'tag',
tagType: 'cue-in'
};
-
if (match[1]) {
event.data = match[1];
} else {
event.data = '';
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
match = /^#EXT-X-SKIP:(.*)$/.exec(newLine);
-
if (match && match[1]) {
event = {
type: 'tag',
tagType: 'skip'
};
event.attributes = parseAttributes$1(match[1]);
-
if (event.attributes.hasOwnProperty('SKIPPED-SEGMENTS')) {
event.attributes['SKIPPED-SEGMENTS'] = parseInt(event.attributes['SKIPPED-SEGMENTS'], 10);
}
-
if (event.attributes.hasOwnProperty('RECENTLY-REMOVED-DATERANGES')) {
event.attributes['RECENTLY-REMOVED-DATERANGES'] = event.attributes['RECENTLY-REMOVED-DATERANGES'].split(TAB);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
match = /^#EXT-X-PART:(.*)$/.exec(newLine);
-
if (match && match[1]) {
event = {
type: 'tag',
@@ -32137,18 +31093,13 @@
event.attributes[key] = /YES/.test(event.attributes[key]);
}
});
-
if (event.attributes.hasOwnProperty('BYTERANGE')) {
event.attributes.byterange = parseByterange(event.attributes.BYTERANGE);
}
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
match = /^#EXT-X-SERVER-CONTROL:(.*)$/.exec(newLine);
-
if (match && match[1]) {
event = {
type: 'tag',
@@ -32165,14 +31116,10 @@
event.attributes[key] = /YES/.test(event.attributes[key]);
}
});
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
match = /^#EXT-X-PART-INF:(.*)$/.exec(newLine);
-
if (match && match[1]) {
event = {
type: 'tag',
@@ -32184,14 +31131,10 @@
event.attributes[key] = parseFloat(event.attributes[key]);
}
});
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
match = /^#EXT-X-PRELOAD-HINT:(.*)$/.exec(newLine);
-
if (match && match[1]) {
event = {
type: 'tag',
@@ -32201,21 +31144,17 @@
['BYTERANGE-START', 'BYTERANGE-LENGTH'].forEach(function (key) {
if (event.attributes.hasOwnProperty(key)) {
event.attributes[key] = parseInt(event.attributes[key], 10);
- var subkey = key === 'BYTERANGE-LENGTH' ? 'length' : 'offset';
+ const subkey = key === 'BYTERANGE-LENGTH' ? 'length' : 'offset';
event.attributes.byterange = event.attributes.byterange || {};
event.attributes.byterange[subkey] = event.attributes[key]; // only keep the parsed byterange object.
delete event.attributes[key];
}
});
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
return;
}
-
match = /^#EXT-X-RENDITION-REPORT:(.*)$/.exec(newLine);
-
if (match && match[1]) {
event = {
type: 'tag',
@@ -32227,14 +31166,73 @@
event.attributes[key] = parseInt(event.attributes[key], 10);
}
});
-
- _this2.trigger('data', event);
-
+ this.trigger('data', event);
+ return;
+ }
+ match = /^#EXT-X-DATERANGE:(.*)$/.exec(newLine);
+ if (match && match[1]) {
+ event = {
+ type: 'tag',
+ tagType: 'daterange'
+ };
+ event.attributes = parseAttributes$1(match[1]);
+ ['ID', 'CLASS'].forEach(function (key) {
+ if (event.attributes.hasOwnProperty(key)) {
+ event.attributes[key] = String(event.attributes[key]);
+ }
+ });
+ ['START-DATE', 'END-DATE'].forEach(function (key) {
+ if (event.attributes.hasOwnProperty(key)) {
+ event.attributes[key] = new Date(event.attributes[key]);
+ }
+ });
+ ['DURATION', 'PLANNED-DURATION'].forEach(function (key) {
+ if (event.attributes.hasOwnProperty(key)) {
+ event.attributes[key] = parseFloat(event.attributes[key]);
+ }
+ });
+ ['END-ON-NEXT'].forEach(function (key) {
+ if (event.attributes.hasOwnProperty(key)) {
+ event.attributes[key] = /YES/i.test(event.attributes[key]);
+ }
+ });
+ ['SCTE35-CMD', ' SCTE35-OUT', 'SCTE35-IN'].forEach(function (key) {
+ if (event.attributes.hasOwnProperty(key)) {
+ event.attributes[key] = event.attributes[key].toString(16);
+ }
+ });
+ const clientAttributePattern = /^X-([A-Z]+-)+[A-Z]+$/;
+ for (const key in event.attributes) {
+ if (!clientAttributePattern.test(key)) {
+ continue;
+ }
+ const isHexaDecimal = /[0-9A-Fa-f]{6}/g.test(event.attributes[key]);
+ const isDecimalFloating = /^\d+(\.\d+)?$/.test(event.attributes[key]);
+ event.attributes[key] = isHexaDecimal ? event.attributes[key].toString(16) : isDecimalFloating ? parseFloat(event.attributes[key]) : String(event.attributes[key]);
+ }
+ this.trigger('data', event);
+ return;
+ }
+ match = /^#EXT-X-INDEPENDENT-SEGMENTS/.exec(newLine);
+ if (match) {
+ this.trigger('data', {
+ type: 'tag',
+ tagType: 'independent-segments'
+ });
+ return;
+ }
+ match = /^#EXT-X-CONTENT-STEERING:(.*)$/.exec(newLine);
+ if (match) {
+ event = {
+ type: 'tag',
+ tagType: 'content-steering'
+ };
+ event.attributes = parseAttributes$1(match[1]);
+ this.trigger('data', event);
return;
} // unknown tag type
-
- _this2.trigger('data', {
+ this.trigger('data', {
type: 'tag',
data: newLine.slice(4)
});
@@ -32249,33 +31247,25 @@
* @param {Function} [options.dataParser] function to parse the line into an object
* @param {boolean} [options.segment] should tag data be attached to the segment object
*/
- ;
-
- _proto.addParser = function addParser(_ref) {
- var _this3 = this;
-
- var expression = _ref.expression,
- customType = _ref.customType,
- dataParser = _ref.dataParser,
- segment = _ref.segment;
+ addParser({
+ expression,
+ customType,
+ dataParser,
+ segment
+ }) {
if (typeof dataParser !== 'function') {
- dataParser = function dataParser(line) {
- return line;
- };
+ dataParser = line => line;
}
-
- this.customParsers.push(function (line) {
- var match = expression.exec(line);
-
+ this.customParsers.push(line => {
+ const match = expression.exec(line);
if (match) {
- _this3.trigger('data', {
+ this.trigger('data', {
type: 'custom',
data: dataParser(line),
- customType: customType,
- segment: segment
+ customType,
+ segment
});
-
return true;
}
});
@@ -32287,34 +31277,23 @@
* @param {RegExp} options.expression a regular expression to match the custom header
* @param {Function} options.map function to translate tag into a different tag
*/
- ;
- _proto.addTagMapper = function addTagMapper(_ref2) {
- var expression = _ref2.expression,
- map = _ref2.map;
-
- var mapFn = function mapFn(line) {
+ addTagMapper({
+ expression,
+ map
+ }) {
+ const mapFn = line => {
if (expression.test(line)) {
return map(line);
}
-
return line;
};
-
this.tagMappers.push(mapFn);
- };
-
- return ParseStream;
- }(Stream);
-
- var camelCase = function camelCase(str) {
- return str.toLowerCase().replace(/-(\w)/g, function (a) {
- return a[1].toUpperCase();
- });
- };
-
- var camelCaseKeys = function camelCaseKeys(attributes) {
- var result = {};
+ }
+ }
+ const camelCase = str => str.toLowerCase().replace(/-(\w)/g, a => a[1].toUpperCase());
+ const camelCaseKeys = function (attributes) {
+ const result = {};
Object.keys(attributes).forEach(function (key) {
result[camelCase(key)] = attributes[key];
});
@@ -32324,48 +31303,43 @@
// partTargetDuration being set, but they may not be if SERVER-CONTROL appears before
// target durations are set.
-
- var setHoldBack = function setHoldBack(manifest) {
- var serverControl = manifest.serverControl,
- targetDuration = manifest.targetDuration,
- partTargetDuration = manifest.partTargetDuration;
-
+ const setHoldBack = function (manifest) {
+ const {
+ serverControl,
+ targetDuration,
+ partTargetDuration
+ } = manifest;
if (!serverControl) {
return;
}
-
- var tag = '#EXT-X-SERVER-CONTROL';
- var hb = 'holdBack';
- var phb = 'partHoldBack';
- var minTargetDuration = targetDuration && targetDuration * 3;
- var minPartDuration = partTargetDuration && partTargetDuration * 2;
-
+ const tag = '#EXT-X-SERVER-CONTROL';
+ const hb = 'holdBack';
+ const phb = 'partHoldBack';
+ const minTargetDuration = targetDuration && targetDuration * 3;
+ const minPartDuration = partTargetDuration && partTargetDuration * 2;
if (targetDuration && !serverControl.hasOwnProperty(hb)) {
serverControl[hb] = minTargetDuration;
this.trigger('info', {
- message: tag + " defaulting HOLD-BACK to targetDuration * 3 (" + minTargetDuration + ")."
+ message: `${tag} defaulting HOLD-BACK to targetDuration * 3 (${minTargetDuration}).`
});
}
-
if (minTargetDuration && serverControl[hb] < minTargetDuration) {
this.trigger('warn', {
- message: tag + " clamping HOLD-BACK (" + serverControl[hb] + ") to targetDuration * 3 (" + minTargetDuration + ")"
+ message: `${tag} clamping HOLD-BACK (${serverControl[hb]}) to targetDuration * 3 (${minTargetDuration})`
});
serverControl[hb] = minTargetDuration;
} // default no part hold back to part target duration * 3
-
if (partTargetDuration && !serverControl.hasOwnProperty(phb)) {
serverControl[phb] = partTargetDuration * 3;
this.trigger('info', {
- message: tag + " defaulting PART-HOLD-BACK to partTargetDuration * 3 (" + serverControl[phb] + ")."
+ message: `${tag} defaulting PART-HOLD-BACK to partTargetDuration * 3 (${serverControl[phb]}).`
});
} // if part hold back is too small default it to part target duration * 2
-
if (partTargetDuration && serverControl[phb] < minPartDuration) {
this.trigger('warn', {
- message: tag + " clamping PART-HOLD-BACK (" + serverControl[phb] + ") to partTargetDuration * 2 (" + minPartDuration + ")."
+ message: `${tag} clamping PART-HOLD-BACK (${serverControl[phb]}) to partTargetDuration * 2 (${minPartDuration}).`
});
serverControl[phb] = minPartDuration;
}
@@ -32392,37 +31366,27 @@
* @extends Stream
*/
-
- var Parser = /*#__PURE__*/function (_Stream) {
- inheritsLoose(Parser, _Stream);
-
- function Parser() {
- var _this;
-
- _this = _Stream.call(this) || this;
- _this.lineStream = new LineStream();
- _this.parseStream = new ParseStream();
-
- _this.lineStream.pipe(_this.parseStream);
+ class Parser extends Stream {
+ constructor() {
+ super();
+ this.lineStream = new LineStream();
+ this.parseStream = new ParseStream();
+ this.lineStream.pipe(this.parseStream);
+ this.lastProgramDateTime = null;
/* eslint-disable consistent-this */
-
- var self = assertThisInitialized(_this);
+ const self = this;
/* eslint-enable consistent-this */
+ const uris = [];
+ let currentUri = {}; // if specified, the active EXT-X-MAP definition
- var uris = [];
- var currentUri = {}; // if specified, the active EXT-X-MAP definition
+ let currentMap; // if specified, the active decryption key
- var currentMap; // if specified, the active decryption key
-
- var _key;
-
- var hasParts = false;
-
- var noop = function noop() {};
-
- var defaultMediaGroups = {
+ let key;
+ let hasParts = false;
+ const noop = function () {};
+ const defaultMediaGroups = {
'AUDIO': {},
'VIDEO': {},
'CLOSED-CAPTIONS': {},
@@ -32430,60 +31394,55 @@
}; // This is the Widevine UUID from DASH IF IOP. The same exact string is
// used in MPDs with Widevine encrypted streams.
- var widevineUuid = 'urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed'; // group segments into numbered timelines delineated by discontinuities
+ const widevineUuid = 'urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed'; // group segments into numbered timelines delineated by discontinuities
- var currentTimeline = 0; // the manifest is empty until the parse stream begins delivering data
+ let currentTimeline = 0; // the manifest is empty until the parse stream begins delivering data
- _this.manifest = {
+ this.manifest = {
allowCache: true,
discontinuityStarts: [],
+ dateRanges: [],
segments: []
}; // keep track of the last seen segment's byte range end, as segments are not required
// to provide the offset, in which case it defaults to the next byte after the
// previous segment
- var lastByterangeEnd = 0; // keep track of the last seen part's byte range end.
+ let lastByterangeEnd = 0; // keep track of the last seen part's byte range end.
- var lastPartByterangeEnd = 0;
-
- _this.on('end', function () {
+ let lastPartByterangeEnd = 0;
+ const dateRangeTags = {};
+ this.on('end', () => {
// only add preloadSegment if we don't yet have a uri for it.
// and we actually have parts/preloadHints
if (currentUri.uri || !currentUri.parts && !currentUri.preloadHints) {
return;
}
-
if (!currentUri.map && currentMap) {
currentUri.map = currentMap;
}
-
- if (!currentUri.key && _key) {
- currentUri.key = _key;
+ if (!currentUri.key && key) {
+ currentUri.key = key;
}
-
if (!currentUri.timeline && typeof currentTimeline === 'number') {
currentUri.timeline = currentTimeline;
}
-
- _this.manifest.preloadSegment = currentUri;
+ this.manifest.preloadSegment = currentUri;
}); // update the manifest with the m3u8 entry from the parse stream
-
- _this.parseStream.on('data', function (entry) {
- var mediaGroup;
- var rendition;
+ this.parseStream.on('data', function (entry) {
+ let mediaGroup;
+ let rendition;
({
- tag: function tag() {
+ tag() {
// switch based on the tag type
(({
- version: function version() {
+ version() {
if (entry.version) {
this.manifest.version = entry.version;
}
},
- 'allow-cache': function allowCache() {
+ 'allow-cache'() {
this.manifest.allowCache = entry.allowed;
-
if (!('allowed' in entry)) {
this.trigger('info', {
message: 'defaulting allowCache to YES'
@@ -32491,13 +31450,11 @@
this.manifest.allowCache = true;
}
},
- byterange: function byterange() {
- var byterange = {};
-
+ byterange() {
+ const byterange = {};
if ('length' in entry) {
currentUri.byterange = byterange;
byterange.length = entry.length;
-
if (!('offset' in entry)) {
/*
* From the latest spec (as of this writing):
@@ -32512,46 +31469,43 @@
entry.offset = lastByterangeEnd;
}
}
-
if ('offset' in entry) {
currentUri.byterange = byterange;
byterange.offset = entry.offset;
}
-
lastByterangeEnd = byterange.offset + byterange.length;
},
- endlist: function endlist() {
+ endlist() {
this.manifest.endList = true;
},
- inf: function inf() {
+ inf() {
if (!('mediaSequence' in this.manifest)) {
this.manifest.mediaSequence = 0;
this.trigger('info', {
message: 'defaulting media sequence to zero'
});
}
-
if (!('discontinuitySequence' in this.manifest)) {
this.manifest.discontinuitySequence = 0;
this.trigger('info', {
message: 'defaulting discontinuity sequence to zero'
});
}
-
+ if (entry.title) {
+ currentUri.title = entry.title;
+ }
if (entry.duration > 0) {
currentUri.duration = entry.duration;
}
-
if (entry.duration === 0) {
currentUri.duration = 0.01;
this.trigger('info', {
message: 'updating zero segment duration to a small value'
});
}
-
this.manifest.segments = uris;
},
- key: function key() {
+ key() {
if (!entry.attributes) {
this.trigger('warn', {
message: 'ignoring key declaration without attribute list'
@@ -32559,19 +31513,16 @@
return;
} // clear the active encryption key
-
if (entry.attributes.METHOD === 'NONE') {
- _key = null;
+ key = null;
return;
}
-
if (!entry.attributes.URI) {
this.trigger('warn', {
message: 'ignoring key declaration without URI'
});
return;
}
-
if (entry.attributes.KEYFORMAT === 'com.apple.streamingkeydelivery') {
this.manifest.contentProtection = this.manifest.contentProtection || {}; // TODO: add full support for this.
@@ -32580,7 +31531,6 @@
};
return;
}
-
if (entry.attributes.KEYFORMAT === 'com.microsoft.playready') {
this.manifest.contentProtection = this.manifest.contentProtection || {}; // TODO: add full support for this.
@@ -32591,30 +31541,25 @@
} // check if the content is encrypted for Widevine
// Widevine/HLS spec: https://storage.googleapis.com/wvdocs/Widevine_DRM_HLS.pdf
-
if (entry.attributes.KEYFORMAT === widevineUuid) {
- var VALID_METHODS = ['SAMPLE-AES', 'SAMPLE-AES-CTR', 'SAMPLE-AES-CENC'];
-
+ const VALID_METHODS = ['SAMPLE-AES', 'SAMPLE-AES-CTR', 'SAMPLE-AES-CENC'];
if (VALID_METHODS.indexOf(entry.attributes.METHOD) === -1) {
this.trigger('warn', {
message: 'invalid key method provided for Widevine'
});
return;
}
-
if (entry.attributes.METHOD === 'SAMPLE-AES-CENC') {
this.trigger('warn', {
message: 'SAMPLE-AES-CENC is deprecated, please use SAMPLE-AES-CTR instead'
});
}
-
if (entry.attributes.URI.substring(0, 23) !== 'data:text/plain;base64,') {
this.trigger('warn', {
message: 'invalid key URI provided for Widevine'
});
return;
}
-
if (!(entry.attributes.KEYID && entry.attributes.KEYID.substring(0, 2) === '0x')) {
this.trigger('warn', {
message: 'invalid key ID provided for Widevine'
@@ -32623,7 +31568,6 @@
} // if Widevine key attributes are valid, store them as `contentProtection`
// on the manifest to emulate Widevine tag structure in a DASH mpd
-
this.manifest.contentProtection = this.manifest.contentProtection || {};
this.manifest.contentProtection['com.widevine.alpha'] = {
attributes: {
@@ -32632,93 +31576,80 @@
keyId: entry.attributes.KEYID.substring(2)
},
// decode the base64-encoded PSSH box
- pssh: decodeB64ToUint8Array(entry.attributes.URI.split(',')[1])
+ pssh: decodeB64ToUint8Array$1(entry.attributes.URI.split(',')[1])
};
return;
}
-
if (!entry.attributes.METHOD) {
this.trigger('warn', {
message: 'defaulting key method to AES-128'
});
} // setup an encryption key for upcoming segments
-
- _key = {
+ key = {
method: entry.attributes.METHOD || 'AES-128',
uri: entry.attributes.URI
};
-
if (typeof entry.attributes.IV !== 'undefined') {
- _key.iv = entry.attributes.IV;
+ key.iv = entry.attributes.IV;
}
},
- 'media-sequence': function mediaSequence() {
+ 'media-sequence'() {
if (!isFinite(entry.number)) {
this.trigger('warn', {
message: 'ignoring invalid media sequence: ' + entry.number
});
return;
}
-
this.manifest.mediaSequence = entry.number;
},
- 'discontinuity-sequence': function discontinuitySequence() {
+ 'discontinuity-sequence'() {
if (!isFinite(entry.number)) {
this.trigger('warn', {
message: 'ignoring invalid discontinuity sequence: ' + entry.number
});
return;
}
-
this.manifest.discontinuitySequence = entry.number;
currentTimeline = entry.number;
},
- 'playlist-type': function playlistType() {
+ 'playlist-type'() {
if (!/VOD|EVENT/.test(entry.playlistType)) {
this.trigger('warn', {
message: 'ignoring unknown playlist type: ' + entry.playlist
});
return;
}
-
this.manifest.playlistType = entry.playlistType;
},
- map: function map() {
+ map() {
currentMap = {};
-
if (entry.uri) {
currentMap.uri = entry.uri;
}
-
if (entry.byterange) {
currentMap.byterange = entry.byterange;
}
-
- if (_key) {
- currentMap.key = _key;
+ if (key) {
+ currentMap.key = key;
}
},
- 'stream-inf': function streamInf() {
+ 'stream-inf'() {
this.manifest.playlists = uris;
this.manifest.mediaGroups = this.manifest.mediaGroups || defaultMediaGroups;
-
if (!entry.attributes) {
this.trigger('warn', {
message: 'ignoring empty stream-inf attributes'
});
return;
}
-
if (!currentUri.attributes) {
currentUri.attributes = {};
}
-
- _extends_1(currentUri.attributes, entry.attributes);
+ _extends$1(currentUri.attributes, entry.attributes);
},
- media: function media() {
+ media() {
this.manifest.mediaGroups = this.manifest.mediaGroups || defaultMediaGroups;
-
if (!(entry.attributes && entry.attributes.TYPE && entry.attributes['GROUP-ID'] && entry.attributes.NAME)) {
this.trigger('warn', {
message: 'ignoring incomplete or missing media group'
@@ -32726,50 +31657,42 @@
return;
} // find the media group, creating defaults as necessary
-
- var mediaGroupType = this.manifest.mediaGroups[entry.attributes.TYPE];
+ const mediaGroupType = this.manifest.mediaGroups[entry.attributes.TYPE];
mediaGroupType[entry.attributes['GROUP-ID']] = mediaGroupType[entry.attributes['GROUP-ID']] || {};
mediaGroup = mediaGroupType[entry.attributes['GROUP-ID']]; // collect the rendition metadata
rendition = {
- "default": /yes/i.test(entry.attributes.DEFAULT)
+ default: /yes/i.test(entry.attributes.DEFAULT)
};
-
- if (rendition["default"]) {
+ if (rendition.default) {
rendition.autoselect = true;
} else {
rendition.autoselect = /yes/i.test(entry.attributes.AUTOSELECT);
}
-
if (entry.attributes.LANGUAGE) {
rendition.language = entry.attributes.LANGUAGE;
}
-
if (entry.attributes.URI) {
rendition.uri = entry.attributes.URI;
}
-
if (entry.attributes['INSTREAM-ID']) {
rendition.instreamId = entry.attributes['INSTREAM-ID'];
}
-
if (entry.attributes.CHARACTERISTICS) {
rendition.characteristics = entry.attributes.CHARACTERISTICS;
}
-
if (entry.attributes.FORCED) {
rendition.forced = /yes/i.test(entry.attributes.FORCED);
} // insert the new rendition
-
mediaGroup[entry.attributes.NAME] = rendition;
},
- discontinuity: function discontinuity() {
+ discontinuity() {
currentTimeline += 1;
currentUri.discontinuity = true;
this.manifest.discontinuityStarts.push(uris.length);
},
- 'program-date-time': function programDateTime() {
+ 'program-date-time'() {
if (typeof this.manifest.dateTimeString === 'undefined') {
// PROGRAM-DATE-TIME is a media-segment tag, but for backwards
// compatibility, we add the first occurence of the PROGRAM-DATE-TIME tag
@@ -32778,164 +31701,218 @@
this.manifest.dateTimeString = entry.dateTimeString;
this.manifest.dateTimeObject = entry.dateTimeObject;
}
-
currentUri.dateTimeString = entry.dateTimeString;
currentUri.dateTimeObject = entry.dateTimeObject;
+ const {
+ lastProgramDateTime
+ } = this;
+ this.lastProgramDateTime = new Date(entry.dateTimeString).getTime(); // We should extrapolate Program Date Time backward only during first program date time occurrence.
+ // Once we have at least one program date time point, we can always extrapolate it forward using lastProgramDateTime reference.
+
+ if (lastProgramDateTime === null) {
+ // Extrapolate Program Date Time backward
+ // Since it is first program date time occurrence we're assuming that
+ // all this.manifest.segments have no program date time info
+ this.manifest.segments.reduceRight((programDateTime, segment) => {
+ segment.programDateTime = programDateTime - segment.duration * 1000;
+ return segment.programDateTime;
+ }, this.lastProgramDateTime);
+ }
},
- targetduration: function targetduration() {
+ targetduration() {
if (!isFinite(entry.duration) || entry.duration < 0) {
this.trigger('warn', {
message: 'ignoring invalid target duration: ' + entry.duration
});
return;
}
-
this.manifest.targetDuration = entry.duration;
setHoldBack.call(this, this.manifest);
},
- start: function start() {
+ start() {
if (!entry.attributes || isNaN(entry.attributes['TIME-OFFSET'])) {
this.trigger('warn', {
message: 'ignoring start declaration without appropriate attribute list'
});
return;
}
-
this.manifest.start = {
timeOffset: entry.attributes['TIME-OFFSET'],
precise: entry.attributes.PRECISE
};
},
- 'cue-out': function cueOut() {
+ 'cue-out'() {
currentUri.cueOut = entry.data;
},
- 'cue-out-cont': function cueOutCont() {
+ 'cue-out-cont'() {
currentUri.cueOutCont = entry.data;
},
- 'cue-in': function cueIn() {
+ 'cue-in'() {
currentUri.cueIn = entry.data;
},
- 'skip': function skip() {
+ 'skip'() {
this.manifest.skip = camelCaseKeys(entry.attributes);
this.warnOnMissingAttributes_('#EXT-X-SKIP', entry.attributes, ['SKIPPED-SEGMENTS']);
},
- 'part': function part() {
- var _this2 = this;
-
+ 'part'() {
hasParts = true; // parts are always specifed before a segment
- var segmentIndex = this.manifest.segments.length;
- var part = camelCaseKeys(entry.attributes);
+ const segmentIndex = this.manifest.segments.length;
+ const part = camelCaseKeys(entry.attributes);
currentUri.parts = currentUri.parts || [];
currentUri.parts.push(part);
-
if (part.byterange) {
if (!part.byterange.hasOwnProperty('offset')) {
part.byterange.offset = lastPartByterangeEnd;
}
-
lastPartByterangeEnd = part.byterange.offset + part.byterange.length;
}
-
- var partIndex = currentUri.parts.length - 1;
- this.warnOnMissingAttributes_("#EXT-X-PART #" + partIndex + " for segment #" + segmentIndex, entry.attributes, ['URI', 'DURATION']);
-
+ const partIndex = currentUri.parts.length - 1;
+ this.warnOnMissingAttributes_(`#EXT-X-PART #${partIndex} for segment #${segmentIndex}`, entry.attributes, ['URI', 'DURATION']);
if (this.manifest.renditionReports) {
- this.manifest.renditionReports.forEach(function (r, i) {
+ this.manifest.renditionReports.forEach((r, i) => {
if (!r.hasOwnProperty('lastPart')) {
- _this2.trigger('warn', {
- message: "#EXT-X-RENDITION-REPORT #" + i + " lacks required attribute(s): LAST-PART"
+ this.trigger('warn', {
+ message: `#EXT-X-RENDITION-REPORT #${i} lacks required attribute(s): LAST-PART`
});
}
});
}
},
- 'server-control': function serverControl() {
- var attrs = this.manifest.serverControl = camelCaseKeys(entry.attributes);
-
+ 'server-control'() {
+ const attrs = this.manifest.serverControl = camelCaseKeys(entry.attributes);
if (!attrs.hasOwnProperty('canBlockReload')) {
attrs.canBlockReload = false;
this.trigger('info', {
message: '#EXT-X-SERVER-CONTROL defaulting CAN-BLOCK-RELOAD to false'
});
}
-
setHoldBack.call(this, this.manifest);
-
if (attrs.canSkipDateranges && !attrs.hasOwnProperty('canSkipUntil')) {
this.trigger('warn', {
message: '#EXT-X-SERVER-CONTROL lacks required attribute CAN-SKIP-UNTIL which is required when CAN-SKIP-DATERANGES is set'
});
}
},
- 'preload-hint': function preloadHint() {
+ 'preload-hint'() {
// parts are always specifed before a segment
- var segmentIndex = this.manifest.segments.length;
- var hint = camelCaseKeys(entry.attributes);
- var isPart = hint.type && hint.type === 'PART';
+ const segmentIndex = this.manifest.segments.length;
+ const hint = camelCaseKeys(entry.attributes);
+ const isPart = hint.type && hint.type === 'PART';
currentUri.preloadHints = currentUri.preloadHints || [];
currentUri.preloadHints.push(hint);
-
if (hint.byterange) {
if (!hint.byterange.hasOwnProperty('offset')) {
// use last part byterange end or zero if not a part.
hint.byterange.offset = isPart ? lastPartByterangeEnd : 0;
-
if (isPart) {
lastPartByterangeEnd = hint.byterange.offset + hint.byterange.length;
}
}
}
-
- var index = currentUri.preloadHints.length - 1;
- this.warnOnMissingAttributes_("#EXT-X-PRELOAD-HINT #" + index + " for segment #" + segmentIndex, entry.attributes, ['TYPE', 'URI']);
-
+ const index = currentUri.preloadHints.length - 1;
+ this.warnOnMissingAttributes_(`#EXT-X-PRELOAD-HINT #${index} for segment #${segmentIndex}`, entry.attributes, ['TYPE', 'URI']);
if (!hint.type) {
return;
} // search through all preload hints except for the current one for
// a duplicate type.
-
- for (var i = 0; i < currentUri.preloadHints.length - 1; i++) {
- var otherHint = currentUri.preloadHints[i];
-
+ for (let i = 0; i < currentUri.preloadHints.length - 1; i++) {
+ const otherHint = currentUri.preloadHints[i];
if (!otherHint.type) {
continue;
}
-
if (otherHint.type === hint.type) {
this.trigger('warn', {
- message: "#EXT-X-PRELOAD-HINT #" + index + " for segment #" + segmentIndex + " has the same TYPE " + hint.type + " as preload hint #" + i
+ message: `#EXT-X-PRELOAD-HINT #${index} for segment #${segmentIndex} has the same TYPE ${hint.type} as preload hint #${i}`
});
}
}
},
- 'rendition-report': function renditionReport() {
- var report = camelCaseKeys(entry.attributes);
+ 'rendition-report'() {
+ const report = camelCaseKeys(entry.attributes);
this.manifest.renditionReports = this.manifest.renditionReports || [];
this.manifest.renditionReports.push(report);
- var index = this.manifest.renditionReports.length - 1;
- var required = ['LAST-MSN', 'URI'];
-
+ const index = this.manifest.renditionReports.length - 1;
+ const required = ['LAST-MSN', 'URI'];
if (hasParts) {
required.push('LAST-PART');
}
-
- this.warnOnMissingAttributes_("#EXT-X-RENDITION-REPORT #" + index, entry.attributes, required);
+ this.warnOnMissingAttributes_(`#EXT-X-RENDITION-REPORT #${index}`, entry.attributes, required);
},
- 'part-inf': function partInf() {
+ 'part-inf'() {
this.manifest.partInf = camelCaseKeys(entry.attributes);
this.warnOnMissingAttributes_('#EXT-X-PART-INF', entry.attributes, ['PART-TARGET']);
-
if (this.manifest.partInf.partTarget) {
this.manifest.partTargetDuration = this.manifest.partInf.partTarget;
}
-
setHoldBack.call(this, this.manifest);
+ },
+ 'daterange'() {
+ this.manifest.dateRanges.push(camelCaseKeys(entry.attributes));
+ const index = this.manifest.dateRanges.length - 1;
+ this.warnOnMissingAttributes_(`#EXT-X-DATERANGE #${index}`, entry.attributes, ['ID', 'START-DATE']);
+ const dateRange = this.manifest.dateRanges[index];
+ if (dateRange.endDate && dateRange.startDate && new Date(dateRange.endDate) < new Date(dateRange.startDate)) {
+ this.trigger('warn', {
+ message: 'EXT-X-DATERANGE END-DATE must be equal to or later than the value of the START-DATE'
+ });
+ }
+ if (dateRange.duration && dateRange.duration < 0) {
+ this.trigger('warn', {
+ message: 'EXT-X-DATERANGE DURATION must not be negative'
+ });
+ }
+ if (dateRange.plannedDuration && dateRange.plannedDuration < 0) {
+ this.trigger('warn', {
+ message: 'EXT-X-DATERANGE PLANNED-DURATION must not be negative'
+ });
+ }
+ const endOnNextYes = !!dateRange.endOnNext;
+ if (endOnNextYes && !dateRange.class) {
+ this.trigger('warn', {
+ message: 'EXT-X-DATERANGE with an END-ON-NEXT=YES attribute must have a CLASS attribute'
+ });
+ }
+ if (endOnNextYes && (dateRange.duration || dateRange.endDate)) {
+ this.trigger('warn', {
+ message: 'EXT-X-DATERANGE with an END-ON-NEXT=YES attribute must not contain DURATION or END-DATE attributes'
+ });
+ }
+ if (dateRange.duration && dateRange.endDate) {
+ const startDate = dateRange.startDate;
+ const newDateInSeconds = startDate.getTime() + dateRange.duration * 1000;
+ this.manifest.dateRanges[index].endDate = new Date(newDateInSeconds);
+ }
+ if (!dateRangeTags[dateRange.id]) {
+ dateRangeTags[dateRange.id] = dateRange;
+ } else {
+ for (const attribute in dateRangeTags[dateRange.id]) {
+ if (!!dateRange[attribute] && JSON.stringify(dateRangeTags[dateRange.id][attribute]) !== JSON.stringify(dateRange[attribute])) {
+ this.trigger('warn', {
+ message: 'EXT-X-DATERANGE tags with the same ID in a playlist must have the same attributes values'
+ });
+ break;
+ }
+ } // if tags with the same ID do not have conflicting attributes, merge them
+
+ const dateRangeWithSameId = this.manifest.dateRanges.findIndex(dateRangeToFind => dateRangeToFind.id === dateRange.id);
+ this.manifest.dateRanges[dateRangeWithSameId] = _extends$1(this.manifest.dateRanges[dateRangeWithSameId], dateRange);
+ dateRangeTags[dateRange.id] = _extends$1(dateRangeTags[dateRange.id], dateRange); // after merging, delete the duplicate dateRange that was added last
+
+ this.manifest.dateRanges.pop();
+ }
+ },
+ 'independent-segments'() {
+ this.manifest.independentSegments = true;
+ },
+ 'content-steering'() {
+ this.manifest.contentSteering = camelCaseKeys(entry.attributes);
+ this.warnOnMissingAttributes_('#EXT-X-CONTENT-STEERING', entry.attributes, ['SERVER-URI']);
}
})[entry.tagType] || noop).call(self);
},
- uri: function uri() {
+ uri() {
currentUri.uri = entry.uri;
uris.push(currentUri); // if no explicit duration was declared, use the target duration
@@ -32946,25 +31923,27 @@
currentUri.duration = this.manifest.targetDuration;
} // annotate with encryption information, if necessary
-
- if (_key) {
- currentUri.key = _key;
+ if (key) {
+ currentUri.key = key;
}
-
currentUri.timeline = currentTimeline; // annotate with initialization segment information, if necessary
if (currentMap) {
currentUri.map = currentMap;
} // reset the last byterange end as it needs to be 0 between parts
+ lastPartByterangeEnd = 0; // Once we have at least one program date time we can always extrapolate it forward
- lastPartByterangeEnd = 0; // prepare for the next URI
+ if (this.lastProgramDateTime !== null) {
+ currentUri.programDateTime = this.lastProgramDateTime;
+ this.lastProgramDateTime += currentUri.duration * 1000;
+ } // prepare for the next URI
currentUri = {};
},
- comment: function comment() {// comments are not important for playback
+ comment() {// comments are not important for playback
},
- custom: function custom() {
+ custom() {
// if this is segment-level data attach the output to the segment
if (entry.segment) {
currentUri.custom = currentUri.custom || {};
@@ -32976,23 +31955,17 @@
}
})[entry.type].call(self);
});
-
- return _this;
}
-
- var _proto = Parser.prototype;
-
- _proto.warnOnMissingAttributes_ = function warnOnMissingAttributes_(identifier, attributes, required) {
- var missing = [];
+ warnOnMissingAttributes_(identifier, attributes, required) {
+ const missing = [];
required.forEach(function (key) {
if (!attributes.hasOwnProperty(key)) {
missing.push(key);
}
});
-
if (missing.length) {
this.trigger('warn', {
- message: identifier + " lacks required attribute(s): " + missing.join(', ')
+ message: `${identifier} lacks required attribute(s): ${missing.join(', ')}`
});
}
}
@@ -33001,9 +31974,8 @@
*
* @param {string} chunk a potentially incomplete portion of the manifest
*/
- ;
- _proto.push = function push(chunk) {
+ push(chunk) {
this.lineStream.push(chunk);
}
/**
@@ -33011,11 +31983,16 @@
* manifest did not contain a trailing newline but the file has been
* completely received.
*/
- ;
- _proto.end = function end() {
+ end() {
// flush any buffered input
this.lineStream.push('\n');
+ if (this.manifest.dateRanges.length && this.lastProgramDateTime === null) {
+ this.trigger('warn', {
+ message: 'A playlist with EXT-X-DATERANGE tag must contain atleast one EXT-X-PROGRAM-DATE-TIME tag'
+ });
+ }
+ this.lastProgramDateTime = null;
this.trigger('end');
}
/**
@@ -33023,13 +32000,12 @@
*
* @param {Object} options a map of options for the added parser
* @param {RegExp} options.expression a regular expression to match the custom header
- * @param {string} options.type the type to register to the output
+ * @param {string} options.customType the custom type to register to the output
* @param {Function} [options.dataParser] function to parse the line into an object
* @param {boolean} [options.segment] should tag data be attached to the segment object
*/
- ;
- _proto.addParser = function addParser(options) {
+ addParser(options) {
this.parseStream.addParser(options);
}
/**
@@ -33039,14 +32015,11 @@
* @param {RegExp} options.expression a regular expression to match the custom header
* @param {Function} options.map function to translate tag into a different tag
*/
- ;
- _proto.addTagMapper = function addTagMapper(options) {
+ addTagMapper(options) {
this.parseStream.addTagMapper(options);
- };
-
- return Parser;
- }(Stream);
+ }
+ }
var regexs = {
// to determine mime types
@@ -33081,7 +32054,6 @@
if (!codec) {
return codec;
}
-
return codec.replace(/avc1\.(\d+)\.(\d+)/i, function (orig, profile, avcLevel) {
var profileHex = ('00' + Number(profile).toString(16)).slice(-2);
var avcLevelHex = ('00' + Number(avcLevel).toString(16)).slice(-2);
@@ -33114,7 +32086,6 @@
if (codecString === void 0) {
codecString = '';
}
-
var codecs = codecString.split(',');
var result = [];
codecs.forEach(function (codec) {
@@ -33122,11 +32093,9 @@
var codecType;
mediaTypes.forEach(function (name) {
var match = regexs[name].exec(codec.toLowerCase());
-
if (!match || match.length <= 1) {
return;
}
-
codecType = name; // maintain codec case
var type = codec.substring(0, match[1].length);
@@ -33137,7 +32106,6 @@
mediaType: name
});
});
-
if (!codecType) {
result.push({
type: codec,
@@ -33164,43 +32132,35 @@
if (!master.mediaGroups.AUDIO || !audioGroupId) {
return null;
}
-
var audioGroup = master.mediaGroups.AUDIO[audioGroupId];
-
if (!audioGroup) {
return null;
}
-
for (var name in audioGroup) {
var audioType = audioGroup[name];
-
- if (audioType["default"] && audioType.playlists) {
+ if (audioType.default && audioType.playlists) {
// codec should be the same for all playlists within the audio type
return parseCodecs(audioType.playlists[0].attributes.CODECS);
}
}
-
return null;
};
var isAudioCodec = function isAudioCodec(codec) {
if (codec === void 0) {
codec = '';
}
-
return regexs.audio.test(codec.trim().toLowerCase());
};
var isTextCodec = function isTextCodec(codec) {
if (codec === void 0) {
codec = '';
}
-
return regexs.text.test(codec.trim().toLowerCase());
};
var getMimeForCodec = function getMimeForCodec(codecString) {
if (!codecString || typeof codecString !== 'string') {
return;
}
-
var codecs = codecString.toLowerCase().split(',').map(function (c) {
return translateLegacyCodec(c.trim());
}); // default to video type
@@ -33215,7 +32175,6 @@
type = 'application';
} // default the container to mp4
-
var container = 'mp4'; // every codec must be able to go into the container
// for that container to be the correct one
@@ -33232,32 +32191,27 @@
})) {
container = 'ogg';
}
-
return type + "/" + container + ";codecs=\"" + codecString + "\"";
};
var browserSupportsCodec = function browserSupportsCodec(codecString) {
if (codecString === void 0) {
codecString = '';
}
-
return window.MediaSource && window.MediaSource.isTypeSupported && window.MediaSource.isTypeSupported(getMimeForCodec(codecString)) || false;
};
var muxerSupportsCodec = function muxerSupportsCodec(codecString) {
if (codecString === void 0) {
codecString = '';
}
-
return codecString.toLowerCase().split(',').every(function (codec) {
codec = codec.trim(); // any match is supported.
for (var i = 0; i < upperMediaTypes.length; i++) {
var type = upperMediaTypes[i];
-
if (regexs["muxer" + type].test(codec)) {
return true;
}
}
-
return false;
});
};
@@ -33282,7 +32236,6 @@
if (MPEGURL_REGEX.test(type)) {
return 'hls';
}
-
if (DASH_REGEX.test(type)) {
return 'dash';
} // Denotes the special case of a manifest object passed to http-streaming instead of a
@@ -33293,11 +32246,9 @@
// In this case, vnd stands for vendor, video.js for the organization, VHS for this
// project, and the +json suffix identifies the structure of the media type.
-
if (type === 'application/vnd.videojs.vhs+json') {
return 'vhs-json';
}
-
return null;
};
@@ -33305,7 +32256,6 @@
// we used to do this with log2 but BigInt does not support builtin math
// Math.ceil(log2(x));
-
var countBits = function countBits(x) {
return x.toString(2).length;
}; // count the number of whole bytes it would take to represent a number
@@ -33317,7 +32267,6 @@
if (ArrayBuffer.isView === 'function') {
return ArrayBuffer.isView(obj);
}
-
return obj && obj.buffer instanceof ArrayBuffer;
};
var isTypedArray = function isTypedArray(obj) {
@@ -33327,7 +32276,6 @@
if (bytes instanceof Uint8Array) {
return bytes;
}
-
if (!Array.isArray(bytes) && !isTypedArray(bytes) && !(bytes instanceof ArrayBuffer)) {
// any non-number or NaN leads to empty uint8array
// eslint-disable-next-line
@@ -33337,104 +32285,98 @@
bytes = [bytes];
}
}
-
return new Uint8Array(bytes && bytes.buffer || bytes, bytes && bytes.byteOffset || 0, bytes && bytes.byteLength || 0);
};
var BigInt = window.BigInt || Number;
var BYTE_TABLE = [BigInt('0x1'), BigInt('0x100'), BigInt('0x10000'), BigInt('0x1000000'), BigInt('0x100000000'), BigInt('0x10000000000'), BigInt('0x1000000000000'), BigInt('0x100000000000000'), BigInt('0x10000000000000000')];
+ (function () {
+ var a = new Uint16Array([0xFFCC]);
+ var b = new Uint8Array(a.buffer, a.byteOffset, a.byteLength);
+ if (b[0] === 0xFF) {
+ return 'big';
+ }
+ if (b[0] === 0xCC) {
+ return 'little';
+ }
+ return 'unknown';
+ })();
var bytesToNumber = function bytesToNumber(bytes, _temp) {
var _ref = _temp === void 0 ? {} : _temp,
- _ref$signed = _ref.signed,
- signed = _ref$signed === void 0 ? false : _ref$signed,
- _ref$le = _ref.le,
- le = _ref$le === void 0 ? false : _ref$le;
-
+ _ref$signed = _ref.signed,
+ signed = _ref$signed === void 0 ? false : _ref$signed,
+ _ref$le = _ref.le,
+ le = _ref$le === void 0 ? false : _ref$le;
bytes = toUint8(bytes);
var fn = le ? 'reduce' : 'reduceRight';
var obj = bytes[fn] ? bytes[fn] : Array.prototype[fn];
- var number = obj.call(bytes, function (total, _byte, i) {
+ var number = obj.call(bytes, function (total, byte, i) {
var exponent = le ? i : Math.abs(i + 1 - bytes.length);
- return total + BigInt(_byte) * BYTE_TABLE[exponent];
+ return total + BigInt(byte) * BYTE_TABLE[exponent];
}, BigInt(0));
-
if (signed) {
var max = BYTE_TABLE[bytes.length] / BigInt(2) - BigInt(1);
number = BigInt(number);
-
if (number > max) {
number -= max;
number -= max;
number -= BigInt(2);
}
}
-
return Number(number);
};
var numberToBytes = function numberToBytes(number, _temp2) {
var _ref2 = _temp2 === void 0 ? {} : _temp2,
- _ref2$le = _ref2.le,
- le = _ref2$le === void 0 ? false : _ref2$le; // eslint-disable-next-line
-
+ _ref2$le = _ref2.le,
+ le = _ref2$le === void 0 ? false : _ref2$le;
+ // eslint-disable-next-line
if (typeof number !== 'bigint' && typeof number !== 'number' || typeof number === 'number' && number !== number) {
number = 0;
}
-
number = BigInt(number);
var byteCount = countBytes(number);
var bytes = new Uint8Array(new ArrayBuffer(byteCount));
-
for (var i = 0; i < byteCount; i++) {
var byteIndex = le ? i : Math.abs(i + 1 - bytes.length);
bytes[byteIndex] = Number(number / BYTE_TABLE[i] & BigInt(0xFF));
-
if (number < 0) {
bytes[byteIndex] = Math.abs(~bytes[byteIndex]);
bytes[byteIndex] -= i === 0 ? 1 : 2;
}
}
-
return bytes;
};
var stringToBytes = function stringToBytes(string, stringIsBytes) {
if (typeof string !== 'string' && string && typeof string.toString === 'function') {
string = string.toString();
}
-
if (typeof string !== 'string') {
return new Uint8Array();
} // If the string already is bytes, we don't have to do this
// otherwise we do this so that we split multi length characters
// into individual bytes
-
if (!stringIsBytes) {
string = unescape(encodeURIComponent(string));
}
-
var view = new Uint8Array(string.length);
-
for (var i = 0; i < string.length; i++) {
view[i] = string.charCodeAt(i);
}
-
return view;
};
var concatTypedArrays = function concatTypedArrays() {
for (var _len = arguments.length, buffers = new Array(_len), _key = 0; _key < _len; _key++) {
buffers[_key] = arguments[_key];
}
-
buffers = buffers.filter(function (b) {
return b && (b.byteLength || b.length) && typeof b !== 'string';
});
-
if (buffers.length <= 1) {
// for 0 length we will return empty uint8
// for 1 length we return the first uint8
return toUint8(buffers[0]);
}
-
var totalLen = buffers.reduce(function (total, buf, i) {
return total + (buf.byteLength || buf.length);
}, 0);
@@ -33472,16 +32414,16 @@
var bytesMatch = function bytesMatch(a, b, _temp3) {
var _ref3 = _temp3 === void 0 ? {} : _temp3,
- _ref3$offset = _ref3.offset,
- offset = _ref3$offset === void 0 ? 0 : _ref3$offset,
- _ref3$mask = _ref3.mask,
- mask = _ref3$mask === void 0 ? [] : _ref3$mask;
-
+ _ref3$offset = _ref3.offset,
+ offset = _ref3$offset === void 0 ? 0 : _ref3$offset,
+ _ref3$mask = _ref3.mask,
+ mask = _ref3$mask === void 0 ? [] : _ref3$mask;
a = toUint8(a);
b = toUint8(b); // ie 11 does not support uint8 every
var fn = b.every ? b.every : Array.prototype.every;
- return b.length && a.length - offset >= b.length && // ie 11 doesn't support every on uin8
+ return b.length && a.length - offset >= b.length &&
+ // ie 11 doesn't support every on uin8
fn.call(b, function (bByte, i) {
var aByte = mask[i] ? mask[i] & a[offset + i] : a[offset + i];
return bByte === aByte;
@@ -33510,6 +32452,50 @@
});
};
+ var atob = function atob(s) {
+ return window.atob ? window.atob(s) : Buffer.from(s, 'base64').toString('binary');
+ };
+ function decodeB64ToUint8Array(b64Text) {
+ var decodedString = atob(b64Text);
+ var array = new Uint8Array(decodedString.length);
+ for (var i = 0; i < decodedString.length; i++) {
+ array[i] = decodedString.charCodeAt(i);
+ }
+ return array;
+ }
+
+ /**
+ * Ponyfill for `Array.prototype.find` which is only available in ES6 runtimes.
+ *
+ * Works with anything that has a `length` property and index access properties, including NodeList.
+ *
+ * @template {unknown} T
+ * @param {Array | ({length:number, [number]: T})} list
+ * @param {function (item: T, index: number, list:Array | ({length:number, [number]: T})):boolean} predicate
+ * @param {Partial>?} ac `Array.prototype` by default,
+ * allows injecting a custom implementation in tests
+ * @returns {T | undefined}
+ *
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find
+ * @see https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.find
+ */
+ function find$1(list, predicate, ac) {
+ if (ac === undefined) {
+ ac = Array.prototype;
+ }
+ if (list && typeof ac.find === 'function') {
+ return ac.find.call(list, predicate);
+ }
+ for (var i = 0; i < list.length; i++) {
+ if (Object.prototype.hasOwnProperty.call(list, i)) {
+ var item = list[i];
+ if (predicate.call(undefined, item, i, list)) {
+ return item;
+ }
+ }
+ }
+ }
+
/**
* "Shallow freezes" an object to render it immutable.
* Uses `Object.freeze` if available,
@@ -33525,14 +32511,38 @@
*
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze
*/
-
function freeze(object, oc) {
if (oc === undefined) {
oc = Object;
}
-
return oc && typeof oc.freeze === 'function' ? oc.freeze(object) : object;
}
+
+ /**
+ * Since we can not rely on `Object.assign` we provide a simplified version
+ * that is sufficient for our needs.
+ *
+ * @param {Object} target
+ * @param {Object | null | undefined} source
+ *
+ * @returns {Object} target
+ * @throws TypeError if target is not an object
+ *
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
+ * @see https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.assign
+ */
+ function assign(target, source) {
+ if (target === null || typeof target !== 'object') {
+ throw new TypeError('target is not an object');
+ }
+ for (var key in source) {
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
+ target[key] = source[key];
+ }
+ }
+ return target;
+ }
+
/**
* All mime types that are allowed as input to `DOMParser.parseFromString`
*
@@ -33540,8 +32550,6 @@
* @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#domparsersupportedtype WHATWG HTML Spec
* @see DOMParser.prototype.parseFromString
*/
-
-
var MIME_TYPE = freeze({
/**
* `text/html`, the only mime type that triggers treating an XML document as HTML.
@@ -33553,7 +32561,6 @@
* @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring WHATWG HTML Spec
*/
HTML: 'text/html',
-
/**
* Helper method to check a mime type if it indicates an HTML document
*
@@ -33564,10 +32571,9 @@
* @see https://en.wikipedia.org/wiki/HTML Wikipedia
* @see https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString MDN
* @see https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-domparser-parsefromstring */
- isHTML: function isHTML(value) {
+ isHTML: function (value) {
return value === MIME_TYPE.HTML;
},
-
/**
* `application/xml`, the standard mime type for XML documents.
*
@@ -33576,7 +32582,6 @@
* @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia
*/
XML_APPLICATION: 'application/xml',
-
/**
* `text/html`, an alias for `application/xml`.
*
@@ -33585,7 +32590,6 @@
* @see https://en.wikipedia.org/wiki/XML_and_MIME Wikipedia
*/
XML_TEXT: 'text/xml',
-
/**
* `application/xhtml+xml`, indicates an XML document that has the default HTML namespace,
* but is parsed as an XML document.
@@ -33595,7 +32599,6 @@
* @see https://en.wikipedia.org/wiki/XHTML Wikipedia
*/
XML_XHTML_APPLICATION: 'application/xhtml+xml',
-
/**
* `image/svg+xml`,
*
@@ -33605,12 +32608,12 @@
*/
XML_SVG_IMAGE: 'image/svg+xml'
});
+
/**
* Namespaces that are used in this code base.
*
* @see http://www.w3.org/TR/REC-xml-names
*/
-
var NAMESPACE$3 = freeze({
/**
* The XHTML namespace.
@@ -33618,7 +32621,6 @@
* @see http://www.w3.org/1999/xhtml
*/
HTML: 'http://www.w3.org/1999/xhtml',
-
/**
* Checks if `uri` equals `NAMESPACE.HTML`.
*
@@ -33626,24 +32628,21 @@
*
* @see NAMESPACE.HTML
*/
- isHTML: function isHTML(uri) {
+ isHTML: function (uri) {
return uri === NAMESPACE$3.HTML;
},
-
/**
* The SVG namespace.
*
* @see http://www.w3.org/2000/svg
*/
SVG: 'http://www.w3.org/2000/svg',
-
/**
* The `xml:` namespace.
*
* @see http://www.w3.org/XML/1998/namespace
*/
XML: 'http://www.w3.org/XML/1998/namespace',
-
/**
* The `xmlns:` namespace
*
@@ -33651,22 +32650,27 @@
*/
XMLNS: 'http://www.w3.org/2000/xmlns/'
});
+ var assign_1 = assign;
+ var find_1 = find$1;
var freeze_1 = freeze;
var MIME_TYPE_1 = MIME_TYPE;
var NAMESPACE_1 = NAMESPACE$3;
var conventions = {
+ assign: assign_1,
+ find: find_1,
freeze: freeze_1,
MIME_TYPE: MIME_TYPE_1,
NAMESPACE: NAMESPACE_1
};
+ var find = conventions.find;
var NAMESPACE$2 = conventions.NAMESPACE;
+
/**
* A prerequisite for `[].filter`, to drop elements that are empty
* @param {string} input
* @returns {boolean}
*/
-
function notEmptyString(input) {
return input !== '';
}
@@ -33677,12 +32681,11 @@
* @param {string} input
* @returns {string[]} (can be empty)
*/
-
-
function splitOnASCIIWhitespace(input) {
// U+0009 TAB, U+000A LF, U+000C FF, U+000D CR, U+0020 SPACE
return input ? input.split(/[\t\n\f\r ]+/).filter(notEmptyString) : [];
}
+
/**
* Adds element as a key to current if it is not already present.
*
@@ -33690,27 +32693,24 @@
* @param {string} element
* @returns {Record}
*/
-
-
function orderedSetReducer(current, element) {
if (!current.hasOwnProperty(element)) {
current[element] = true;
}
-
return current;
}
+
/**
* @see https://infra.spec.whatwg.org/#ordered-set
* @param {string} input
* @returns {string[]}
*/
-
-
function toOrderedSet(input) {
if (!input) return [];
var list = splitOnASCIIWhitespace(input);
return Object.keys(list.reduce(orderedSetReducer, {}));
}
+
/**
* Uses `list.indexOf` to implement something like `Array.prototype.includes`,
* which we can not rely on being available.
@@ -33718,46 +32718,41 @@
* @param {any[]} list
* @returns {function(any): boolean}
*/
-
-
function arrayIncludes(list) {
return function (element) {
return list && list.indexOf(element) !== -1;
};
}
-
function copy(src, dest) {
for (var p in src) {
- dest[p] = src[p];
+ if (Object.prototype.hasOwnProperty.call(src, p)) {
+ dest[p] = src[p];
+ }
}
}
+
/**
^\w+\.prototype\.([_\w]+)\s*=\s*((?:.*\{\s*?[\r\n][\s\S]*?^})|\S.*?(?=[;\r\n]));?
^\w+\.prototype\.([_\w]+)\s*=\s*(\S.*?(?=[;\r\n]));?
*/
-
-
function _extends(Class, Super) {
var pt = Class.prototype;
-
if (!(pt instanceof Super)) {
- var t = function t() {};
+ function t() {}
t.prototype = Super.prototype;
t = new t();
copy(pt, t);
Class.prototype = pt = t;
}
-
if (pt.constructor != Class) {
if (typeof Class != 'function') {
console.error("unknown Class:" + Class);
}
-
pt.constructor = Class;
}
- } // Node Types
-
+ }
+ // Node Types
var NodeType = {};
var ELEMENT_NODE = NodeType.ELEMENT_NODE = 1;
var ATTRIBUTE_NODE = NodeType.ATTRIBUTE_NODE = 2;
@@ -33770,8 +32765,9 @@
var DOCUMENT_NODE = NodeType.DOCUMENT_NODE = 9;
var DOCUMENT_TYPE_NODE = NodeType.DOCUMENT_TYPE_NODE = 10;
var DOCUMENT_FRAGMENT_NODE = NodeType.DOCUMENT_FRAGMENT_NODE = 11;
- var NOTATION_NODE = NodeType.NOTATION_NODE = 12; // ExceptionCode
+ var NOTATION_NODE = NodeType.NOTATION_NODE = 12;
+ // ExceptionCode
var ExceptionCode = {};
var ExceptionMessage = {};
ExceptionCode.INDEX_SIZE_ERR = (ExceptionMessage[1] = "Index size error", 1);
@@ -33783,20 +32779,20 @@
ExceptionCode.NO_MODIFICATION_ALLOWED_ERR = (ExceptionMessage[7] = "No modification allowed", 7);
var NOT_FOUND_ERR = ExceptionCode.NOT_FOUND_ERR = (ExceptionMessage[8] = "Not found", 8);
ExceptionCode.NOT_SUPPORTED_ERR = (ExceptionMessage[9] = "Not supported", 9);
- var INUSE_ATTRIBUTE_ERR = ExceptionCode.INUSE_ATTRIBUTE_ERR = (ExceptionMessage[10] = "Attribute in use", 10); //level2
-
+ var INUSE_ATTRIBUTE_ERR = ExceptionCode.INUSE_ATTRIBUTE_ERR = (ExceptionMessage[10] = "Attribute in use", 10);
+ //level2
ExceptionCode.INVALID_STATE_ERR = (ExceptionMessage[11] = "Invalid state", 11);
ExceptionCode.SYNTAX_ERR = (ExceptionMessage[12] = "Syntax error", 12);
ExceptionCode.INVALID_MODIFICATION_ERR = (ExceptionMessage[13] = "Invalid modification", 13);
ExceptionCode.NAMESPACE_ERR = (ExceptionMessage[14] = "Invalid namespace", 14);
ExceptionCode.INVALID_ACCESS_ERR = (ExceptionMessage[15] = "Invalid access", 15);
+
/**
* DOM Level 2
* Object DOMException
* @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html
* @see http://www.w3.org/TR/REC-DOM-Level-1/ecma-script-language-binding.html
*/
-
function DOMException(code, message) {
if (message instanceof Error) {
var error = message;
@@ -33806,19 +32802,18 @@
this.message = ExceptionMessage[code];
if (Error.captureStackTrace) Error.captureStackTrace(this, DOMException);
}
-
error.code = code;
if (message) this.message = this.message + ": " + message;
return error;
}
DOMException.prototype = Error.prototype;
copy(ExceptionCode, DOMException);
+
/**
* @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177
* The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. NodeList objects in the DOM are live.
* The items in the NodeList are accessible via an integral index, starting from 0.
*/
-
function NodeList() {}
NodeList.prototype = {
/**
@@ -33826,55 +32821,67 @@
* @standard level1
*/
length: 0,
-
/**
* Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
* @standard level1
- * @param index unsigned long
+ * @param index unsigned long
* Index into the collection.
* @return Node
- * The node at the indexth position in the NodeList, or null if that is not a valid index.
+ * The node at the indexth position in the NodeList, or null if that is not a valid index.
*/
- item: function item(index) {
- return this[index] || null;
+ item: function (index) {
+ return index >= 0 && index < this.length ? this[index] : null;
},
- toString: function toString(isHTML, nodeFilter) {
+ toString: function (isHTML, nodeFilter) {
for (var buf = [], i = 0; i < this.length; i++) {
serializeToString(this[i], buf, isHTML, nodeFilter);
}
-
return buf.join('');
+ },
+ /**
+ * @private
+ * @param {function (Node):boolean} predicate
+ * @returns {Node[]}
+ */
+ filter: function (predicate) {
+ return Array.prototype.filter.call(this, predicate);
+ },
+ /**
+ * @private
+ * @param {Node} item
+ * @returns {number}
+ */
+ indexOf: function (item) {
+ return Array.prototype.indexOf.call(this, item);
}
};
-
function LiveNodeList(node, refresh) {
this._node = node;
this._refresh = refresh;
-
_updateLiveList(this);
}
-
function _updateLiveList(list) {
var inc = list._node._inc || list._node.ownerDocument._inc;
-
- if (list._inc != inc) {
- var ls = list._refresh(list._node); //console.log(ls.length)
-
-
+ if (list._inc !== inc) {
+ var ls = list._refresh(list._node);
__set__(list, 'length', ls.length);
-
+ if (!list.$$length || ls.length < list.$$length) {
+ for (var i = ls.length; i in list; i++) {
+ if (Object.prototype.hasOwnProperty.call(list, i)) {
+ delete list[i];
+ }
+ }
+ }
copy(ls, list);
list._inc = inc;
}
}
-
LiveNodeList.prototype.item = function (i) {
_updateLiveList(this);
-
- return this[i];
+ return this[i] || null;
};
-
_extends(LiveNodeList, NodeList);
+
/**
* Objects implementing the NamedNodeMap interface are used
* to represent collections of nodes that can be accessed by name.
@@ -33884,148 +32891,116 @@
* but this is simply to allow convenient enumeration of the contents of a NamedNodeMap,
* and does not imply that the DOM specifies an order to these Nodes.
* NamedNodeMap objects in the DOM are live.
- * used for attributes or DocumentType entities
+ * used for attributes or DocumentType entities
*/
-
-
function NamedNodeMap() {}
-
function _findNodeIndex(list, node) {
var i = list.length;
-
while (i--) {
if (list[i] === node) {
return i;
}
}
}
-
function _addNamedNode(el, list, newAttr, oldAttr) {
if (oldAttr) {
list[_findNodeIndex(list, oldAttr)] = newAttr;
} else {
list[list.length++] = newAttr;
}
-
if (el) {
newAttr.ownerElement = el;
var doc = el.ownerDocument;
-
if (doc) {
oldAttr && _onRemoveAttribute(doc, el, oldAttr);
-
_onAddAttribute(doc, el, newAttr);
}
}
}
-
function _removeNamedNode(el, list, attr) {
//console.log('remove attr:'+attr)
var i = _findNodeIndex(list, attr);
-
if (i >= 0) {
var lastIndex = list.length - 1;
-
while (i < lastIndex) {
list[i] = list[++i];
}
-
list.length = lastIndex;
-
if (el) {
var doc = el.ownerDocument;
-
if (doc) {
_onRemoveAttribute(doc, el, attr);
-
attr.ownerElement = null;
}
}
} else {
- throw DOMException(NOT_FOUND_ERR, new Error(el.tagName + '@' + attr));
+ throw new DOMException(NOT_FOUND_ERR, new Error(el.tagName + '@' + attr));
}
}
-
NamedNodeMap.prototype = {
length: 0,
item: NodeList.prototype.item,
- getNamedItem: function getNamedItem(key) {
+ getNamedItem: function (key) {
// if(key.indexOf(':')>0 || key == 'xmlns'){
// return null;
// }
//console.log()
var i = this.length;
-
while (i--) {
- var attr = this[i]; //console.log(attr.nodeName,key)
-
+ var attr = this[i];
+ //console.log(attr.nodeName,key)
if (attr.nodeName == key) {
return attr;
}
}
},
- setNamedItem: function setNamedItem(attr) {
+ setNamedItem: function (attr) {
var el = attr.ownerElement;
-
if (el && el != this._ownerElement) {
throw new DOMException(INUSE_ATTRIBUTE_ERR);
}
-
var oldAttr = this.getNamedItem(attr.nodeName);
-
_addNamedNode(this._ownerElement, this, attr, oldAttr);
-
return oldAttr;
},
-
/* returns Node */
- setNamedItemNS: function setNamedItemNS(attr) {
+ setNamedItemNS: function (attr) {
// raises: WRONG_DOCUMENT_ERR,NO_MODIFICATION_ALLOWED_ERR,INUSE_ATTRIBUTE_ERR
var el = attr.ownerElement,
- oldAttr;
-
+ oldAttr;
if (el && el != this._ownerElement) {
throw new DOMException(INUSE_ATTRIBUTE_ERR);
}
-
oldAttr = this.getNamedItemNS(attr.namespaceURI, attr.localName);
-
_addNamedNode(this._ownerElement, this, attr, oldAttr);
-
return oldAttr;
},
-
/* returns Node */
- removeNamedItem: function removeNamedItem(key) {
+ removeNamedItem: function (key) {
var attr = this.getNamedItem(key);
-
_removeNamedNode(this._ownerElement, this, attr);
-
return attr;
},
// raises: NOT_FOUND_ERR,NO_MODIFICATION_ALLOWED_ERR
+
//for level2
- removeNamedItemNS: function removeNamedItemNS(namespaceURI, localName) {
+ removeNamedItemNS: function (namespaceURI, localName) {
var attr = this.getNamedItemNS(namespaceURI, localName);
-
_removeNamedNode(this._ownerElement, this, attr);
-
return attr;
},
- getNamedItemNS: function getNamedItemNS(namespaceURI, localName) {
+ getNamedItemNS: function (namespaceURI, localName) {
var i = this.length;
-
while (i--) {
var node = this[i];
-
if (node.localName == localName && node.namespaceURI == namespaceURI) {
return node;
}
}
-
return null;
}
};
+
/**
* The DOMImplementation interface represents an object providing methods
* which are not dependent on any particular document.
@@ -34041,9 +33016,7 @@
* @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-102161490 DOM Level 3 Core
* @see https://dom.spec.whatwg.org/#domimplementation DOM Living Standard
*/
-
function DOMImplementation$1() {}
-
DOMImplementation$1.prototype = {
/**
* The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given feature is supported.
@@ -34060,10 +33033,9 @@
* @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core
* @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard
*/
- hasFeature: function hasFeature(feature, version) {
+ hasFeature: function (feature, version) {
return true;
},
-
/**
* Creates an XML Document object of the specified type with its document element.
*
@@ -34086,24 +33058,20 @@
* @see https://www.w3.org/TR/xml/#NT-NameStartChar XML Spec: Names
* @see https://www.w3.org/TR/xml-names/#ns-qualnames XML Namespaces: Qualified names
*/
- createDocument: function createDocument(namespaceURI, qualifiedName, doctype) {
+ createDocument: function (namespaceURI, qualifiedName, doctype) {
var doc = new Document();
doc.implementation = this;
doc.childNodes = new NodeList();
doc.doctype = doctype || null;
-
if (doctype) {
doc.appendChild(doctype);
}
-
if (qualifiedName) {
var root = doc.createElementNS(namespaceURI, qualifiedName);
doc.appendChild(root);
}
-
return doc;
},
-
/**
* Returns a doctype, with the given `qualifiedName`, `publicId`, and `systemId`.
*
@@ -34125,7 +33093,7 @@
* @see https://www.w3.org/TR/xml/#NT-NameStartChar XML Spec: Names
* @see https://www.w3.org/TR/xml-names/#ns-qualnames XML Namespaces: Qualified names
*/
- createDocumentType: function createDocumentType(qualifiedName, publicId, systemId) {
+ createDocumentType: function (qualifiedName, publicId, systemId) {
var node = new DocumentType();
node.name = qualifiedName;
node.nodeName = qualifiedName;
@@ -34134,6 +33102,7 @@
return node;
}
};
+
/**
* @see http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247
*/
@@ -34153,37 +33122,34 @@
prefix: null,
localName: null,
// Modified in DOM Level 2:
- insertBefore: function insertBefore(newChild, refChild) {
- //raises
+ insertBefore: function (newChild, refChild) {
+ //raises
return _insertBefore(this, newChild, refChild);
},
- replaceChild: function replaceChild(newChild, oldChild) {
- //raises
- this.insertBefore(newChild, oldChild);
-
+ replaceChild: function (newChild, oldChild) {
+ //raises
+ _insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);
if (oldChild) {
this.removeChild(oldChild);
}
},
- removeChild: function removeChild(oldChild) {
+ removeChild: function (oldChild) {
return _removeChild(this, oldChild);
},
- appendChild: function appendChild(newChild) {
+ appendChild: function (newChild) {
return this.insertBefore(newChild, null);
},
- hasChildNodes: function hasChildNodes() {
+ hasChildNodes: function () {
return this.firstChild != null;
},
- cloneNode: function cloneNode(deep) {
- return _cloneNode(this.ownerDocument || this, this, deep);
+ cloneNode: function (deep) {
+ return cloneNode(this.ownerDocument || this, this, deep);
},
// Modified in DOM Level 2:
- normalize: function normalize() {
+ normalize: function () {
var child = this.firstChild;
-
while (child) {
var next = child.nextSibling;
-
if (next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE) {
this.removeChild(next);
child.appendData(next.data);
@@ -34194,14 +33160,13 @@
}
},
// Introduced in DOM Level 2:
- isSupported: function isSupported(feature, version) {
+ isSupported: function (feature, version) {
return this.ownerDocument.implementation.hasFeature(feature, version);
},
// Introduced in DOM Level 2:
- hasAttributes: function hasAttributes() {
+ hasAttributes: function () {
return this.attributes.length > 0;
},
-
/**
* Look up the prefix associated to the given namespace URI, starting from this node.
* **The default namespace declarations are ignored by this method.**
@@ -34216,66 +33181,57 @@
* @see https://dom.spec.whatwg.org/#dom-node-lookupprefix
* @see https://github.com/xmldom/xmldom/issues/322
*/
- lookupPrefix: function lookupPrefix(namespaceURI) {
+ lookupPrefix: function (namespaceURI) {
var el = this;
-
while (el) {
- var map = el._nsMap; //console.dir(map)
-
+ var map = el._nsMap;
+ //console.dir(map)
if (map) {
for (var n in map) {
- if (map[n] == namespaceURI) {
+ if (Object.prototype.hasOwnProperty.call(map, n) && map[n] === namespaceURI) {
return n;
}
}
}
-
el = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;
}
-
return null;
},
// Introduced in DOM Level 3:
- lookupNamespaceURI: function lookupNamespaceURI(prefix) {
+ lookupNamespaceURI: function (prefix) {
var el = this;
-
while (el) {
- var map = el._nsMap; //console.dir(map)
-
+ var map = el._nsMap;
+ //console.dir(map)
if (map) {
- if (prefix in map) {
+ if (Object.prototype.hasOwnProperty.call(map, prefix)) {
return map[prefix];
}
}
-
el = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;
}
-
return null;
},
// Introduced in DOM Level 3:
- isDefaultNamespace: function isDefaultNamespace(namespaceURI) {
+ isDefaultNamespace: function (namespaceURI) {
var prefix = this.lookupPrefix(namespaceURI);
return prefix == null;
}
};
-
function _xmlEncoder(c) {
return c == '<' && '<' || c == '>' && '>' || c == '&' && '&' || c == '"' && '"' || '' + c.charCodeAt() + ';';
}
-
copy(NodeType, Node);
copy(NodeType, Node.prototype);
+
/**
* @param callback return true for continue,false for break
* @return boolean true: break visit;
*/
-
function _visitNode(node, callback) {
if (callback(node)) {
return true;
}
-
if (node = node.firstChild) {
do {
if (_visitNode(node, callback)) {
@@ -34284,168 +33240,408 @@
} while (node = node.nextSibling);
}
}
-
- function Document() {}
-
+ function Document() {
+ this.ownerDocument = this;
+ }
function _onAddAttribute(doc, el, newAttr) {
doc && doc._inc++;
var ns = newAttr.namespaceURI;
-
if (ns === NAMESPACE$2.XMLNS) {
//update namespace
el._nsMap[newAttr.prefix ? newAttr.localName : ''] = newAttr.value;
}
}
-
function _onRemoveAttribute(doc, el, newAttr, remove) {
doc && doc._inc++;
var ns = newAttr.namespaceURI;
-
if (ns === NAMESPACE$2.XMLNS) {
//update namespace
delete el._nsMap[newAttr.prefix ? newAttr.localName : ''];
}
}
+ /**
+ * Updates `el.childNodes`, updating the indexed items and it's `length`.
+ * Passing `newChild` means it will be appended.
+ * Otherwise it's assumed that an item has been removed,
+ * and `el.firstNode` and it's `.nextSibling` are used
+ * to walk the current list of child nodes.
+ *
+ * @param {Document} doc
+ * @param {Node} el
+ * @param {Node} [newChild]
+ * @private
+ */
function _onUpdateChild(doc, el, newChild) {
if (doc && doc._inc) {
- doc._inc++; //update childNodes
-
+ doc._inc++;
+ //update childNodes
var cs = el.childNodes;
-
if (newChild) {
cs[cs.length++] = newChild;
} else {
- //console.log(1)
var child = el.firstChild;
var i = 0;
-
while (child) {
cs[i++] = child;
child = child.nextSibling;
}
-
cs.length = i;
+ delete cs[cs.length];
}
}
}
+
/**
- * attributes;
- * children;
- *
- * writeable properties:
- * nodeValue,Attr:value,CharacterData:data
- * prefix
+ * Removes the connections between `parentNode` and `child`
+ * and any existing `child.previousSibling` or `child.nextSibling`.
+ *
+ * @see https://github.com/xmldom/xmldom/issues/135
+ * @see https://github.com/xmldom/xmldom/issues/145
+ *
+ * @param {Node} parentNode
+ * @param {Node} child
+ * @returns {Node} the child that was removed.
+ * @private
*/
-
-
function _removeChild(parentNode, child) {
var previous = child.previousSibling;
var next = child.nextSibling;
-
if (previous) {
previous.nextSibling = next;
} else {
parentNode.firstChild = next;
}
-
if (next) {
next.previousSibling = previous;
} else {
parentNode.lastChild = previous;
}
-
+ child.parentNode = null;
+ child.previousSibling = null;
+ child.nextSibling = null;
_onUpdateChild(parentNode.ownerDocument, parentNode);
-
return child;
}
+
/**
- * preformance key(refChild == null)
+ * Returns `true` if `node` can be a parent for insertion.
+ * @param {Node} node
+ * @returns {boolean}
*/
+ function hasValidParentNodeType(node) {
+ return node && (node.nodeType === Node.DOCUMENT_NODE || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.ELEMENT_NODE);
+ }
+ /**
+ * Returns `true` if `node` can be inserted according to it's `nodeType`.
+ * @param {Node} node
+ * @returns {boolean}
+ */
+ function hasInsertableNodeType(node) {
+ return node && (isElementNode(node) || isTextNode(node) || isDocTypeNode(node) || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.COMMENT_NODE || node.nodeType === Node.PROCESSING_INSTRUCTION_NODE);
+ }
- function _insertBefore(parentNode, newChild, nextChild) {
- var cp = newChild.parentNode;
+ /**
+ * Returns true if `node` is a DOCTYPE node
+ * @param {Node} node
+ * @returns {boolean}
+ */
+ function isDocTypeNode(node) {
+ return node && node.nodeType === Node.DOCUMENT_TYPE_NODE;
+ }
- if (cp) {
- cp.removeChild(newChild); //remove and update
+ /**
+ * Returns true if the node is an element
+ * @param {Node} node
+ * @returns {boolean}
+ */
+ function isElementNode(node) {
+ return node && node.nodeType === Node.ELEMENT_NODE;
+ }
+ /**
+ * Returns true if `node` is a text node
+ * @param {Node} node
+ * @returns {boolean}
+ */
+ function isTextNode(node) {
+ return node && node.nodeType === Node.TEXT_NODE;
+ }
+
+ /**
+ * Check if en element node can be inserted before `child`, or at the end if child is falsy,
+ * according to the presence and position of a doctype node on the same level.
+ *
+ * @param {Document} doc The document node
+ * @param {Node} child the node that would become the nextSibling if the element would be inserted
+ * @returns {boolean} `true` if an element can be inserted before child
+ * @private
+ * https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity
+ */
+ function isElementInsertionPossible(doc, child) {
+ var parentChildNodes = doc.childNodes || [];
+ if (find(parentChildNodes, isElementNode) || isDocTypeNode(child)) {
+ return false;
}
+ var docTypeNode = find(parentChildNodes, isDocTypeNode);
+ return !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));
+ }
- if (newChild.nodeType === DOCUMENT_FRAGMENT_NODE) {
- var newFirst = newChild.firstChild;
+ /**
+ * Check if en element node can be inserted before `child`, or at the end if child is falsy,
+ * according to the presence and position of a doctype node on the same level.
+ *
+ * @param {Node} doc The document node
+ * @param {Node} child the node that would become the nextSibling if the element would be inserted
+ * @returns {boolean} `true` if an element can be inserted before child
+ * @private
+ * https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity
+ */
+ function isElementReplacementPossible(doc, child) {
+ var parentChildNodes = doc.childNodes || [];
+ function hasElementChildThatIsNotChild(node) {
+ return isElementNode(node) && node !== child;
+ }
+ if (find(parentChildNodes, hasElementChildThatIsNotChild)) {
+ return false;
+ }
+ var docTypeNode = find(parentChildNodes, isDocTypeNode);
+ return !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));
+ }
- if (newFirst == null) {
- return newChild;
+ /**
+ * @private
+ * Steps 1-5 of the checks before inserting and before replacing a child are the same.
+ *
+ * @param {Node} parent the parent node to insert `node` into
+ * @param {Node} node the node to insert
+ * @param {Node=} child the node that should become the `nextSibling` of `node`
+ * @returns {Node}
+ * @throws DOMException for several node combinations that would create a DOM that is not well-formed.
+ * @throws DOMException if `child` is provided but is not a child of `parent`.
+ * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity
+ * @see https://dom.spec.whatwg.org/#concept-node-replace
+ */
+ function assertPreInsertionValidity1to5(parent, node, child) {
+ // 1. If `parent` is not a Document, DocumentFragment, or Element node, then throw a "HierarchyRequestError" DOMException.
+ if (!hasValidParentNodeType(parent)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Unexpected parent node type ' + parent.nodeType);
+ }
+ // 2. If `node` is a host-including inclusive ancestor of `parent`, then throw a "HierarchyRequestError" DOMException.
+ // not implemented!
+ // 3. If `child` is non-null and its parent is not `parent`, then throw a "NotFoundError" DOMException.
+ if (child && child.parentNode !== parent) {
+ throw new DOMException(NOT_FOUND_ERR, 'child not in parent');
+ }
+ if (
+ // 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a "HierarchyRequestError" DOMException.
+ !hasInsertableNodeType(node) ||
+ // 5. If either `node` is a Text node and `parent` is a document,
+ // the sax parser currently adds top level text nodes, this will be fixed in 0.9.0
+ // || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE)
+ // or `node` is a doctype and `parent` is not a document, then throw a "HierarchyRequestError" DOMException.
+ isDocTypeNode(node) && parent.nodeType !== Node.DOCUMENT_NODE) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Unexpected node type ' + node.nodeType + ' for parent node type ' + parent.nodeType);
+ }
+ }
+
+ /**
+ * @private
+ * Step 6 of the checks before inserting and before replacing a child are different.
+ *
+ * @param {Document} parent the parent node to insert `node` into
+ * @param {Node} node the node to insert
+ * @param {Node | undefined} child the node that should become the `nextSibling` of `node`
+ * @returns {Node}
+ * @throws DOMException for several node combinations that would create a DOM that is not well-formed.
+ * @throws DOMException if `child` is provided but is not a child of `parent`.
+ * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity
+ * @see https://dom.spec.whatwg.org/#concept-node-replace
+ */
+ function assertPreInsertionValidityInDocument(parent, node, child) {
+ var parentChildNodes = parent.childNodes || [];
+ var nodeChildNodes = node.childNodes || [];
+
+ // DocumentFragment
+ if (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
+ var nodeChildElements = nodeChildNodes.filter(isElementNode);
+ // If node has more than one element child or has a Text node child.
+ if (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');
+ }
+ // Otherwise, if `node` has one element child and either `parent` has an element child,
+ // `child` is a doctype, or `child` is non-null and a doctype is following `child`.
+ if (nodeChildElements.length === 1 && !isElementInsertionPossible(parent, child)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');
+ }
+ }
+ // Element
+ if (isElementNode(node)) {
+ // `parent` has an element child, `child` is a doctype,
+ // or `child` is non-null and a doctype is following `child`.
+ if (!isElementInsertionPossible(parent, child)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');
+ }
+ }
+ // DocumentType
+ if (isDocTypeNode(node)) {
+ // `parent` has a doctype child,
+ if (find(parentChildNodes, isDocTypeNode)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');
+ }
+ var parentElementChild = find(parentChildNodes, isElementNode);
+ // `child` is non-null and an element is preceding `child`,
+ if (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');
+ }
+ // or `child` is null and `parent` has an element child.
+ if (!child && parentElementChild) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Doctype can not be appended since element is present');
+ }
+ }
+ }
+
+ /**
+ * @private
+ * Step 6 of the checks before inserting and before replacing a child are different.
+ *
+ * @param {Document} parent the parent node to insert `node` into
+ * @param {Node} node the node to insert
+ * @param {Node | undefined} child the node that should become the `nextSibling` of `node`
+ * @returns {Node}
+ * @throws DOMException for several node combinations that would create a DOM that is not well-formed.
+ * @throws DOMException if `child` is provided but is not a child of `parent`.
+ * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity
+ * @see https://dom.spec.whatwg.org/#concept-node-replace
+ */
+ function assertPreReplacementValidityInDocument(parent, node, child) {
+ var parentChildNodes = parent.childNodes || [];
+ var nodeChildNodes = node.childNodes || [];
+
+ // DocumentFragment
+ if (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
+ var nodeChildElements = nodeChildNodes.filter(isElementNode);
+ // If `node` has more than one element child or has a Text node child.
+ if (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'More than one element or text in fragment');
+ }
+ // Otherwise, if `node` has one element child and either `parent` has an element child that is not `child` or a doctype is following `child`.
+ if (nodeChildElements.length === 1 && !isElementReplacementPossible(parent, child)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Element in fragment can not be inserted before doctype');
+ }
+ }
+ // Element
+ if (isElementNode(node)) {
+ // `parent` has an element child that is not `child` or a doctype is following `child`.
+ if (!isElementReplacementPossible(parent, child)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Only one element can be added and only after doctype');
+ }
+ }
+ // DocumentType
+ if (isDocTypeNode(node)) {
+ function hasDoctypeChildThatIsNotChild(node) {
+ return isDocTypeNode(node) && node !== child;
}
- var newLast = newChild.lastChild;
- } else {
- newFirst = newLast = newChild;
+ // `parent` has a doctype child that is not `child`,
+ if (find(parentChildNodes, hasDoctypeChildThatIsNotChild)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Only one doctype is allowed');
+ }
+ var parentElementChild = find(parentChildNodes, isElementNode);
+ // or an element is preceding `child`.
+ if (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {
+ throw new DOMException(HIERARCHY_REQUEST_ERR, 'Doctype can only be inserted before an element');
+ }
}
+ }
- var pre = nextChild ? nextChild.previousSibling : parentNode.lastChild;
+ /**
+ * @private
+ * @param {Node} parent the parent node to insert `node` into
+ * @param {Node} node the node to insert
+ * @param {Node=} child the node that should become the `nextSibling` of `node`
+ * @returns {Node}
+ * @throws DOMException for several node combinations that would create a DOM that is not well-formed.
+ * @throws DOMException if `child` is provided but is not a child of `parent`.
+ * @see https://dom.spec.whatwg.org/#concept-node-ensure-pre-insertion-validity
+ */
+ function _insertBefore(parent, node, child, _inDocumentAssertion) {
+ // To ensure pre-insertion validity of a node into a parent before a child, run these steps:
+ assertPreInsertionValidity1to5(parent, node, child);
+
+ // If parent is a document, and any of the statements below, switched on the interface node implements,
+ // are true, then throw a "HierarchyRequestError" DOMException.
+ if (parent.nodeType === Node.DOCUMENT_NODE) {
+ (_inDocumentAssertion || assertPreInsertionValidityInDocument)(parent, node, child);
+ }
+ var cp = node.parentNode;
+ if (cp) {
+ cp.removeChild(node); //remove and update
+ }
+ if (node.nodeType === DOCUMENT_FRAGMENT_NODE) {
+ var newFirst = node.firstChild;
+ if (newFirst == null) {
+ return node;
+ }
+ var newLast = node.lastChild;
+ } else {
+ newFirst = newLast = node;
+ }
+ var pre = child ? child.previousSibling : parent.lastChild;
newFirst.previousSibling = pre;
- newLast.nextSibling = nextChild;
-
+ newLast.nextSibling = child;
if (pre) {
pre.nextSibling = newFirst;
} else {
- parentNode.firstChild = newFirst;
+ parent.firstChild = newFirst;
}
-
- if (nextChild == null) {
- parentNode.lastChild = newLast;
+ if (child == null) {
+ parent.lastChild = newLast;
} else {
- nextChild.previousSibling = newLast;
+ child.previousSibling = newLast;
}
-
do {
- newFirst.parentNode = parentNode;
+ newFirst.parentNode = parent;
} while (newFirst !== newLast && (newFirst = newFirst.nextSibling));
-
- _onUpdateChild(parentNode.ownerDocument || parentNode, parentNode); //console.log(parentNode.lastChild.nextSibling == null)
-
-
- if (newChild.nodeType == DOCUMENT_FRAGMENT_NODE) {
- newChild.firstChild = newChild.lastChild = null;
+ _onUpdateChild(parent.ownerDocument || parent, parent);
+ //console.log(parent.lastChild.nextSibling == null)
+ if (node.nodeType == DOCUMENT_FRAGMENT_NODE) {
+ node.firstChild = node.lastChild = null;
}
-
- return newChild;
+ return node;
}
+ /**
+ * Appends `newChild` to `parentNode`.
+ * If `newChild` is already connected to a `parentNode` it is first removed from it.
+ *
+ * @see https://github.com/xmldom/xmldom/issues/135
+ * @see https://github.com/xmldom/xmldom/issues/145
+ * @param {Node} parentNode
+ * @param {Node} newChild
+ * @returns {Node}
+ * @private
+ */
function _appendSingleChild(parentNode, newChild) {
- var cp = newChild.parentNode;
-
- if (cp) {
- var pre = parentNode.lastChild;
- cp.removeChild(newChild); //remove and update
-
- var pre = parentNode.lastChild;
+ if (newChild.parentNode) {
+ newChild.parentNode.removeChild(newChild);
}
-
- var pre = parentNode.lastChild;
newChild.parentNode = parentNode;
- newChild.previousSibling = pre;
+ newChild.previousSibling = parentNode.lastChild;
newChild.nextSibling = null;
-
- if (pre) {
- pre.nextSibling = newChild;
+ if (newChild.previousSibling) {
+ newChild.previousSibling.nextSibling = newChild;
} else {
parentNode.firstChild = newChild;
}
-
parentNode.lastChild = newChild;
-
_onUpdateChild(parentNode.ownerDocument, parentNode, newChild);
-
- return newChild; //console.log("__aa",parentNode.lastChild.nextSibling == null)
+ return newChild;
}
-
Document.prototype = {
//implementation : null,
nodeName: '#document',
nodeType: DOCUMENT_NODE,
-
/**
* The DocumentType node of the document.
*
@@ -34455,41 +33651,48 @@
doctype: null,
documentElement: null,
_inc: 1,
- insertBefore: function insertBefore(newChild, refChild) {
+ insertBefore: function (newChild, refChild) {
//raises
if (newChild.nodeType == DOCUMENT_FRAGMENT_NODE) {
var child = newChild.firstChild;
-
while (child) {
var next = child.nextSibling;
this.insertBefore(child, refChild);
child = next;
}
-
return newChild;
}
-
- if (this.documentElement == null && newChild.nodeType == ELEMENT_NODE) {
+ _insertBefore(this, newChild, refChild);
+ newChild.ownerDocument = this;
+ if (this.documentElement === null && newChild.nodeType === ELEMENT_NODE) {
this.documentElement = newChild;
}
-
- return _insertBefore(this, newChild, refChild), newChild.ownerDocument = this, newChild;
+ return newChild;
},
- removeChild: function removeChild(oldChild) {
+ removeChild: function (oldChild) {
if (this.documentElement == oldChild) {
this.documentElement = null;
}
-
return _removeChild(this, oldChild);
},
- // Introduced in DOM Level 2:
- importNode: function importNode(importedNode, deep) {
- return _importNode(this, importedNode, deep);
+ replaceChild: function (newChild, oldChild) {
+ //raises
+ _insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);
+ newChild.ownerDocument = this;
+ if (oldChild) {
+ this.removeChild(oldChild);
+ }
+ if (isElementNode(newChild)) {
+ this.documentElement = newChild;
+ }
},
// Introduced in DOM Level 2:
- getElementById: function getElementById(id) {
+ importNode: function (importedNode, deep) {
+ return importNode(this, importedNode, deep);
+ },
+ // Introduced in DOM Level 2:
+ getElementById: function (id) {
var rtv = null;
-
_visitNode(this.documentElement, function (node) {
if (node.nodeType == ELEMENT_NODE) {
if (node.getAttribute('id') == id) {
@@ -34498,10 +33701,8 @@
}
}
});
-
return rtv;
},
-
/**
* The `getElementsByClassName` method of `Document` interface returns an array-like object
* of all child elements which have **all** of the given class name(s).
@@ -34519,25 +33720,22 @@
* @see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName
* @see https://dom.spec.whatwg.org/#concept-getelementsbyclassname
*/
- getElementsByClassName: function getElementsByClassName(classNames) {
+ getElementsByClassName: function (classNames) {
var classNamesSet = toOrderedSet(classNames);
return new LiveNodeList(this, function (base) {
var ls = [];
-
if (classNamesSet.length > 0) {
_visitNode(base.documentElement, function (node) {
if (node !== base && node.nodeType === ELEMENT_NODE) {
- var nodeClassNames = node.getAttribute('class'); // can be null if the attribute does not exist
-
+ var nodeClassNames = node.getAttribute('class');
+ // can be null if the attribute does not exist
if (nodeClassNames) {
// before splitting and iterating just compare them for the most common case
var matches = classNames === nodeClassNames;
-
if (!matches) {
var nodeClassNamesSet = toOrderedSet(nodeClassNames);
matches = classNamesSet.every(arrayIncludes(nodeClassNamesSet));
}
-
if (matches) {
ls.push(node);
}
@@ -34545,12 +33743,11 @@
}
});
}
-
return ls;
});
},
//document factory method:
- createElement: function createElement(tagName) {
+ createElement: function (tagName) {
var node = new Element();
node.ownerDocument = this;
node.nodeName = tagName;
@@ -34561,38 +33758,38 @@
attrs._ownerElement = node;
return node;
},
- createDocumentFragment: function createDocumentFragment() {
+ createDocumentFragment: function () {
var node = new DocumentFragment();
node.ownerDocument = this;
node.childNodes = new NodeList();
return node;
},
- createTextNode: function createTextNode(data) {
+ createTextNode: function (data) {
var node = new Text();
node.ownerDocument = this;
node.appendData(data);
return node;
},
- createComment: function createComment(data) {
+ createComment: function (data) {
var node = new Comment();
node.ownerDocument = this;
node.appendData(data);
return node;
},
- createCDATASection: function createCDATASection(data) {
+ createCDATASection: function (data) {
var node = new CDATASection();
node.ownerDocument = this;
node.appendData(data);
return node;
},
- createProcessingInstruction: function createProcessingInstruction(target, data) {
+ createProcessingInstruction: function (target, data) {
var node = new ProcessingInstruction();
node.ownerDocument = this;
- node.tagName = node.target = target;
+ node.tagName = node.nodeName = node.target = target;
node.nodeValue = node.data = data;
return node;
},
- createAttribute: function createAttribute(name) {
+ createAttribute: function (name) {
var node = new Attr();
node.ownerDocument = this;
node.name = name;
@@ -34601,14 +33798,14 @@
node.specified = true;
return node;
},
- createEntityReference: function createEntityReference(name) {
+ createEntityReference: function (name) {
var node = new EntityReference();
node.ownerDocument = this;
node.nodeName = name;
return node;
},
// Introduced in DOM Level 2:
- createElementNS: function createElementNS(namespaceURI, qualifiedName) {
+ createElementNS: function (namespaceURI, qualifiedName) {
var node = new Element();
var pl = qualifiedName.split(':');
var attrs = node.attributes = new NamedNodeMap();
@@ -34617,7 +33814,6 @@
node.nodeName = qualifiedName;
node.tagName = qualifiedName;
node.namespaceURI = namespaceURI;
-
if (pl.length == 2) {
node.prefix = pl[0];
node.localName = pl[1];
@@ -34625,12 +33821,11 @@
//el.prefix = null;
node.localName = qualifiedName;
}
-
attrs._ownerElement = node;
return node;
},
// Introduced in DOM Level 2:
- createAttributeNS: function createAttributeNS(namespaceURI, qualifiedName) {
+ createAttributeNS: function (namespaceURI, qualifiedName) {
var node = new Attr();
var pl = qualifiedName.split(':');
node.ownerDocument = this;
@@ -34638,7 +33833,6 @@
node.name = qualifiedName;
node.namespaceURI = namespaceURI;
node.specified = true;
-
if (pl.length == 2) {
node.prefix = pl[0];
node.localName = pl[1];
@@ -34646,133 +33840,122 @@
//el.prefix = null;
node.localName = qualifiedName;
}
-
return node;
}
};
-
_extends(Document, Node);
-
function Element() {
this._nsMap = {};
}
Element.prototype = {
nodeType: ELEMENT_NODE,
- hasAttribute: function hasAttribute(name) {
+ hasAttribute: function (name) {
return this.getAttributeNode(name) != null;
},
- getAttribute: function getAttribute(name) {
+ getAttribute: function (name) {
var attr = this.getAttributeNode(name);
return attr && attr.value || '';
},
- getAttributeNode: function getAttributeNode(name) {
+ getAttributeNode: function (name) {
return this.attributes.getNamedItem(name);
},
- setAttribute: function setAttribute(name, value) {
+ setAttribute: function (name, value) {
var attr = this.ownerDocument.createAttribute(name);
attr.value = attr.nodeValue = "" + value;
this.setAttributeNode(attr);
},
- removeAttribute: function removeAttribute(name) {
+ removeAttribute: function (name) {
var attr = this.getAttributeNode(name);
attr && this.removeAttributeNode(attr);
},
//four real opeartion method
- appendChild: function appendChild(newChild) {
+ appendChild: function (newChild) {
if (newChild.nodeType === DOCUMENT_FRAGMENT_NODE) {
return this.insertBefore(newChild, null);
} else {
return _appendSingleChild(this, newChild);
}
},
- setAttributeNode: function setAttributeNode(newAttr) {
+ setAttributeNode: function (newAttr) {
return this.attributes.setNamedItem(newAttr);
},
- setAttributeNodeNS: function setAttributeNodeNS(newAttr) {
+ setAttributeNodeNS: function (newAttr) {
return this.attributes.setNamedItemNS(newAttr);
},
- removeAttributeNode: function removeAttributeNode(oldAttr) {
+ removeAttributeNode: function (oldAttr) {
//console.log(this == oldAttr.ownerElement)
return this.attributes.removeNamedItem(oldAttr.nodeName);
},
//get real attribute name,and remove it by removeAttributeNode
- removeAttributeNS: function removeAttributeNS(namespaceURI, localName) {
+ removeAttributeNS: function (namespaceURI, localName) {
var old = this.getAttributeNodeNS(namespaceURI, localName);
old && this.removeAttributeNode(old);
},
- hasAttributeNS: function hasAttributeNS(namespaceURI, localName) {
+ hasAttributeNS: function (namespaceURI, localName) {
return this.getAttributeNodeNS(namespaceURI, localName) != null;
},
- getAttributeNS: function getAttributeNS(namespaceURI, localName) {
+ getAttributeNS: function (namespaceURI, localName) {
var attr = this.getAttributeNodeNS(namespaceURI, localName);
return attr && attr.value || '';
},
- setAttributeNS: function setAttributeNS(namespaceURI, qualifiedName, value) {
+ setAttributeNS: function (namespaceURI, qualifiedName, value) {
var attr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);
attr.value = attr.nodeValue = "" + value;
this.setAttributeNode(attr);
},
- getAttributeNodeNS: function getAttributeNodeNS(namespaceURI, localName) {
+ getAttributeNodeNS: function (namespaceURI, localName) {
return this.attributes.getNamedItemNS(namespaceURI, localName);
},
- getElementsByTagName: function getElementsByTagName(tagName) {
+ getElementsByTagName: function (tagName) {
return new LiveNodeList(this, function (base) {
var ls = [];
-
_visitNode(base, function (node) {
if (node !== base && node.nodeType == ELEMENT_NODE && (tagName === '*' || node.tagName == tagName)) {
ls.push(node);
}
});
-
return ls;
});
},
- getElementsByTagNameNS: function getElementsByTagNameNS(namespaceURI, localName) {
+ getElementsByTagNameNS: function (namespaceURI, localName) {
return new LiveNodeList(this, function (base) {
var ls = [];
-
_visitNode(base, function (node) {
if (node !== base && node.nodeType === ELEMENT_NODE && (namespaceURI === '*' || node.namespaceURI === namespaceURI) && (localName === '*' || node.localName == localName)) {
ls.push(node);
}
});
-
return ls;
});
}
};
Document.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;
Document.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;
-
_extends(Element, Node);
-
function Attr() {}
Attr.prototype.nodeType = ATTRIBUTE_NODE;
-
_extends(Attr, Node);
-
function CharacterData() {}
CharacterData.prototype = {
data: '',
- substringData: function substringData(offset, count) {
+ substringData: function (offset, count) {
return this.data.substring(offset, offset + count);
},
- appendData: function appendData(text) {
+ appendData: function (text) {
text = this.data + text;
this.nodeValue = this.data = text;
this.length = text.length;
},
- insertData: function insertData(offset, text) {
+ insertData: function (offset, text) {
this.replaceData(offset, 0, text);
},
- appendChild: function appendChild(newChild) {
+ appendChild: function (newChild) {
throw new Error(ExceptionMessage[HIERARCHY_REQUEST_ERR]);
},
- deleteData: function deleteData(offset, count) {
+ deleteData: function (offset, count) {
this.replaceData(offset, count, "");
},
- replaceData: function replaceData(offset, count, text) {
+ replaceData: function (offset, count, text) {
var start = this.data.substring(0, offset);
var end = this.data.substring(offset + count);
text = start + text + end;
@@ -34780,162 +33963,131 @@
this.length = text.length;
}
};
-
_extends(CharacterData, Node);
-
function Text() {}
Text.prototype = {
nodeName: "#text",
nodeType: TEXT_NODE,
- splitText: function splitText(offset) {
+ splitText: function (offset) {
var text = this.data;
var newText = text.substring(offset);
text = text.substring(0, offset);
this.data = this.nodeValue = text;
this.length = text.length;
var newNode = this.ownerDocument.createTextNode(newText);
-
if (this.parentNode) {
this.parentNode.insertBefore(newNode, this.nextSibling);
}
-
return newNode;
}
};
-
_extends(Text, CharacterData);
-
function Comment() {}
Comment.prototype = {
nodeName: "#comment",
nodeType: COMMENT_NODE
};
-
_extends(Comment, CharacterData);
-
function CDATASection() {}
CDATASection.prototype = {
nodeName: "#cdata-section",
nodeType: CDATA_SECTION_NODE
};
-
_extends(CDATASection, CharacterData);
-
function DocumentType() {}
DocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;
-
_extends(DocumentType, Node);
-
function Notation() {}
Notation.prototype.nodeType = NOTATION_NODE;
-
_extends(Notation, Node);
-
function Entity() {}
Entity.prototype.nodeType = ENTITY_NODE;
-
_extends(Entity, Node);
-
function EntityReference() {}
EntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;
-
_extends(EntityReference, Node);
-
function DocumentFragment() {}
DocumentFragment.prototype.nodeName = "#document-fragment";
DocumentFragment.prototype.nodeType = DOCUMENT_FRAGMENT_NODE;
-
_extends(DocumentFragment, Node);
-
function ProcessingInstruction() {}
-
ProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;
-
_extends(ProcessingInstruction, Node);
-
- function XMLSerializer$1() {}
-
- XMLSerializer$1.prototype.serializeToString = function (node, isHtml, nodeFilter) {
+ function XMLSerializer() {}
+ XMLSerializer.prototype.serializeToString = function (node, isHtml, nodeFilter) {
return nodeSerializeToString.call(node, isHtml, nodeFilter);
};
-
Node.prototype.toString = nodeSerializeToString;
-
function nodeSerializeToString(isHtml, nodeFilter) {
var buf = [];
var refNode = this.nodeType == 9 && this.documentElement || this;
var prefix = refNode.prefix;
var uri = refNode.namespaceURI;
-
if (uri && prefix == null) {
//console.log(prefix)
var prefix = refNode.lookupPrefix(uri);
-
if (prefix == null) {
//isHTML = true;
var visibleNamespaces = [{
namespace: uri,
prefix: null
- } //{namespace:uri,prefix:''}
+ }
+ //{namespace:uri,prefix:''}
];
}
}
-
- serializeToString(this, buf, isHtml, nodeFilter, visibleNamespaces); //console.log('###',this.nodeType,uri,prefix,buf.join(''))
-
+ serializeToString(this, buf, isHtml, nodeFilter, visibleNamespaces);
+ //console.log('###',this.nodeType,uri,prefix,buf.join(''))
return buf.join('');
}
-
function needNamespaceDefine(node, isHTML, visibleNamespaces) {
var prefix = node.prefix || '';
- var uri = node.namespaceURI; // According to [Namespaces in XML 1.0](https://www.w3.org/TR/REC-xml-names/#ns-using) ,
+ var uri = node.namespaceURI;
+ // According to [Namespaces in XML 1.0](https://www.w3.org/TR/REC-xml-names/#ns-using) ,
// and more specifically https://www.w3.org/TR/REC-xml-names/#nsc-NoPrefixUndecl :
// > In a namespace declaration for a prefix [...], the attribute value MUST NOT be empty.
// in a similar manner [Namespaces in XML 1.1](https://www.w3.org/TR/xml-names11/#ns-using)
// and more specifically https://www.w3.org/TR/xml-names11/#nsc-NSDeclared :
// > [...] Furthermore, the attribute value [...] must not be an empty string.
// so serializing empty namespace value like xmlns:ds="" would produce an invalid XML document.
-
if (!uri) {
return false;
}
-
if (prefix === "xml" && uri === NAMESPACE$2.XML || uri === NAMESPACE$2.XMLNS) {
return false;
}
-
var i = visibleNamespaces.length;
-
while (i--) {
- var ns = visibleNamespaces[i]; // get namespace prefix
-
+ var ns = visibleNamespaces[i];
+ // get namespace prefix
if (ns.prefix === prefix) {
return ns.namespace !== uri;
}
}
-
return true;
}
/**
* Well-formed constraint: No < in Attribute Values
- * The replacement text of any entity referred to directly or indirectly in an attribute value must not contain a <.
- * @see https://www.w3.org/TR/xml/#CleanAttrVals
- * @see https://www.w3.org/TR/xml/#NT-AttValue
+ * > The replacement text of any entity referred to directly or indirectly
+ * > in an attribute value must not contain a <.
+ * @see https://www.w3.org/TR/xml11/#CleanAttrVals
+ * @see https://www.w3.org/TR/xml11/#NT-AttValue
+ *
+ * Literal whitespace other than space that appear in attribute values
+ * are serialized as their entity references, so they will be preserved.
+ * (In contrast to whitespace literals in the input which are normalized to spaces)
+ * @see https://www.w3.org/TR/xml11/#AVNormalize
+ * @see https://w3c.github.io/DOM-Parsing/#serializing-an-element-s-attributes
*/
-
-
function addSerializedAttribute(buf, qualifiedName, value) {
- buf.push(' ', qualifiedName, '="', value.replace(/[<&"]/g, _xmlEncoder), '"');
+ buf.push(' ', qualifiedName, '="', value.replace(/[<>&"\t\n\r]/g, _xmlEncoder), '"');
}
-
function serializeToString(node, buf, isHTML, nodeFilter, visibleNamespaces) {
if (!visibleNamespaces) {
visibleNamespaces = [];
}
-
if (nodeFilter) {
node = nodeFilter(node);
-
if (node) {
if (typeof node == 'string') {
buf.push(node);
@@ -34943,10 +34095,9 @@
}
} else {
return;
- } //buf.sort.apply(attrs, attributeSorter);
-
+ }
+ //buf.sort.apply(attrs, attributeSorter);
}
-
switch (node.nodeType) {
case ELEMENT_NODE:
var attrs = node.attributes;
@@ -34955,50 +34106,41 @@
var nodeName = node.tagName;
isHTML = NAMESPACE$2.isHTML(node.namespaceURI) || isHTML;
var prefixedNodeName = nodeName;
-
if (!isHTML && !node.prefix && node.namespaceURI) {
- var defaultNS; // lookup current default ns from `xmlns` attribute
-
+ var defaultNS;
+ // lookup current default ns from `xmlns` attribute
for (var ai = 0; ai < attrs.length; ai++) {
if (attrs.item(ai).name === 'xmlns') {
defaultNS = attrs.item(ai).value;
break;
}
}
-
if (!defaultNS) {
// lookup current default ns in visibleNamespaces
for (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {
var namespace = visibleNamespaces[nsi];
-
if (namespace.prefix === '' && namespace.namespace === node.namespaceURI) {
defaultNS = namespace.namespace;
break;
}
}
}
-
if (defaultNS !== node.namespaceURI) {
for (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {
var namespace = visibleNamespaces[nsi];
-
if (namespace.namespace === node.namespaceURI) {
if (namespace.prefix) {
prefixedNodeName = namespace.prefix + ':' + nodeName;
}
-
break;
}
}
}
}
-
buf.push('<', prefixedNodeName);
-
for (var i = 0; i < len; i++) {
// add namespaces for attributes
var attr = attrs.item(i);
-
if (attr.prefix == 'xmlns') {
visibleNamespaces.push({
prefix: attr.localName,
@@ -35011,10 +34153,8 @@
});
}
}
-
for (var i = 0; i < len; i++) {
var attr = attrs.item(i);
-
if (needNamespaceDefine(attr, isHTML, visibleNamespaces)) {
var prefix = attr.prefix || '';
var uri = attr.namespaceURI;
@@ -35024,11 +34164,10 @@
namespace: uri
});
}
-
serializeToString(attr, buf, isHTML, nodeFilter, visibleNamespaces);
- } // add namespace for current node
-
+ }
+ // add namespace for current node
if (nodeName === prefixedNodeName && needNamespaceDefine(node, isHTML, visibleNamespaces)) {
var prefix = node.prefix || '';
var uri = node.namespaceURI;
@@ -35038,10 +34177,9 @@
namespace: uri
});
}
-
if (child || isHTML && !/^(?:meta|link|img|br|hr|input)$/i.test(nodeName)) {
- buf.push('>'); //if is cdata child node
-
+ buf.push('>');
+ //if is cdata child node
if (isHTML && /^script$/i.test(nodeName)) {
while (child) {
if (child.data) {
@@ -35049,7 +34187,6 @@
} else {
serializeToString(child, buf, isHTML, nodeFilter, visibleNamespaces.slice());
}
-
child = child.nextSibling;
}
} else {
@@ -35058,30 +34195,23 @@
child = child.nextSibling;
}
}
-
buf.push('', prefixedNodeName, '>');
} else {
buf.push('/>');
- } // remove added visible namespaces
+ }
+ // remove added visible namespaces
//visibleNamespaces.length = startVisibleNamespaces;
-
-
return;
-
case DOCUMENT_NODE:
case DOCUMENT_FRAGMENT_NODE:
var child = node.firstChild;
-
while (child) {
serializeToString(child, buf, isHTML, nodeFilter, visibleNamespaces.slice());
child = child.nextSibling;
}
-
return;
-
case ATTRIBUTE_NODE:
return addSerializedAttribute(buf, node.name, node.value);
-
case TEXT_NODE:
/**
* The ampersand character (&) and the left angle bracket (<) must not appear in their literal form,
@@ -35097,58 +34227,45 @@
* and does not include the CDATA-section-close delimiter, `]]>`.
*
* @see https://www.w3.org/TR/xml/#NT-CharData
+ * @see https://w3c.github.io/DOM-Parsing/#xml-serializing-a-text-node
*/
- return buf.push(node.data.replace(/[<&]/g, _xmlEncoder).replace(/]]>/g, ']]>'));
-
+ return buf.push(node.data.replace(/[<&>]/g, _xmlEncoder));
case CDATA_SECTION_NODE:
return buf.push('');
-
case COMMENT_NODE:
return buf.push("");
-
case DOCUMENT_TYPE_NODE:
var pubid = node.publicId;
var sysid = node.systemId;
buf.push('');
} else if (sysid && sysid != '.') {
buf.push(' SYSTEM ', sysid, '>');
} else {
var sub = node.internalSubset;
-
if (sub) {
buf.push(" [", sub, "]");
}
-
buf.push(">");
}
-
return;
-
case PROCESSING_INSTRUCTION_NODE:
return buf.push("", node.target, " ", node.data, "?>");
-
case ENTITY_REFERENCE_NODE:
return buf.push('&', node.nodeName, ';');
//case ENTITY_NODE:
//case NOTATION_NODE:
-
default:
buf.push('??', node.nodeName);
}
}
-
- function _importNode(doc, node, deep) {
+ function importNode(doc, node, deep) {
var node2;
-
switch (node.nodeType) {
case ELEMENT_NODE:
node2 = node.cloneNode(false);
@@ -35158,10 +34275,8 @@
//for(var i=0;i',
- amp: '&',
- quot: '"',
- apos: "'",
- Agrave: "À",
- Aacute: "Á",
- Acirc: "Â",
- Atilde: "Ã",
- Auml: "Ä",
- Aring: "Å",
- AElig: "Æ",
- Ccedil: "Ç",
- Egrave: "È",
- Eacute: "É",
- Ecirc: "Ê",
- Euml: "Ë",
- Igrave: "Ì",
- Iacute: "Í",
- Icirc: "Î",
- Iuml: "Ï",
- ETH: "Ð",
- Ntilde: "Ñ",
- Ograve: "Ò",
- Oacute: "Ó",
- Ocirc: "Ô",
- Otilde: "Õ",
- Ouml: "Ö",
- Oslash: "Ø",
- Ugrave: "Ù",
- Uacute: "Ú",
- Ucirc: "Û",
- Uuml: "Ü",
- Yacute: "Ý",
- THORN: "Þ",
- szlig: "ß",
- agrave: "à",
- aacute: "á",
- acirc: "â",
- atilde: "ã",
- auml: "ä",
- aring: "å",
- aelig: "æ",
- ccedil: "ç",
- egrave: "è",
- eacute: "é",
- ecirc: "ê",
- euml: "ë",
- igrave: "ì",
- iacute: "í",
- icirc: "î",
- iuml: "ï",
- eth: "ð",
- ntilde: "ñ",
- ograve: "ò",
- oacute: "ó",
- ocirc: "ô",
- otilde: "õ",
- ouml: "ö",
- oslash: "ø",
- ugrave: "ù",
- uacute: "ú",
- ucirc: "û",
- uuml: "ü",
- yacute: "ý",
- thorn: "þ",
- yuml: "ÿ",
- nbsp: "\xA0",
- iexcl: "¡",
- cent: "¢",
- pound: "£",
- curren: "¤",
- yen: "¥",
- brvbar: "¦",
- sect: "§",
- uml: "¨",
- copy: "©",
- ordf: "ª",
- laquo: "«",
- not: "¬",
- shy: "",
- reg: "®",
- macr: "¯",
- deg: "°",
- plusmn: "±",
- sup2: "²",
- sup3: "³",
- acute: "´",
- micro: "µ",
- para: "¶",
- middot: "·",
- cedil: "¸",
- sup1: "¹",
- ordm: "º",
- raquo: "»",
- frac14: "¼",
- frac12: "½",
- frac34: "¾",
- iquest: "¿",
- times: "×",
- divide: "÷",
- forall: "∀",
- part: "∂",
- exist: "∃",
- empty: "∅",
- nabla: "∇",
- isin: "∈",
- notin: "∉",
- ni: "∋",
- prod: "∏",
- sum: "∑",
- minus: "−",
- lowast: "∗",
- radic: "√",
- prop: "∝",
- infin: "∞",
- ang: "∠",
- and: "∧",
- or: "∨",
- cap: "∩",
- cup: "∪",
- 'int': "∫",
- there4: "∴",
- sim: "∼",
- cong: "≅",
- asymp: "≈",
- ne: "≠",
- equiv: "≡",
- le: "≤",
- ge: "≥",
- sub: "⊂",
- sup: "⊃",
- nsub: "⊄",
- sube: "⊆",
- supe: "⊇",
- oplus: "⊕",
- otimes: "⊗",
- perp: "⊥",
- sdot: "⋅",
- Alpha: "Α",
- Beta: "Β",
- Gamma: "Γ",
- Delta: "Δ",
- Epsilon: "Ε",
- Zeta: "Ζ",
- Eta: "Η",
- Theta: "Θ",
- Iota: "Ι",
- Kappa: "Κ",
- Lambda: "Λ",
- Mu: "Μ",
- Nu: "Ν",
- Xi: "Ξ",
- Omicron: "Ο",
- Pi: "Π",
- Rho: "Ρ",
- Sigma: "Σ",
- Tau: "Τ",
- Upsilon: "Υ",
- Phi: "Φ",
- Chi: "Χ",
- Psi: "Ψ",
- Omega: "Ω",
- alpha: "α",
- beta: "β",
- gamma: "γ",
- delta: "δ",
- epsilon: "ε",
- zeta: "ζ",
- eta: "η",
- theta: "θ",
- iota: "ι",
- kappa: "κ",
- lambda: "λ",
- mu: "μ",
- nu: "ν",
- xi: "ξ",
- omicron: "ο",
- pi: "π",
- rho: "ρ",
- sigmaf: "ς",
- sigma: "σ",
- tau: "τ",
- upsilon: "υ",
- phi: "φ",
- chi: "χ",
- psi: "ψ",
- omega: "ω",
- thetasym: "ϑ",
- upsih: "ϒ",
- piv: "ϖ",
- OElig: "Œ",
- oelig: "œ",
- Scaron: "Š",
- scaron: "š",
- Yuml: "Ÿ",
- fnof: "ƒ",
- circ: "ˆ",
- tilde: "˜",
- ensp: " ",
- emsp: " ",
- thinsp: " ",
- zwnj: "",
- zwj: "",
- lrm: "",
- rlm: "",
- ndash: "–",
- mdash: "—",
- lsquo: "‘",
- rsquo: "’",
- sbquo: "‚",
- ldquo: "“",
- rdquo: "”",
- bdquo: "„",
- dagger: "†",
- Dagger: "‡",
- bull: "•",
- hellip: "…",
- permil: "‰",
- prime: "′",
- Prime: "″",
- lsaquo: "‹",
- rsaquo: "›",
- oline: "‾",
- euro: "€",
- trade: "™",
- larr: "←",
- uarr: "↑",
- rarr: "→",
- darr: "↓",
- harr: "↔",
- crarr: "↵",
- lceil: "⌈",
- rceil: "⌉",
- lfloor: "⌊",
- rfloor: "⌋",
- loz: "◊",
- spades: "♠",
- clubs: "♣",
- hearts: "♥",
- diams: "♦"
+ Aacute: '\u00C1',
+ aacute: '\u00E1',
+ Abreve: '\u0102',
+ abreve: '\u0103',
+ ac: '\u223E',
+ acd: '\u223F',
+ acE: '\u223E\u0333',
+ Acirc: '\u00C2',
+ acirc: '\u00E2',
+ acute: '\u00B4',
+ Acy: '\u0410',
+ acy: '\u0430',
+ AElig: '\u00C6',
+ aelig: '\u00E6',
+ af: '\u2061',
+ Afr: '\uD835\uDD04',
+ afr: '\uD835\uDD1E',
+ Agrave: '\u00C0',
+ agrave: '\u00E0',
+ alefsym: '\u2135',
+ aleph: '\u2135',
+ Alpha: '\u0391',
+ alpha: '\u03B1',
+ Amacr: '\u0100',
+ amacr: '\u0101',
+ amalg: '\u2A3F',
+ AMP: '\u0026',
+ amp: '\u0026',
+ And: '\u2A53',
+ and: '\u2227',
+ andand: '\u2A55',
+ andd: '\u2A5C',
+ andslope: '\u2A58',
+ andv: '\u2A5A',
+ ang: '\u2220',
+ ange: '\u29A4',
+ angle: '\u2220',
+ angmsd: '\u2221',
+ angmsdaa: '\u29A8',
+ angmsdab: '\u29A9',
+ angmsdac: '\u29AA',
+ angmsdad: '\u29AB',
+ angmsdae: '\u29AC',
+ angmsdaf: '\u29AD',
+ angmsdag: '\u29AE',
+ angmsdah: '\u29AF',
+ angrt: '\u221F',
+ angrtvb: '\u22BE',
+ angrtvbd: '\u299D',
+ angsph: '\u2222',
+ angst: '\u00C5',
+ angzarr: '\u237C',
+ Aogon: '\u0104',
+ aogon: '\u0105',
+ Aopf: '\uD835\uDD38',
+ aopf: '\uD835\uDD52',
+ ap: '\u2248',
+ apacir: '\u2A6F',
+ apE: '\u2A70',
+ ape: '\u224A',
+ apid: '\u224B',
+ apos: '\u0027',
+ ApplyFunction: '\u2061',
+ approx: '\u2248',
+ approxeq: '\u224A',
+ Aring: '\u00C5',
+ aring: '\u00E5',
+ Ascr: '\uD835\uDC9C',
+ ascr: '\uD835\uDCB6',
+ Assign: '\u2254',
+ ast: '\u002A',
+ asymp: '\u2248',
+ asympeq: '\u224D',
+ Atilde: '\u00C3',
+ atilde: '\u00E3',
+ Auml: '\u00C4',
+ auml: '\u00E4',
+ awconint: '\u2233',
+ awint: '\u2A11',
+ backcong: '\u224C',
+ backepsilon: '\u03F6',
+ backprime: '\u2035',
+ backsim: '\u223D',
+ backsimeq: '\u22CD',
+ Backslash: '\u2216',
+ Barv: '\u2AE7',
+ barvee: '\u22BD',
+ Barwed: '\u2306',
+ barwed: '\u2305',
+ barwedge: '\u2305',
+ bbrk: '\u23B5',
+ bbrktbrk: '\u23B6',
+ bcong: '\u224C',
+ Bcy: '\u0411',
+ bcy: '\u0431',
+ bdquo: '\u201E',
+ becaus: '\u2235',
+ Because: '\u2235',
+ because: '\u2235',
+ bemptyv: '\u29B0',
+ bepsi: '\u03F6',
+ bernou: '\u212C',
+ Bernoullis: '\u212C',
+ Beta: '\u0392',
+ beta: '\u03B2',
+ beth: '\u2136',
+ between: '\u226C',
+ Bfr: '\uD835\uDD05',
+ bfr: '\uD835\uDD1F',
+ bigcap: '\u22C2',
+ bigcirc: '\u25EF',
+ bigcup: '\u22C3',
+ bigodot: '\u2A00',
+ bigoplus: '\u2A01',
+ bigotimes: '\u2A02',
+ bigsqcup: '\u2A06',
+ bigstar: '\u2605',
+ bigtriangledown: '\u25BD',
+ bigtriangleup: '\u25B3',
+ biguplus: '\u2A04',
+ bigvee: '\u22C1',
+ bigwedge: '\u22C0',
+ bkarow: '\u290D',
+ blacklozenge: '\u29EB',
+ blacksquare: '\u25AA',
+ blacktriangle: '\u25B4',
+ blacktriangledown: '\u25BE',
+ blacktriangleleft: '\u25C2',
+ blacktriangleright: '\u25B8',
+ blank: '\u2423',
+ blk12: '\u2592',
+ blk14: '\u2591',
+ blk34: '\u2593',
+ block: '\u2588',
+ bne: '\u003D\u20E5',
+ bnequiv: '\u2261\u20E5',
+ bNot: '\u2AED',
+ bnot: '\u2310',
+ Bopf: '\uD835\uDD39',
+ bopf: '\uD835\uDD53',
+ bot: '\u22A5',
+ bottom: '\u22A5',
+ bowtie: '\u22C8',
+ boxbox: '\u29C9',
+ boxDL: '\u2557',
+ boxDl: '\u2556',
+ boxdL: '\u2555',
+ boxdl: '\u2510',
+ boxDR: '\u2554',
+ boxDr: '\u2553',
+ boxdR: '\u2552',
+ boxdr: '\u250C',
+ boxH: '\u2550',
+ boxh: '\u2500',
+ boxHD: '\u2566',
+ boxHd: '\u2564',
+ boxhD: '\u2565',
+ boxhd: '\u252C',
+ boxHU: '\u2569',
+ boxHu: '\u2567',
+ boxhU: '\u2568',
+ boxhu: '\u2534',
+ boxminus: '\u229F',
+ boxplus: '\u229E',
+ boxtimes: '\u22A0',
+ boxUL: '\u255D',
+ boxUl: '\u255C',
+ boxuL: '\u255B',
+ boxul: '\u2518',
+ boxUR: '\u255A',
+ boxUr: '\u2559',
+ boxuR: '\u2558',
+ boxur: '\u2514',
+ boxV: '\u2551',
+ boxv: '\u2502',
+ boxVH: '\u256C',
+ boxVh: '\u256B',
+ boxvH: '\u256A',
+ boxvh: '\u253C',
+ boxVL: '\u2563',
+ boxVl: '\u2562',
+ boxvL: '\u2561',
+ boxvl: '\u2524',
+ boxVR: '\u2560',
+ boxVr: '\u255F',
+ boxvR: '\u255E',
+ boxvr: '\u251C',
+ bprime: '\u2035',
+ Breve: '\u02D8',
+ breve: '\u02D8',
+ brvbar: '\u00A6',
+ Bscr: '\u212C',
+ bscr: '\uD835\uDCB7',
+ bsemi: '\u204F',
+ bsim: '\u223D',
+ bsime: '\u22CD',
+ bsol: '\u005C',
+ bsolb: '\u29C5',
+ bsolhsub: '\u27C8',
+ bull: '\u2022',
+ bullet: '\u2022',
+ bump: '\u224E',
+ bumpE: '\u2AAE',
+ bumpe: '\u224F',
+ Bumpeq: '\u224E',
+ bumpeq: '\u224F',
+ Cacute: '\u0106',
+ cacute: '\u0107',
+ Cap: '\u22D2',
+ cap: '\u2229',
+ capand: '\u2A44',
+ capbrcup: '\u2A49',
+ capcap: '\u2A4B',
+ capcup: '\u2A47',
+ capdot: '\u2A40',
+ CapitalDifferentialD: '\u2145',
+ caps: '\u2229\uFE00',
+ caret: '\u2041',
+ caron: '\u02C7',
+ Cayleys: '\u212D',
+ ccaps: '\u2A4D',
+ Ccaron: '\u010C',
+ ccaron: '\u010D',
+ Ccedil: '\u00C7',
+ ccedil: '\u00E7',
+ Ccirc: '\u0108',
+ ccirc: '\u0109',
+ Cconint: '\u2230',
+ ccups: '\u2A4C',
+ ccupssm: '\u2A50',
+ Cdot: '\u010A',
+ cdot: '\u010B',
+ cedil: '\u00B8',
+ Cedilla: '\u00B8',
+ cemptyv: '\u29B2',
+ cent: '\u00A2',
+ CenterDot: '\u00B7',
+ centerdot: '\u00B7',
+ Cfr: '\u212D',
+ cfr: '\uD835\uDD20',
+ CHcy: '\u0427',
+ chcy: '\u0447',
+ check: '\u2713',
+ checkmark: '\u2713',
+ Chi: '\u03A7',
+ chi: '\u03C7',
+ cir: '\u25CB',
+ circ: '\u02C6',
+ circeq: '\u2257',
+ circlearrowleft: '\u21BA',
+ circlearrowright: '\u21BB',
+ circledast: '\u229B',
+ circledcirc: '\u229A',
+ circleddash: '\u229D',
+ CircleDot: '\u2299',
+ circledR: '\u00AE',
+ circledS: '\u24C8',
+ CircleMinus: '\u2296',
+ CirclePlus: '\u2295',
+ CircleTimes: '\u2297',
+ cirE: '\u29C3',
+ cire: '\u2257',
+ cirfnint: '\u2A10',
+ cirmid: '\u2AEF',
+ cirscir: '\u29C2',
+ ClockwiseContourIntegral: '\u2232',
+ CloseCurlyDoubleQuote: '\u201D',
+ CloseCurlyQuote: '\u2019',
+ clubs: '\u2663',
+ clubsuit: '\u2663',
+ Colon: '\u2237',
+ colon: '\u003A',
+ Colone: '\u2A74',
+ colone: '\u2254',
+ coloneq: '\u2254',
+ comma: '\u002C',
+ commat: '\u0040',
+ comp: '\u2201',
+ compfn: '\u2218',
+ complement: '\u2201',
+ complexes: '\u2102',
+ cong: '\u2245',
+ congdot: '\u2A6D',
+ Congruent: '\u2261',
+ Conint: '\u222F',
+ conint: '\u222E',
+ ContourIntegral: '\u222E',
+ Copf: '\u2102',
+ copf: '\uD835\uDD54',
+ coprod: '\u2210',
+ Coproduct: '\u2210',
+ COPY: '\u00A9',
+ copy: '\u00A9',
+ copysr: '\u2117',
+ CounterClockwiseContourIntegral: '\u2233',
+ crarr: '\u21B5',
+ Cross: '\u2A2F',
+ cross: '\u2717',
+ Cscr: '\uD835\uDC9E',
+ cscr: '\uD835\uDCB8',
+ csub: '\u2ACF',
+ csube: '\u2AD1',
+ csup: '\u2AD0',
+ csupe: '\u2AD2',
+ ctdot: '\u22EF',
+ cudarrl: '\u2938',
+ cudarrr: '\u2935',
+ cuepr: '\u22DE',
+ cuesc: '\u22DF',
+ cularr: '\u21B6',
+ cularrp: '\u293D',
+ Cup: '\u22D3',
+ cup: '\u222A',
+ cupbrcap: '\u2A48',
+ CupCap: '\u224D',
+ cupcap: '\u2A46',
+ cupcup: '\u2A4A',
+ cupdot: '\u228D',
+ cupor: '\u2A45',
+ cups: '\u222A\uFE00',
+ curarr: '\u21B7',
+ curarrm: '\u293C',
+ curlyeqprec: '\u22DE',
+ curlyeqsucc: '\u22DF',
+ curlyvee: '\u22CE',
+ curlywedge: '\u22CF',
+ curren: '\u00A4',
+ curvearrowleft: '\u21B6',
+ curvearrowright: '\u21B7',
+ cuvee: '\u22CE',
+ cuwed: '\u22CF',
+ cwconint: '\u2232',
+ cwint: '\u2231',
+ cylcty: '\u232D',
+ Dagger: '\u2021',
+ dagger: '\u2020',
+ daleth: '\u2138',
+ Darr: '\u21A1',
+ dArr: '\u21D3',
+ darr: '\u2193',
+ dash: '\u2010',
+ Dashv: '\u2AE4',
+ dashv: '\u22A3',
+ dbkarow: '\u290F',
+ dblac: '\u02DD',
+ Dcaron: '\u010E',
+ dcaron: '\u010F',
+ Dcy: '\u0414',
+ dcy: '\u0434',
+ DD: '\u2145',
+ dd: '\u2146',
+ ddagger: '\u2021',
+ ddarr: '\u21CA',
+ DDotrahd: '\u2911',
+ ddotseq: '\u2A77',
+ deg: '\u00B0',
+ Del: '\u2207',
+ Delta: '\u0394',
+ delta: '\u03B4',
+ demptyv: '\u29B1',
+ dfisht: '\u297F',
+ Dfr: '\uD835\uDD07',
+ dfr: '\uD835\uDD21',
+ dHar: '\u2965',
+ dharl: '\u21C3',
+ dharr: '\u21C2',
+ DiacriticalAcute: '\u00B4',
+ DiacriticalDot: '\u02D9',
+ DiacriticalDoubleAcute: '\u02DD',
+ DiacriticalGrave: '\u0060',
+ DiacriticalTilde: '\u02DC',
+ diam: '\u22C4',
+ Diamond: '\u22C4',
+ diamond: '\u22C4',
+ diamondsuit: '\u2666',
+ diams: '\u2666',
+ die: '\u00A8',
+ DifferentialD: '\u2146',
+ digamma: '\u03DD',
+ disin: '\u22F2',
+ div: '\u00F7',
+ divide: '\u00F7',
+ divideontimes: '\u22C7',
+ divonx: '\u22C7',
+ DJcy: '\u0402',
+ djcy: '\u0452',
+ dlcorn: '\u231E',
+ dlcrop: '\u230D',
+ dollar: '\u0024',
+ Dopf: '\uD835\uDD3B',
+ dopf: '\uD835\uDD55',
+ Dot: '\u00A8',
+ dot: '\u02D9',
+ DotDot: '\u20DC',
+ doteq: '\u2250',
+ doteqdot: '\u2251',
+ DotEqual: '\u2250',
+ dotminus: '\u2238',
+ dotplus: '\u2214',
+ dotsquare: '\u22A1',
+ doublebarwedge: '\u2306',
+ DoubleContourIntegral: '\u222F',
+ DoubleDot: '\u00A8',
+ DoubleDownArrow: '\u21D3',
+ DoubleLeftArrow: '\u21D0',
+ DoubleLeftRightArrow: '\u21D4',
+ DoubleLeftTee: '\u2AE4',
+ DoubleLongLeftArrow: '\u27F8',
+ DoubleLongLeftRightArrow: '\u27FA',
+ DoubleLongRightArrow: '\u27F9',
+ DoubleRightArrow: '\u21D2',
+ DoubleRightTee: '\u22A8',
+ DoubleUpArrow: '\u21D1',
+ DoubleUpDownArrow: '\u21D5',
+ DoubleVerticalBar: '\u2225',
+ DownArrow: '\u2193',
+ Downarrow: '\u21D3',
+ downarrow: '\u2193',
+ DownArrowBar: '\u2913',
+ DownArrowUpArrow: '\u21F5',
+ DownBreve: '\u0311',
+ downdownarrows: '\u21CA',
+ downharpoonleft: '\u21C3',
+ downharpoonright: '\u21C2',
+ DownLeftRightVector: '\u2950',
+ DownLeftTeeVector: '\u295E',
+ DownLeftVector: '\u21BD',
+ DownLeftVectorBar: '\u2956',
+ DownRightTeeVector: '\u295F',
+ DownRightVector: '\u21C1',
+ DownRightVectorBar: '\u2957',
+ DownTee: '\u22A4',
+ DownTeeArrow: '\u21A7',
+ drbkarow: '\u2910',
+ drcorn: '\u231F',
+ drcrop: '\u230C',
+ Dscr: '\uD835\uDC9F',
+ dscr: '\uD835\uDCB9',
+ DScy: '\u0405',
+ dscy: '\u0455',
+ dsol: '\u29F6',
+ Dstrok: '\u0110',
+ dstrok: '\u0111',
+ dtdot: '\u22F1',
+ dtri: '\u25BF',
+ dtrif: '\u25BE',
+ duarr: '\u21F5',
+ duhar: '\u296F',
+ dwangle: '\u29A6',
+ DZcy: '\u040F',
+ dzcy: '\u045F',
+ dzigrarr: '\u27FF',
+ Eacute: '\u00C9',
+ eacute: '\u00E9',
+ easter: '\u2A6E',
+ Ecaron: '\u011A',
+ ecaron: '\u011B',
+ ecir: '\u2256',
+ Ecirc: '\u00CA',
+ ecirc: '\u00EA',
+ ecolon: '\u2255',
+ Ecy: '\u042D',
+ ecy: '\u044D',
+ eDDot: '\u2A77',
+ Edot: '\u0116',
+ eDot: '\u2251',
+ edot: '\u0117',
+ ee: '\u2147',
+ efDot: '\u2252',
+ Efr: '\uD835\uDD08',
+ efr: '\uD835\uDD22',
+ eg: '\u2A9A',
+ Egrave: '\u00C8',
+ egrave: '\u00E8',
+ egs: '\u2A96',
+ egsdot: '\u2A98',
+ el: '\u2A99',
+ Element: '\u2208',
+ elinters: '\u23E7',
+ ell: '\u2113',
+ els: '\u2A95',
+ elsdot: '\u2A97',
+ Emacr: '\u0112',
+ emacr: '\u0113',
+ empty: '\u2205',
+ emptyset: '\u2205',
+ EmptySmallSquare: '\u25FB',
+ emptyv: '\u2205',
+ EmptyVerySmallSquare: '\u25AB',
+ emsp: '\u2003',
+ emsp13: '\u2004',
+ emsp14: '\u2005',
+ ENG: '\u014A',
+ eng: '\u014B',
+ ensp: '\u2002',
+ Eogon: '\u0118',
+ eogon: '\u0119',
+ Eopf: '\uD835\uDD3C',
+ eopf: '\uD835\uDD56',
+ epar: '\u22D5',
+ eparsl: '\u29E3',
+ eplus: '\u2A71',
+ epsi: '\u03B5',
+ Epsilon: '\u0395',
+ epsilon: '\u03B5',
+ epsiv: '\u03F5',
+ eqcirc: '\u2256',
+ eqcolon: '\u2255',
+ eqsim: '\u2242',
+ eqslantgtr: '\u2A96',
+ eqslantless: '\u2A95',
+ Equal: '\u2A75',
+ equals: '\u003D',
+ EqualTilde: '\u2242',
+ equest: '\u225F',
+ Equilibrium: '\u21CC',
+ equiv: '\u2261',
+ equivDD: '\u2A78',
+ eqvparsl: '\u29E5',
+ erarr: '\u2971',
+ erDot: '\u2253',
+ Escr: '\u2130',
+ escr: '\u212F',
+ esdot: '\u2250',
+ Esim: '\u2A73',
+ esim: '\u2242',
+ Eta: '\u0397',
+ eta: '\u03B7',
+ ETH: '\u00D0',
+ eth: '\u00F0',
+ Euml: '\u00CB',
+ euml: '\u00EB',
+ euro: '\u20AC',
+ excl: '\u0021',
+ exist: '\u2203',
+ Exists: '\u2203',
+ expectation: '\u2130',
+ ExponentialE: '\u2147',
+ exponentiale: '\u2147',
+ fallingdotseq: '\u2252',
+ Fcy: '\u0424',
+ fcy: '\u0444',
+ female: '\u2640',
+ ffilig: '\uFB03',
+ fflig: '\uFB00',
+ ffllig: '\uFB04',
+ Ffr: '\uD835\uDD09',
+ ffr: '\uD835\uDD23',
+ filig: '\uFB01',
+ FilledSmallSquare: '\u25FC',
+ FilledVerySmallSquare: '\u25AA',
+ fjlig: '\u0066\u006A',
+ flat: '\u266D',
+ fllig: '\uFB02',
+ fltns: '\u25B1',
+ fnof: '\u0192',
+ Fopf: '\uD835\uDD3D',
+ fopf: '\uD835\uDD57',
+ ForAll: '\u2200',
+ forall: '\u2200',
+ fork: '\u22D4',
+ forkv: '\u2AD9',
+ Fouriertrf: '\u2131',
+ fpartint: '\u2A0D',
+ frac12: '\u00BD',
+ frac13: '\u2153',
+ frac14: '\u00BC',
+ frac15: '\u2155',
+ frac16: '\u2159',
+ frac18: '\u215B',
+ frac23: '\u2154',
+ frac25: '\u2156',
+ frac34: '\u00BE',
+ frac35: '\u2157',
+ frac38: '\u215C',
+ frac45: '\u2158',
+ frac56: '\u215A',
+ frac58: '\u215D',
+ frac78: '\u215E',
+ frasl: '\u2044',
+ frown: '\u2322',
+ Fscr: '\u2131',
+ fscr: '\uD835\uDCBB',
+ gacute: '\u01F5',
+ Gamma: '\u0393',
+ gamma: '\u03B3',
+ Gammad: '\u03DC',
+ gammad: '\u03DD',
+ gap: '\u2A86',
+ Gbreve: '\u011E',
+ gbreve: '\u011F',
+ Gcedil: '\u0122',
+ Gcirc: '\u011C',
+ gcirc: '\u011D',
+ Gcy: '\u0413',
+ gcy: '\u0433',
+ Gdot: '\u0120',
+ gdot: '\u0121',
+ gE: '\u2267',
+ ge: '\u2265',
+ gEl: '\u2A8C',
+ gel: '\u22DB',
+ geq: '\u2265',
+ geqq: '\u2267',
+ geqslant: '\u2A7E',
+ ges: '\u2A7E',
+ gescc: '\u2AA9',
+ gesdot: '\u2A80',
+ gesdoto: '\u2A82',
+ gesdotol: '\u2A84',
+ gesl: '\u22DB\uFE00',
+ gesles: '\u2A94',
+ Gfr: '\uD835\uDD0A',
+ gfr: '\uD835\uDD24',
+ Gg: '\u22D9',
+ gg: '\u226B',
+ ggg: '\u22D9',
+ gimel: '\u2137',
+ GJcy: '\u0403',
+ gjcy: '\u0453',
+ gl: '\u2277',
+ gla: '\u2AA5',
+ glE: '\u2A92',
+ glj: '\u2AA4',
+ gnap: '\u2A8A',
+ gnapprox: '\u2A8A',
+ gnE: '\u2269',
+ gne: '\u2A88',
+ gneq: '\u2A88',
+ gneqq: '\u2269',
+ gnsim: '\u22E7',
+ Gopf: '\uD835\uDD3E',
+ gopf: '\uD835\uDD58',
+ grave: '\u0060',
+ GreaterEqual: '\u2265',
+ GreaterEqualLess: '\u22DB',
+ GreaterFullEqual: '\u2267',
+ GreaterGreater: '\u2AA2',
+ GreaterLess: '\u2277',
+ GreaterSlantEqual: '\u2A7E',
+ GreaterTilde: '\u2273',
+ Gscr: '\uD835\uDCA2',
+ gscr: '\u210A',
+ gsim: '\u2273',
+ gsime: '\u2A8E',
+ gsiml: '\u2A90',
+ Gt: '\u226B',
+ GT: '\u003E',
+ gt: '\u003E',
+ gtcc: '\u2AA7',
+ gtcir: '\u2A7A',
+ gtdot: '\u22D7',
+ gtlPar: '\u2995',
+ gtquest: '\u2A7C',
+ gtrapprox: '\u2A86',
+ gtrarr: '\u2978',
+ gtrdot: '\u22D7',
+ gtreqless: '\u22DB',
+ gtreqqless: '\u2A8C',
+ gtrless: '\u2277',
+ gtrsim: '\u2273',
+ gvertneqq: '\u2269\uFE00',
+ gvnE: '\u2269\uFE00',
+ Hacek: '\u02C7',
+ hairsp: '\u200A',
+ half: '\u00BD',
+ hamilt: '\u210B',
+ HARDcy: '\u042A',
+ hardcy: '\u044A',
+ hArr: '\u21D4',
+ harr: '\u2194',
+ harrcir: '\u2948',
+ harrw: '\u21AD',
+ Hat: '\u005E',
+ hbar: '\u210F',
+ Hcirc: '\u0124',
+ hcirc: '\u0125',
+ hearts: '\u2665',
+ heartsuit: '\u2665',
+ hellip: '\u2026',
+ hercon: '\u22B9',
+ Hfr: '\u210C',
+ hfr: '\uD835\uDD25',
+ HilbertSpace: '\u210B',
+ hksearow: '\u2925',
+ hkswarow: '\u2926',
+ hoarr: '\u21FF',
+ homtht: '\u223B',
+ hookleftarrow: '\u21A9',
+ hookrightarrow: '\u21AA',
+ Hopf: '\u210D',
+ hopf: '\uD835\uDD59',
+ horbar: '\u2015',
+ HorizontalLine: '\u2500',
+ Hscr: '\u210B',
+ hscr: '\uD835\uDCBD',
+ hslash: '\u210F',
+ Hstrok: '\u0126',
+ hstrok: '\u0127',
+ HumpDownHump: '\u224E',
+ HumpEqual: '\u224F',
+ hybull: '\u2043',
+ hyphen: '\u2010',
+ Iacute: '\u00CD',
+ iacute: '\u00ED',
+ ic: '\u2063',
+ Icirc: '\u00CE',
+ icirc: '\u00EE',
+ Icy: '\u0418',
+ icy: '\u0438',
+ Idot: '\u0130',
+ IEcy: '\u0415',
+ iecy: '\u0435',
+ iexcl: '\u00A1',
+ iff: '\u21D4',
+ Ifr: '\u2111',
+ ifr: '\uD835\uDD26',
+ Igrave: '\u00CC',
+ igrave: '\u00EC',
+ ii: '\u2148',
+ iiiint: '\u2A0C',
+ iiint: '\u222D',
+ iinfin: '\u29DC',
+ iiota: '\u2129',
+ IJlig: '\u0132',
+ ijlig: '\u0133',
+ Im: '\u2111',
+ Imacr: '\u012A',
+ imacr: '\u012B',
+ image: '\u2111',
+ ImaginaryI: '\u2148',
+ imagline: '\u2110',
+ imagpart: '\u2111',
+ imath: '\u0131',
+ imof: '\u22B7',
+ imped: '\u01B5',
+ Implies: '\u21D2',
+ in: '\u2208',
+ incare: '\u2105',
+ infin: '\u221E',
+ infintie: '\u29DD',
+ inodot: '\u0131',
+ Int: '\u222C',
+ int: '\u222B',
+ intcal: '\u22BA',
+ integers: '\u2124',
+ Integral: '\u222B',
+ intercal: '\u22BA',
+ Intersection: '\u22C2',
+ intlarhk: '\u2A17',
+ intprod: '\u2A3C',
+ InvisibleComma: '\u2063',
+ InvisibleTimes: '\u2062',
+ IOcy: '\u0401',
+ iocy: '\u0451',
+ Iogon: '\u012E',
+ iogon: '\u012F',
+ Iopf: '\uD835\uDD40',
+ iopf: '\uD835\uDD5A',
+ Iota: '\u0399',
+ iota: '\u03B9',
+ iprod: '\u2A3C',
+ iquest: '\u00BF',
+ Iscr: '\u2110',
+ iscr: '\uD835\uDCBE',
+ isin: '\u2208',
+ isindot: '\u22F5',
+ isinE: '\u22F9',
+ isins: '\u22F4',
+ isinsv: '\u22F3',
+ isinv: '\u2208',
+ it: '\u2062',
+ Itilde: '\u0128',
+ itilde: '\u0129',
+ Iukcy: '\u0406',
+ iukcy: '\u0456',
+ Iuml: '\u00CF',
+ iuml: '\u00EF',
+ Jcirc: '\u0134',
+ jcirc: '\u0135',
+ Jcy: '\u0419',
+ jcy: '\u0439',
+ Jfr: '\uD835\uDD0D',
+ jfr: '\uD835\uDD27',
+ jmath: '\u0237',
+ Jopf: '\uD835\uDD41',
+ jopf: '\uD835\uDD5B',
+ Jscr: '\uD835\uDCA5',
+ jscr: '\uD835\uDCBF',
+ Jsercy: '\u0408',
+ jsercy: '\u0458',
+ Jukcy: '\u0404',
+ jukcy: '\u0454',
+ Kappa: '\u039A',
+ kappa: '\u03BA',
+ kappav: '\u03F0',
+ Kcedil: '\u0136',
+ kcedil: '\u0137',
+ Kcy: '\u041A',
+ kcy: '\u043A',
+ Kfr: '\uD835\uDD0E',
+ kfr: '\uD835\uDD28',
+ kgreen: '\u0138',
+ KHcy: '\u0425',
+ khcy: '\u0445',
+ KJcy: '\u040C',
+ kjcy: '\u045C',
+ Kopf: '\uD835\uDD42',
+ kopf: '\uD835\uDD5C',
+ Kscr: '\uD835\uDCA6',
+ kscr: '\uD835\uDCC0',
+ lAarr: '\u21DA',
+ Lacute: '\u0139',
+ lacute: '\u013A',
+ laemptyv: '\u29B4',
+ lagran: '\u2112',
+ Lambda: '\u039B',
+ lambda: '\u03BB',
+ Lang: '\u27EA',
+ lang: '\u27E8',
+ langd: '\u2991',
+ langle: '\u27E8',
+ lap: '\u2A85',
+ Laplacetrf: '\u2112',
+ laquo: '\u00AB',
+ Larr: '\u219E',
+ lArr: '\u21D0',
+ larr: '\u2190',
+ larrb: '\u21E4',
+ larrbfs: '\u291F',
+ larrfs: '\u291D',
+ larrhk: '\u21A9',
+ larrlp: '\u21AB',
+ larrpl: '\u2939',
+ larrsim: '\u2973',
+ larrtl: '\u21A2',
+ lat: '\u2AAB',
+ lAtail: '\u291B',
+ latail: '\u2919',
+ late: '\u2AAD',
+ lates: '\u2AAD\uFE00',
+ lBarr: '\u290E',
+ lbarr: '\u290C',
+ lbbrk: '\u2772',
+ lbrace: '\u007B',
+ lbrack: '\u005B',
+ lbrke: '\u298B',
+ lbrksld: '\u298F',
+ lbrkslu: '\u298D',
+ Lcaron: '\u013D',
+ lcaron: '\u013E',
+ Lcedil: '\u013B',
+ lcedil: '\u013C',
+ lceil: '\u2308',
+ lcub: '\u007B',
+ Lcy: '\u041B',
+ lcy: '\u043B',
+ ldca: '\u2936',
+ ldquo: '\u201C',
+ ldquor: '\u201E',
+ ldrdhar: '\u2967',
+ ldrushar: '\u294B',
+ ldsh: '\u21B2',
+ lE: '\u2266',
+ le: '\u2264',
+ LeftAngleBracket: '\u27E8',
+ LeftArrow: '\u2190',
+ Leftarrow: '\u21D0',
+ leftarrow: '\u2190',
+ LeftArrowBar: '\u21E4',
+ LeftArrowRightArrow: '\u21C6',
+ leftarrowtail: '\u21A2',
+ LeftCeiling: '\u2308',
+ LeftDoubleBracket: '\u27E6',
+ LeftDownTeeVector: '\u2961',
+ LeftDownVector: '\u21C3',
+ LeftDownVectorBar: '\u2959',
+ LeftFloor: '\u230A',
+ leftharpoondown: '\u21BD',
+ leftharpoonup: '\u21BC',
+ leftleftarrows: '\u21C7',
+ LeftRightArrow: '\u2194',
+ Leftrightarrow: '\u21D4',
+ leftrightarrow: '\u2194',
+ leftrightarrows: '\u21C6',
+ leftrightharpoons: '\u21CB',
+ leftrightsquigarrow: '\u21AD',
+ LeftRightVector: '\u294E',
+ LeftTee: '\u22A3',
+ LeftTeeArrow: '\u21A4',
+ LeftTeeVector: '\u295A',
+ leftthreetimes: '\u22CB',
+ LeftTriangle: '\u22B2',
+ LeftTriangleBar: '\u29CF',
+ LeftTriangleEqual: '\u22B4',
+ LeftUpDownVector: '\u2951',
+ LeftUpTeeVector: '\u2960',
+ LeftUpVector: '\u21BF',
+ LeftUpVectorBar: '\u2958',
+ LeftVector: '\u21BC',
+ LeftVectorBar: '\u2952',
+ lEg: '\u2A8B',
+ leg: '\u22DA',
+ leq: '\u2264',
+ leqq: '\u2266',
+ leqslant: '\u2A7D',
+ les: '\u2A7D',
+ lescc: '\u2AA8',
+ lesdot: '\u2A7F',
+ lesdoto: '\u2A81',
+ lesdotor: '\u2A83',
+ lesg: '\u22DA\uFE00',
+ lesges: '\u2A93',
+ lessapprox: '\u2A85',
+ lessdot: '\u22D6',
+ lesseqgtr: '\u22DA',
+ lesseqqgtr: '\u2A8B',
+ LessEqualGreater: '\u22DA',
+ LessFullEqual: '\u2266',
+ LessGreater: '\u2276',
+ lessgtr: '\u2276',
+ LessLess: '\u2AA1',
+ lesssim: '\u2272',
+ LessSlantEqual: '\u2A7D',
+ LessTilde: '\u2272',
+ lfisht: '\u297C',
+ lfloor: '\u230A',
+ Lfr: '\uD835\uDD0F',
+ lfr: '\uD835\uDD29',
+ lg: '\u2276',
+ lgE: '\u2A91',
+ lHar: '\u2962',
+ lhard: '\u21BD',
+ lharu: '\u21BC',
+ lharul: '\u296A',
+ lhblk: '\u2584',
+ LJcy: '\u0409',
+ ljcy: '\u0459',
+ Ll: '\u22D8',
+ ll: '\u226A',
+ llarr: '\u21C7',
+ llcorner: '\u231E',
+ Lleftarrow: '\u21DA',
+ llhard: '\u296B',
+ lltri: '\u25FA',
+ Lmidot: '\u013F',
+ lmidot: '\u0140',
+ lmoust: '\u23B0',
+ lmoustache: '\u23B0',
+ lnap: '\u2A89',
+ lnapprox: '\u2A89',
+ lnE: '\u2268',
+ lne: '\u2A87',
+ lneq: '\u2A87',
+ lneqq: '\u2268',
+ lnsim: '\u22E6',
+ loang: '\u27EC',
+ loarr: '\u21FD',
+ lobrk: '\u27E6',
+ LongLeftArrow: '\u27F5',
+ Longleftarrow: '\u27F8',
+ longleftarrow: '\u27F5',
+ LongLeftRightArrow: '\u27F7',
+ Longleftrightarrow: '\u27FA',
+ longleftrightarrow: '\u27F7',
+ longmapsto: '\u27FC',
+ LongRightArrow: '\u27F6',
+ Longrightarrow: '\u27F9',
+ longrightarrow: '\u27F6',
+ looparrowleft: '\u21AB',
+ looparrowright: '\u21AC',
+ lopar: '\u2985',
+ Lopf: '\uD835\uDD43',
+ lopf: '\uD835\uDD5D',
+ loplus: '\u2A2D',
+ lotimes: '\u2A34',
+ lowast: '\u2217',
+ lowbar: '\u005F',
+ LowerLeftArrow: '\u2199',
+ LowerRightArrow: '\u2198',
+ loz: '\u25CA',
+ lozenge: '\u25CA',
+ lozf: '\u29EB',
+ lpar: '\u0028',
+ lparlt: '\u2993',
+ lrarr: '\u21C6',
+ lrcorner: '\u231F',
+ lrhar: '\u21CB',
+ lrhard: '\u296D',
+ lrm: '\u200E',
+ lrtri: '\u22BF',
+ lsaquo: '\u2039',
+ Lscr: '\u2112',
+ lscr: '\uD835\uDCC1',
+ Lsh: '\u21B0',
+ lsh: '\u21B0',
+ lsim: '\u2272',
+ lsime: '\u2A8D',
+ lsimg: '\u2A8F',
+ lsqb: '\u005B',
+ lsquo: '\u2018',
+ lsquor: '\u201A',
+ Lstrok: '\u0141',
+ lstrok: '\u0142',
+ Lt: '\u226A',
+ LT: '\u003C',
+ lt: '\u003C',
+ ltcc: '\u2AA6',
+ ltcir: '\u2A79',
+ ltdot: '\u22D6',
+ lthree: '\u22CB',
+ ltimes: '\u22C9',
+ ltlarr: '\u2976',
+ ltquest: '\u2A7B',
+ ltri: '\u25C3',
+ ltrie: '\u22B4',
+ ltrif: '\u25C2',
+ ltrPar: '\u2996',
+ lurdshar: '\u294A',
+ luruhar: '\u2966',
+ lvertneqq: '\u2268\uFE00',
+ lvnE: '\u2268\uFE00',
+ macr: '\u00AF',
+ male: '\u2642',
+ malt: '\u2720',
+ maltese: '\u2720',
+ Map: '\u2905',
+ map: '\u21A6',
+ mapsto: '\u21A6',
+ mapstodown: '\u21A7',
+ mapstoleft: '\u21A4',
+ mapstoup: '\u21A5',
+ marker: '\u25AE',
+ mcomma: '\u2A29',
+ Mcy: '\u041C',
+ mcy: '\u043C',
+ mdash: '\u2014',
+ mDDot: '\u223A',
+ measuredangle: '\u2221',
+ MediumSpace: '\u205F',
+ Mellintrf: '\u2133',
+ Mfr: '\uD835\uDD10',
+ mfr: '\uD835\uDD2A',
+ mho: '\u2127',
+ micro: '\u00B5',
+ mid: '\u2223',
+ midast: '\u002A',
+ midcir: '\u2AF0',
+ middot: '\u00B7',
+ minus: '\u2212',
+ minusb: '\u229F',
+ minusd: '\u2238',
+ minusdu: '\u2A2A',
+ MinusPlus: '\u2213',
+ mlcp: '\u2ADB',
+ mldr: '\u2026',
+ mnplus: '\u2213',
+ models: '\u22A7',
+ Mopf: '\uD835\uDD44',
+ mopf: '\uD835\uDD5E',
+ mp: '\u2213',
+ Mscr: '\u2133',
+ mscr: '\uD835\uDCC2',
+ mstpos: '\u223E',
+ Mu: '\u039C',
+ mu: '\u03BC',
+ multimap: '\u22B8',
+ mumap: '\u22B8',
+ nabla: '\u2207',
+ Nacute: '\u0143',
+ nacute: '\u0144',
+ nang: '\u2220\u20D2',
+ nap: '\u2249',
+ napE: '\u2A70\u0338',
+ napid: '\u224B\u0338',
+ napos: '\u0149',
+ napprox: '\u2249',
+ natur: '\u266E',
+ natural: '\u266E',
+ naturals: '\u2115',
+ nbsp: '\u00A0',
+ nbump: '\u224E\u0338',
+ nbumpe: '\u224F\u0338',
+ ncap: '\u2A43',
+ Ncaron: '\u0147',
+ ncaron: '\u0148',
+ Ncedil: '\u0145',
+ ncedil: '\u0146',
+ ncong: '\u2247',
+ ncongdot: '\u2A6D\u0338',
+ ncup: '\u2A42',
+ Ncy: '\u041D',
+ ncy: '\u043D',
+ ndash: '\u2013',
+ ne: '\u2260',
+ nearhk: '\u2924',
+ neArr: '\u21D7',
+ nearr: '\u2197',
+ nearrow: '\u2197',
+ nedot: '\u2250\u0338',
+ NegativeMediumSpace: '\u200B',
+ NegativeThickSpace: '\u200B',
+ NegativeThinSpace: '\u200B',
+ NegativeVeryThinSpace: '\u200B',
+ nequiv: '\u2262',
+ nesear: '\u2928',
+ nesim: '\u2242\u0338',
+ NestedGreaterGreater: '\u226B',
+ NestedLessLess: '\u226A',
+ NewLine: '\u000A',
+ nexist: '\u2204',
+ nexists: '\u2204',
+ Nfr: '\uD835\uDD11',
+ nfr: '\uD835\uDD2B',
+ ngE: '\u2267\u0338',
+ nge: '\u2271',
+ ngeq: '\u2271',
+ ngeqq: '\u2267\u0338',
+ ngeqslant: '\u2A7E\u0338',
+ nges: '\u2A7E\u0338',
+ nGg: '\u22D9\u0338',
+ ngsim: '\u2275',
+ nGt: '\u226B\u20D2',
+ ngt: '\u226F',
+ ngtr: '\u226F',
+ nGtv: '\u226B\u0338',
+ nhArr: '\u21CE',
+ nharr: '\u21AE',
+ nhpar: '\u2AF2',
+ ni: '\u220B',
+ nis: '\u22FC',
+ nisd: '\u22FA',
+ niv: '\u220B',
+ NJcy: '\u040A',
+ njcy: '\u045A',
+ nlArr: '\u21CD',
+ nlarr: '\u219A',
+ nldr: '\u2025',
+ nlE: '\u2266\u0338',
+ nle: '\u2270',
+ nLeftarrow: '\u21CD',
+ nleftarrow: '\u219A',
+ nLeftrightarrow: '\u21CE',
+ nleftrightarrow: '\u21AE',
+ nleq: '\u2270',
+ nleqq: '\u2266\u0338',
+ nleqslant: '\u2A7D\u0338',
+ nles: '\u2A7D\u0338',
+ nless: '\u226E',
+ nLl: '\u22D8\u0338',
+ nlsim: '\u2274',
+ nLt: '\u226A\u20D2',
+ nlt: '\u226E',
+ nltri: '\u22EA',
+ nltrie: '\u22EC',
+ nLtv: '\u226A\u0338',
+ nmid: '\u2224',
+ NoBreak: '\u2060',
+ NonBreakingSpace: '\u00A0',
+ Nopf: '\u2115',
+ nopf: '\uD835\uDD5F',
+ Not: '\u2AEC',
+ not: '\u00AC',
+ NotCongruent: '\u2262',
+ NotCupCap: '\u226D',
+ NotDoubleVerticalBar: '\u2226',
+ NotElement: '\u2209',
+ NotEqual: '\u2260',
+ NotEqualTilde: '\u2242\u0338',
+ NotExists: '\u2204',
+ NotGreater: '\u226F',
+ NotGreaterEqual: '\u2271',
+ NotGreaterFullEqual: '\u2267\u0338',
+ NotGreaterGreater: '\u226B\u0338',
+ NotGreaterLess: '\u2279',
+ NotGreaterSlantEqual: '\u2A7E\u0338',
+ NotGreaterTilde: '\u2275',
+ NotHumpDownHump: '\u224E\u0338',
+ NotHumpEqual: '\u224F\u0338',
+ notin: '\u2209',
+ notindot: '\u22F5\u0338',
+ notinE: '\u22F9\u0338',
+ notinva: '\u2209',
+ notinvb: '\u22F7',
+ notinvc: '\u22F6',
+ NotLeftTriangle: '\u22EA',
+ NotLeftTriangleBar: '\u29CF\u0338',
+ NotLeftTriangleEqual: '\u22EC',
+ NotLess: '\u226E',
+ NotLessEqual: '\u2270',
+ NotLessGreater: '\u2278',
+ NotLessLess: '\u226A\u0338',
+ NotLessSlantEqual: '\u2A7D\u0338',
+ NotLessTilde: '\u2274',
+ NotNestedGreaterGreater: '\u2AA2\u0338',
+ NotNestedLessLess: '\u2AA1\u0338',
+ notni: '\u220C',
+ notniva: '\u220C',
+ notnivb: '\u22FE',
+ notnivc: '\u22FD',
+ NotPrecedes: '\u2280',
+ NotPrecedesEqual: '\u2AAF\u0338',
+ NotPrecedesSlantEqual: '\u22E0',
+ NotReverseElement: '\u220C',
+ NotRightTriangle: '\u22EB',
+ NotRightTriangleBar: '\u29D0\u0338',
+ NotRightTriangleEqual: '\u22ED',
+ NotSquareSubset: '\u228F\u0338',
+ NotSquareSubsetEqual: '\u22E2',
+ NotSquareSuperset: '\u2290\u0338',
+ NotSquareSupersetEqual: '\u22E3',
+ NotSubset: '\u2282\u20D2',
+ NotSubsetEqual: '\u2288',
+ NotSucceeds: '\u2281',
+ NotSucceedsEqual: '\u2AB0\u0338',
+ NotSucceedsSlantEqual: '\u22E1',
+ NotSucceedsTilde: '\u227F\u0338',
+ NotSuperset: '\u2283\u20D2',
+ NotSupersetEqual: '\u2289',
+ NotTilde: '\u2241',
+ NotTildeEqual: '\u2244',
+ NotTildeFullEqual: '\u2247',
+ NotTildeTilde: '\u2249',
+ NotVerticalBar: '\u2224',
+ npar: '\u2226',
+ nparallel: '\u2226',
+ nparsl: '\u2AFD\u20E5',
+ npart: '\u2202\u0338',
+ npolint: '\u2A14',
+ npr: '\u2280',
+ nprcue: '\u22E0',
+ npre: '\u2AAF\u0338',
+ nprec: '\u2280',
+ npreceq: '\u2AAF\u0338',
+ nrArr: '\u21CF',
+ nrarr: '\u219B',
+ nrarrc: '\u2933\u0338',
+ nrarrw: '\u219D\u0338',
+ nRightarrow: '\u21CF',
+ nrightarrow: '\u219B',
+ nrtri: '\u22EB',
+ nrtrie: '\u22ED',
+ nsc: '\u2281',
+ nsccue: '\u22E1',
+ nsce: '\u2AB0\u0338',
+ Nscr: '\uD835\uDCA9',
+ nscr: '\uD835\uDCC3',
+ nshortmid: '\u2224',
+ nshortparallel: '\u2226',
+ nsim: '\u2241',
+ nsime: '\u2244',
+ nsimeq: '\u2244',
+ nsmid: '\u2224',
+ nspar: '\u2226',
+ nsqsube: '\u22E2',
+ nsqsupe: '\u22E3',
+ nsub: '\u2284',
+ nsubE: '\u2AC5\u0338',
+ nsube: '\u2288',
+ nsubset: '\u2282\u20D2',
+ nsubseteq: '\u2288',
+ nsubseteqq: '\u2AC5\u0338',
+ nsucc: '\u2281',
+ nsucceq: '\u2AB0\u0338',
+ nsup: '\u2285',
+ nsupE: '\u2AC6\u0338',
+ nsupe: '\u2289',
+ nsupset: '\u2283\u20D2',
+ nsupseteq: '\u2289',
+ nsupseteqq: '\u2AC6\u0338',
+ ntgl: '\u2279',
+ Ntilde: '\u00D1',
+ ntilde: '\u00F1',
+ ntlg: '\u2278',
+ ntriangleleft: '\u22EA',
+ ntrianglelefteq: '\u22EC',
+ ntriangleright: '\u22EB',
+ ntrianglerighteq: '\u22ED',
+ Nu: '\u039D',
+ nu: '\u03BD',
+ num: '\u0023',
+ numero: '\u2116',
+ numsp: '\u2007',
+ nvap: '\u224D\u20D2',
+ nVDash: '\u22AF',
+ nVdash: '\u22AE',
+ nvDash: '\u22AD',
+ nvdash: '\u22AC',
+ nvge: '\u2265\u20D2',
+ nvgt: '\u003E\u20D2',
+ nvHarr: '\u2904',
+ nvinfin: '\u29DE',
+ nvlArr: '\u2902',
+ nvle: '\u2264\u20D2',
+ nvlt: '\u003C\u20D2',
+ nvltrie: '\u22B4\u20D2',
+ nvrArr: '\u2903',
+ nvrtrie: '\u22B5\u20D2',
+ nvsim: '\u223C\u20D2',
+ nwarhk: '\u2923',
+ nwArr: '\u21D6',
+ nwarr: '\u2196',
+ nwarrow: '\u2196',
+ nwnear: '\u2927',
+ Oacute: '\u00D3',
+ oacute: '\u00F3',
+ oast: '\u229B',
+ ocir: '\u229A',
+ Ocirc: '\u00D4',
+ ocirc: '\u00F4',
+ Ocy: '\u041E',
+ ocy: '\u043E',
+ odash: '\u229D',
+ Odblac: '\u0150',
+ odblac: '\u0151',
+ odiv: '\u2A38',
+ odot: '\u2299',
+ odsold: '\u29BC',
+ OElig: '\u0152',
+ oelig: '\u0153',
+ ofcir: '\u29BF',
+ Ofr: '\uD835\uDD12',
+ ofr: '\uD835\uDD2C',
+ ogon: '\u02DB',
+ Ograve: '\u00D2',
+ ograve: '\u00F2',
+ ogt: '\u29C1',
+ ohbar: '\u29B5',
+ ohm: '\u03A9',
+ oint: '\u222E',
+ olarr: '\u21BA',
+ olcir: '\u29BE',
+ olcross: '\u29BB',
+ oline: '\u203E',
+ olt: '\u29C0',
+ Omacr: '\u014C',
+ omacr: '\u014D',
+ Omega: '\u03A9',
+ omega: '\u03C9',
+ Omicron: '\u039F',
+ omicron: '\u03BF',
+ omid: '\u29B6',
+ ominus: '\u2296',
+ Oopf: '\uD835\uDD46',
+ oopf: '\uD835\uDD60',
+ opar: '\u29B7',
+ OpenCurlyDoubleQuote: '\u201C',
+ OpenCurlyQuote: '\u2018',
+ operp: '\u29B9',
+ oplus: '\u2295',
+ Or: '\u2A54',
+ or: '\u2228',
+ orarr: '\u21BB',
+ ord: '\u2A5D',
+ order: '\u2134',
+ orderof: '\u2134',
+ ordf: '\u00AA',
+ ordm: '\u00BA',
+ origof: '\u22B6',
+ oror: '\u2A56',
+ orslope: '\u2A57',
+ orv: '\u2A5B',
+ oS: '\u24C8',
+ Oscr: '\uD835\uDCAA',
+ oscr: '\u2134',
+ Oslash: '\u00D8',
+ oslash: '\u00F8',
+ osol: '\u2298',
+ Otilde: '\u00D5',
+ otilde: '\u00F5',
+ Otimes: '\u2A37',
+ otimes: '\u2297',
+ otimesas: '\u2A36',
+ Ouml: '\u00D6',
+ ouml: '\u00F6',
+ ovbar: '\u233D',
+ OverBar: '\u203E',
+ OverBrace: '\u23DE',
+ OverBracket: '\u23B4',
+ OverParenthesis: '\u23DC',
+ par: '\u2225',
+ para: '\u00B6',
+ parallel: '\u2225',
+ parsim: '\u2AF3',
+ parsl: '\u2AFD',
+ part: '\u2202',
+ PartialD: '\u2202',
+ Pcy: '\u041F',
+ pcy: '\u043F',
+ percnt: '\u0025',
+ period: '\u002E',
+ permil: '\u2030',
+ perp: '\u22A5',
+ pertenk: '\u2031',
+ Pfr: '\uD835\uDD13',
+ pfr: '\uD835\uDD2D',
+ Phi: '\u03A6',
+ phi: '\u03C6',
+ phiv: '\u03D5',
+ phmmat: '\u2133',
+ phone: '\u260E',
+ Pi: '\u03A0',
+ pi: '\u03C0',
+ pitchfork: '\u22D4',
+ piv: '\u03D6',
+ planck: '\u210F',
+ planckh: '\u210E',
+ plankv: '\u210F',
+ plus: '\u002B',
+ plusacir: '\u2A23',
+ plusb: '\u229E',
+ pluscir: '\u2A22',
+ plusdo: '\u2214',
+ plusdu: '\u2A25',
+ pluse: '\u2A72',
+ PlusMinus: '\u00B1',
+ plusmn: '\u00B1',
+ plussim: '\u2A26',
+ plustwo: '\u2A27',
+ pm: '\u00B1',
+ Poincareplane: '\u210C',
+ pointint: '\u2A15',
+ Popf: '\u2119',
+ popf: '\uD835\uDD61',
+ pound: '\u00A3',
+ Pr: '\u2ABB',
+ pr: '\u227A',
+ prap: '\u2AB7',
+ prcue: '\u227C',
+ prE: '\u2AB3',
+ pre: '\u2AAF',
+ prec: '\u227A',
+ precapprox: '\u2AB7',
+ preccurlyeq: '\u227C',
+ Precedes: '\u227A',
+ PrecedesEqual: '\u2AAF',
+ PrecedesSlantEqual: '\u227C',
+ PrecedesTilde: '\u227E',
+ preceq: '\u2AAF',
+ precnapprox: '\u2AB9',
+ precneqq: '\u2AB5',
+ precnsim: '\u22E8',
+ precsim: '\u227E',
+ Prime: '\u2033',
+ prime: '\u2032',
+ primes: '\u2119',
+ prnap: '\u2AB9',
+ prnE: '\u2AB5',
+ prnsim: '\u22E8',
+ prod: '\u220F',
+ Product: '\u220F',
+ profalar: '\u232E',
+ profline: '\u2312',
+ profsurf: '\u2313',
+ prop: '\u221D',
+ Proportion: '\u2237',
+ Proportional: '\u221D',
+ propto: '\u221D',
+ prsim: '\u227E',
+ prurel: '\u22B0',
+ Pscr: '\uD835\uDCAB',
+ pscr: '\uD835\uDCC5',
+ Psi: '\u03A8',
+ psi: '\u03C8',
+ puncsp: '\u2008',
+ Qfr: '\uD835\uDD14',
+ qfr: '\uD835\uDD2E',
+ qint: '\u2A0C',
+ Qopf: '\u211A',
+ qopf: '\uD835\uDD62',
+ qprime: '\u2057',
+ Qscr: '\uD835\uDCAC',
+ qscr: '\uD835\uDCC6',
+ quaternions: '\u210D',
+ quatint: '\u2A16',
+ quest: '\u003F',
+ questeq: '\u225F',
+ QUOT: '\u0022',
+ quot: '\u0022',
+ rAarr: '\u21DB',
+ race: '\u223D\u0331',
+ Racute: '\u0154',
+ racute: '\u0155',
+ radic: '\u221A',
+ raemptyv: '\u29B3',
+ Rang: '\u27EB',
+ rang: '\u27E9',
+ rangd: '\u2992',
+ range: '\u29A5',
+ rangle: '\u27E9',
+ raquo: '\u00BB',
+ Rarr: '\u21A0',
+ rArr: '\u21D2',
+ rarr: '\u2192',
+ rarrap: '\u2975',
+ rarrb: '\u21E5',
+ rarrbfs: '\u2920',
+ rarrc: '\u2933',
+ rarrfs: '\u291E',
+ rarrhk: '\u21AA',
+ rarrlp: '\u21AC',
+ rarrpl: '\u2945',
+ rarrsim: '\u2974',
+ Rarrtl: '\u2916',
+ rarrtl: '\u21A3',
+ rarrw: '\u219D',
+ rAtail: '\u291C',
+ ratail: '\u291A',
+ ratio: '\u2236',
+ rationals: '\u211A',
+ RBarr: '\u2910',
+ rBarr: '\u290F',
+ rbarr: '\u290D',
+ rbbrk: '\u2773',
+ rbrace: '\u007D',
+ rbrack: '\u005D',
+ rbrke: '\u298C',
+ rbrksld: '\u298E',
+ rbrkslu: '\u2990',
+ Rcaron: '\u0158',
+ rcaron: '\u0159',
+ Rcedil: '\u0156',
+ rcedil: '\u0157',
+ rceil: '\u2309',
+ rcub: '\u007D',
+ Rcy: '\u0420',
+ rcy: '\u0440',
+ rdca: '\u2937',
+ rdldhar: '\u2969',
+ rdquo: '\u201D',
+ rdquor: '\u201D',
+ rdsh: '\u21B3',
+ Re: '\u211C',
+ real: '\u211C',
+ realine: '\u211B',
+ realpart: '\u211C',
+ reals: '\u211D',
+ rect: '\u25AD',
+ REG: '\u00AE',
+ reg: '\u00AE',
+ ReverseElement: '\u220B',
+ ReverseEquilibrium: '\u21CB',
+ ReverseUpEquilibrium: '\u296F',
+ rfisht: '\u297D',
+ rfloor: '\u230B',
+ Rfr: '\u211C',
+ rfr: '\uD835\uDD2F',
+ rHar: '\u2964',
+ rhard: '\u21C1',
+ rharu: '\u21C0',
+ rharul: '\u296C',
+ Rho: '\u03A1',
+ rho: '\u03C1',
+ rhov: '\u03F1',
+ RightAngleBracket: '\u27E9',
+ RightArrow: '\u2192',
+ Rightarrow: '\u21D2',
+ rightarrow: '\u2192',
+ RightArrowBar: '\u21E5',
+ RightArrowLeftArrow: '\u21C4',
+ rightarrowtail: '\u21A3',
+ RightCeiling: '\u2309',
+ RightDoubleBracket: '\u27E7',
+ RightDownTeeVector: '\u295D',
+ RightDownVector: '\u21C2',
+ RightDownVectorBar: '\u2955',
+ RightFloor: '\u230B',
+ rightharpoondown: '\u21C1',
+ rightharpoonup: '\u21C0',
+ rightleftarrows: '\u21C4',
+ rightleftharpoons: '\u21CC',
+ rightrightarrows: '\u21C9',
+ rightsquigarrow: '\u219D',
+ RightTee: '\u22A2',
+ RightTeeArrow: '\u21A6',
+ RightTeeVector: '\u295B',
+ rightthreetimes: '\u22CC',
+ RightTriangle: '\u22B3',
+ RightTriangleBar: '\u29D0',
+ RightTriangleEqual: '\u22B5',
+ RightUpDownVector: '\u294F',
+ RightUpTeeVector: '\u295C',
+ RightUpVector: '\u21BE',
+ RightUpVectorBar: '\u2954',
+ RightVector: '\u21C0',
+ RightVectorBar: '\u2953',
+ ring: '\u02DA',
+ risingdotseq: '\u2253',
+ rlarr: '\u21C4',
+ rlhar: '\u21CC',
+ rlm: '\u200F',
+ rmoust: '\u23B1',
+ rmoustache: '\u23B1',
+ rnmid: '\u2AEE',
+ roang: '\u27ED',
+ roarr: '\u21FE',
+ robrk: '\u27E7',
+ ropar: '\u2986',
+ Ropf: '\u211D',
+ ropf: '\uD835\uDD63',
+ roplus: '\u2A2E',
+ rotimes: '\u2A35',
+ RoundImplies: '\u2970',
+ rpar: '\u0029',
+ rpargt: '\u2994',
+ rppolint: '\u2A12',
+ rrarr: '\u21C9',
+ Rrightarrow: '\u21DB',
+ rsaquo: '\u203A',
+ Rscr: '\u211B',
+ rscr: '\uD835\uDCC7',
+ Rsh: '\u21B1',
+ rsh: '\u21B1',
+ rsqb: '\u005D',
+ rsquo: '\u2019',
+ rsquor: '\u2019',
+ rthree: '\u22CC',
+ rtimes: '\u22CA',
+ rtri: '\u25B9',
+ rtrie: '\u22B5',
+ rtrif: '\u25B8',
+ rtriltri: '\u29CE',
+ RuleDelayed: '\u29F4',
+ ruluhar: '\u2968',
+ rx: '\u211E',
+ Sacute: '\u015A',
+ sacute: '\u015B',
+ sbquo: '\u201A',
+ Sc: '\u2ABC',
+ sc: '\u227B',
+ scap: '\u2AB8',
+ Scaron: '\u0160',
+ scaron: '\u0161',
+ sccue: '\u227D',
+ scE: '\u2AB4',
+ sce: '\u2AB0',
+ Scedil: '\u015E',
+ scedil: '\u015F',
+ Scirc: '\u015C',
+ scirc: '\u015D',
+ scnap: '\u2ABA',
+ scnE: '\u2AB6',
+ scnsim: '\u22E9',
+ scpolint: '\u2A13',
+ scsim: '\u227F',
+ Scy: '\u0421',
+ scy: '\u0441',
+ sdot: '\u22C5',
+ sdotb: '\u22A1',
+ sdote: '\u2A66',
+ searhk: '\u2925',
+ seArr: '\u21D8',
+ searr: '\u2198',
+ searrow: '\u2198',
+ sect: '\u00A7',
+ semi: '\u003B',
+ seswar: '\u2929',
+ setminus: '\u2216',
+ setmn: '\u2216',
+ sext: '\u2736',
+ Sfr: '\uD835\uDD16',
+ sfr: '\uD835\uDD30',
+ sfrown: '\u2322',
+ sharp: '\u266F',
+ SHCHcy: '\u0429',
+ shchcy: '\u0449',
+ SHcy: '\u0428',
+ shcy: '\u0448',
+ ShortDownArrow: '\u2193',
+ ShortLeftArrow: '\u2190',
+ shortmid: '\u2223',
+ shortparallel: '\u2225',
+ ShortRightArrow: '\u2192',
+ ShortUpArrow: '\u2191',
+ shy: '\u00AD',
+ Sigma: '\u03A3',
+ sigma: '\u03C3',
+ sigmaf: '\u03C2',
+ sigmav: '\u03C2',
+ sim: '\u223C',
+ simdot: '\u2A6A',
+ sime: '\u2243',
+ simeq: '\u2243',
+ simg: '\u2A9E',
+ simgE: '\u2AA0',
+ siml: '\u2A9D',
+ simlE: '\u2A9F',
+ simne: '\u2246',
+ simplus: '\u2A24',
+ simrarr: '\u2972',
+ slarr: '\u2190',
+ SmallCircle: '\u2218',
+ smallsetminus: '\u2216',
+ smashp: '\u2A33',
+ smeparsl: '\u29E4',
+ smid: '\u2223',
+ smile: '\u2323',
+ smt: '\u2AAA',
+ smte: '\u2AAC',
+ smtes: '\u2AAC\uFE00',
+ SOFTcy: '\u042C',
+ softcy: '\u044C',
+ sol: '\u002F',
+ solb: '\u29C4',
+ solbar: '\u233F',
+ Sopf: '\uD835\uDD4A',
+ sopf: '\uD835\uDD64',
+ spades: '\u2660',
+ spadesuit: '\u2660',
+ spar: '\u2225',
+ sqcap: '\u2293',
+ sqcaps: '\u2293\uFE00',
+ sqcup: '\u2294',
+ sqcups: '\u2294\uFE00',
+ Sqrt: '\u221A',
+ sqsub: '\u228F',
+ sqsube: '\u2291',
+ sqsubset: '\u228F',
+ sqsubseteq: '\u2291',
+ sqsup: '\u2290',
+ sqsupe: '\u2292',
+ sqsupset: '\u2290',
+ sqsupseteq: '\u2292',
+ squ: '\u25A1',
+ Square: '\u25A1',
+ square: '\u25A1',
+ SquareIntersection: '\u2293',
+ SquareSubset: '\u228F',
+ SquareSubsetEqual: '\u2291',
+ SquareSuperset: '\u2290',
+ SquareSupersetEqual: '\u2292',
+ SquareUnion: '\u2294',
+ squarf: '\u25AA',
+ squf: '\u25AA',
+ srarr: '\u2192',
+ Sscr: '\uD835\uDCAE',
+ sscr: '\uD835\uDCC8',
+ ssetmn: '\u2216',
+ ssmile: '\u2323',
+ sstarf: '\u22C6',
+ Star: '\u22C6',
+ star: '\u2606',
+ starf: '\u2605',
+ straightepsilon: '\u03F5',
+ straightphi: '\u03D5',
+ strns: '\u00AF',
+ Sub: '\u22D0',
+ sub: '\u2282',
+ subdot: '\u2ABD',
+ subE: '\u2AC5',
+ sube: '\u2286',
+ subedot: '\u2AC3',
+ submult: '\u2AC1',
+ subnE: '\u2ACB',
+ subne: '\u228A',
+ subplus: '\u2ABF',
+ subrarr: '\u2979',
+ Subset: '\u22D0',
+ subset: '\u2282',
+ subseteq: '\u2286',
+ subseteqq: '\u2AC5',
+ SubsetEqual: '\u2286',
+ subsetneq: '\u228A',
+ subsetneqq: '\u2ACB',
+ subsim: '\u2AC7',
+ subsub: '\u2AD5',
+ subsup: '\u2AD3',
+ succ: '\u227B',
+ succapprox: '\u2AB8',
+ succcurlyeq: '\u227D',
+ Succeeds: '\u227B',
+ SucceedsEqual: '\u2AB0',
+ SucceedsSlantEqual: '\u227D',
+ SucceedsTilde: '\u227F',
+ succeq: '\u2AB0',
+ succnapprox: '\u2ABA',
+ succneqq: '\u2AB6',
+ succnsim: '\u22E9',
+ succsim: '\u227F',
+ SuchThat: '\u220B',
+ Sum: '\u2211',
+ sum: '\u2211',
+ sung: '\u266A',
+ Sup: '\u22D1',
+ sup: '\u2283',
+ sup1: '\u00B9',
+ sup2: '\u00B2',
+ sup3: '\u00B3',
+ supdot: '\u2ABE',
+ supdsub: '\u2AD8',
+ supE: '\u2AC6',
+ supe: '\u2287',
+ supedot: '\u2AC4',
+ Superset: '\u2283',
+ SupersetEqual: '\u2287',
+ suphsol: '\u27C9',
+ suphsub: '\u2AD7',
+ suplarr: '\u297B',
+ supmult: '\u2AC2',
+ supnE: '\u2ACC',
+ supne: '\u228B',
+ supplus: '\u2AC0',
+ Supset: '\u22D1',
+ supset: '\u2283',
+ supseteq: '\u2287',
+ supseteqq: '\u2AC6',
+ supsetneq: '\u228B',
+ supsetneqq: '\u2ACC',
+ supsim: '\u2AC8',
+ supsub: '\u2AD4',
+ supsup: '\u2AD6',
+ swarhk: '\u2926',
+ swArr: '\u21D9',
+ swarr: '\u2199',
+ swarrow: '\u2199',
+ swnwar: '\u292A',
+ szlig: '\u00DF',
+ Tab: '\u0009',
+ target: '\u2316',
+ Tau: '\u03A4',
+ tau: '\u03C4',
+ tbrk: '\u23B4',
+ Tcaron: '\u0164',
+ tcaron: '\u0165',
+ Tcedil: '\u0162',
+ tcedil: '\u0163',
+ Tcy: '\u0422',
+ tcy: '\u0442',
+ tdot: '\u20DB',
+ telrec: '\u2315',
+ Tfr: '\uD835\uDD17',
+ tfr: '\uD835\uDD31',
+ there4: '\u2234',
+ Therefore: '\u2234',
+ therefore: '\u2234',
+ Theta: '\u0398',
+ theta: '\u03B8',
+ thetasym: '\u03D1',
+ thetav: '\u03D1',
+ thickapprox: '\u2248',
+ thicksim: '\u223C',
+ ThickSpace: '\u205F\u200A',
+ thinsp: '\u2009',
+ ThinSpace: '\u2009',
+ thkap: '\u2248',
+ thksim: '\u223C',
+ THORN: '\u00DE',
+ thorn: '\u00FE',
+ Tilde: '\u223C',
+ tilde: '\u02DC',
+ TildeEqual: '\u2243',
+ TildeFullEqual: '\u2245',
+ TildeTilde: '\u2248',
+ times: '\u00D7',
+ timesb: '\u22A0',
+ timesbar: '\u2A31',
+ timesd: '\u2A30',
+ tint: '\u222D',
+ toea: '\u2928',
+ top: '\u22A4',
+ topbot: '\u2336',
+ topcir: '\u2AF1',
+ Topf: '\uD835\uDD4B',
+ topf: '\uD835\uDD65',
+ topfork: '\u2ADA',
+ tosa: '\u2929',
+ tprime: '\u2034',
+ TRADE: '\u2122',
+ trade: '\u2122',
+ triangle: '\u25B5',
+ triangledown: '\u25BF',
+ triangleleft: '\u25C3',
+ trianglelefteq: '\u22B4',
+ triangleq: '\u225C',
+ triangleright: '\u25B9',
+ trianglerighteq: '\u22B5',
+ tridot: '\u25EC',
+ trie: '\u225C',
+ triminus: '\u2A3A',
+ TripleDot: '\u20DB',
+ triplus: '\u2A39',
+ trisb: '\u29CD',
+ tritime: '\u2A3B',
+ trpezium: '\u23E2',
+ Tscr: '\uD835\uDCAF',
+ tscr: '\uD835\uDCC9',
+ TScy: '\u0426',
+ tscy: '\u0446',
+ TSHcy: '\u040B',
+ tshcy: '\u045B',
+ Tstrok: '\u0166',
+ tstrok: '\u0167',
+ twixt: '\u226C',
+ twoheadleftarrow: '\u219E',
+ twoheadrightarrow: '\u21A0',
+ Uacute: '\u00DA',
+ uacute: '\u00FA',
+ Uarr: '\u219F',
+ uArr: '\u21D1',
+ uarr: '\u2191',
+ Uarrocir: '\u2949',
+ Ubrcy: '\u040E',
+ ubrcy: '\u045E',
+ Ubreve: '\u016C',
+ ubreve: '\u016D',
+ Ucirc: '\u00DB',
+ ucirc: '\u00FB',
+ Ucy: '\u0423',
+ ucy: '\u0443',
+ udarr: '\u21C5',
+ Udblac: '\u0170',
+ udblac: '\u0171',
+ udhar: '\u296E',
+ ufisht: '\u297E',
+ Ufr: '\uD835\uDD18',
+ ufr: '\uD835\uDD32',
+ Ugrave: '\u00D9',
+ ugrave: '\u00F9',
+ uHar: '\u2963',
+ uharl: '\u21BF',
+ uharr: '\u21BE',
+ uhblk: '\u2580',
+ ulcorn: '\u231C',
+ ulcorner: '\u231C',
+ ulcrop: '\u230F',
+ ultri: '\u25F8',
+ Umacr: '\u016A',
+ umacr: '\u016B',
+ uml: '\u00A8',
+ UnderBar: '\u005F',
+ UnderBrace: '\u23DF',
+ UnderBracket: '\u23B5',
+ UnderParenthesis: '\u23DD',
+ Union: '\u22C3',
+ UnionPlus: '\u228E',
+ Uogon: '\u0172',
+ uogon: '\u0173',
+ Uopf: '\uD835\uDD4C',
+ uopf: '\uD835\uDD66',
+ UpArrow: '\u2191',
+ Uparrow: '\u21D1',
+ uparrow: '\u2191',
+ UpArrowBar: '\u2912',
+ UpArrowDownArrow: '\u21C5',
+ UpDownArrow: '\u2195',
+ Updownarrow: '\u21D5',
+ updownarrow: '\u2195',
+ UpEquilibrium: '\u296E',
+ upharpoonleft: '\u21BF',
+ upharpoonright: '\u21BE',
+ uplus: '\u228E',
+ UpperLeftArrow: '\u2196',
+ UpperRightArrow: '\u2197',
+ Upsi: '\u03D2',
+ upsi: '\u03C5',
+ upsih: '\u03D2',
+ Upsilon: '\u03A5',
+ upsilon: '\u03C5',
+ UpTee: '\u22A5',
+ UpTeeArrow: '\u21A5',
+ upuparrows: '\u21C8',
+ urcorn: '\u231D',
+ urcorner: '\u231D',
+ urcrop: '\u230E',
+ Uring: '\u016E',
+ uring: '\u016F',
+ urtri: '\u25F9',
+ Uscr: '\uD835\uDCB0',
+ uscr: '\uD835\uDCCA',
+ utdot: '\u22F0',
+ Utilde: '\u0168',
+ utilde: '\u0169',
+ utri: '\u25B5',
+ utrif: '\u25B4',
+ uuarr: '\u21C8',
+ Uuml: '\u00DC',
+ uuml: '\u00FC',
+ uwangle: '\u29A7',
+ vangrt: '\u299C',
+ varepsilon: '\u03F5',
+ varkappa: '\u03F0',
+ varnothing: '\u2205',
+ varphi: '\u03D5',
+ varpi: '\u03D6',
+ varpropto: '\u221D',
+ vArr: '\u21D5',
+ varr: '\u2195',
+ varrho: '\u03F1',
+ varsigma: '\u03C2',
+ varsubsetneq: '\u228A\uFE00',
+ varsubsetneqq: '\u2ACB\uFE00',
+ varsupsetneq: '\u228B\uFE00',
+ varsupsetneqq: '\u2ACC\uFE00',
+ vartheta: '\u03D1',
+ vartriangleleft: '\u22B2',
+ vartriangleright: '\u22B3',
+ Vbar: '\u2AEB',
+ vBar: '\u2AE8',
+ vBarv: '\u2AE9',
+ Vcy: '\u0412',
+ vcy: '\u0432',
+ VDash: '\u22AB',
+ Vdash: '\u22A9',
+ vDash: '\u22A8',
+ vdash: '\u22A2',
+ Vdashl: '\u2AE6',
+ Vee: '\u22C1',
+ vee: '\u2228',
+ veebar: '\u22BB',
+ veeeq: '\u225A',
+ vellip: '\u22EE',
+ Verbar: '\u2016',
+ verbar: '\u007C',
+ Vert: '\u2016',
+ vert: '\u007C',
+ VerticalBar: '\u2223',
+ VerticalLine: '\u007C',
+ VerticalSeparator: '\u2758',
+ VerticalTilde: '\u2240',
+ VeryThinSpace: '\u200A',
+ Vfr: '\uD835\uDD19',
+ vfr: '\uD835\uDD33',
+ vltri: '\u22B2',
+ vnsub: '\u2282\u20D2',
+ vnsup: '\u2283\u20D2',
+ Vopf: '\uD835\uDD4D',
+ vopf: '\uD835\uDD67',
+ vprop: '\u221D',
+ vrtri: '\u22B3',
+ Vscr: '\uD835\uDCB1',
+ vscr: '\uD835\uDCCB',
+ vsubnE: '\u2ACB\uFE00',
+ vsubne: '\u228A\uFE00',
+ vsupnE: '\u2ACC\uFE00',
+ vsupne: '\u228B\uFE00',
+ Vvdash: '\u22AA',
+ vzigzag: '\u299A',
+ Wcirc: '\u0174',
+ wcirc: '\u0175',
+ wedbar: '\u2A5F',
+ Wedge: '\u22C0',
+ wedge: '\u2227',
+ wedgeq: '\u2259',
+ weierp: '\u2118',
+ Wfr: '\uD835\uDD1A',
+ wfr: '\uD835\uDD34',
+ Wopf: '\uD835\uDD4E',
+ wopf: '\uD835\uDD68',
+ wp: '\u2118',
+ wr: '\u2240',
+ wreath: '\u2240',
+ Wscr: '\uD835\uDCB2',
+ wscr: '\uD835\uDCCC',
+ xcap: '\u22C2',
+ xcirc: '\u25EF',
+ xcup: '\u22C3',
+ xdtri: '\u25BD',
+ Xfr: '\uD835\uDD1B',
+ xfr: '\uD835\uDD35',
+ xhArr: '\u27FA',
+ xharr: '\u27F7',
+ Xi: '\u039E',
+ xi: '\u03BE',
+ xlArr: '\u27F8',
+ xlarr: '\u27F5',
+ xmap: '\u27FC',
+ xnis: '\u22FB',
+ xodot: '\u2A00',
+ Xopf: '\uD835\uDD4F',
+ xopf: '\uD835\uDD69',
+ xoplus: '\u2A01',
+ xotime: '\u2A02',
+ xrArr: '\u27F9',
+ xrarr: '\u27F6',
+ Xscr: '\uD835\uDCB3',
+ xscr: '\uD835\uDCCD',
+ xsqcup: '\u2A06',
+ xuplus: '\u2A04',
+ xutri: '\u25B3',
+ xvee: '\u22C1',
+ xwedge: '\u22C0',
+ Yacute: '\u00DD',
+ yacute: '\u00FD',
+ YAcy: '\u042F',
+ yacy: '\u044F',
+ Ycirc: '\u0176',
+ ycirc: '\u0177',
+ Ycy: '\u042B',
+ ycy: '\u044B',
+ yen: '\u00A5',
+ Yfr: '\uD835\uDD1C',
+ yfr: '\uD835\uDD36',
+ YIcy: '\u0407',
+ yicy: '\u0457',
+ Yopf: '\uD835\uDD50',
+ yopf: '\uD835\uDD6A',
+ Yscr: '\uD835\uDCB4',
+ yscr: '\uD835\uDCCE',
+ YUcy: '\u042E',
+ yucy: '\u044E',
+ Yuml: '\u0178',
+ yuml: '\u00FF',
+ Zacute: '\u0179',
+ zacute: '\u017A',
+ Zcaron: '\u017D',
+ zcaron: '\u017E',
+ Zcy: '\u0417',
+ zcy: '\u0437',
+ Zdot: '\u017B',
+ zdot: '\u017C',
+ zeetrf: '\u2128',
+ ZeroWidthSpace: '\u200B',
+ Zeta: '\u0396',
+ zeta: '\u03B6',
+ Zfr: '\u2128',
+ zfr: '\uD835\uDD37',
+ ZHcy: '\u0416',
+ zhcy: '\u0436',
+ zigrarr: '\u21DD',
+ Zopf: '\u2124',
+ zopf: '\uD835\uDD6B',
+ Zscr: '\uD835\uDCB5',
+ zscr: '\uD835\uDCCF',
+ zwj: '\u200D',
+ zwnj: '\u200C'
});
+
/**
* @deprecated use `HTML_ENTITIES` instead
* @see HTML_ENTITIES
*/
-
exports.entityMap = exports.HTML_ENTITIES;
});
entities.XML_ENTITIES;
entities.HTML_ENTITIES;
entities.entityMap;
- var NAMESPACE$1 = conventions.NAMESPACE; //[4] NameStartChar ::= ":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
+ var NAMESPACE$1 = conventions.NAMESPACE;
+
+ //[4] NameStartChar ::= ":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
//[4a] NameChar ::= NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]
//[5] Name ::= NameStartChar (NameChar)*
-
var nameStartChar = /[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/; //\u10000-\uEFFFF
-
var nameChar = new RegExp("[\\-\\.0-9" + nameStartChar.source.slice(1, -1) + "\\u00B7\\u0300-\\u036F\\u203F-\\u2040]");
- var tagNamePattern = new RegExp('^' + nameStartChar.source + nameChar.source + '*(?:\:' + nameStartChar.source + nameChar.source + '*)?$'); //var tagNamePattern = /^[a-zA-Z_][\w\-\.]*(?:\:[a-zA-Z_][\w\-\.]*)?$/
+ var tagNamePattern = new RegExp('^' + nameStartChar.source + nameChar.source + '*(?:\:' + nameStartChar.source + nameChar.source + '*)?$');
+ //var tagNamePattern = /^[a-zA-Z_][\w\-\.]*(?:\:[a-zA-Z_][\w\-\.]*)?$/
//var handlers = 'resolveEntity,getExternalSubset,characters,endDocument,endElement,endPrefixMapping,ignorableWhitespace,processingInstruction,setDocumentLocator,skippedEntity,startDocument,startElement,startPrefixMapping,notationDecl,unparsedEntityDecl,error,fatalError,warning,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,comment,endCDATA,endDTD,endEntity,startCDATA,startDTD,startEntity'.split(',')
+
//S_TAG, S_ATTR, S_EQ, S_ATTR_NOQUOT_VALUE
//S_ATTR_SPACE, S_ATTR_END, S_TAG_SPACE, S_TAG_CLOSE
-
var S_TAG = 0; //tag name offerring
-
- var S_ATTR = 1; //attr name offerring
-
+ var S_ATTR = 1; //attr name offerring
var S_ATTR_SPACE = 2; //attr name end and space offer
-
var S_EQ = 3; //=space?
-
var S_ATTR_NOQUOT_VALUE = 4; //attr value(no quot value only)
-
var S_ATTR_END = 5; //attr value end and no space(quot end)
-
var S_TAG_SPACE = 6; //(attr value end || tag end ) && (space offer)
-
var S_TAG_CLOSE = 7; //closed el
/**
@@ -35660,49 +36629,39 @@
* @param {any?} locator Optional, can provide details about the location in the source
* @constructor
*/
-
function ParseError$1(message, locator) {
this.message = message;
this.locator = locator;
if (Error.captureStackTrace) Error.captureStackTrace(this, ParseError$1);
}
-
ParseError$1.prototype = new Error();
ParseError$1.prototype.name = ParseError$1.name;
-
function XMLReader$1() {}
-
XMLReader$1.prototype = {
- parse: function parse(source, defaultNSMap, entityMap) {
+ parse: function (source, defaultNSMap, entityMap) {
var domBuilder = this.domBuilder;
domBuilder.startDocument();
-
_copy(defaultNSMap, defaultNSMap = {});
-
- _parse(source, defaultNSMap, entityMap, domBuilder, this.errorHandler);
-
+ parse$1(source, defaultNSMap, entityMap, domBuilder, this.errorHandler);
domBuilder.endDocument();
}
};
-
- function _parse(source, defaultNSMapCopy, entityMap, domBuilder, errorHandler) {
+ function parse$1(source, defaultNSMapCopy, entityMap, domBuilder, errorHandler) {
function fixedFromCharCode(code) {
// String.prototype.fromCharCode does not supports
// > 2 bytes unicode chars directly
if (code > 0xffff) {
code -= 0x10000;
var surrogate1 = 0xd800 + (code >> 10),
- surrogate2 = 0xdc00 + (code & 0x3ff);
+ surrogate2 = 0xdc00 + (code & 0x3ff);
return String.fromCharCode(surrogate1, surrogate2);
} else {
return String.fromCharCode(code);
}
}
-
function entityReplacer(a) {
var k = a.slice(1, -1);
-
- if (k in entityMap) {
+ if (Object.hasOwnProperty.call(entityMap, k)) {
return entityMap[k];
} else if (k.charAt(0) === '#') {
return fixedFromCharCode(parseInt(k.substr(1).replace('x', '0x')));
@@ -35711,7 +36670,6 @@
return a;
}
}
-
function appendText(end) {
//has some bugs
if (end > start) {
@@ -35721,17 +36679,15 @@
start = end;
}
}
-
function position(p, m) {
while (p >= lineEnd && (m = linePattern.exec(source))) {
lineStart = m.index;
lineEnd = lineStart + m[0].length;
- locator.lineNumber++; //console.log('line++:',locator,startPos,endPos)
+ locator.lineNumber++;
+ //console.log('line++:',locator,startPos,endPos)
}
-
locator.columnNumber = p - lineStart + 1;
}
-
var lineStart = 0;
var lineEnd = 0;
var linePattern = /.*(?:\r\n?|\n)|.*$/g;
@@ -35741,11 +36697,9 @@
}];
var closeMap = {};
var start = 0;
-
while (true) {
try {
var tagStart = source.indexOf('<', start);
-
if (tagStart < 0) {
if (!source.substr(start).match(/^\s*$/)) {
var doc = domBuilder.doc;
@@ -35753,20 +36707,16 @@
doc.appendChild(text);
domBuilder.currentElement = text;
}
-
return;
}
-
if (tagStart > start) {
appendText(tagStart);
}
-
switch (source.charAt(tagStart + 1)) {
case '/':
var end = source.indexOf('>', tagStart + 3);
var tagName = source.substring(tagStart + 2, end).replace(/[ \t\n\r]+$/g, '');
var config = parseStack.pop();
-
if (end < 0) {
tagName = source.substring(tagStart + 2).replace(/[\s<].*/, '');
errorHandler.error("end tag name: " + tagName + ' is not complete:' + config.tagName);
@@ -35776,97 +36726,81 @@
errorHandler.error("end tag name: " + tagName + ' maybe not complete');
end = tagStart + 1 + tagName.length;
}
-
var localNSMap = config.localNSMap;
var endMatch = config.tagName == tagName;
var endIgnoreCaseMach = endMatch || config.tagName && config.tagName.toLowerCase() == tagName.toLowerCase();
-
if (endIgnoreCaseMach) {
domBuilder.endElement(config.uri, config.localName, tagName);
-
if (localNSMap) {
for (var prefix in localNSMap) {
- domBuilder.endPrefixMapping(prefix);
+ if (Object.prototype.hasOwnProperty.call(localNSMap, prefix)) {
+ domBuilder.endPrefixMapping(prefix);
+ }
}
}
-
if (!endMatch) {
errorHandler.fatalError("end tag name: " + tagName + ' is not match the current start tagName:' + config.tagName); // No known test case
}
} else {
parseStack.push(config);
}
-
end++;
break;
// end elment
-
case '?':
// ...?>
locator && position(tagStart);
end = parseInstruction(source, tagStart, domBuilder);
break;
-
case '!':
// start) {
start = end;
} else {
@@ -35875,18 +36809,16 @@
}
}
}
-
function copyLocator(f, t) {
t.lineNumber = f.lineNumber;
t.columnNumber = f.columnNumber;
return t;
}
+
/**
* @see #appendElement(source,elStartEnd,el,selfClosed,entityReplacer,domBuilder,parseStack);
* @return end of the elementStartPart(end of elementEndPart for selfClosed el)
*/
-
-
function parseElementStartPart(source, start, el, currentNSMap, entityReplacer, errorHandler) {
/**
* @param {string} qname
@@ -35897,18 +36829,19 @@
if (el.attributeNames.hasOwnProperty(qname)) {
errorHandler.fatalError('Attribute ' + qname + ' redefined');
}
-
- el.addValue(qname, value, startIndex);
+ el.addValue(qname,
+ // @see https://www.w3.org/TR/xml/#AVNormalize
+ // since the xmldom sax parser does not "interpret" DTD the following is not implemented:
+ // - recursive replacement of (DTD) entity references
+ // - trimming and collapsing multiple spaces into a single one for attributes that are not of type CDATA
+ value.replace(/[\t\n\r]/g, ' ').replace(/?\w+;/g, entityReplacer), startIndex);
}
-
var attrName;
var value;
var p = ++start;
var s = S_TAG; //status
-
while (true) {
var c = source.charAt(p);
-
switch (c) {
case '=':
if (s === S_ATTR) {
@@ -35921,35 +36854,29 @@
//fatalError: equal must after attrName or space after attrName
throw new Error('attribute equal must after attrName'); // No known test case
}
-
break;
-
case '\'':
case '"':
if (s === S_EQ || s === S_ATTR //|| s == S_ATTR_SPACE
) {
- //equal
- if (s === S_ATTR) {
- errorHandler.warning('attribute value must after "="');
- attrName = source.slice(start, p);
- }
-
- start = p + 1;
- p = source.indexOf(c, start);
-
- if (p > 0) {
- value = source.slice(start, p).replace(/?\w+;/g, entityReplacer);
- addAttribute(attrName, value, start - 1);
- s = S_ATTR_END;
- } else {
- //fatalError: no end quot match
- throw new Error('attribute value no end \'' + c + '\' match');
- }
- } else if (s == S_ATTR_NOQUOT_VALUE) {
- value = source.slice(start, p).replace(/?\w+;/g, entityReplacer); //console.log(attrName,value,start,p)
-
- addAttribute(attrName, value, start); //console.dir(el)
-
+ //equal
+ if (s === S_ATTR) {
+ errorHandler.warning('attribute value must after "="');
+ attrName = source.slice(start, p);
+ }
+ start = p + 1;
+ p = source.indexOf(c, start);
+ if (p > 0) {
+ value = source.slice(start, p);
+ addAttribute(attrName, value, start - 1);
+ s = S_ATTR_END;
+ } else {
+ //fatalError: no end quot match
+ throw new Error('attribute value no end \'' + c + '\' match');
+ }
+ } else if (s == S_ATTR_NOQUOT_VALUE) {
+ value = source.slice(start, p);
+ addAttribute(attrName, value, start);
errorHandler.warning('attribute "' + attrName + '" missed start quot(' + c + ')!!');
start = p + 1;
s = S_ATTR_END;
@@ -35957,114 +36884,89 @@
//fatalError: no equal before
throw new Error('attribute value must after "="'); // No known test case
}
-
break;
-
case '/':
switch (s) {
case S_TAG:
el.setTagName(source.slice(start, p));
-
case S_ATTR_END:
case S_TAG_SPACE:
case S_TAG_CLOSE:
s = S_TAG_CLOSE;
el.closed = true;
-
case S_ATTR_NOQUOT_VALUE:
case S_ATTR:
+ break;
case S_ATTR_SPACE:
+ el.closed = true;
break;
//case S_EQ:
-
default:
throw new Error("attribute invalid close char('/')");
// No known test case
}
-
break;
-
case '':
//end document
errorHandler.error('unexpected end of input');
-
if (s == S_TAG) {
el.setTagName(source.slice(start, p));
}
-
return p;
-
case '>':
switch (s) {
case S_TAG:
el.setTagName(source.slice(start, p));
-
case S_ATTR_END:
case S_TAG_SPACE:
case S_TAG_CLOSE:
break;
//normal
-
case S_ATTR_NOQUOT_VALUE: //Compatible state
-
case S_ATTR:
value = source.slice(start, p);
-
if (value.slice(-1) === '/') {
el.closed = true;
value = value.slice(0, -1);
}
-
case S_ATTR_SPACE:
if (s === S_ATTR_SPACE) {
value = attrName;
}
-
if (s == S_ATTR_NOQUOT_VALUE) {
errorHandler.warning('attribute "' + value + '" missed quot(")!');
- addAttribute(attrName, value.replace(/?\w+;/g, entityReplacer), start);
+ addAttribute(attrName, value, start);
} else {
if (!NAMESPACE$1.isHTML(currentNSMap['']) || !value.match(/^(?:disabled|checked|selected)$/i)) {
errorHandler.warning('attribute "' + value + '" missed value!! "' + value + '" instead!!');
}
-
addAttribute(value, value, start);
}
-
break;
-
case S_EQ:
throw new Error('attribute value missed!!');
- } // console.log(tagName,tagNamePattern,tagNamePattern.test(tagName))
-
-
+ }
+ // console.log(tagName,tagNamePattern,tagNamePattern.test(tagName))
return p;
-
/*xml space '\x20' | #x9 | #xD | #xA; */
-
- case "\x80":
+ case '\u0080':
c = ' ';
-
default:
if (c <= ' ') {
//space
switch (s) {
case S_TAG:
el.setTagName(source.slice(start, p)); //tagName
-
s = S_TAG_SPACE;
break;
-
case S_ATTR:
attrName = source.slice(start, p);
s = S_ATTR_SPACE;
break;
-
case S_ATTR_NOQUOT_VALUE:
- var value = source.slice(start, p).replace(/?\w+;/g, entityReplacer);
+ var value = source.slice(start, p);
errorHandler.warning('attribute "' + value + '" missed quot(")!!');
addAttribute(attrName, value, start);
-
case S_ATTR_END:
s = S_TAG_SPACE;
break;
@@ -36085,58 +36987,45 @@
//case S_ATTR_NOQUOT_VALUE:void();break;
case S_ATTR_SPACE:
el.tagName;
-
if (!NAMESPACE$1.isHTML(currentNSMap['']) || !attrName.match(/^(?:disabled|checked|selected)$/i)) {
errorHandler.warning('attribute "' + attrName + '" missed value!! "' + attrName + '" instead2!!');
}
-
addAttribute(attrName, attrName, start);
start = p;
s = S_ATTR;
break;
-
case S_ATTR_END:
errorHandler.warning('attribute space is required"' + attrName + '"!!');
-
case S_TAG_SPACE:
s = S_ATTR;
start = p;
break;
-
case S_EQ:
s = S_ATTR_NOQUOT_VALUE;
start = p;
break;
-
case S_TAG_CLOSE:
throw new Error("elements closed character '/' and '>' must be connected to");
}
}
-
} //end outer switch
//console.log('p++',p)
-
-
p++;
}
}
/**
* @return true if has new namespace define
*/
-
-
function appendElement$1(el, domBuilder, currentNSMap) {
var tagName = el.tagName;
- var localNSMap = null; //var currentNSMap = parseStack[parseStack.length-1].currentNSMap;
-
+ var localNSMap = null;
+ //var currentNSMap = parseStack[parseStack.length-1].currentNSMap;
var i = el.length;
-
while (i--) {
var a = el[i];
var qName = a.qName;
var value = a.value;
var nsp = qName.indexOf(':');
-
if (nsp > 0) {
var prefix = a.prefix = qName.slice(0, nsp);
var localName = qName.slice(nsp + 1);
@@ -36145,134 +37034,119 @@
localName = qName;
prefix = null;
nsPrefix = qName === 'xmlns' && '';
- } //can not set prefix,because prefix !== ''
-
-
- a.localName = localName; //prefix == null for no ns prefix attribute
-
+ }
+ //can not set prefix,because prefix !== ''
+ a.localName = localName;
+ //prefix == null for no ns prefix attribute
if (nsPrefix !== false) {
//hack!!
if (localNSMap == null) {
- localNSMap = {}; //console.log(currentNSMap,0)
-
- _copy(currentNSMap, currentNSMap = {}); //console.log(currentNSMap,1)
-
+ localNSMap = {};
+ //console.log(currentNSMap,0)
+ _copy(currentNSMap, currentNSMap = {});
+ //console.log(currentNSMap,1)
}
-
currentNSMap[nsPrefix] = localNSMap[nsPrefix] = value;
a.uri = NAMESPACE$1.XMLNS;
domBuilder.startPrefixMapping(nsPrefix, value);
}
}
-
var i = el.length;
-
while (i--) {
a = el[i];
var prefix = a.prefix;
-
if (prefix) {
//no prefix attribute has no namespace
if (prefix === 'xml') {
a.uri = NAMESPACE$1.XML;
}
-
if (prefix !== 'xmlns') {
- a.uri = currentNSMap[prefix || '']; //{console.log('###'+a.qName,domBuilder.locator.systemId+'',currentNSMap,a.uri)}
+ a.uri = currentNSMap[prefix || ''];
+
+ //{console.log('###'+a.qName,domBuilder.locator.systemId+'',currentNSMap,a.uri)}
}
}
}
-
var nsp = tagName.indexOf(':');
-
if (nsp > 0) {
prefix = el.prefix = tagName.slice(0, nsp);
localName = el.localName = tagName.slice(nsp + 1);
} else {
prefix = null; //important!!
-
localName = el.localName = tagName;
- } //no prefix element has default namespace
-
-
+ }
+ //no prefix element has default namespace
var ns = el.uri = currentNSMap[prefix || ''];
- domBuilder.startElement(ns, localName, tagName, el); //endPrefixMapping and startPrefixMapping have not any help for dom builder
+ domBuilder.startElement(ns, localName, tagName, el);
+ //endPrefixMapping and startPrefixMapping have not any help for dom builder
//localNSMap = null
-
if (el.closed) {
domBuilder.endElement(ns, localName, tagName);
-
if (localNSMap) {
for (prefix in localNSMap) {
- domBuilder.endPrefixMapping(prefix);
+ if (Object.prototype.hasOwnProperty.call(localNSMap, prefix)) {
+ domBuilder.endPrefixMapping(prefix);
+ }
}
}
} else {
el.currentNSMap = currentNSMap;
- el.localNSMap = localNSMap; //parseStack.push(el);
-
+ el.localNSMap = localNSMap;
+ //parseStack.push(el);
return true;
}
}
-
function parseHtmlSpecialContent(source, elStartEnd, tagName, entityReplacer, domBuilder) {
if (/^(?:script|textarea)$/i.test(tagName)) {
var elEndStart = source.indexOf('' + tagName + '>', elStartEnd);
var text = source.substring(elStartEnd + 1, elEndStart);
-
if (/[&<]/.test(text)) {
if (/^script$/i.test(tagName)) {
//if(!/\]\]>/.test(text)){
//lexHandler.startCDATA();
- domBuilder.characters(text, 0, text.length); //lexHandler.endCDATA();
-
- return elEndStart; //}
+ domBuilder.characters(text, 0, text.length);
+ //lexHandler.endCDATA();
+ return elEndStart;
+ //}
} //}else{//text area
-
-
text = text.replace(/?\w+;/g, entityReplacer);
domBuilder.characters(text, 0, text.length);
- return elEndStart; //}
+ return elEndStart;
+ //}
}
}
-
return elStartEnd + 1;
}
-
function fixSelfClosed(source, elStartEnd, tagName, closeMap) {
//if(tagName in closeMap){
var pos = closeMap[tagName];
-
if (pos == null) {
//console.log(tagName)
pos = source.lastIndexOf('' + tagName + '>');
-
if (pos < elStartEnd) {
//忘记闭合
pos = source.lastIndexOf('' + tagName);
}
-
closeMap[tagName] = pos;
}
-
- return pos < elStartEnd; //}
+ return pos < elStartEnd;
+ //}
}
-
function _copy(source, target) {
for (var n in source) {
- target[n] = source[n];
+ if (Object.prototype.hasOwnProperty.call(source, n)) {
+ target[n] = source[n];
+ }
}
}
-
function parseDCC(source, start, domBuilder, errorHandler) {
//sure start with '', start + 4); //append comment source.substring(4,end)//', start + 4);
+ //append comment source.substring(4,end)// ${end}. Duration (${end - start})\n`;
+ }
+ return bufferedRangesStr;
+ }
+
/**
* ranges
*
@@ -40198,19 +40839,16 @@
*
*/
-
- var TIME_FUDGE_FACTOR = 1 / 30; // Comparisons between time values such as current time and the end of the buffered range
+ const TIME_FUDGE_FACTOR = 1 / 30; // Comparisons between time values such as current time and the end of the buffered range
// can be misleading because of precision differences or when the current media has poorly
// aligned audio and video, which can cause values to be slightly off from what you would
// expect. This value is what we consider to be safe to use in such comparisons to account
// for these scenarios.
- var SAFE_TIME_DELTA = TIME_FUDGE_FACTOR * 3;
-
- var filterRanges = function filterRanges(timeRanges, predicate) {
- var results = [];
- var i;
-
+ const SAFE_TIME_DELTA = TIME_FUDGE_FACTOR * 3;
+ const filterRanges = function (timeRanges, predicate) {
+ const results = [];
+ let i;
if (timeRanges && timeRanges.length) {
// Search for ranges that match the predicate
for (i = 0; i < timeRanges.length; i++) {
@@ -40219,8 +40857,7 @@
}
}
}
-
- return videojs.createTimeRanges(results);
+ return createTimeRanges(results);
};
/**
* Attempts to find the buffered TimeRange that contains the specified
@@ -40231,8 +40868,7 @@
* @return {TimeRanges} a new TimeRanges object
*/
-
- var findRange = function findRange(buffered, time) {
+ const findRange = function (buffered, time) {
return filterRanges(buffered, function (start, end) {
return start - SAFE_TIME_DELTA <= time && end + SAFE_TIME_DELTA >= time;
});
@@ -40245,8 +40881,7 @@
* @return {TimeRanges} a new TimeRanges object.
*/
-
- var findNextRange = function findNextRange(timeRanges, time) {
+ const findNextRange = function (timeRanges, time) {
return filterRanges(timeRanges, function (start) {
return start - TIME_FUDGE_FACTOR >= time;
});
@@ -40258,21 +40893,17 @@
* @return {TimeRanges} a TimeRanges object of gaps
*/
-
- var findGaps = function findGaps(buffered) {
+ const findGaps = function (buffered) {
if (buffered.length < 2) {
- return videojs.createTimeRanges();
+ return createTimeRanges();
}
-
- var ranges = [];
-
- for (var i = 1; i < buffered.length; i++) {
- var start = buffered.end(i - 1);
- var end = buffered.start(i);
+ const ranges = [];
+ for (let i = 1; i < buffered.length; i++) {
+ const start = buffered.end(i - 1);
+ const end = buffered.start(i);
ranges.push([start, end]);
}
-
- return videojs.createTimeRanges(ranges);
+ return createTimeRanges(ranges);
};
/**
* Calculate the intersection of two TimeRanges
@@ -40282,21 +40913,18 @@
* @return {TimeRanges} The interesection of `bufferA` with `bufferB`
*/
-
- var bufferIntersection = function bufferIntersection(bufferA, bufferB) {
- var start = null;
- var end = null;
- var arity = 0;
- var extents = [];
- var ranges = [];
-
+ const bufferIntersection = function (bufferA, bufferB) {
+ let start = null;
+ let end = null;
+ let arity = 0;
+ const extents = [];
+ const ranges = [];
if (!bufferA || !bufferA.length || !bufferB || !bufferB.length) {
- return videojs.createTimeRange();
+ return createTimeRanges();
} // Handle the case where we have both buffers and create an
// intersection of the two
-
- var count = bufferA.length; // A) Gather up all start and end times
+ let count = bufferA.length; // A) Gather up all start and end times
while (count--) {
extents.push({
@@ -40308,9 +40936,7 @@
type: 'end'
});
}
-
count = bufferB.length;
-
while (count--) {
extents.push({
time: bufferB.start(count),
@@ -40322,7 +40948,6 @@
});
} // B) Sort them by time
-
extents.sort(function (a, b) {
return a.time - b.time;
}); // C) Go along one by one incrementing arity for start and decrementing
@@ -40345,15 +40970,13 @@
}
} // F) Record overlapping ranges
-
if (start !== null && end !== null) {
ranges.push([start, end]);
start = null;
end = null;
}
}
-
- return videojs.createTimeRanges(ranges);
+ return createTimeRanges(ranges);
};
/**
* Gets a human readable string for a TimeRange
@@ -40362,18 +40985,14 @@
* @return {string} a human readable string
*/
-
- var printableRange = function printableRange(range) {
- var strArr = [];
-
+ const printableRange = range => {
+ const strArr = [];
if (!range || !range.length) {
return '';
}
-
- for (var i = 0; i < range.length; i++) {
+ for (let i = 0; i < range.length; i++) {
strArr.push(range.start(i) + ' => ' + range.end(i));
}
-
return strArr.join(', ');
};
/**
@@ -40391,13 +41010,8 @@
* @function timeUntilRebuffer
*/
-
- var timeUntilRebuffer = function timeUntilRebuffer(buffered, currentTime, playbackRate) {
- if (playbackRate === void 0) {
- playbackRate = 1;
- }
-
- var bufferedEnd = buffered.length ? buffered.end(buffered.length - 1) : 0;
+ const timeUntilRebuffer = function (buffered, currentTime, playbackRate = 1) {
+ const bufferedEnd = buffered.length ? buffered.end(buffered.length - 1) : 0;
return (bufferedEnd - currentTime) / playbackRate;
};
/**
@@ -40407,17 +41021,14 @@
* @return {Array}
*/
-
- var timeRangesToArray = function timeRangesToArray(timeRanges) {
- var timeRangesList = [];
-
- for (var i = 0; i < timeRanges.length; i++) {
+ const timeRangesToArray = timeRanges => {
+ const timeRangesList = [];
+ for (let i = 0; i < timeRanges.length; i++) {
timeRangesList.push({
start: timeRanges.start(i),
end: timeRanges.end(i)
});
}
-
return timeRangesList;
};
/**
@@ -40433,40 +41044,33 @@
* Whether the time range objects differ
*/
-
- var isRangeDifferent = function isRangeDifferent(a, b) {
+ const isRangeDifferent = function (a, b) {
// same object
if (a === b) {
return false;
} // one or the other is undefined
-
if (!a && b || !b && a) {
return true;
} // length is different
-
if (a.length !== b.length) {
return true;
} // see if any start/end pair is different
-
- for (var i = 0; i < a.length; i++) {
+ for (let i = 0; i < a.length; i++) {
if (a.start(i) !== b.start(i) || a.end(i) !== b.end(i)) {
return true;
}
} // if the length and every pair is the same
// this is the same time range
-
return false;
};
-
- var lastBufferedEnd = function lastBufferedEnd(a) {
+ const lastBufferedEnd = function (a) {
if (!a || !a.length || !a.end) {
return;
}
-
return a.end(a.length - 1);
};
/**
@@ -40484,42 +41088,34 @@
* The number of seconds in the buffer passed the specified time.
*/
-
- var timeAheadOf = function timeAheadOf(range, startTime) {
- var time = 0;
-
+ const timeAheadOf = function (range, startTime) {
+ let time = 0;
if (!range || !range.length) {
return time;
}
-
- for (var i = 0; i < range.length; i++) {
- var start = range.start(i);
- var end = range.end(i); // startTime is after this range entirely
+ for (let i = 0; i < range.length; i++) {
+ const start = range.start(i);
+ const end = range.end(i); // startTime is after this range entirely
if (startTime > end) {
continue;
} // startTime is within this range
-
if (startTime > start && startTime <= end) {
time += end - startTime;
continue;
} // startTime is before this range.
-
time += end - start;
}
-
return time;
};
+
/**
* @file playlist.js
*
* Playlist related utilities.
*/
-
-
- var createTimeRange = videojs.createTimeRange;
/**
* Get the duration of a segment, with special cases for
* llhls segments that do not have a duration yet.
@@ -40533,7 +41129,7 @@
* the segment duration
*/
- var segmentDurationWithParts = function segmentDurationWithParts(playlist, segment) {
+ const segmentDurationWithParts = (playlist, segment) => {
// if this isn't a preload segment
// then we will have a segment duration that is accurate.
if (!segment.preload) {
@@ -40541,8 +41137,7 @@
} // otherwise we have to add up parts and preload hints
// to get an up to date duration.
-
- var result = 0;
+ let result = 0;
(segment.parts || []).forEach(function (p) {
result += p.duration;
}); // for preload hints we have to use partTargetDuration
@@ -40564,50 +41159,43 @@
* @return {Array} The part/segment list.
*/
-
- var getPartsAndSegments = function getPartsAndSegments(playlist) {
- return (playlist.segments || []).reduce(function (acc, segment, si) {
- if (segment.parts) {
- segment.parts.forEach(function (part, pi) {
- acc.push({
- duration: part.duration,
- segmentIndex: si,
- partIndex: pi,
- part: part,
- segment: segment
- });
- });
- } else {
+ const getPartsAndSegments = playlist => (playlist.segments || []).reduce((acc, segment, si) => {
+ if (segment.parts) {
+ segment.parts.forEach(function (part, pi) {
acc.push({
- duration: segment.duration,
+ duration: part.duration,
segmentIndex: si,
- partIndex: null,
- segment: segment,
- part: null
+ partIndex: pi,
+ part,
+ segment
});
- }
-
- return acc;
- }, []);
- };
-
- var getLastParts = function getLastParts(media) {
- var lastSegment = media.segments && media.segments.length && media.segments[media.segments.length - 1];
+ });
+ } else {
+ acc.push({
+ duration: segment.duration,
+ segmentIndex: si,
+ partIndex: null,
+ segment,
+ part: null
+ });
+ }
+ return acc;
+ }, []);
+ const getLastParts = media => {
+ const lastSegment = media.segments && media.segments.length && media.segments[media.segments.length - 1];
return lastSegment && lastSegment.parts || [];
};
-
- var getKnownPartCount = function getKnownPartCount(_ref) {
- var preloadSegment = _ref.preloadSegment;
-
+ const getKnownPartCount = ({
+ preloadSegment
+ }) => {
if (!preloadSegment) {
return;
}
-
- var parts = preloadSegment.parts,
- preloadHints = preloadSegment.preloadHints;
- var partCount = (preloadHints || []).reduce(function (count, hint) {
- return count + (hint.type === 'PART' ? 1 : 0);
- }, 0);
+ const {
+ parts,
+ preloadHints
+ } = preloadSegment;
+ let partCount = (preloadHints || []).reduce((count, hint) => count + (hint.type === 'PART' ? 1 : 0), 0);
partCount += parts && parts.length ? parts.length : 0;
return partCount;
};
@@ -40615,23 +41203,20 @@
* Get the number of seconds to delay from the end of a
* live playlist.
*
- * @param {Playlist} master the master playlist
+ * @param {Playlist} main the main playlist
* @param {Playlist} media the media playlist
* @return {number} the hold back in seconds.
*/
-
- var liveEdgeDelay = function liveEdgeDelay(master, media) {
+ const liveEdgeDelay = (main, media) => {
if (media.endList) {
return 0;
} // dash suggestedPresentationDelay trumps everything
-
- if (master && master.suggestedPresentationDelay) {
- return master.suggestedPresentationDelay;
+ if (main && main.suggestedPresentationDelay) {
+ return main.suggestedPresentationDelay;
}
-
- var hasParts = getLastParts(media).length > 0; // look for "part" delays from ll-hls first
+ const hasParts = getLastParts(media).length > 0; // look for "part" delays from ll-hls first
if (hasParts && media.serverControl && media.serverControl.partHoldBack) {
return media.serverControl.partHoldBack;
@@ -40642,7 +41227,6 @@
} else if (media.targetDuration) {
return media.targetDuration * 3;
}
-
return 0;
};
/**
@@ -40653,13 +41237,12 @@
* @param {Number} endSequence the mediaSequence to stop walking on
*/
-
- var backwardDuration = function backwardDuration(playlist, endSequence) {
- var result = 0;
- var i = endSequence - playlist.mediaSequence; // if a start time is available for segment immediately following
+ const backwardDuration = function (playlist, endSequence) {
+ let result = 0;
+ let i = endSequence - playlist.mediaSequence; // if a start time is available for segment immediately following
// the interval, use it
- var segment = playlist.segments[i]; // Walk backward until we find the latest segment with timeline
+ let segment = playlist.segments[i]; // Walk backward until we find the latest segment with timeline
// information that is earlier than endSequence
if (segment) {
@@ -40669,7 +41252,6 @@
precise: true
};
}
-
if (typeof segment.end !== 'undefined') {
return {
result: segment.end - segment.duration,
@@ -40677,19 +41259,15 @@
};
}
}
-
while (i--) {
segment = playlist.segments[i];
-
if (typeof segment.end !== 'undefined') {
return {
result: result + segment.end,
precise: true
};
}
-
result += segmentDurationWithParts(playlist, segment);
-
if (typeof segment.start !== 'undefined') {
return {
result: result + segment.start,
@@ -40697,9 +41275,8 @@
};
}
}
-
return {
- result: result,
+ result,
precise: false
};
};
@@ -40711,25 +41288,21 @@
* @param {number} endSequence the mediaSequence to stop walking on
*/
-
- var forwardDuration = function forwardDuration(playlist, endSequence) {
- var result = 0;
- var segment;
- var i = endSequence - playlist.mediaSequence; // Walk forward until we find the earliest segment with timeline
+ const forwardDuration = function (playlist, endSequence) {
+ let result = 0;
+ let segment;
+ let i = endSequence - playlist.mediaSequence; // Walk forward until we find the earliest segment with timeline
// information
for (; i < playlist.segments.length; i++) {
segment = playlist.segments[i];
-
if (typeof segment.start !== 'undefined') {
return {
result: segment.start - result,
precise: true
};
}
-
result += segmentDurationWithParts(playlist, segment);
-
if (typeof segment.end !== 'undefined') {
return {
result: segment.end - result,
@@ -40738,7 +41311,6 @@
}
} // indicate we didn't find a useful duration estimate
-
return {
result: -1,
precise: false
@@ -40758,19 +41330,15 @@
* and end index.
*/
-
- var intervalDuration = function intervalDuration(playlist, endSequence, expired) {
+ const intervalDuration = function (playlist, endSequence, expired) {
if (typeof endSequence === 'undefined') {
endSequence = playlist.mediaSequence + playlist.segments.length;
}
-
if (endSequence < playlist.mediaSequence) {
return 0;
} // do a backward walk to estimate the duration
-
- var backward = backwardDuration(playlist, endSequence);
-
+ const backward = backwardDuration(playlist, endSequence);
if (backward.precise) {
// if we were able to base our duration estimate on timing
// information provided directly from the Media Source, return
@@ -40779,16 +41347,13 @@
} // walk forward to see if a precise duration estimate can be made
// that way
-
- var forward = forwardDuration(playlist, endSequence);
-
+ const forward = forwardDuration(playlist, endSequence);
if (forward.precise) {
// we found a segment that has been buffered and so it's
// position is known precisely
return forward.result;
} // return the less-precise, playlist-based duration estimate
-
return backward.result + expired;
};
/**
@@ -40807,31 +41372,26 @@
* index.
*/
-
- var duration = function duration(playlist, endSequence, expired) {
+ const duration = function (playlist, endSequence, expired) {
if (!playlist) {
return 0;
}
-
if (typeof expired !== 'number') {
expired = 0;
} // if a slice of the total duration is not requested, use
// playlist-level duration indicators when they're present
-
if (typeof endSequence === 'undefined') {
// if present, use the duration specified in the playlist
if (playlist.totalDuration) {
return playlist.totalDuration;
} // duration should be Infinity for live playlists
-
if (!playlist.endList) {
return window.Infinity;
}
} // calculate the total duration based on the segment durations
-
return intervalDuration(playlist, endSequence, expired);
};
/**
@@ -40847,32 +41407,25 @@
* @return {number} the number of seconds between startIndex and endIndex
*/
-
- var sumDurations = function sumDurations(_ref2) {
- var defaultDuration = _ref2.defaultDuration,
- durationList = _ref2.durationList,
- startIndex = _ref2.startIndex,
- endIndex = _ref2.endIndex;
- var durations = 0;
-
+ const sumDurations = function ({
+ defaultDuration,
+ durationList,
+ startIndex,
+ endIndex
+ }) {
+ let durations = 0;
if (startIndex > endIndex) {
- var _ref3 = [endIndex, startIndex];
- startIndex = _ref3[0];
- endIndex = _ref3[1];
+ [startIndex, endIndex] = [endIndex, startIndex];
}
-
if (startIndex < 0) {
- for (var i = startIndex; i < Math.min(0, endIndex); i++) {
+ for (let i = startIndex; i < Math.min(0, endIndex); i++) {
durations += defaultDuration;
}
-
startIndex = 0;
}
-
- for (var _i = startIndex; _i < endIndex; _i++) {
- durations += durationList[_i].duration;
+ for (let i = startIndex; i < endIndex; i++) {
+ durations += durationList[i].duration;
}
-
return durations;
};
/**
@@ -40895,29 +41448,23 @@
* @function playlistEnd
*/
-
- var playlistEnd = function playlistEnd(playlist, expired, useSafeLiveEnd, liveEdgePadding) {
+ const playlistEnd = function (playlist, expired, useSafeLiveEnd, liveEdgePadding) {
if (!playlist || !playlist.segments) {
return null;
}
-
if (playlist.endList) {
return duration(playlist);
}
-
if (expired === null) {
return null;
}
-
expired = expired || 0;
- var lastSegmentEndTime = intervalDuration(playlist, playlist.mediaSequence + playlist.segments.length, expired);
-
+ let lastSegmentEndTime = intervalDuration(playlist, playlist.mediaSequence + playlist.segments.length, expired);
if (useSafeLiveEnd) {
liveEdgePadding = typeof liveEdgePadding === 'number' ? liveEdgePadding : liveEdgeDelay(null, playlist);
lastSegmentEndTime -= liveEdgePadding;
} // don't return a time less than zero
-
return Math.max(0, lastSegmentEndTime);
};
/**
@@ -40938,17 +41485,18 @@
* for seeking
*/
-
- var seekable = function seekable(playlist, expired, liveEdgePadding) {
- var useSafeLiveEnd = true;
- var seekableStart = expired || 0;
- var seekableEnd = playlistEnd(playlist, expired, useSafeLiveEnd, liveEdgePadding);
-
+ const seekable = function (playlist, expired, liveEdgePadding) {
+ const useSafeLiveEnd = true;
+ const seekableStart = expired || 0;
+ let seekableEnd = playlistEnd(playlist, expired, useSafeLiveEnd, liveEdgePadding);
if (seekableEnd === null) {
- return createTimeRange();
- }
+ return createTimeRanges();
+ } // Clamp seekable end since it can not be less than the seekable start
- return createTimeRange(seekableStart, seekableEnd);
+ if (seekableEnd < seekableStart) {
+ seekableEnd = seekableStart;
+ }
+ return createTimeRanges(seekableStart, seekableEnd);
};
/**
* Determine the index and estimated starting time of the segment that
@@ -40964,65 +41512,57 @@
* @return {Object} an object with partIndex, segmentIndex, and startTime.
*/
-
- var getMediaInfoForTime = function getMediaInfoForTime(_ref4) {
- var playlist = _ref4.playlist,
- currentTime = _ref4.currentTime,
- startingSegmentIndex = _ref4.startingSegmentIndex,
- startingPartIndex = _ref4.startingPartIndex,
- startTime = _ref4.startTime,
- experimentalExactManifestTimings = _ref4.experimentalExactManifestTimings;
- var time = currentTime - startTime;
- var partsAndSegments = getPartsAndSegments(playlist);
- var startIndex = 0;
-
- for (var i = 0; i < partsAndSegments.length; i++) {
- var partAndSegment = partsAndSegments[i];
-
+ const getMediaInfoForTime = function ({
+ playlist,
+ currentTime,
+ startingSegmentIndex,
+ startingPartIndex,
+ startTime,
+ exactManifestTimings
+ }) {
+ let time = currentTime - startTime;
+ const partsAndSegments = getPartsAndSegments(playlist);
+ let startIndex = 0;
+ for (let i = 0; i < partsAndSegments.length; i++) {
+ const partAndSegment = partsAndSegments[i];
if (startingSegmentIndex !== partAndSegment.segmentIndex) {
continue;
} // skip this if part index does not match.
-
if (typeof startingPartIndex === 'number' && typeof partAndSegment.partIndex === 'number' && startingPartIndex !== partAndSegment.partIndex) {
continue;
}
-
startIndex = i;
break;
}
-
if (time < 0) {
// Walk backward from startIndex in the playlist, adding durations
// until we find a segment that contains `time` and return it
if (startIndex > 0) {
- for (var _i2 = startIndex - 1; _i2 >= 0; _i2--) {
- var _partAndSegment = partsAndSegments[_i2];
- time += _partAndSegment.duration;
-
- if (experimentalExactManifestTimings) {
+ for (let i = startIndex - 1; i >= 0; i--) {
+ const partAndSegment = partsAndSegments[i];
+ time += partAndSegment.duration;
+ if (exactManifestTimings) {
if (time < 0) {
continue;
}
} else if (time + TIME_FUDGE_FACTOR <= 0) {
continue;
}
-
return {
- partIndex: _partAndSegment.partIndex,
- segmentIndex: _partAndSegment.segmentIndex,
+ partIndex: partAndSegment.partIndex,
+ segmentIndex: partAndSegment.segmentIndex,
startTime: startTime - sumDurations({
defaultDuration: playlist.targetDuration,
durationList: partsAndSegments,
- startIndex: startIndex,
- endIndex: _i2
+ startIndex,
+ endIndex: i
})
};
}
} // We were unable to find a good segment within the playlist
// so select the first segment
-
return {
partIndex: partsAndSegments[0] && partsAndSegments[0].partIndex || null,
segmentIndex: partsAndSegments[0] && partsAndSegments[0].segmentIndex || 0,
@@ -41032,11 +41572,9 @@
// adding target durations. If we "run out of time" before getting to
// the first segment, return the first segment
-
if (startIndex < 0) {
- for (var _i3 = startIndex; _i3 < 0; _i3++) {
+ for (let i = startIndex; i < 0; i++) {
time -= playlist.targetDuration;
-
if (time < 0) {
return {
partIndex: partsAndSegments[0] && partsAndSegments[0].partIndex || null,
@@ -41045,37 +41583,52 @@
};
}
}
-
startIndex = 0;
} // Walk forward from startIndex in the playlist, subtracting durations
// until we find a segment that contains `time` and return it
-
- for (var _i4 = startIndex; _i4 < partsAndSegments.length; _i4++) {
- var _partAndSegment2 = partsAndSegments[_i4];
- time -= _partAndSegment2.duration;
-
- if (experimentalExactManifestTimings) {
+ for (let i = startIndex; i < partsAndSegments.length; i++) {
+ const partAndSegment = partsAndSegments[i];
+ time -= partAndSegment.duration;
+ const canUseFudgeFactor = partAndSegment.duration > TIME_FUDGE_FACTOR;
+ const isExactlyAtTheEnd = time === 0;
+ const isExtremelyCloseToTheEnd = canUseFudgeFactor && time + TIME_FUDGE_FACTOR >= 0;
+ if (isExactlyAtTheEnd || isExtremelyCloseToTheEnd) {
+ // 1) We are exactly at the end of the current segment.
+ // 2) We are extremely close to the end of the current segment (The difference is less than 1 / 30).
+ // We may encounter this situation when
+ // we don't have exact match between segment duration info in the manifest and the actual duration of the segment
+ // For example:
+ // We appended 3 segments 10 seconds each, meaning we should have 30 sec buffered,
+ // but we the actual buffered is 29.99999
+ //
+ // In both cases:
+ // if we passed current time -> it means that we already played current segment
+ // if we passed buffered.end -> it means that this segment is already loaded and buffered
+ // we should select the next segment if we have one:
+ if (i !== partsAndSegments.length - 1) {
+ continue;
+ }
+ }
+ if (exactManifestTimings) {
if (time > 0) {
continue;
}
} else if (time - TIME_FUDGE_FACTOR >= 0) {
continue;
}
-
return {
- partIndex: _partAndSegment2.partIndex,
- segmentIndex: _partAndSegment2.segmentIndex,
+ partIndex: partAndSegment.partIndex,
+ segmentIndex: partAndSegment.segmentIndex,
startTime: startTime + sumDurations({
defaultDuration: playlist.targetDuration,
durationList: partsAndSegments,
- startIndex: startIndex,
- endIndex: _i4
+ startIndex,
+ endIndex: i
})
};
} // We are out of possible candidates so load the last one...
-
return {
segmentIndex: partsAndSegments[partsAndSegments.length - 1].segmentIndex,
partIndex: partsAndSegments[partsAndSegments.length - 1].partIndex,
@@ -41083,28 +41636,26 @@
};
};
/**
- * Check whether the playlist is blacklisted or not.
+ * Check whether the playlist is excluded or not.
*
* @param {Object} playlist the media playlist object
- * @return {boolean} whether the playlist is blacklisted or not
- * @function isBlacklisted
+ * @return {boolean} whether the playlist is excluded or not
+ * @function isExcluded
*/
-
- var isBlacklisted = function isBlacklisted(playlist) {
+ const isExcluded = function (playlist) {
return playlist.excludeUntil && playlist.excludeUntil > Date.now();
};
/**
* Check whether the playlist is compatible with current playback configuration or has
- * been blacklisted permanently for being incompatible.
+ * been excluded permanently for being incompatible.
*
* @param {Object} playlist the media playlist object
* @return {boolean} whether the playlist is incompatible or not
* @function isIncompatible
*/
-
- var isIncompatible = function isIncompatible(playlist) {
+ const isIncompatible = function (playlist) {
return playlist.excludeUntil && playlist.excludeUntil === Infinity;
};
/**
@@ -41115,10 +41666,9 @@
* @function isEnabled
*/
-
- var isEnabled = function isEnabled(playlist) {
- var blacklisted = isBlacklisted(playlist);
- return !playlist.disabled && !blacklisted;
+ const isEnabled = function (playlist) {
+ const excluded = isExcluded(playlist);
+ return !playlist.disabled && !excluded;
};
/**
* Check whether the playlist has been manually disabled through the representations api.
@@ -41128,8 +41678,7 @@
* @function isDisabled
*/
-
- var isDisabled = function isDisabled(playlist) {
+ const isDisabled = function (playlist) {
return playlist.disabled;
};
/**
@@ -41138,14 +41687,12 @@
* @return {boolean} true if it's an AES encrypted HLS stream
*/
-
- var isAes = function isAes(media) {
- for (var i = 0; i < media.segments.length; i++) {
+ const isAes = function (media) {
+ for (let i = 0; i < media.segments.length; i++) {
if (media.segments[i].key) {
return true;
}
}
-
return false;
};
/**
@@ -41160,8 +41707,7 @@
* @function hasAttribute
*/
-
- var hasAttribute = function hasAttribute(attr, playlist) {
+ const hasAttribute = function (attr, playlist) {
return playlist.attributes && playlist.attributes[attr];
};
/**
@@ -41181,17 +41727,11 @@
* @function estimateSegmentRequestTime
*/
-
- var estimateSegmentRequestTime = function estimateSegmentRequestTime(segmentDuration, bandwidth, playlist, bytesReceived) {
- if (bytesReceived === void 0) {
- bytesReceived = 0;
- }
-
+ const estimateSegmentRequestTime = function (segmentDuration, bandwidth, playlist, bytesReceived = 0) {
if (!hasAttribute('BANDWIDTH', playlist)) {
return NaN;
}
-
- var size = segmentDuration * playlist.attributes.BANDWIDTH;
+ const size = segmentDuration * playlist.attributes.BANDWIDTH;
return (size - bytesReceived * 8) / bandwidth;
};
/*
@@ -41200,23 +41740,19 @@
* @return {Boolean} true if on lowest rendition
*/
-
- var isLowestEnabledRendition = function isLowestEnabledRendition(master, media) {
- if (master.playlists.length === 1) {
+ const isLowestEnabledRendition = (main, media) => {
+ if (main.playlists.length === 1) {
return true;
}
-
- var currentBandwidth = media.attributes.BANDWIDTH || Number.MAX_VALUE;
- return master.playlists.filter(function (playlist) {
+ const currentBandwidth = media.attributes.BANDWIDTH || Number.MAX_VALUE;
+ return main.playlists.filter(playlist => {
if (!isEnabled(playlist)) {
return false;
}
-
return (playlist.attributes.BANDWIDTH || 0) < currentBandwidth;
}).length === 0;
};
-
- var playlistMatch = function playlistMatch(a, b) {
+ const playlistMatch = (a, b) => {
// both playlits are null
// or only one playlist is non-null
// no match
@@ -41224,127 +41760,100 @@
return false;
} // playlist objects are the same, match
-
if (a === b) {
return true;
} // first try to use id as it should be the most
// accurate
-
if (a.id && b.id && a.id === b.id) {
return true;
} // next try to use reslovedUri as it should be the
// second most accurate.
-
if (a.resolvedUri && b.resolvedUri && a.resolvedUri === b.resolvedUri) {
return true;
} // finally try to use uri as it should be accurate
// but might miss a few cases for relative uris
-
if (a.uri && b.uri && a.uri === b.uri) {
return true;
}
-
return false;
};
-
- var someAudioVariant = function someAudioVariant(master, callback) {
- var AUDIO = master && master.mediaGroups && master.mediaGroups.AUDIO || {};
- var found = false;
-
- for (var groupName in AUDIO) {
- for (var label in AUDIO[groupName]) {
+ const someAudioVariant = function (main, callback) {
+ const AUDIO = main && main.mediaGroups && main.mediaGroups.AUDIO || {};
+ let found = false;
+ for (const groupName in AUDIO) {
+ for (const label in AUDIO[groupName]) {
found = callback(AUDIO[groupName][label]);
-
if (found) {
break;
}
}
-
if (found) {
break;
}
}
-
return !!found;
};
-
- var isAudioOnly = function isAudioOnly(master) {
+ const isAudioOnly = main => {
// we are audio only if we have no main playlists but do
// have media group playlists.
- if (!master || !master.playlists || !master.playlists.length) {
+ if (!main || !main.playlists || !main.playlists.length) {
// without audio variants or playlists this
- // is not an audio only master.
- var found = someAudioVariant(master, function (variant) {
- return variant.playlists && variant.playlists.length || variant.uri;
- });
+ // is not an audio only main.
+ const found = someAudioVariant(main, variant => variant.playlists && variant.playlists.length || variant.uri);
return found;
} // if every playlist has only an audio codec it is audio only
+ for (let i = 0; i < main.playlists.length; i++) {
+ const playlist = main.playlists[i];
+ const CODECS = playlist.attributes && playlist.attributes.CODECS; // all codecs are audio, this is an audio playlist.
- var _loop = function _loop(i) {
- var playlist = master.playlists[i];
- var CODECS = playlist.attributes && playlist.attributes.CODECS; // all codecs are audio, this is an audio playlist.
-
- if (CODECS && CODECS.split(',').every(function (c) {
- return isAudioCodec(c);
- })) {
- return "continue";
+ if (CODECS && CODECS.split(',').every(c => isAudioCodec(c))) {
+ continue;
} // playlist is in an audio group it is audio only
-
- var found = someAudioVariant(master, function (variant) {
- return playlistMatch(playlist, variant);
- });
-
+ const found = someAudioVariant(main, variant => playlistMatch(playlist, variant));
if (found) {
- return "continue";
+ continue;
} // if we make it here this playlist isn't audio and we
// are not audio only
-
- return {
- v: false
- };
- };
-
- for (var i = 0; i < master.playlists.length; i++) {
- var _ret = _loop(i);
-
- if (_ret === "continue") continue;
- if (typeof _ret === "object") return _ret.v;
+ return false;
} // if we make it past every playlist without returning, then
// this is an audio only playlist.
-
return true;
}; // exports
-
var Playlist = {
- liveEdgeDelay: liveEdgeDelay,
- duration: duration,
- seekable: seekable,
- getMediaInfoForTime: getMediaInfoForTime,
- isEnabled: isEnabled,
- isDisabled: isDisabled,
- isBlacklisted: isBlacklisted,
- isIncompatible: isIncompatible,
- playlistEnd: playlistEnd,
- isAes: isAes,
- hasAttribute: hasAttribute,
- estimateSegmentRequestTime: estimateSegmentRequestTime,
- isLowestEnabledRendition: isLowestEnabledRendition,
- isAudioOnly: isAudioOnly,
- playlistMatch: playlistMatch,
- segmentDurationWithParts: segmentDurationWithParts
+ liveEdgeDelay,
+ duration,
+ seekable,
+ getMediaInfoForTime,
+ isEnabled,
+ isDisabled,
+ isExcluded,
+ isIncompatible,
+ playlistEnd,
+ isAes,
+ hasAttribute,
+ estimateSegmentRequestTime,
+ isLowestEnabledRendition,
+ isAudioOnly,
+ playlistMatch,
+ segmentDurationWithParts
};
- var log = videojs.log;
+ const {
+ log
+ } = videojs;
+ const createPlaylistID = (index, uri) => {
+ return `${index}-${uri}`;
+ }; // default function for creating a group id
- var createPlaylistID = function createPlaylistID(index, uri) {
- return index + "-" + uri;
+ const groupID = (type, group, label) => {
+ return `placeholder-uri-${type}-${group}-${label}`;
};
/**
* Parses a given m3u8 playlist
@@ -41359,50 +41868,40 @@
* An array of custom tag parsers for the m3u8-parser instance
* @param {Object[]} [customTagMappers]
* An array of custom tag mappers for the m3u8-parser instance
- * @param {boolean} [experimentalLLHLS=false]
+ * @param {boolean} [llhls]
* Whether to keep ll-hls features in the manifest after parsing.
* @return {Object}
* The manifest object
*/
-
- var parseManifest = function parseManifest(_ref) {
- var onwarn = _ref.onwarn,
- oninfo = _ref.oninfo,
- manifestString = _ref.manifestString,
- _ref$customTagParsers = _ref.customTagParsers,
- customTagParsers = _ref$customTagParsers === void 0 ? [] : _ref$customTagParsers,
- _ref$customTagMappers = _ref.customTagMappers,
- customTagMappers = _ref$customTagMappers === void 0 ? [] : _ref$customTagMappers,
- experimentalLLHLS = _ref.experimentalLLHLS;
- var parser = new Parser();
-
+ const parseManifest = ({
+ onwarn,
+ oninfo,
+ manifestString,
+ customTagParsers = [],
+ customTagMappers = [],
+ llhls
+ }) => {
+ const parser = new Parser();
if (onwarn) {
parser.on('warn', onwarn);
}
-
if (oninfo) {
parser.on('info', oninfo);
}
-
- customTagParsers.forEach(function (customParser) {
- return parser.addParser(customParser);
- });
- customTagMappers.forEach(function (mapper) {
- return parser.addTagMapper(mapper);
- });
+ customTagParsers.forEach(customParser => parser.addParser(customParser));
+ customTagMappers.forEach(mapper => parser.addTagMapper(mapper));
parser.push(manifestString);
parser.end();
- var manifest = parser.manifest; // remove llhls features from the parsed manifest
+ const manifest = parser.manifest; // remove llhls features from the parsed manifest
// if we don't want llhls support.
- if (!experimentalLLHLS) {
+ if (!llhls) {
['preloadSegment', 'skip', 'serverControl', 'renditionReports', 'partInf', 'partTargetDuration'].forEach(function (k) {
if (manifest.hasOwnProperty(k)) {
delete manifest[k];
}
});
-
if (manifest.segments) {
manifest.segments.forEach(function (segment) {
['parts', 'preloadHints'].forEach(function (k) {
@@ -41413,64 +41912,52 @@
});
}
}
-
if (!manifest.targetDuration) {
- var targetDuration = 10;
-
+ let targetDuration = 10;
if (manifest.segments && manifest.segments.length) {
- targetDuration = manifest.segments.reduce(function (acc, s) {
- return Math.max(acc, s.duration);
- }, 0);
+ targetDuration = manifest.segments.reduce((acc, s) => Math.max(acc, s.duration), 0);
}
-
if (onwarn) {
- onwarn("manifest has no targetDuration defaulting to " + targetDuration);
+ onwarn({
+ message: `manifest has no targetDuration defaulting to ${targetDuration}`
+ });
}
-
manifest.targetDuration = targetDuration;
}
-
- var parts = getLastParts(manifest);
-
+ const parts = getLastParts(manifest);
if (parts.length && !manifest.partTargetDuration) {
- var partTargetDuration = parts.reduce(function (acc, p) {
- return Math.max(acc, p.duration);
- }, 0);
-
+ const partTargetDuration = parts.reduce((acc, p) => Math.max(acc, p.duration), 0);
if (onwarn) {
- onwarn("manifest has no partTargetDuration defaulting to " + partTargetDuration);
+ onwarn({
+ message: `manifest has no partTargetDuration defaulting to ${partTargetDuration}`
+ });
log.error('LL-HLS manifest has parts but lacks required #EXT-X-PART-INF:PART-TARGET value. See https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-09#section-4.4.3.7. Playback is not guaranteed.');
}
-
manifest.partTargetDuration = partTargetDuration;
}
-
return manifest;
};
/**
- * Loops through all supported media groups in master and calls the provided
+ * Loops through all supported media groups in main and calls the provided
* callback for each group
*
- * @param {Object} master
- * The parsed master manifest object
+ * @param {Object} main
+ * The parsed main manifest object
* @param {Function} callback
* Callback to call for each media group
*/
-
- var forEachMediaGroup = function forEachMediaGroup(master, callback) {
- if (!master.mediaGroups) {
+ const forEachMediaGroup = (main, callback) => {
+ if (!main.mediaGroups) {
return;
}
-
- ['AUDIO', 'SUBTITLES'].forEach(function (mediaType) {
- if (!master.mediaGroups[mediaType]) {
+ ['AUDIO', 'SUBTITLES'].forEach(mediaType => {
+ if (!main.mediaGroups[mediaType]) {
return;
}
-
- for (var groupKey in master.mediaGroups[mediaType]) {
- for (var labelKey in master.mediaGroups[mediaType][groupKey]) {
- var mediaProperties = master.mediaGroups[mediaType][groupKey][labelKey];
+ for (const groupKey in main.mediaGroups[mediaType]) {
+ for (const labelKey in main.mediaGroups[mediaType][groupKey]) {
+ const mediaProperties = main.mediaGroups[mediaType][groupKey][labelKey];
callback(mediaProperties, mediaType, groupKey, labelKey);
}
}
@@ -41485,26 +41972,25 @@
* @param {Object} config.playlist
* The media playlist
* @param {string} [config.uri]
- * The uri to the media playlist (if media playlist is not from within a master
+ * The uri to the media playlist (if media playlist is not from within a main
* playlist)
* @param {string} id
* ID to use for the playlist
*/
-
- var setupMediaPlaylist = function setupMediaPlaylist(_ref2) {
- var playlist = _ref2.playlist,
- uri = _ref2.uri,
- id = _ref2.id;
+ const setupMediaPlaylist = ({
+ playlist,
+ uri,
+ id
+ }) => {
playlist.id = id;
playlist.playlistErrors_ = 0;
-
if (uri) {
// For media playlists, m3u8-parser does not have access to a URI, as HLS media
// playlists do not contain their own source URI, but one is needed for consistency in
// VHS.
playlist.uri = uri;
- } // For HLS master playlists, even though certain attributes MUST be defined, the
+ } // For HLS main playlists, even though certain attributes MUST be defined, the
// stream may still be played without them.
// For HLS media playlists, m3u8-parser does not attach an attributes object to the
// manifest.
@@ -41512,32 +41998,29 @@
// To avoid undefined reference errors through the project, and make the code easier
// to write/read, add an empty attributes object for these cases.
-
playlist.attributes = playlist.attributes || {};
};
/**
- * Adds ID, resolvedUri, and attributes properties to each playlist of the master, where
+ * Adds ID, resolvedUri, and attributes properties to each playlist of the main, where
* necessary. In addition, creates playlist IDs for each playlist and adds playlist ID to
* playlist references to the playlists array.
*
- * @param {Object} master
- * The master playlist
+ * @param {Object} main
+ * The main playlist
*/
-
- var setupMediaPlaylists = function setupMediaPlaylists(master) {
- var i = master.playlists.length;
-
+ const setupMediaPlaylists = main => {
+ let i = main.playlists.length;
while (i--) {
- var playlist = master.playlists[i];
+ const playlist = main.playlists[i];
setupMediaPlaylist({
- playlist: playlist,
+ playlist,
id: createPlaylistID(i, playlist.uri)
});
- playlist.resolvedUri = resolveUrl(master.uri, playlist.uri);
- master.playlists[playlist.id] = playlist; // URI reference added for backwards compatibility
+ playlist.resolvedUri = resolveUrl(main.uri, playlist.uri);
+ main.playlists[playlist.id] = playlist; // URI reference added for backwards compatibility
- master.playlists[playlist.uri] = playlist; // Although the spec states an #EXT-X-STREAM-INF tag MUST have a BANDWIDTH attribute,
+ main.playlists[playlist.uri] = playlist; // Although the spec states an #EXT-X-STREAM-INF tag MUST have a BANDWIDTH attribute,
// the stream can be played without it. Although an attributes property may have been
// added to the playlist to prevent undefined references, issue a warning to fix the
// manifest.
@@ -41550,20 +42033,19 @@
/**
* Adds resolvedUri properties to each media group.
*
- * @param {Object} master
- * The master playlist
+ * @param {Object} main
+ * The main playlist
*/
-
- var resolveMediaGroupUris = function resolveMediaGroupUris(master) {
- forEachMediaGroup(master, function (properties) {
+ const resolveMediaGroupUris = main => {
+ forEachMediaGroup(main, properties => {
if (properties.uri) {
- properties.resolvedUri = resolveUrl(master.uri, properties.uri);
+ properties.resolvedUri = resolveUrl(main.uri, properties.uri);
}
});
};
/**
- * Creates a master playlist wrapper to insert a sole media playlist into.
+ * Creates a main playlist wrapper to insert a sole media playlist into.
*
* @param {Object} media
* Media playlist
@@ -41571,13 +42053,12 @@
* The media URI
*
* @return {Object}
- * Master playlist
+ * main playlist
*/
-
- var masterForMedia = function masterForMedia(media, uri) {
- var id = createPlaylistID(0, uri);
- var master = {
+ const mainForMedia = (media, uri) => {
+ const id = createPlaylistID(0, uri);
+ const main = {
mediaGroups: {
'AUDIO': {},
'VIDEO': {},
@@ -41587,8 +42068,8 @@
uri: window.location.href,
resolvedUri: window.location.href,
playlists: [{
- uri: uri,
- id: id,
+ uri,
+ id,
resolvedUri: uri,
// m3u8-parser does not attach an attributes property to media playlists so make
// sure that the property is attached to avoid undefined reference errors
@@ -41596,61 +42077,56 @@
}]
}; // set up ID reference
- master.playlists[id] = master.playlists[0]; // URI reference added for backwards compatibility
+ main.playlists[id] = main.playlists[0]; // URI reference added for backwards compatibility
- master.playlists[uri] = master.playlists[0];
- return master;
+ main.playlists[uri] = main.playlists[0];
+ return main;
};
/**
- * Does an in-place update of the master manifest to add updated playlist URI references
+ * Does an in-place update of the main manifest to add updated playlist URI references
* as well as other properties needed by VHS that aren't included by the parser.
*
- * @param {Object} master
- * Master manifest object
+ * @param {Object} main
+ * main manifest object
* @param {string} uri
* The source URI
+ * @param {function} createGroupID
+ * A function to determine how to create the groupID for mediaGroups
*/
-
- var addPropertiesToMaster = function addPropertiesToMaster(master, uri) {
- master.uri = uri;
-
- for (var i = 0; i < master.playlists.length; i++) {
- if (!master.playlists[i].uri) {
+ const addPropertiesToMain = (main, uri, createGroupID = groupID) => {
+ main.uri = uri;
+ for (let i = 0; i < main.playlists.length; i++) {
+ if (!main.playlists[i].uri) {
// Set up phony URIs for the playlists since playlists are referenced by their URIs
// throughout VHS, but some formats (e.g., DASH) don't have external URIs
// TODO: consider adding dummy URIs in mpd-parser
- var phonyUri = "placeholder-uri-" + i;
- master.playlists[i].uri = phonyUri;
+ const phonyUri = `placeholder-uri-${i}`;
+ main.playlists[i].uri = phonyUri;
}
}
-
- var audioOnlyMaster = isAudioOnly(master);
- forEachMediaGroup(master, function (properties, mediaType, groupKey, labelKey) {
- var groupId = "placeholder-uri-" + mediaType + "-" + groupKey + "-" + labelKey; // add a playlist array under properties
-
+ const audioOnlyMain = isAudioOnly(main);
+ forEachMediaGroup(main, (properties, mediaType, groupKey, labelKey) => {
+ // add a playlist array under properties
if (!properties.playlists || !properties.playlists.length) {
// If the manifest is audio only and this media group does not have a uri, check
// if the media group is located in the main list of playlists. If it is, don't add
// placeholder properties as it shouldn't be considered an alternate audio track.
- if (audioOnlyMaster && mediaType === 'AUDIO' && !properties.uri) {
- for (var _i = 0; _i < master.playlists.length; _i++) {
- var p = master.playlists[_i];
-
+ if (audioOnlyMain && mediaType === 'AUDIO' && !properties.uri) {
+ for (let i = 0; i < main.playlists.length; i++) {
+ const p = main.playlists[i];
if (p.attributes && p.attributes.AUDIO && p.attributes.AUDIO === groupKey) {
return;
}
}
}
-
- properties.playlists = [_extends_1({}, properties)];
+ properties.playlists = [_extends$1({}, properties)];
}
-
properties.playlists.forEach(function (p, i) {
- var id = createPlaylistID(i, groupId);
-
+ const groupId = createGroupID(mediaType, groupKey, labelKey, p);
+ const id = createPlaylistID(i, groupId);
if (p.uri) {
- p.resolvedUri = p.resolvedUri || resolveUrl(master.uri, p.uri);
+ p.resolvedUri = p.resolvedUri || resolveUrl(main.uri, p.uri);
} else {
// DEPRECATED, this has been added to prevent a breaking change.
// previously we only ever had a single media group playlist, so
@@ -41661,41 +42137,157 @@
p.resolvedUri = p.uri;
}
-
p.id = p.id || id; // add an empty attributes object, all playlists are
// expected to have this.
p.attributes = p.attributes || {}; // setup ID and URI references (URI for backwards compatibility)
- master.playlists[p.id] = p;
- master.playlists[p.uri] = p;
+ main.playlists[p.id] = p;
+ main.playlists[p.uri] = p;
});
});
- setupMediaPlaylists(master);
- resolveMediaGroupUris(master);
+ setupMediaPlaylists(main);
+ resolveMediaGroupUris(main);
};
+ class DateRangesStorage {
+ constructor() {
+ this.offset_ = null;
+ this.pendingDateRanges_ = new Map();
+ this.processedDateRanges_ = new Map();
+ }
+ setOffset(segments = []) {
+ // already set
+ if (this.offset_ !== null) {
+ return;
+ } // no segment to process
- var mergeOptions$2 = videojs.mergeOptions,
- EventTarget$1 = videojs.EventTarget;
+ if (!segments.length) {
+ return;
+ }
+ const [firstSegment] = segments; // no program date time
- var addLLHLSQueryDirectives = function addLLHLSQueryDirectives(uri, media) {
+ if (firstSegment.programDateTime === undefined) {
+ return;
+ } // Set offset as ProgramDateTime for the very first segment of the very first playlist load:
+
+ this.offset_ = firstSegment.programDateTime / 1000;
+ }
+ setPendingDateRanges(dateRanges = []) {
+ if (!dateRanges.length) {
+ return;
+ }
+ const [dateRange] = dateRanges;
+ const startTime = dateRange.startDate.getTime();
+ this.trimProcessedDateRanges_(startTime);
+ this.pendingDateRanges_ = dateRanges.reduce((map, pendingDateRange) => {
+ map.set(pendingDateRange.id, pendingDateRange);
+ return map;
+ }, new Map());
+ }
+ processDateRange(dateRange) {
+ this.pendingDateRanges_.delete(dateRange.id);
+ this.processedDateRanges_.set(dateRange.id, dateRange);
+ }
+ getDateRangesToProcess() {
+ if (this.offset_ === null) {
+ return [];
+ }
+ const dateRangeClasses = {};
+ const dateRangesToProcess = [];
+ this.pendingDateRanges_.forEach((dateRange, id) => {
+ if (this.processedDateRanges_.has(id)) {
+ return;
+ }
+ dateRange.startTime = dateRange.startDate.getTime() / 1000 - this.offset_;
+ dateRange.processDateRange = () => this.processDateRange(dateRange);
+ dateRangesToProcess.push(dateRange);
+ if (!dateRange.class) {
+ return;
+ }
+ if (dateRangeClasses[dateRange.class]) {
+ const length = dateRangeClasses[dateRange.class].push(dateRange);
+ dateRange.classListIndex = length - 1;
+ } else {
+ dateRangeClasses[dateRange.class] = [dateRange];
+ dateRange.classListIndex = 0;
+ }
+ });
+ for (const dateRange of dateRangesToProcess) {
+ const classList = dateRangeClasses[dateRange.class] || [];
+ if (dateRange.endDate) {
+ dateRange.endTime = dateRange.endDate.getTime() / 1000 - this.offset_;
+ } else if (dateRange.endOnNext && classList[dateRange.classListIndex + 1]) {
+ dateRange.endTime = classList[dateRange.classListIndex + 1].startTime;
+ } else if (dateRange.duration) {
+ dateRange.endTime = dateRange.startTime + dateRange.duration;
+ } else if (dateRange.plannedDuration) {
+ dateRange.endTime = dateRange.startTime + dateRange.plannedDuration;
+ } else {
+ dateRange.endTime = dateRange.startTime;
+ }
+ }
+ return dateRangesToProcess;
+ }
+ trimProcessedDateRanges_(startTime) {
+ const copy = new Map(this.processedDateRanges_);
+ copy.forEach((dateRange, id) => {
+ if (dateRange.startDate.getTime() < startTime) {
+ this.processedDateRanges_.delete(id);
+ }
+ });
+ }
+ }
+ const QUOTA_EXCEEDED_ERR = 22;
+ const getStreamingNetworkErrorMetadata = ({
+ requestType,
+ request,
+ error,
+ parseFailure
+ }) => {
+ const isBadStatus = request.status < 200 || request.status > 299;
+ const isFailure = request.status >= 400 && request.status <= 499;
+ const errorMetadata = {
+ uri: request.uri,
+ requestType
+ };
+ const isBadStatusOrParseFailure = isBadStatus && !isFailure || parseFailure;
+ if (error && isFailure) {
+ // copy original error and add to the metadata.
+ errorMetadata.error = _extends$1({}, error);
+ errorMetadata.errorType = videojs.Error.NetworkRequestFailed;
+ } else if (request.aborted) {
+ errorMetadata.errorType = videojs.Error.NetworkRequestAborted;
+ } else if (request.timedout) {
+ errorMetadata.erroType = videojs.Error.NetworkRequestTimeout;
+ } else if (isBadStatusOrParseFailure) {
+ const errorType = parseFailure ? videojs.Error.NetworkBodyParserFailed : videojs.Error.NetworkBadStatus;
+ errorMetadata.errorType = errorType;
+ errorMetadata.status = request.status;
+ errorMetadata.headers = request.headers;
+ }
+ return errorMetadata;
+ };
+ const {
+ EventTarget: EventTarget$1
+ } = videojs;
+ const addLLHLSQueryDirectives = (uri, media) => {
if (media.endList || !media.serverControl) {
return uri;
}
-
- var parameters = {};
-
+ const parameters = {};
if (media.serverControl.canBlockReload) {
- var preloadSegment = media.preloadSegment; // next msn is a zero based value, length is not.
+ const {
+ preloadSegment
+ } = media; // next msn is a zero based value, length is not.
- var nextMSN = media.mediaSequence + media.segments.length; // If preload segment has parts then it is likely
+ let nextMSN = media.mediaSequence + media.segments.length; // If preload segment has parts then it is likely
// that we are going to request a part of that preload segment.
// the logic below is used to determine that.
if (preloadSegment) {
- var parts = preloadSegment.parts || []; // _HLS_part is a zero based index
+ const parts = preloadSegment.parts || []; // _HLS_part is a zero based index
- var nextPart = getKnownPartCount(media) - 1; // if nextPart is > -1 and not equal to just the
+ const nextPart = getKnownPartCount(media) - 1; // if nextPart is > -1 and not equal to just the
// length of parts, then we know we had part preload hints
// and we need to add the _HLS_part= query
@@ -41713,35 +42305,29 @@
// which will be given by using media.segments.length because it is 1 based
// rather than 0 based.
-
if (nextPart > -1 || parts.length) {
nextMSN--;
}
} // add _HLS_msn= in front of any _HLS_part query
// eslint-disable-next-line
-
parameters._HLS_msn = nextMSN;
}
-
if (media.serverControl && media.serverControl.canSkipUntil) {
// add _HLS_skip= infront of all other queries.
// eslint-disable-next-line
parameters._HLS_skip = media.serverControl.canSkipDateranges ? 'v2' : 'YES';
}
-
if (Object.keys(parameters).length) {
- var parsedUri = new window.URL(uri);
+ const parsedUri = new window.URL(uri);
['_HLS_skip', '_HLS_msn', '_HLS_part'].forEach(function (name) {
if (!parameters.hasOwnProperty(name)) {
return;
}
-
parsedUri.searchParams.set(name, parameters[name]);
});
uri = parsedUri.toString();
}
-
return uri;
};
/**
@@ -41754,13 +42340,11 @@
* @return {Object} the merged segment
*/
-
- var updateSegment = function updateSegment(a, b) {
+ const updateSegment = (a, b) => {
if (!a) {
return b;
}
-
- var result = mergeOptions$2(a, b); // if only the old segment has preload hints
+ const result = merge(a, b); // if only the old segment has preload hints
// and the new one does not, remove preload hints.
if (a.preloadHints && !b.preloadHints) {
@@ -41768,31 +42352,27 @@
} // if only the old segment has parts
// then the parts are no longer valid
-
if (a.parts && !b.parts) {
delete result.parts; // if both segments have parts
// copy part propeties from the old segment
// to the new one.
} else if (a.parts && b.parts) {
- for (var i = 0; i < b.parts.length; i++) {
+ for (let i = 0; i < b.parts.length; i++) {
if (a.parts && a.parts[i]) {
- result.parts[i] = mergeOptions$2(a.parts[i], b.parts[i]);
+ result.parts[i] = merge(a.parts[i], b.parts[i]);
}
}
} // set skipped to false for segments that have
// have had information merged from the old segment.
-
if (!a.skipped && b.skipped) {
result.skipped = false;
} // set preload to false for segments that have
// had information added in the new segment.
-
if (a.preload && !b.preload) {
result.preload = false;
}
-
return result;
};
/**
@@ -41811,18 +42391,15 @@
* @return {Array} a list of merged segment objects
*/
-
- var updateSegments = function updateSegments(original, update, offset) {
- var oldSegments = original.slice();
- var newSegments = update.slice();
+ const updateSegments = (original, update, offset) => {
+ const oldSegments = original.slice();
+ const newSegments = update.slice();
offset = offset || 0;
- var result = [];
- var currentMap;
-
- for (var newIndex = 0; newIndex < newSegments.length; newIndex++) {
- var oldSegment = oldSegments[newIndex + offset];
- var newSegment = newSegments[newIndex];
-
+ const result = [];
+ let currentMap;
+ for (let newIndex = 0; newIndex < newSegments.length; newIndex++) {
+ const oldSegment = oldSegments[newIndex + offset];
+ const newSegment = newSegments[newIndex];
if (oldSegment) {
currentMap = oldSegment.map || currentMap;
result.push(updateSegment(oldSegment, newSegment));
@@ -41831,57 +42408,46 @@
if (currentMap && !newSegment.map) {
newSegment.map = currentMap;
}
-
result.push(newSegment);
}
}
-
return result;
};
-
- var resolveSegmentUris = function resolveSegmentUris(segment, baseUri) {
+ const resolveSegmentUris = (segment, baseUri) => {
// preloadSegment will not have a uri at all
// as the segment isn't actually in the manifest yet, only parts
if (!segment.resolvedUri && segment.uri) {
segment.resolvedUri = resolveUrl(baseUri, segment.uri);
}
-
if (segment.key && !segment.key.resolvedUri) {
segment.key.resolvedUri = resolveUrl(baseUri, segment.key.uri);
}
-
if (segment.map && !segment.map.resolvedUri) {
segment.map.resolvedUri = resolveUrl(baseUri, segment.map.uri);
}
-
if (segment.map && segment.map.key && !segment.map.key.resolvedUri) {
segment.map.key.resolvedUri = resolveUrl(baseUri, segment.map.key.uri);
}
-
if (segment.parts && segment.parts.length) {
- segment.parts.forEach(function (p) {
+ segment.parts.forEach(p => {
if (p.resolvedUri) {
return;
}
-
p.resolvedUri = resolveUrl(baseUri, p.uri);
});
}
-
if (segment.preloadHints && segment.preloadHints.length) {
- segment.preloadHints.forEach(function (p) {
+ segment.preloadHints.forEach(p => {
if (p.resolvedUri) {
return;
}
-
p.resolvedUri = resolveUrl(baseUri, p.uri);
});
}
};
-
- var getAllSegments = function getAllSegments(media) {
- var segments = media.segments || [];
- var preloadSegment = media.preloadSegment; // a preloadSegment with only preloadHints is not currently
+ const getAllSegments = function (media) {
+ const segments = media.segments || [];
+ const preloadSegment = media.preloadSegment; // a preloadSegment with only preloadHints is not currently
// a usable segment, only include a preloadSegment that has
// parts.
@@ -41890,106 +42456,88 @@
// init segment is going to change. We cannot use any of the parts
// from this preload segment.
if (preloadSegment.preloadHints) {
- for (var i = 0; i < preloadSegment.preloadHints.length; i++) {
+ for (let i = 0; i < preloadSegment.preloadHints.length; i++) {
if (preloadSegment.preloadHints[i].type === 'MAP') {
return segments;
}
}
} // set the duration for our preload segment to target duration.
-
preloadSegment.duration = media.targetDuration;
preloadSegment.preload = true;
segments.push(preloadSegment);
}
-
return segments;
}; // consider the playlist unchanged if the playlist object is the same or
// the number of segments is equal, the media sequence number is unchanged,
// and this playlist hasn't become the end of the playlist
-
- var isPlaylistUnchanged = function isPlaylistUnchanged(a, b) {
- return a === b || a.segments && b.segments && a.segments.length === b.segments.length && a.endList === b.endList && a.mediaSequence === b.mediaSequence && a.preloadSegment === b.preloadSegment;
- };
+ const isPlaylistUnchanged = (a, b) => a === b || a.segments && b.segments && a.segments.length === b.segments.length && a.endList === b.endList && a.mediaSequence === b.mediaSequence && a.preloadSegment === b.preloadSegment;
/**
- * Returns a new master playlist that is the result of merging an
+ * Returns a new main playlist that is the result of merging an
* updated media playlist into the original version. If the
* updated media playlist does not match any of the playlist
- * entries in the original master playlist, null is returned.
+ * entries in the original main playlist, null is returned.
*
- * @param {Object} master a parsed master M3U8 object
+ * @param {Object} main a parsed main M3U8 object
* @param {Object} media a parsed media M3U8 object
* @return {Object} a new object that represents the original
- * master playlist with the updated media playlist merged in, or
+ * main playlist with the updated media playlist merged in, or
* null if the merge produced no change.
*/
-
- var updateMaster$1 = function updateMaster(master, newMedia, unchangedCheck) {
- if (unchangedCheck === void 0) {
- unchangedCheck = isPlaylistUnchanged;
- }
-
- var result = mergeOptions$2(master, {});
- var oldMedia = result.playlists[newMedia.id];
-
+ const updateMain$1 = (main, newMedia, unchangedCheck = isPlaylistUnchanged) => {
+ const result = merge(main, {});
+ const oldMedia = result.playlists[newMedia.id];
if (!oldMedia) {
return null;
}
-
if (unchangedCheck(oldMedia, newMedia)) {
return null;
}
-
newMedia.segments = getAllSegments(newMedia);
- var mergedPlaylist = mergeOptions$2(oldMedia, newMedia); // always use the new media's preload segment
+ const mergedPlaylist = merge(oldMedia, newMedia); // always use the new media's preload segment
if (mergedPlaylist.preloadSegment && !newMedia.preloadSegment) {
delete mergedPlaylist.preloadSegment;
} // if the update could overlap existing segment information, merge the two segment lists
-
if (oldMedia.segments) {
if (newMedia.skip) {
newMedia.segments = newMedia.segments || []; // add back in objects for skipped segments, so that we merge
// old properties into the new segments
- for (var i = 0; i < newMedia.skip.skippedSegments; i++) {
+ for (let i = 0; i < newMedia.skip.skippedSegments; i++) {
newMedia.segments.unshift({
skipped: true
});
}
}
-
mergedPlaylist.segments = updateSegments(oldMedia.segments, newMedia.segments, newMedia.mediaSequence - oldMedia.mediaSequence);
} // resolve any segment URIs to prevent us from having to do it later
-
- mergedPlaylist.segments.forEach(function (segment) {
+ mergedPlaylist.segments.forEach(segment => {
resolveSegmentUris(segment, mergedPlaylist.resolvedUri);
}); // TODO Right now in the playlists array there are two references to each playlist, one
// that is referenced by index, and one by URI. The index reference may no longer be
// necessary.
- for (var _i = 0; _i < result.playlists.length; _i++) {
- if (result.playlists[_i].id === newMedia.id) {
- result.playlists[_i] = mergedPlaylist;
+ for (let i = 0; i < result.playlists.length; i++) {
+ if (result.playlists[i].id === newMedia.id) {
+ result.playlists[i] = mergedPlaylist;
}
}
-
result.playlists[newMedia.id] = mergedPlaylist; // URI reference added for backwards compatibility
result.playlists[newMedia.uri] = mergedPlaylist; // update media group playlist references.
- forEachMediaGroup(master, function (properties, mediaType, groupKey, labelKey) {
+ forEachMediaGroup(main, (properties, mediaType, groupKey, labelKey) => {
if (!properties.playlists) {
return;
}
-
- for (var _i2 = 0; _i2 < properties.playlists.length; _i2++) {
- if (newMedia.id === properties.playlists[_i2].id) {
- properties.playlists[_i2] = mergedPlaylist;
+ for (let i = 0; i < properties.playlists.length; i++) {
+ if (newMedia.id === properties.playlists[i].id) {
+ properties.playlists[i] = mergedPlaylist;
}
}
});
@@ -42006,21 +42554,46 @@
* The time in ms to wait before refreshing the live playlist
*/
-
- var refreshDelay = function refreshDelay(media, update) {
- var segments = media.segments || [];
- var lastSegment = segments[segments.length - 1];
- var lastPart = lastSegment && lastSegment.parts && lastSegment.parts[lastSegment.parts.length - 1];
- var lastDuration = lastPart && lastPart.duration || lastSegment && lastSegment.duration;
-
+ const refreshDelay = (media, update) => {
+ const segments = media.segments || [];
+ const lastSegment = segments[segments.length - 1];
+ const lastPart = lastSegment && lastSegment.parts && lastSegment.parts[lastSegment.parts.length - 1];
+ const lastDuration = lastPart && lastPart.duration || lastSegment && lastSegment.duration;
if (update && lastDuration) {
return lastDuration * 1000;
} // if the playlist is unchanged since the last reload or last segment duration
// cannot be determined, try again after half the target duration
-
return (media.partTargetDuration || media.targetDuration || 10) * 500;
};
+ const playlistMetadataPayload = (playlists, type, isLive) => {
+ if (!playlists) {
+ return;
+ }
+ const renditions = [];
+ playlists.forEach(playlist => {
+ // we need attributes to populate rendition data.
+ if (!playlist.attributes) {
+ return;
+ }
+ const {
+ BANDWIDTH,
+ RESOLUTION,
+ CODECS
+ } = playlist.attributes;
+ renditions.push({
+ id: playlist.id,
+ bandwidth: BANDWIDTH,
+ resolution: RESOLUTION,
+ codecs: CODECS
+ });
+ });
+ return {
+ type,
+ isLive,
+ renditions
+ };
+ };
/**
* Load a playlist from a remote location
*
@@ -42031,130 +42604,123 @@
* @class
*/
-
- var PlaylistLoader = /*#__PURE__*/function (_EventTarget) {
- inheritsLoose(PlaylistLoader, _EventTarget);
-
- function PlaylistLoader(src, vhs, options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- _this = _EventTarget.call(this) || this;
-
+ class PlaylistLoader extends EventTarget$1 {
+ constructor(src, vhs, options = {}) {
+ super();
if (!src) {
throw new Error('A non-empty playlist URL or object is required');
}
+ this.logger_ = logger('PlaylistLoader');
+ const {
+ withCredentials = false
+ } = options;
+ this.src = src;
+ this.vhs_ = vhs;
+ this.withCredentials = withCredentials;
+ this.addDateRangesToTextTrack_ = options.addDateRangesToTextTrack;
+ const vhsOptions = vhs.options_;
+ this.customTagParsers = vhsOptions && vhsOptions.customTagParsers || [];
+ this.customTagMappers = vhsOptions && vhsOptions.customTagMappers || [];
+ this.llhls = vhsOptions && vhsOptions.llhls;
+ this.dateRangesStorage_ = new DateRangesStorage(); // initialize the loader state
- _this.logger_ = logger('PlaylistLoader');
- var _options = options,
- _options$withCredenti = _options.withCredentials,
- withCredentials = _options$withCredenti === void 0 ? false : _options$withCredenti,
- _options$handleManife = _options.handleManifestRedirects,
- handleManifestRedirects = _options$handleManife === void 0 ? false : _options$handleManife;
- _this.src = src;
- _this.vhs_ = vhs;
- _this.withCredentials = withCredentials;
- _this.handleManifestRedirects = handleManifestRedirects;
- var vhsOptions = vhs.options_;
- _this.customTagParsers = vhsOptions && vhsOptions.customTagParsers || [];
- _this.customTagMappers = vhsOptions && vhsOptions.customTagMappers || [];
- _this.experimentalLLHLS = vhsOptions && vhsOptions.experimentalLLHLS || false; // force experimentalLLHLS for IE 11
+ this.state = 'HAVE_NOTHING'; // live playlist staleness timeout
- if (videojs.browser.IE_VERSION) {
- _this.experimentalLLHLS = false;
- } // initialize the loader state
-
-
- _this.state = 'HAVE_NOTHING'; // live playlist staleness timeout
-
- _this.handleMediaupdatetimeout_ = _this.handleMediaupdatetimeout_.bind(assertThisInitialized(_this));
-
- _this.on('mediaupdatetimeout', _this.handleMediaupdatetimeout_);
-
- return _this;
+ this.handleMediaupdatetimeout_ = this.handleMediaupdatetimeout_.bind(this);
+ this.on('mediaupdatetimeout', this.handleMediaupdatetimeout_);
+ this.on('loadedplaylist', this.handleLoadedPlaylist_.bind(this));
}
-
- var _proto = PlaylistLoader.prototype;
-
- _proto.handleMediaupdatetimeout_ = function handleMediaupdatetimeout_() {
- var _this2 = this;
-
+ handleLoadedPlaylist_() {
+ const mediaPlaylist = this.media();
+ if (!mediaPlaylist) {
+ return;
+ }
+ this.dateRangesStorage_.setOffset(mediaPlaylist.segments);
+ this.dateRangesStorage_.setPendingDateRanges(mediaPlaylist.dateRanges);
+ const availableDateRanges = this.dateRangesStorage_.getDateRangesToProcess();
+ if (!availableDateRanges.length || !this.addDateRangesToTextTrack_) {
+ return;
+ }
+ this.addDateRangesToTextTrack_(availableDateRanges);
+ }
+ handleMediaupdatetimeout_() {
if (this.state !== 'HAVE_METADATA') {
// only refresh the media playlist if no other activity is going on
return;
}
-
- var media = this.media();
- var uri = resolveUrl(this.master.uri, media.uri);
-
- if (this.experimentalLLHLS) {
+ const media = this.media();
+ let uri = resolveUrl(this.main.uri, media.uri);
+ if (this.llhls) {
uri = addLLHLSQueryDirectives(uri, media);
}
-
this.state = 'HAVE_CURRENT_METADATA';
this.request = this.vhs_.xhr({
- uri: uri,
- withCredentials: this.withCredentials
- }, function (error, req) {
+ uri,
+ withCredentials: this.withCredentials,
+ requestType: 'hls-playlist'
+ }, (error, req) => {
// disposed
- if (!_this2.request) {
+ if (!this.request) {
return;
}
-
if (error) {
- return _this2.playlistRequestError(_this2.request, _this2.media(), 'HAVE_METADATA');
+ return this.playlistRequestError(this.request, this.media(), 'HAVE_METADATA');
}
-
- _this2.haveMetadata({
- playlistString: _this2.request.responseText,
- url: _this2.media().uri,
- id: _this2.media().id
+ this.haveMetadata({
+ playlistString: this.request.responseText,
+ url: this.media().uri,
+ id: this.media().id
});
});
- };
-
- _proto.playlistRequestError = function playlistRequestError(xhr, playlist, startingState) {
- var uri = playlist.uri,
- id = playlist.id; // any in-flight request is now finished
+ }
+ playlistRequestError(xhr, playlist, startingState) {
+ const {
+ uri,
+ id
+ } = playlist; // any in-flight request is now finished
this.request = null;
-
if (startingState) {
this.state = startingState;
}
-
this.error = {
- playlist: this.master.playlists[id],
+ playlist: this.main.playlists[id],
status: xhr.status,
- message: "HLS playlist request error at URL: " + uri + ".",
+ message: `HLS playlist request error at URL: ${uri}.`,
responseText: xhr.responseText,
- code: xhr.status >= 500 ? 4 : 2
+ code: xhr.status >= 500 ? 4 : 2,
+ metadata: getStreamingNetworkErrorMetadata({
+ requestType: xhr.requestType,
+ request: xhr,
+ error: xhr.error
+ })
};
this.trigger('error');
- };
-
- _proto.parseManifest_ = function parseManifest_(_ref) {
- var _this3 = this;
-
- var url = _ref.url,
- manifestString = _ref.manifestString;
- return parseManifest({
- onwarn: function onwarn(_ref2) {
- var message = _ref2.message;
- return _this3.logger_("m3u8-parser warn for " + url + ": " + message);
- },
- oninfo: function oninfo(_ref3) {
- var message = _ref3.message;
- return _this3.logger_("m3u8-parser info for " + url + ": " + message);
- },
- manifestString: manifestString,
- customTagParsers: this.customTagParsers,
- customTagMappers: this.customTagMappers,
- experimentalLLHLS: this.experimentalLLHLS
- });
+ }
+ parseManifest_({
+ url,
+ manifestString
+ }) {
+ try {
+ return parseManifest({
+ onwarn: ({
+ message
+ }) => this.logger_(`m3u8-parser warn for ${url}: ${message}`),
+ oninfo: ({
+ message
+ }) => this.logger_(`m3u8-parser info for ${url}: ${message}`),
+ manifestString,
+ customTagParsers: this.customTagParsers,
+ customTagMappers: this.customTagMappers,
+ llhls: this.llhls
+ });
+ } catch (error) {
+ this.error = error;
+ this.error.metadata = {
+ errorType: videojs.Error.StreamingHlsPlaylistParserError,
+ error
+ };
+ }
}
/**
* Update the playlist loader's state in response to a new or updated playlist.
@@ -42168,57 +42734,69 @@
* @param {string} id
* ID to use for playlist
*/
- ;
-
- _proto.haveMetadata = function haveMetadata(_ref4) {
- var playlistString = _ref4.playlistString,
- playlistObject = _ref4.playlistObject,
- url = _ref4.url,
- id = _ref4.id; // any in-flight request is now finished
+ haveMetadata({
+ playlistString,
+ playlistObject,
+ url,
+ id
+ }) {
+ // any in-flight request is now finished
this.request = null;
this.state = 'HAVE_METADATA';
- var playlist = playlistObject || this.parseManifest_({
- url: url,
+ const metadata = {
+ playlistInfo: {
+ type: 'media',
+ uri: url
+ }
+ };
+ this.trigger({
+ type: 'playlistparsestart',
+ metadata
+ });
+ const playlist = playlistObject || this.parseManifest_({
+ url,
manifestString: playlistString
});
playlist.lastRequest = Date.now();
setupMediaPlaylist({
- playlist: playlist,
+ playlist,
uri: url,
- id: id
- }); // merge this playlist into the master
+ id
+ }); // merge this playlist into the main manifest
- var update = updateMaster$1(this.master, playlist);
+ const update = updateMain$1(this.main, playlist);
this.targetDuration = playlist.partTargetDuration || playlist.targetDuration;
this.pendingMedia_ = null;
-
if (update) {
- this.master = update;
- this.media_ = this.master.playlists[id];
+ this.main = update;
+ this.media_ = this.main.playlists[id];
} else {
this.trigger('playlistunchanged');
}
-
this.updateMediaUpdateTimeout_(refreshDelay(this.media(), !!update));
+ metadata.parsedPlaylist = playlistMetadataPayload(this.main.playlists, metadata.playlistInfo.type, !this.media_.endList);
+ this.trigger({
+ type: 'playlistparsecomplete',
+ metadata
+ });
this.trigger('loadedplaylist');
}
/**
* Abort any outstanding work and clean up.
*/
- ;
- _proto.dispose = function dispose() {
+ dispose() {
this.trigger('dispose');
this.stopRequest();
window.clearTimeout(this.mediaUpdateTimeout);
window.clearTimeout(this.finalRenditionTimeout);
+ this.dateRangesStorage_ = new DateRangesStorage();
this.off();
- };
-
- _proto.stopRequest = function stopRequest() {
+ }
+ stopRequest() {
if (this.request) {
- var oldRequest = this.request;
+ const oldRequest = this.request;
this.request = null;
oldRequest.onreadystatechange = null;
oldRequest.abort();
@@ -42238,44 +42816,36 @@
*
* @return {Playlist} the current loaded media
*/
- ;
-
- _proto.media = function media(playlist, shouldDelay) {
- var _this4 = this; // getter
-
+ media(playlist, shouldDelay) {
+ // getter
if (!playlist) {
return this.media_;
} // setter
-
if (this.state === 'HAVE_NOTHING') {
throw new Error('Cannot switch media playlist from ' + this.state);
} // find the playlist object if the target playlist has been
// specified by URI
-
if (typeof playlist === 'string') {
- if (!this.master.playlists[playlist]) {
+ if (!this.main.playlists[playlist]) {
throw new Error('Unknown playlist URI: ' + playlist);
}
-
- playlist = this.master.playlists[playlist];
+ playlist = this.main.playlists[playlist];
}
-
window.clearTimeout(this.finalRenditionTimeout);
-
if (shouldDelay) {
- var delay = (playlist.partTargetDuration || playlist.targetDuration) / 2 * 1000 || 5 * 1000;
+ const delay = (playlist.partTargetDuration || playlist.targetDuration) / 2 * 1000 || 5 * 1000;
this.finalRenditionTimeout = window.setTimeout(this.media.bind(this, playlist, false), delay);
return;
}
+ const startingState = this.state;
+ const mediaChange = !this.media_ || playlist.id !== this.media_.id;
+ const mainPlaylistRef = this.main.playlists[playlist.id]; // switch to fully loaded playlists immediately
- var startingState = this.state;
- var mediaChange = !this.media_ || playlist.id !== this.media_.id;
- var masterPlaylistRef = this.master.playlists[playlist.id]; // switch to fully loaded playlists immediately
-
- if (masterPlaylistRef && masterPlaylistRef.endList || // handle the case of a playlist object (e.g., if using vhs-json with a resolved
+ if (mainPlaylistRef && mainPlaylistRef.endList ||
+ // handle the case of a playlist object (e.g., if using vhs-json with a resolved
// media playlist or, for the case of demuxed audio, a resolved audio media group)
playlist.endList && playlist.segments.length) {
// abort outstanding playlist requests
@@ -42284,15 +42854,13 @@
this.request.abort();
this.request = null;
}
-
this.state = 'HAVE_METADATA';
this.media_ = playlist; // trigger media change if the active media has been updated
if (mediaChange) {
this.trigger('mediachanging');
-
- if (startingState === 'HAVE_MASTER') {
- // The initial playlist was a master manifest, and the first media selected was
+ if (startingState === 'HAVE_MAIN_MANIFEST') {
+ // The initial playlist was a main manifest, and the first media selected was
// also provided (in the form of a resolved playlist object) as part of the
// source object (rather than just a URL). Therefore, since the media playlist
// doesn't need to be requested, loadedmetadata won't trigger as part of the
@@ -42302,7 +42870,6 @@
this.trigger('mediachange');
}
}
-
return;
} // We update/set the timeout here so that live playlists
// that are not a media change will "start" the loader as expected.
@@ -42310,13 +42877,11 @@
// cycle again. This also prevents a playlist switch failure from
// causing us to stall during live.
-
this.updateMediaUpdateTimeout_(refreshDelay(playlist, true)); // switching to the active playlist is a no-op
if (!mediaChange) {
return;
}
-
this.state = 'SWITCHING_MEDIA'; // there is already an outstanding playlist request
if (this.request) {
@@ -42325,76 +42890,80 @@
// has no effect after the first
return;
}
-
this.request.onreadystatechange = null;
this.request.abort();
this.request = null;
} // request the new playlist
-
if (this.media_) {
this.trigger('mediachanging');
}
-
this.pendingMedia_ = playlist;
+ const metadata = {
+ playlistInfo: {
+ type: 'media',
+ uri: playlist.uri
+ }
+ };
+ this.trigger({
+ type: 'playlistrequeststart',
+ metadata
+ });
this.request = this.vhs_.xhr({
uri: playlist.resolvedUri,
- withCredentials: this.withCredentials
- }, function (error, req) {
+ withCredentials: this.withCredentials,
+ requestType: 'hls-playlist'
+ }, (error, req) => {
// disposed
- if (!_this4.request) {
+ if (!this.request) {
return;
}
-
playlist.lastRequest = Date.now();
- playlist.resolvedUri = resolveManifestRedirect(_this4.handleManifestRedirects, playlist.resolvedUri, req);
-
+ playlist.resolvedUri = resolveManifestRedirect(playlist.resolvedUri, req);
if (error) {
- return _this4.playlistRequestError(_this4.request, playlist, startingState);
+ return this.playlistRequestError(this.request, playlist, startingState);
}
-
- _this4.haveMetadata({
+ this.trigger({
+ type: 'playlistrequestcomplete',
+ metadata
+ });
+ this.haveMetadata({
playlistString: req.responseText,
url: playlist.uri,
id: playlist.id
}); // fire loadedmetadata the first time a media playlist is loaded
-
- if (startingState === 'HAVE_MASTER') {
- _this4.trigger('loadedmetadata');
+ if (startingState === 'HAVE_MAIN_MANIFEST') {
+ this.trigger('loadedmetadata');
} else {
- _this4.trigger('mediachange');
+ this.trigger('mediachange');
}
});
}
/**
* pause loading of the playlist
*/
- ;
- _proto.pause = function pause() {
+ pause() {
if (this.mediaUpdateTimeout) {
window.clearTimeout(this.mediaUpdateTimeout);
this.mediaUpdateTimeout = null;
}
-
this.stopRequest();
-
if (this.state === 'HAVE_NOTHING') {
// If we pause the loader before any data has been retrieved, its as if we never
// started, so reset to an unstarted state.
this.started = false;
} // Need to restore state now that no activity is happening
-
if (this.state === 'SWITCHING_MEDIA') {
// if the loader was in the process of switching media, it should either return to
- // HAVE_MASTER or HAVE_METADATA depending on if the loader has loaded a media
+ // HAVE_MAIN_MANIFEST or HAVE_METADATA depending on if the loader has loaded a media
// playlist yet. This is determined by the existence of loader.media_
if (this.media_) {
this.state = 'HAVE_METADATA';
} else {
- this.state = 'HAVE_MASTER';
+ this.state = 'HAVE_MAIN_MANIFEST';
}
} else if (this.state === 'HAVE_CURRENT_METADATA') {
this.state = 'HAVE_METADATA';
@@ -42403,71 +42972,52 @@
/**
* start loading of the playlist
*/
- ;
-
- _proto.load = function load(shouldDelay) {
- var _this5 = this;
+ load(shouldDelay) {
if (this.mediaUpdateTimeout) {
window.clearTimeout(this.mediaUpdateTimeout);
this.mediaUpdateTimeout = null;
}
-
- var media = this.media();
-
+ const media = this.media();
if (shouldDelay) {
- var delay = media ? (media.partTargetDuration || media.targetDuration) / 2 * 1000 : 5 * 1000;
- this.mediaUpdateTimeout = window.setTimeout(function () {
- _this5.mediaUpdateTimeout = null;
-
- _this5.load();
+ const delay = media ? (media.partTargetDuration || media.targetDuration) / 2 * 1000 : 5 * 1000;
+ this.mediaUpdateTimeout = window.setTimeout(() => {
+ this.mediaUpdateTimeout = null;
+ this.load();
}, delay);
return;
}
-
if (!this.started) {
this.start();
return;
}
-
if (media && !media.endList) {
this.trigger('mediaupdatetimeout');
} else {
this.trigger('loadedplaylist');
}
- };
-
- _proto.updateMediaUpdateTimeout_ = function updateMediaUpdateTimeout_(delay) {
- var _this6 = this;
-
+ }
+ updateMediaUpdateTimeout_(delay) {
if (this.mediaUpdateTimeout) {
window.clearTimeout(this.mediaUpdateTimeout);
this.mediaUpdateTimeout = null;
} // we only have use mediaupdatetimeout for live playlists.
-
if (!this.media() || this.media().endList) {
return;
}
-
- this.mediaUpdateTimeout = window.setTimeout(function () {
- _this6.mediaUpdateTimeout = null;
-
- _this6.trigger('mediaupdatetimeout');
-
- _this6.updateMediaUpdateTimeout_(delay);
+ this.mediaUpdateTimeout = window.setTimeout(() => {
+ this.mediaUpdateTimeout = null;
+ this.trigger('mediaupdatetimeout');
+ this.updateMediaUpdateTimeout_(delay);
}, delay);
}
/**
* start loading of the playlist
*/
- ;
-
- _proto.start = function start() {
- var _this7 = this;
+ start() {
this.started = true;
-
if (typeof this.src === 'object') {
// in the case of an entirely constructed manifest object (meaning there's no actual
// manifest on a server), default the uri to the page's href
@@ -42476,205 +43026,495 @@
} // resolvedUri is added on internally after the initial request. Since there's no
// request for pre-resolved manifests, add on resolvedUri here.
-
this.src.resolvedUri = this.src.uri; // Since a manifest object was passed in as the source (instead of a URL), the first
// request can be skipped (since the top level of the manifest, at a minimum, is
// already available as a parsed manifest object). However, if the manifest object
- // represents a master playlist, some media playlists may need to be resolved before
+ // represents a main playlist, some media playlists may need to be resolved before
// the starting segment list is available. Therefore, go directly to setup of the
// initial playlist, and let the normal flow continue from there.
//
// Note that the call to setup is asynchronous, as other sections of VHS may assume
// that the first request is asynchronous.
- setTimeout(function () {
- _this7.setupInitialPlaylist(_this7.src);
+ setTimeout(() => {
+ this.setupInitialPlaylist(this.src);
}, 0);
return;
- } // request the specified URL
-
+ }
+ const metadata = {
+ playlistInfo: {
+ type: 'multivariant',
+ uri: this.src
+ }
+ };
+ this.trigger({
+ type: 'playlistrequeststart',
+ metadata
+ }); // request the specified URL
this.request = this.vhs_.xhr({
uri: this.src,
- withCredentials: this.withCredentials
- }, function (error, req) {
+ withCredentials: this.withCredentials,
+ requestType: 'hls-playlist'
+ }, (error, req) => {
// disposed
- if (!_this7.request) {
+ if (!this.request) {
return;
} // clear the loader's request reference
-
- _this7.request = null;
-
+ this.request = null;
if (error) {
- _this7.error = {
+ this.error = {
status: req.status,
- message: "HLS playlist request error at URL: " + _this7.src + ".",
+ message: `HLS playlist request error at URL: ${this.src}.`,
responseText: req.responseText,
// MEDIA_ERR_NETWORK
- code: 2
+ code: 2,
+ metadata: getStreamingNetworkErrorMetadata({
+ requestType: req.requestType,
+ request: req,
+ error
+ })
};
-
- if (_this7.state === 'HAVE_NOTHING') {
- _this7.started = false;
+ if (this.state === 'HAVE_NOTHING') {
+ this.started = false;
}
-
- return _this7.trigger('error');
+ return this.trigger('error');
}
-
- _this7.src = resolveManifestRedirect(_this7.handleManifestRedirects, _this7.src, req);
-
- var manifest = _this7.parseManifest_({
- manifestString: req.responseText,
- url: _this7.src
+ this.trigger({
+ type: 'playlistrequestcomplete',
+ metadata
});
+ this.src = resolveManifestRedirect(this.src, req);
+ this.trigger({
+ type: 'playlistparsestart',
+ metadata
+ });
+ const manifest = this.parseManifest_({
+ manifestString: req.responseText,
+ url: this.src
+ }); // we haven't loaded any variant playlists here so we default to false for isLive.
- _this7.setupInitialPlaylist(manifest);
+ metadata.parsedPlaylist = playlistMetadataPayload(manifest.playlists, metadata.playlistInfo.type, false);
+ this.trigger({
+ type: 'playlistparsecomplete',
+ metadata
+ });
+ this.setupInitialPlaylist(manifest);
});
- };
-
- _proto.srcUri = function srcUri() {
+ }
+ srcUri() {
return typeof this.src === 'string' ? this.src : this.src.uri;
}
/**
- * Given a manifest object that's either a master or media playlist, trigger the proper
+ * Given a manifest object that's either a main or media playlist, trigger the proper
* events and set the state of the playlist loader.
*
- * If the manifest object represents a master playlist, `loadedplaylist` will be
+ * If the manifest object represents a main playlist, `loadedplaylist` will be
* triggered to allow listeners to select a playlist. If none is selected, the loader
* will default to the first one in the playlists array.
*
* If the manifest object represents a media playlist, `loadedplaylist` will be
* triggered followed by `loadedmetadata`, as the only available playlist is loaded.
*
- * In the case of a media playlist, a master playlist object wrapper with one playlist
+ * In the case of a media playlist, a main playlist object wrapper with one playlist
* will be created so that all logic can handle playlists in the same fashion (as an
* assumed manifest object schema).
*
* @param {Object} manifest
* The parsed manifest object
*/
- ;
-
- _proto.setupInitialPlaylist = function setupInitialPlaylist(manifest) {
- this.state = 'HAVE_MASTER';
+ setupInitialPlaylist(manifest) {
+ this.state = 'HAVE_MAIN_MANIFEST';
if (manifest.playlists) {
- this.master = manifest;
- addPropertiesToMaster(this.master, this.srcUri()); // If the initial master playlist has playlists wtih segments already resolved,
+ this.main = manifest;
+ addPropertiesToMain(this.main, this.srcUri()); // If the initial main playlist has playlists wtih segments already resolved,
// then resolve URIs in advance, as they are usually done after a playlist request,
// which may not happen if the playlist is resolved.
- manifest.playlists.forEach(function (playlist) {
+ manifest.playlists.forEach(playlist => {
playlist.segments = getAllSegments(playlist);
- playlist.segments.forEach(function (segment) {
+ playlist.segments.forEach(segment => {
resolveSegmentUris(segment, playlist.resolvedUri);
});
});
this.trigger('loadedplaylist');
-
if (!this.request) {
// no media playlist was specifically selected so start
// from the first listed one
- this.media(this.master.playlists[0]);
+ this.media(this.main.playlists[0]);
}
-
return;
} // In order to support media playlists passed in as vhs-json, the case where the uri
// is not provided as part of the manifest should be considered, and an appropriate
// default used.
-
- var uri = this.srcUri() || window.location.href;
- this.master = masterForMedia(manifest, uri);
+ const uri = this.srcUri() || window.location.href;
+ this.main = mainForMedia(manifest, uri);
this.haveMetadata({
playlistObject: manifest,
url: uri,
- id: this.master.playlists[0].id
+ id: this.main.playlists[0].id
});
this.trigger('loadedmetadata');
- };
+ }
+ /**
+ * Updates or deletes a preexisting pathway clone.
+ * Ensures that all playlists related to the old pathway clone are
+ * either updated or deleted.
+ *
+ * @param {Object} clone On update, the pathway clone object for the newly updated pathway clone.
+ * On delete, the old pathway clone object to be deleted.
+ * @param {boolean} isUpdate True if the pathway is to be updated,
+ * false if it is meant to be deleted.
+ */
+
+ updateOrDeleteClone(clone, isUpdate) {
+ const main = this.main;
+ const pathway = clone.ID;
+ let i = main.playlists.length; // Iterate backwards through the playlist so we can remove playlists if necessary.
+
+ while (i--) {
+ const p = main.playlists[i];
+ if (p.attributes['PATHWAY-ID'] === pathway) {
+ const oldPlaylistUri = p.resolvedUri;
+ const oldPlaylistId = p.id; // update the indexed playlist and add new playlists by ID and URI
+
+ if (isUpdate) {
+ const newPlaylistUri = this.createCloneURI_(p.resolvedUri, clone);
+ const newPlaylistId = createPlaylistID(pathway, newPlaylistUri);
+ const attributes = this.createCloneAttributes_(pathway, p.attributes);
+ const updatedPlaylist = this.createClonePlaylist_(p, newPlaylistId, clone, attributes);
+ main.playlists[i] = updatedPlaylist;
+ main.playlists[newPlaylistId] = updatedPlaylist;
+ main.playlists[newPlaylistUri] = updatedPlaylist;
+ } else {
+ // Remove the indexed playlist.
+ main.playlists.splice(i, 1);
+ } // Remove playlists by the old ID and URI.
+
+ delete main.playlists[oldPlaylistId];
+ delete main.playlists[oldPlaylistUri];
+ }
+ }
+ this.updateOrDeleteCloneMedia(clone, isUpdate);
+ }
+ /**
+ * Updates or deletes media data based on the pathway clone object.
+ * Due to the complexity of the media groups and playlists, in all cases
+ * we remove all of the old media groups and playlists.
+ * On updates, we then create new media groups and playlists based on the
+ * new pathway clone object.
+ *
+ * @param {Object} clone The pathway clone object for the newly updated pathway clone.
+ * @param {boolean} isUpdate True if the pathway is to be updated,
+ * false if it is meant to be deleted.
+ */
+
+ updateOrDeleteCloneMedia(clone, isUpdate) {
+ const main = this.main;
+ const id = clone.ID;
+ ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(mediaType => {
+ if (!main.mediaGroups[mediaType] || !main.mediaGroups[mediaType][id]) {
+ return;
+ }
+ for (const groupKey in main.mediaGroups[mediaType]) {
+ // Remove all media playlists for the media group for this pathway clone.
+ if (groupKey === id) {
+ for (const labelKey in main.mediaGroups[mediaType][groupKey]) {
+ const oldMedia = main.mediaGroups[mediaType][groupKey][labelKey];
+ oldMedia.playlists.forEach((p, i) => {
+ const oldMediaPlaylist = main.playlists[p.id];
+ const oldPlaylistId = oldMediaPlaylist.id;
+ const oldPlaylistUri = oldMediaPlaylist.resolvedUri;
+ delete main.playlists[oldPlaylistId];
+ delete main.playlists[oldPlaylistUri];
+ });
+ } // Delete the old media group.
+
+ delete main.mediaGroups[mediaType][groupKey];
+ }
+ }
+ }); // Create the new media groups and playlists if there is an update.
+
+ if (isUpdate) {
+ this.createClonedMediaGroups_(clone);
+ }
+ }
+ /**
+ * Given a pathway clone object, clones all necessary playlists.
+ *
+ * @param {Object} clone The pathway clone object.
+ * @param {Object} basePlaylist The original playlist to clone from.
+ */
+
+ addClonePathway(clone, basePlaylist = {}) {
+ const main = this.main;
+ const index = main.playlists.length;
+ const uri = this.createCloneURI_(basePlaylist.resolvedUri, clone);
+ const playlistId = createPlaylistID(clone.ID, uri);
+ const attributes = this.createCloneAttributes_(clone.ID, basePlaylist.attributes);
+ const playlist = this.createClonePlaylist_(basePlaylist, playlistId, clone, attributes);
+ main.playlists[index] = playlist; // add playlist by ID and URI
+
+ main.playlists[playlistId] = playlist;
+ main.playlists[uri] = playlist;
+ this.createClonedMediaGroups_(clone);
+ }
+ /**
+ * Given a pathway clone object we create clones of all media.
+ * In this function, all necessary information and updated playlists
+ * are added to the `mediaGroup` object.
+ * Playlists are also added to the `playlists` array so the media groups
+ * will be properly linked.
+ *
+ * @param {Object} clone The pathway clone object.
+ */
+
+ createClonedMediaGroups_(clone) {
+ const id = clone.ID;
+ const baseID = clone['BASE-ID'];
+ const main = this.main;
+ ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(mediaType => {
+ // If the media type doesn't exist, or there is already a clone, skip
+ // to the next media type.
+ if (!main.mediaGroups[mediaType] || main.mediaGroups[mediaType][id]) {
+ return;
+ }
+ for (const groupKey in main.mediaGroups[mediaType]) {
+ if (groupKey === baseID) {
+ // Create the group.
+ main.mediaGroups[mediaType][id] = {};
+ } else {
+ // There is no need to iterate over label keys in this case.
+ continue;
+ }
+ for (const labelKey in main.mediaGroups[mediaType][groupKey]) {
+ const oldMedia = main.mediaGroups[mediaType][groupKey][labelKey];
+ main.mediaGroups[mediaType][id][labelKey] = _extends$1({}, oldMedia);
+ const newMedia = main.mediaGroups[mediaType][id][labelKey]; // update URIs on the media
+
+ const newUri = this.createCloneURI_(oldMedia.resolvedUri, clone);
+ newMedia.resolvedUri = newUri;
+ newMedia.uri = newUri; // Reset playlists in the new media group.
+
+ newMedia.playlists = []; // Create new playlists in the newly cloned media group.
+
+ oldMedia.playlists.forEach((p, i) => {
+ const oldMediaPlaylist = main.playlists[p.id];
+ const group = groupID(mediaType, id, labelKey);
+ const newPlaylistID = createPlaylistID(id, group); // Check to see if it already exists
+
+ if (oldMediaPlaylist && !main.playlists[newPlaylistID]) {
+ const newMediaPlaylist = this.createClonePlaylist_(oldMediaPlaylist, newPlaylistID, clone);
+ const newPlaylistUri = newMediaPlaylist.resolvedUri;
+ main.playlists[newPlaylistID] = newMediaPlaylist;
+ main.playlists[newPlaylistUri] = newMediaPlaylist;
+ }
+ newMedia.playlists[i] = this.createClonePlaylist_(p, newPlaylistID, clone);
+ });
+ }
+ }
+ });
+ }
+ /**
+ * Using the original playlist to be cloned, and the pathway clone object
+ * information, we create a new playlist.
+ *
+ * @param {Object} basePlaylist The original playlist to be cloned from.
+ * @param {string} id The desired id of the newly cloned playlist.
+ * @param {Object} clone The pathway clone object.
+ * @param {Object} attributes An optional object to populate the `attributes` property in the playlist.
+ *
+ * @return {Object} The combined cloned playlist.
+ */
+
+ createClonePlaylist_(basePlaylist, id, clone, attributes) {
+ const uri = this.createCloneURI_(basePlaylist.resolvedUri, clone);
+ const newProps = {
+ resolvedUri: uri,
+ uri,
+ id
+ }; // Remove all segments from previous playlist in the clone.
+
+ if (basePlaylist.segments) {
+ newProps.segments = [];
+ }
+ if (attributes) {
+ newProps.attributes = attributes;
+ }
+ return merge(basePlaylist, newProps);
+ }
+ /**
+ * Generates an updated URI for a cloned pathway based on the original
+ * pathway's URI and the paramaters from the pathway clone object in the
+ * content steering server response.
+ *
+ * @param {string} baseUri URI to be updated in the cloned pathway.
+ * @param {Object} clone The pathway clone object.
+ *
+ * @return {string} The updated URI for the cloned pathway.
+ */
+
+ createCloneURI_(baseURI, clone) {
+ const uri = new URL(baseURI);
+ uri.hostname = clone['URI-REPLACEMENT'].HOST;
+ const params = clone['URI-REPLACEMENT'].PARAMS; // Add params to the cloned URL.
+
+ for (const key of Object.keys(params)) {
+ uri.searchParams.set(key, params[key]);
+ }
+ return uri.href;
+ }
+ /**
+ * Helper function to create the attributes needed for the new clone.
+ * This mainly adds the necessary media attributes.
+ *
+ * @param {string} id The pathway clone object ID.
+ * @param {Object} oldAttributes The old attributes to compare to.
+ * @return {Object} The new attributes to add to the playlist.
+ */
+
+ createCloneAttributes_(id, oldAttributes) {
+ const attributes = {
+ ['PATHWAY-ID']: id
+ };
+ ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(mediaType => {
+ if (oldAttributes[mediaType]) {
+ attributes[mediaType] = id;
+ }
+ });
+ return attributes;
+ }
+ /**
+ * Returns the key ID set from a playlist
+ *
+ * @param {playlist} playlist to fetch the key ID set from.
+ * @return a Set of 32 digit hex strings that represent the unique keyIds for that playlist.
+ */
+
+ getKeyIdSet(playlist) {
+ if (playlist.contentProtection) {
+ const keyIds = new Set();
+ for (const keysystem in playlist.contentProtection) {
+ const keyId = playlist.contentProtection[keysystem].attributes.keyId;
+ if (keyId) {
+ keyIds.add(keyId.toLowerCase());
+ }
+ }
+ return keyIds;
+ }
+ }
+ }
- return PlaylistLoader;
- }(EventTarget$1);
/**
* @file xhr.js
*/
-
- var videojsXHR = videojs.xhr,
- mergeOptions$1 = videojs.mergeOptions;
-
- var callbackWrapper = function callbackWrapper(request, error, response, callback) {
- var reqResponse = request.responseType === 'arraybuffer' ? request.response : request.responseText;
-
+ const callbackWrapper = function (request, error, response, callback) {
+ const reqResponse = request.responseType === 'arraybuffer' ? request.response : request.responseText;
if (!error && reqResponse) {
request.responseTime = Date.now();
request.roundTripTime = request.responseTime - request.requestTime;
request.bytesReceived = reqResponse.byteLength || reqResponse.length;
-
if (!request.bandwidth) {
request.bandwidth = Math.floor(request.bytesReceived / request.roundTripTime * 8 * 1000);
}
}
-
if (response.headers) {
request.responseHeaders = response.headers;
} // videojs.xhr now uses a specific code on the error
// object to signal that a request has timed out instead
// of setting a boolean on the request object
-
if (error && error.code === 'ETIMEDOUT') {
request.timedout = true;
} // videojs.xhr no longer considers status codes outside of 200 and 0
// (for file uris) to be errors, but the old XHR did, so emulate that
// behavior. Status 206 may be used in response to byterange requests.
-
if (!error && !request.aborted && response.statusCode !== 200 && response.statusCode !== 206 && response.statusCode !== 0) {
error = new Error('XHR Failed with a response of: ' + (request && (reqResponse || request.responseText)));
}
-
callback(error, request);
};
+ /**
+ * Iterates over the request hooks Set and calls them in order
+ *
+ * @param {Set} hooks the hook Set to iterate over
+ * @param {Object} options the request options to pass to the xhr wrapper
+ * @return the callback hook function return value, the modified or new options Object.
+ */
- var xhrFactory = function xhrFactory() {
- var xhr = function XhrFunction(options, callback) {
+ const callAllRequestHooks = (requestSet, options) => {
+ if (!requestSet || !requestSet.size) {
+ return;
+ }
+ let newOptions = options;
+ requestSet.forEach(requestCallback => {
+ newOptions = requestCallback(newOptions);
+ });
+ return newOptions;
+ };
+ /**
+ * Iterates over the response hooks Set and calls them in order.
+ *
+ * @param {Set} hooks the hook Set to iterate over
+ * @param {Object} request the xhr request object
+ * @param {Object} error the xhr error object
+ * @param {Object} response the xhr response object
+ */
+
+ const callAllResponseHooks = (responseSet, request, error, response) => {
+ if (!responseSet || !responseSet.size) {
+ return;
+ }
+ responseSet.forEach(responseCallback => {
+ responseCallback(request, error, response);
+ });
+ };
+ const xhrFactory = function () {
+ const xhr = function XhrFunction(options, callback) {
// Add a default timeout
- options = mergeOptions$1({
+ options = merge({
timeout: 45e3
}, options); // Allow an optional user-specified function to modify the option
// object before we construct the xhr request
+ // TODO: Remove beforeRequest in the next major release.
- var beforeRequest = XhrFunction.beforeRequest || videojs.Vhs.xhr.beforeRequest;
+ const beforeRequest = XhrFunction.beforeRequest || videojs.Vhs.xhr.beforeRequest; // onRequest and onResponse hooks as a Set, at either the player or global level.
+ // TODO: new Set added here for beforeRequest alias. Remove this when beforeRequest is removed.
+ const _requestCallbackSet = XhrFunction._requestCallbackSet || videojs.Vhs.xhr._requestCallbackSet || new Set();
+ const _responseCallbackSet = XhrFunction._responseCallbackSet || videojs.Vhs.xhr._responseCallbackSet;
if (beforeRequest && typeof beforeRequest === 'function') {
- var newOptions = beforeRequest(options);
-
- if (newOptions) {
- options = newOptions;
- }
+ videojs.log.warn('beforeRequest is deprecated, use onRequest instead.');
+ _requestCallbackSet.add(beforeRequest);
} // Use the standard videojs.xhr() method unless `videojs.Vhs.xhr` has been overriden
// TODO: switch back to videojs.Vhs.xhr.name === 'XhrFunction' when we drop IE11
+ const xhrMethod = videojs.Vhs.xhr.original === true ? videojs.xhr : videojs.Vhs.xhr; // call all registered onRequest hooks, assign new options.
- var xhrMethod = videojs.Vhs.xhr.original === true ? videojsXHR : videojs.Vhs.xhr;
- var request = xhrMethod(options, function (error, response) {
+ const beforeRequestOptions = callAllRequestHooks(_requestCallbackSet, options); // Remove the beforeRequest function from the hooks set so stale beforeRequest functions are not called.
+
+ _requestCallbackSet.delete(beforeRequest); // xhrMethod will call XMLHttpRequest.open and XMLHttpRequest.send
+
+ const request = xhrMethod(beforeRequestOptions || options, function (error, response) {
+ // call all registered onResponse hooks
+ callAllResponseHooks(_responseCallbackSet, request, error, response);
return callbackWrapper(request, error, response, callback);
});
- var originalAbort = request.abort;
-
+ const originalAbort = request.abort;
request.abort = function () {
request.aborted = true;
return originalAbort.apply(request, arguments);
};
-
request.uri = options.uri;
+ request.requestType = options.requestType;
request.requestTime = Date.now();
return request;
};
-
xhr.original = true;
return xhr;
};
@@ -42686,19 +43526,16 @@
* of a byte-range
*/
-
- var byterangeStr = function byterangeStr(byterange) {
+ const byterangeStr = function (byterange) {
// `byterangeEnd` is one less than `offset + length` because the HTTP range
// header uses inclusive ranges
- var byterangeEnd;
- var byterangeStart = byterange.offset;
-
+ let byterangeEnd;
+ const byterangeStart = byterange.offset;
if (typeof byterange.offset === 'bigint' || typeof byterange.length === 'bigint') {
byterangeEnd = window.BigInt(byterange.offset) + window.BigInt(byterange.length) - window.BigInt(1);
} else {
byterangeEnd = byterange.offset + byterange.length - 1;
}
-
return 'bytes=' + byterangeStart + '-' + byterangeEnd;
};
/**
@@ -42708,16 +43545,14 @@
* from SegmentLoader
*/
-
- var segmentXhrHeaders = function segmentXhrHeaders(segment) {
- var headers = {};
-
+ const segmentXhrHeaders = function (segment) {
+ const headers = {};
if (segment.byterange) {
headers.Range = byterangeStr(segment.byterange);
}
-
return headers;
};
+
/**
* @file bin-utils.js
*/
@@ -42730,8 +43565,7 @@
* @return {string} the range in string format
*/
-
- var textRange = function textRange(range, i) {
+ const textRange = function (range, i) {
return range.start(i) + '-' + range.end(i);
};
/**
@@ -42742,17 +43576,14 @@
* @return {string} the hex formatted number as a string
*/
-
- var formatHexString = function formatHexString(e, i) {
- var value = e.toString(16);
+ const formatHexString = function (e, i) {
+ const value = e.toString(16);
return '00'.substring(0, 2 - value.length) + value + (i % 2 ? ' ' : '');
};
-
- var formatAsciiString = function formatAsciiString(e) {
+ const formatAsciiString = function (e) {
if (e >= 0x20 && e < 0x7e) {
return String.fromCharCode(e);
}
-
return '.';
};
/**
@@ -42766,12 +43597,10 @@
* @function createTransferableMessage
*/
-
- var createTransferableMessage = function createTransferableMessage(message) {
- var transferable = {};
- Object.keys(message).forEach(function (key) {
- var value = message[key];
-
+ const createTransferableMessage = function (message) {
+ const transferable = {};
+ Object.keys(message).forEach(key => {
+ const value = message[key];
if (isArrayBufferView(value)) {
transferable[key] = {
bytes: value.buffer,
@@ -42794,9 +43623,8 @@
* @return {string} the generated init segment id
*/
-
- var initSegmentId = function initSegmentId(initSegment) {
- var byterange = initSegment.byterange || {
+ const initSegmentId = function (initSegment) {
+ const byterange = initSegment.byterange || {
length: Infinity,
offset: 0
};
@@ -42809,8 +43637,7 @@
* @return {string} the unique id for the media segment key.
*/
-
- var segmentKeyId = function segmentKeyId(key) {
+ const segmentKeyId = function (key) {
return key.resolvedUri;
};
/**
@@ -42822,39 +43649,30 @@
* @return {string} the data as a hex string.
*/
-
- var hexDump = function hexDump(data) {
- var bytes = Array.prototype.slice.call(data);
- var step = 16;
- var result = '';
- var hex;
- var ascii;
-
- for (var j = 0; j < bytes.length / step; j++) {
+ const hexDump = data => {
+ const bytes = Array.prototype.slice.call(data);
+ const step = 16;
+ let result = '';
+ let hex;
+ let ascii;
+ for (let j = 0; j < bytes.length / step; j++) {
hex = bytes.slice(j * step, j * step + step).map(formatHexString).join('');
ascii = bytes.slice(j * step, j * step + step).map(formatAsciiString).join('');
result += hex + ' ' + ascii + '\n';
}
-
return result;
};
-
- var tagDump = function tagDump(_ref) {
- var bytes = _ref.bytes;
- return hexDump(bytes);
- };
-
- var textRanges = function textRanges(ranges) {
- var result = '';
- var i;
-
+ const tagDump = ({
+ bytes
+ }) => hexDump(bytes);
+ const textRanges = ranges => {
+ let result = '';
+ let i;
for (i = 0; i < ranges.length; i++) {
result += textRange(ranges, i) + ' ';
}
-
return result;
};
-
var utils = /*#__PURE__*/Object.freeze({
__proto__: null,
createTransferableMessage: createTransferableMessage,
@@ -42863,10 +43681,12 @@
hexDump: hexDump,
tagDump: tagDump,
textRanges: textRanges
- }); // TODO handle fmp4 case where the timing info is accurate and doesn't involve transmux
+ });
+
+ // TODO handle fmp4 case where the timing info is accurate and doesn't involve transmux
// 25% was arbitrarily chosen, and may need to be refined over time.
- var SEGMENT_END_FUDGE_PERCENT = 0.25;
+ const SEGMENT_END_FUDGE_PERCENT = 0.25;
/**
* Converts a player time (any time that can be gotten/set from player.currentTime(),
* e.g., any time within player.seekable().start(0) to player.seekable().end(0)) to a
@@ -42883,22 +43703,20 @@
* @return {Date} program time
*/
- var playerTimeToProgramTime = function playerTimeToProgramTime(playerTime, segment) {
+ const playerTimeToProgramTime = (playerTime, segment) => {
if (!segment.dateTimeObject) {
// Can't convert without an "anchor point" for the program time (i.e., a time that can
// be used to map the start of a segment with a real world time).
return null;
}
+ const transmuxerPrependedSeconds = segment.videoTimingInfo.transmuxerPrependedSeconds;
+ const transmuxedStart = segment.videoTimingInfo.transmuxedPresentationStart; // get the start of the content from before old content is prepended
- var transmuxerPrependedSeconds = segment.videoTimingInfo.transmuxerPrependedSeconds;
- var transmuxedStart = segment.videoTimingInfo.transmuxedPresentationStart; // get the start of the content from before old content is prepended
-
- var startOfSegment = transmuxedStart + transmuxerPrependedSeconds;
- var offsetFromSegmentStart = playerTime - startOfSegment;
+ const startOfSegment = transmuxedStart + transmuxerPrependedSeconds;
+ const offsetFromSegmentStart = playerTime - startOfSegment;
return new Date(segment.dateTimeObject.getTime() + offsetFromSegmentStart * 1000);
};
-
- var originalSegmentVideoDuration = function originalSegmentVideoDuration(videoTimingInfo) {
+ const originalSegmentVideoDuration = videoTimingInfo => {
return videoTimingInfo.transmuxedPresentationEnd - videoTimingInfo.transmuxedPresentationStart - videoTimingInfo.transmuxerPrependedSeconds;
};
/**
@@ -42909,55 +43727,44 @@
* @param {Object} playlist A playlist object to search within
*/
-
- var findSegmentForProgramTime = function findSegmentForProgramTime(programTime, playlist) {
+ const findSegmentForProgramTime = (programTime, playlist) => {
// Assumptions:
// - verifyProgramDateTimeTags has already been run
// - live streams have been started
- var dateTimeObject;
-
+ let dateTimeObject;
try {
dateTimeObject = new Date(programTime);
} catch (e) {
return null;
}
-
if (!playlist || !playlist.segments || playlist.segments.length === 0) {
return null;
}
-
- var segment = playlist.segments[0];
-
- if (dateTimeObject < segment.dateTimeObject) {
+ let segment = playlist.segments[0];
+ if (dateTimeObject < new Date(segment.dateTimeObject)) {
// Requested time is before stream start.
return null;
}
-
- for (var i = 0; i < playlist.segments.length - 1; i++) {
+ for (let i = 0; i < playlist.segments.length - 1; i++) {
segment = playlist.segments[i];
- var nextSegmentStart = playlist.segments[i + 1].dateTimeObject;
-
+ const nextSegmentStart = new Date(playlist.segments[i + 1].dateTimeObject);
if (dateTimeObject < nextSegmentStart) {
break;
}
}
-
- var lastSegment = playlist.segments[playlist.segments.length - 1];
- var lastSegmentStart = lastSegment.dateTimeObject;
- var lastSegmentDuration = lastSegment.videoTimingInfo ? originalSegmentVideoDuration(lastSegment.videoTimingInfo) : lastSegment.duration + lastSegment.duration * SEGMENT_END_FUDGE_PERCENT;
- var lastSegmentEnd = new Date(lastSegmentStart.getTime() + lastSegmentDuration * 1000);
-
+ const lastSegment = playlist.segments[playlist.segments.length - 1];
+ const lastSegmentStart = lastSegment.dateTimeObject;
+ const lastSegmentDuration = lastSegment.videoTimingInfo ? originalSegmentVideoDuration(lastSegment.videoTimingInfo) : lastSegment.duration + lastSegment.duration * SEGMENT_END_FUDGE_PERCENT;
+ const lastSegmentEnd = new Date(lastSegmentStart.getTime() + lastSegmentDuration * 1000);
if (dateTimeObject > lastSegmentEnd) {
// Beyond the end of the stream, or our best guess of the end of the stream.
return null;
}
-
- if (dateTimeObject > lastSegmentStart) {
+ if (dateTimeObject > new Date(lastSegmentStart)) {
segment = lastSegment;
}
-
return {
- segment: segment,
+ segment,
estimatedStart: segment.videoTimingInfo ? segment.videoTimingInfo.transmuxedPresentationStart : Playlist.duration(playlist, playlist.mediaSequence + playlist.segments.indexOf(segment)),
// Although, given that all segments have accurate date time objects, the segment
// selected should be accurate, unless the video has been transmuxed at some point
@@ -42973,8 +43780,7 @@
* @param {Object} playlist A playlist object to search within
*/
-
- var findSegmentForPlayerTime = function findSegmentForPlayerTime(time, playlist) {
+ const findSegmentForPlayerTime = (time, playlist) => {
// Assumptions:
// - there will always be a segment.duration
// - we can start from zero
@@ -42982,11 +43788,9 @@
if (!playlist || !playlist.segments || playlist.segments.length === 0) {
return null;
}
-
- var segmentEnd = 0;
- var segment;
-
- for (var i = 0; i < playlist.segments.length; i++) {
+ let segmentEnd = 0;
+ let segment;
+ for (let i = 0; i < playlist.segments.length; i++) {
segment = playlist.segments[i]; // videoTimingInfo is set after the segment is downloaded and transmuxed, and
// should contain the most accurate values we have for the segment's player times.
//
@@ -42995,19 +43799,15 @@
// calculate an end value.
segmentEnd = segment.videoTimingInfo ? segment.videoTimingInfo.transmuxedPresentationEnd : segmentEnd + segment.duration;
-
if (time <= segmentEnd) {
break;
}
}
-
- var lastSegment = playlist.segments[playlist.segments.length - 1];
-
+ const lastSegment = playlist.segments[playlist.segments.length - 1];
if (lastSegment.videoTimingInfo && lastSegment.videoTimingInfo.transmuxedPresentationEnd < time) {
// The time requested is beyond the stream end.
return null;
}
-
if (time > segmentEnd) {
// The time is within or beyond the last segment.
//
@@ -43018,12 +43818,10 @@
// a reasonable estimate.
return null;
}
-
segment = lastSegment;
}
-
return {
- segment: segment,
+ segment,
estimatedStart: segment.videoTimingInfo ? segment.videoTimingInfo.transmuxedPresentationStart : segmentEnd - segment.duration,
// Because videoTimingInfo is only set after transmux, it is the only way to get
// accurate timing values.
@@ -43041,19 +43839,16 @@
* @return {number} offset
*/
-
- var getOffsetFromTimestamp = function getOffsetFromTimestamp(comparisonTimeStamp, programTime) {
- var segmentDateTime;
- var programDateTime;
-
+ const getOffsetFromTimestamp = (comparisonTimeStamp, programTime) => {
+ let segmentDateTime;
+ let programDateTime;
try {
segmentDateTime = new Date(comparisonTimeStamp);
programDateTime = new Date(programTime);
} catch (e) {// TODO handle error
}
-
- var segmentTimeEpoch = segmentDateTime.getTime();
- var programTimeEpoch = programDateTime.getTime();
+ const segmentTimeEpoch = segmentDateTime.getTime();
+ const programTimeEpoch = programDateTime.getTime();
return (programTimeEpoch - segmentTimeEpoch) / 1000;
};
/**
@@ -43062,20 +43857,16 @@
* @param {Object} playlist A playlist object
*/
-
- var verifyProgramDateTimeTags = function verifyProgramDateTimeTags(playlist) {
+ const verifyProgramDateTimeTags = playlist => {
if (!playlist.segments || playlist.segments.length === 0) {
return false;
}
-
- for (var i = 0; i < playlist.segments.length; i++) {
- var segment = playlist.segments[i];
-
+ for (let i = 0; i < playlist.segments.length; i++) {
+ const segment = playlist.segments[i];
if (!segment.dateTimeObject) {
return false;
}
}
-
return true;
};
/**
@@ -43094,47 +43885,38 @@
* @return {string} programTime.programDateTime The programTime as an ISO-8601 String
*/
-
- var getProgramTime = function getProgramTime(_ref) {
- var playlist = _ref.playlist,
- _ref$time = _ref.time,
- time = _ref$time === void 0 ? undefined : _ref$time,
- callback = _ref.callback;
-
+ const getProgramTime = ({
+ playlist,
+ time = undefined,
+ callback
+ }) => {
if (!callback) {
throw new Error('getProgramTime: callback must be provided');
}
-
if (!playlist || time === undefined) {
return callback({
message: 'getProgramTime: playlist and time must be provided'
});
}
-
- var matchedSegment = findSegmentForPlayerTime(time, playlist);
-
+ const matchedSegment = findSegmentForPlayerTime(time, playlist);
if (!matchedSegment) {
return callback({
message: 'valid programTime was not found'
});
}
-
if (matchedSegment.type === 'estimate') {
return callback({
message: 'Accurate programTime could not be determined.' + ' Please seek to e.seekTime and try again',
seekTime: matchedSegment.estimatedStart
});
}
-
- var programTimeObject = {
+ const programTimeObject = {
mediaSeconds: time
};
- var programTime = playerTimeToProgramTime(time, matchedSegment.segment);
-
+ const programTime = playerTimeToProgramTime(time, matchedSegment.segment);
if (programTime) {
programTimeObject.programDateTime = programTime.toISOString();
}
-
return callback(null, programTimeObject);
};
/**
@@ -43152,69 +43934,59 @@
* @return {number} newTime The exact time that was seeked to in seconds
*/
-
- var seekToProgramTime = function seekToProgramTime(_ref2) {
- var programTime = _ref2.programTime,
- playlist = _ref2.playlist,
- _ref2$retryCount = _ref2.retryCount,
- retryCount = _ref2$retryCount === void 0 ? 2 : _ref2$retryCount,
- seekTo = _ref2.seekTo,
- _ref2$pauseAfterSeek = _ref2.pauseAfterSeek,
- pauseAfterSeek = _ref2$pauseAfterSeek === void 0 ? true : _ref2$pauseAfterSeek,
- tech = _ref2.tech,
- callback = _ref2.callback;
-
+ const seekToProgramTime = ({
+ programTime,
+ playlist,
+ retryCount = 2,
+ seekTo,
+ pauseAfterSeek = true,
+ tech,
+ callback
+ }) => {
if (!callback) {
throw new Error('seekToProgramTime: callback must be provided');
}
-
if (typeof programTime === 'undefined' || !playlist || !seekTo) {
return callback({
message: 'seekToProgramTime: programTime, seekTo and playlist must be provided'
});
}
-
if (!playlist.endList && !tech.hasStarted_) {
return callback({
message: 'player must be playing a live stream to start buffering'
});
}
-
if (!verifyProgramDateTimeTags(playlist)) {
return callback({
message: 'programDateTime tags must be provided in the manifest ' + playlist.resolvedUri
});
}
-
- var matchedSegment = findSegmentForProgramTime(programTime, playlist); // no match
+ const matchedSegment = findSegmentForProgramTime(programTime, playlist); // no match
if (!matchedSegment) {
return callback({
- message: programTime + " was not found in the stream"
+ message: `${programTime} was not found in the stream`
});
}
-
- var segment = matchedSegment.segment;
- var mediaOffset = getOffsetFromTimestamp(segment.dateTimeObject, programTime);
-
+ const segment = matchedSegment.segment;
+ const mediaOffset = getOffsetFromTimestamp(segment.dateTimeObject, programTime);
if (matchedSegment.type === 'estimate') {
// we've run out of retries
if (retryCount === 0) {
return callback({
- message: programTime + " is not buffered yet. Try again"
+ message: `${programTime} is not buffered yet. Try again`
});
}
-
seekTo(matchedSegment.estimatedStart + mediaOffset);
- tech.one('seeked', function () {
+ tech.one('seeked', () => {
seekToProgramTime({
- programTime: programTime,
- playlist: playlist,
+ programTime,
+ playlist,
retryCount: retryCount - 1,
- seekTo: seekTo,
- pauseAfterSeek: pauseAfterSeek,
- tech: tech,
- callback: callback
+ seekTo,
+ pauseAfterSeek,
+ tech,
+ callback
});
});
return;
@@ -43222,110 +43994,96 @@
// of the prior segment, the seekToTime doesn't need to account for any transmuxer
// modifications.
-
- var seekToTime = segment.start + mediaOffset;
-
- var seekedCallback = function seekedCallback() {
+ const seekToTime = segment.start + mediaOffset;
+ const seekedCallback = () => {
return callback(null, tech.currentTime());
}; // listen for seeked event
-
tech.one('seeked', seekedCallback); // pause before seeking as video.js will restore this state
if (pauseAfterSeek) {
tech.pause();
}
-
seekTo(seekToTime);
- }; // which will only happen if the request is complete.
+ };
+ // which will only happen if the request is complete.
- var callbackOnCompleted = function callbackOnCompleted(request, cb) {
+ const callbackOnCompleted = (request, cb) => {
if (request.readyState === 4) {
return cb();
}
-
return;
};
-
- var containerRequest = function containerRequest(uri, xhr, cb) {
- var bytes = [];
- var id3Offset;
- var finished = false;
-
- var endRequestAndCallback = function endRequestAndCallback(err, req, type, _bytes) {
+ const containerRequest = (uri, xhr, cb, requestType) => {
+ let bytes = [];
+ let id3Offset;
+ let finished = false;
+ const endRequestAndCallback = function (err, req, type, _bytes) {
req.abort();
finished = true;
return cb(err, req, type, _bytes);
};
-
- var progressListener = function progressListener(error, request) {
+ const progressListener = function (error, request) {
if (finished) {
return;
}
-
if (error) {
+ error.metadata = getStreamingNetworkErrorMetadata({
+ requestType,
+ request,
+ error
+ });
return endRequestAndCallback(error, request, '', bytes);
} // grap the new part of content that was just downloaded
-
- var newPart = request.responseText.substring(bytes && bytes.byteLength || 0, request.responseText.length); // add that onto bytes
+ const newPart = request.responseText.substring(bytes && bytes.byteLength || 0, request.responseText.length); // add that onto bytes
bytes = concatTypedArrays(bytes, stringToBytes(newPart, true));
id3Offset = id3Offset || getId3Offset(bytes); // we need at least 10 bytes to determine a type
// or we need at least two bytes after an id3Offset
if (bytes.length < 10 || id3Offset && bytes.length < id3Offset + 2) {
- return callbackOnCompleted(request, function () {
- return endRequestAndCallback(error, request, '', bytes);
- });
+ return callbackOnCompleted(request, () => endRequestAndCallback(error, request, '', bytes));
}
-
- var type = detectContainerForBytes(bytes); // if this looks like a ts segment but we don't have enough data
+ const type = detectContainerForBytes(bytes); // if this looks like a ts segment but we don't have enough data
// to see the second sync byte, wait until we have enough data
// before declaring it ts
if (type === 'ts' && bytes.length < 188) {
- return callbackOnCompleted(request, function () {
- return endRequestAndCallback(error, request, '', bytes);
- });
+ return callbackOnCompleted(request, () => endRequestAndCallback(error, request, '', bytes));
} // this may be an unsynced ts segment
// wait for 376 bytes before detecting no container
-
if (!type && bytes.length < 376) {
- return callbackOnCompleted(request, function () {
- return endRequestAndCallback(error, request, '', bytes);
- });
+ return callbackOnCompleted(request, () => endRequestAndCallback(error, request, '', bytes));
}
-
return endRequestAndCallback(null, request, type, bytes);
};
-
- var options = {
- uri: uri,
- beforeSend: function beforeSend(request) {
+ const options = {
+ uri,
+ beforeSend(request) {
// this forces the browser to pass the bytes to us unprocessed
request.overrideMimeType('text/plain; charset=x-user-defined');
- request.addEventListener('progress', function (_ref) {
- _ref.total;
- _ref.loaded;
+ request.addEventListener('progress', function ({
+ total,
+ loaded
+ }) {
return callbackWrapper(request, null, {
statusCode: request.status
}, progressListener);
});
}
};
- var request = xhr(options, function (error, response) {
+ const request = xhr(options, function (error, response) {
return callbackWrapper(request, error, response, progressListener);
});
return request;
};
-
- var EventTarget = videojs.EventTarget,
- mergeOptions = videojs.mergeOptions;
-
- var dashPlaylistUnchanged = function dashPlaylistUnchanged(a, b) {
+ const {
+ EventTarget
+ } = videojs;
+ const dashPlaylistUnchanged = function (a, b) {
if (!isPlaylistUnchanged(a, b)) {
return false;
} // for dash the above check will often return true in scenarios where
@@ -43335,7 +44093,6 @@
// So for dash we need to make sure that the underlying segments are different.
// if sidx changed then the playlists are different.
-
if (a.sidx && b.sidx && (a.sidx.offset !== b.sidx.offset || a.sidx.length !== b.sidx.length)) {
return false;
} else if (!a.sidx && b.sidx || a.sidx && !b.sidx) {
@@ -43343,52 +44100,57 @@
} // one or the other does not have segments
// there was a change.
-
if (a.segments && !b.segments || !a.segments && b.segments) {
return false;
} // neither has segments nothing changed
-
if (!a.segments && !b.segments) {
return true;
} // check segments themselves
-
- for (var i = 0; i < a.segments.length; i++) {
- var aSegment = a.segments[i];
- var bSegment = b.segments[i]; // if uris are different between segments there was a change
+ for (let i = 0; i < a.segments.length; i++) {
+ const aSegment = a.segments[i];
+ const bSegment = b.segments[i]; // if uris are different between segments there was a change
if (aSegment.uri !== bSegment.uri) {
return false;
} // neither segment has a byterange, there will be no byterange change.
-
if (!aSegment.byterange && !bSegment.byterange) {
continue;
}
-
- var aByterange = aSegment.byterange;
- var bByterange = bSegment.byterange; // if byterange only exists on one of the segments, there was a change.
+ const aByterange = aSegment.byterange;
+ const bByterange = bSegment.byterange; // if byterange only exists on one of the segments, there was a change.
if (aByterange && !bByterange || !aByterange && bByterange) {
return false;
} // if both segments have byterange with different offsets, there was a change.
-
if (aByterange.offset !== bByterange.offset || aByterange.length !== bByterange.length) {
return false;
}
} // if everything was the same with segments, this is the same playlist.
-
return true;
};
/**
- * Parses the master XML string and updates playlist URI references.
+ * Use the representation IDs from the mpd object to create groupIDs, the NAME is set to mandatory representation
+ * ID in the parser. This allows for continuous playout across periods with the same representation IDs
+ * (continuous periods as defined in DASH-IF 3.2.12). This is assumed in the mpd-parser as well. If we want to support
+ * periods without continuous playback this function may need modification as well as the parser.
+ */
+
+ const dashGroupId = (type, group, label, playlist) => {
+ // If the manifest somehow does not have an ID (non-dash compliant), use the label.
+ const playlistId = playlist.attributes.NAME || label;
+ return `placeholder-uri-${type}-${group}-${playlistId}`;
+ };
+ /**
+ * Parses the main XML string and updates playlist URI references.
*
* @param {Object} config
* Object of arguments
- * @param {string} config.masterXml
+ * @param {string} config.mainXml
* The mpd XML
* @param {string} config.srcUrl
* The mpd URL
@@ -43400,124 +44162,128 @@
* The parsed mpd manifest object
*/
-
- var parseMasterXml = function parseMasterXml(_ref) {
- var masterXml = _ref.masterXml,
- srcUrl = _ref.srcUrl,
- clientOffset = _ref.clientOffset,
- sidxMapping = _ref.sidxMapping,
- previousManifest = _ref.previousManifest;
- var manifest = parse(masterXml, {
+ const parseMainXml = ({
+ mainXml,
+ srcUrl,
+ clientOffset,
+ sidxMapping,
+ previousManifest
+ }) => {
+ const manifest = parse(mainXml, {
manifestUri: srcUrl,
- clientOffset: clientOffset,
- sidxMapping: sidxMapping,
- previousManifest: previousManifest
+ clientOffset,
+ sidxMapping,
+ previousManifest
});
- addPropertiesToMaster(manifest, srcUrl);
+ addPropertiesToMain(manifest, srcUrl, dashGroupId);
return manifest;
};
/**
- * Returns a new master manifest that is the result of merging an updated master manifest
+ * Removes any mediaGroup labels that no longer exist in the newMain
+ *
+ * @param {Object} update
+ * The previous mpd object being updated
+ * @param {Object} newMain
+ * The new mpd object
+ */
+
+ const removeOldMediaGroupLabels = (update, newMain) => {
+ forEachMediaGroup(update, (properties, type, group, label) => {
+ if (!(label in newMain.mediaGroups[type][group])) {
+ delete update.mediaGroups[type][group][label];
+ }
+ });
+ };
+ /**
+ * Returns a new main manifest that is the result of merging an updated main manifest
* into the original version.
*
- * @param {Object} oldMaster
+ * @param {Object} oldMain
* The old parsed mpd object
- * @param {Object} newMaster
+ * @param {Object} newMain
* The updated parsed mpd object
* @return {Object}
- * A new object representing the original master manifest with the updated media
+ * A new object representing the original main manifest with the updated media
* playlists merged in
*/
-
- var updateMaster = function updateMaster(oldMaster, newMaster, sidxMapping) {
- var noChanges = true;
- var update = mergeOptions(oldMaster, {
+ const updateMain = (oldMain, newMain, sidxMapping) => {
+ let noChanges = true;
+ let update = merge(oldMain, {
// These are top level properties that can be updated
- duration: newMaster.duration,
- minimumUpdatePeriod: newMaster.minimumUpdatePeriod,
- timelineStarts: newMaster.timelineStarts
+ duration: newMain.duration,
+ minimumUpdatePeriod: newMain.minimumUpdatePeriod,
+ timelineStarts: newMain.timelineStarts
}); // First update the playlists in playlist list
- for (var i = 0; i < newMaster.playlists.length; i++) {
- var playlist = newMaster.playlists[i];
-
+ for (let i = 0; i < newMain.playlists.length; i++) {
+ const playlist = newMain.playlists[i];
if (playlist.sidx) {
- var sidxKey = generateSidxKey(playlist.sidx); // add sidx segments to the playlist if we have all the sidx info already
+ const sidxKey = generateSidxKey(playlist.sidx); // add sidx segments to the playlist if we have all the sidx info already
if (sidxMapping && sidxMapping[sidxKey] && sidxMapping[sidxKey].sidx) {
addSidxSegmentsToPlaylist$1(playlist, sidxMapping[sidxKey].sidx, playlist.sidx.resolvedUri);
}
}
-
- var playlistUpdate = updateMaster$1(update, playlist, dashPlaylistUnchanged);
-
+ const playlistUpdate = updateMain$1(update, playlist, dashPlaylistUnchanged);
if (playlistUpdate) {
update = playlistUpdate;
noChanges = false;
}
} // Then update media group playlists
-
- forEachMediaGroup(newMaster, function (properties, type, group, label) {
+ forEachMediaGroup(newMain, (properties, type, group, label) => {
if (properties.playlists && properties.playlists.length) {
- var id = properties.playlists[0].id;
+ const id = properties.playlists[0].id;
+ const playlistUpdate = updateMain$1(update, properties.playlists[0], dashPlaylistUnchanged);
+ if (playlistUpdate) {
+ update = playlistUpdate; // add new mediaGroup label if it doesn't exist and assign the new mediaGroup.
- var _playlistUpdate = updateMaster$1(update, properties.playlists[0], dashPlaylistUnchanged);
-
- if (_playlistUpdate) {
- update = _playlistUpdate; // update the playlist reference within media groups
+ if (!(label in update.mediaGroups[type][group])) {
+ update.mediaGroups[type][group][label] = properties;
+ } // update the playlist reference within media groups
update.mediaGroups[type][group][label].playlists[0] = update.playlists[id];
noChanges = false;
}
}
- });
+ }); // remove mediaGroup labels and references that no longer exist in the newMain
- if (newMaster.minimumUpdatePeriod !== oldMaster.minimumUpdatePeriod) {
+ removeOldMediaGroupLabels(update, newMain);
+ if (newMain.minimumUpdatePeriod !== oldMain.minimumUpdatePeriod) {
noChanges = false;
}
-
if (noChanges) {
return null;
}
-
return update;
}; // SIDX should be equivalent if the URI and byteranges of the SIDX match.
// If the SIDXs have maps, the two maps should match,
// both `a` and `b` missing SIDXs is considered matching.
// If `a` or `b` but not both have a map, they aren't matching.
-
- var equivalentSidx = function equivalentSidx(a, b) {
- var neitherMap = Boolean(!a.map && !b.map);
- var equivalentMap = neitherMap || Boolean(a.map && b.map && a.map.byterange.offset === b.map.byterange.offset && a.map.byterange.length === b.map.byterange.length);
+ const equivalentSidx = (a, b) => {
+ const neitherMap = Boolean(!a.map && !b.map);
+ const equivalentMap = neitherMap || Boolean(a.map && b.map && a.map.byterange.offset === b.map.byterange.offset && a.map.byterange.length === b.map.byterange.length);
return equivalentMap && a.uri === b.uri && a.byterange.offset === b.byterange.offset && a.byterange.length === b.byterange.length;
}; // exported for testing
-
- var compareSidxEntry = function compareSidxEntry(playlists, oldSidxMapping) {
- var newSidxMapping = {};
-
- for (var id in playlists) {
- var playlist = playlists[id];
- var currentSidxInfo = playlist.sidx;
-
+ const compareSidxEntry = (playlists, oldSidxMapping) => {
+ const newSidxMapping = {};
+ for (const id in playlists) {
+ const playlist = playlists[id];
+ const currentSidxInfo = playlist.sidx;
if (currentSidxInfo) {
- var key = generateSidxKey(currentSidxInfo);
-
+ const key = generateSidxKey(currentSidxInfo);
if (!oldSidxMapping[key]) {
break;
}
-
- var savedSidxInfo = oldSidxMapping[key].sidxInfo;
-
+ const savedSidxInfo = oldSidxMapping[key].sidxInfo;
if (equivalentSidx(savedSidxInfo, currentSidxInfo)) {
newSidxMapping[key] = oldSidxMapping[key];
}
}
}
-
return newSidxMapping;
};
/**
@@ -43525,94 +44291,69 @@
*
* The method is exported for testing
*
- * @param {Object} master the parsed mpd XML returned via mpd-parser
+ * @param {Object} main the parsed mpd XML returned via mpd-parser
* @param {Object} oldSidxMapping the SIDX to compare against
*/
-
- var filterChangedSidxMappings = function filterChangedSidxMappings(master, oldSidxMapping) {
- var videoSidx = compareSidxEntry(master.playlists, oldSidxMapping);
- var mediaGroupSidx = videoSidx;
- forEachMediaGroup(master, function (properties, mediaType, groupKey, labelKey) {
+ const filterChangedSidxMappings = (main, oldSidxMapping) => {
+ const videoSidx = compareSidxEntry(main.playlists, oldSidxMapping);
+ let mediaGroupSidx = videoSidx;
+ forEachMediaGroup(main, (properties, mediaType, groupKey, labelKey) => {
if (properties.playlists && properties.playlists.length) {
- var playlists = properties.playlists;
- mediaGroupSidx = mergeOptions(mediaGroupSidx, compareSidxEntry(playlists, oldSidxMapping));
+ const playlists = properties.playlists;
+ mediaGroupSidx = merge(mediaGroupSidx, compareSidxEntry(playlists, oldSidxMapping));
}
});
return mediaGroupSidx;
};
-
- var DashPlaylistLoader = /*#__PURE__*/function (_EventTarget) {
- inheritsLoose(DashPlaylistLoader, _EventTarget); // DashPlaylistLoader must accept either a src url or a playlist because subsequent
+ class DashPlaylistLoader extends EventTarget {
+ // DashPlaylistLoader must accept either a src url or a playlist because subsequent
// playlist loader setups from media groups will expect to be able to pass a playlist
// (since there aren't external URLs to media playlists with DASH)
-
-
- function DashPlaylistLoader(srcUrlOrPlaylist, vhs, options, masterPlaylistLoader) {
- var _this;
-
- if (options === void 0) {
- options = {};
+ constructor(srcUrlOrPlaylist, vhs, options = {}, mainPlaylistLoader) {
+ super();
+ this.mainPlaylistLoader_ = mainPlaylistLoader || this;
+ if (!mainPlaylistLoader) {
+ this.isMain_ = true;
}
-
- _this = _EventTarget.call(this) || this;
- _this.masterPlaylistLoader_ = masterPlaylistLoader || assertThisInitialized(_this);
-
- if (!masterPlaylistLoader) {
- _this.isMaster_ = true;
- }
-
- var _options = options,
- _options$withCredenti = _options.withCredentials,
- withCredentials = _options$withCredenti === void 0 ? false : _options$withCredenti,
- _options$handleManife = _options.handleManifestRedirects,
- handleManifestRedirects = _options$handleManife === void 0 ? false : _options$handleManife;
- _this.vhs_ = vhs;
- _this.withCredentials = withCredentials;
- _this.handleManifestRedirects = handleManifestRedirects;
-
+ const {
+ withCredentials = false
+ } = options;
+ this.vhs_ = vhs;
+ this.withCredentials = withCredentials;
+ this.addMetadataToTextTrack = options.addMetadataToTextTrack;
if (!srcUrlOrPlaylist) {
throw new Error('A non-empty playlist URL or object is required');
} // event naming?
-
- _this.on('minimumUpdatePeriod', function () {
- _this.refreshXml_();
+ this.on('minimumUpdatePeriod', () => {
+ this.refreshXml_();
}); // live playlist staleness timeout
-
- _this.on('mediaupdatetimeout', function () {
- _this.refreshMedia_(_this.media().id);
+ this.on('mediaupdatetimeout', () => {
+ this.refreshMedia_(this.media().id);
});
+ this.state = 'HAVE_NOTHING';
+ this.loadedPlaylists_ = {};
+ this.logger_ = logger('DashPlaylistLoader'); // initialize the loader state
+ // The mainPlaylistLoader will be created with a string
- _this.state = 'HAVE_NOTHING';
- _this.loadedPlaylists_ = {};
- _this.logger_ = logger('DashPlaylistLoader'); // initialize the loader state
- // The masterPlaylistLoader will be created with a string
-
- if (_this.isMaster_) {
- _this.masterPlaylistLoader_.srcUrl = srcUrlOrPlaylist; // TODO: reset sidxMapping between period changes
+ if (this.isMain_) {
+ this.mainPlaylistLoader_.srcUrl = srcUrlOrPlaylist; // TODO: reset sidxMapping between period changes
// once multi-period is refactored
- _this.masterPlaylistLoader_.sidxMapping_ = {};
+ this.mainPlaylistLoader_.sidxMapping_ = {};
} else {
- _this.childPlaylist_ = srcUrlOrPlaylist;
+ this.childPlaylist_ = srcUrlOrPlaylist;
}
-
- return _this;
}
-
- var _proto = DashPlaylistLoader.prototype;
-
- _proto.requestErrored_ = function requestErrored_(err, request, startingState) {
+ requestErrored_(err, request, startingState) {
// disposed
if (!this.request) {
return true;
} // pending request is cleared
-
this.request = null;
-
if (err) {
// use the provided error object or create one
// based on the request/response
@@ -43621,13 +44362,12 @@
message: 'DASH request error at URL: ' + request.uri,
response: request.response,
// MEDIA_ERR_NETWORK
- code: 2
+ code: 2,
+ metadata: err.metadata
};
-
if (startingState) {
this.state = startingState;
}
-
this.trigger('error');
return true;
}
@@ -43636,74 +44376,70 @@
* Verify that the container of the sidx segment can be parsed
* and if it can, get and parse that segment.
*/
- ;
- _proto.addSidxSegments_ = function addSidxSegments_(playlist, startingState, cb) {
- var _this2 = this;
+ addSidxSegments_(playlist, startingState, cb) {
+ const sidxKey = playlist.sidx && generateSidxKey(playlist.sidx); // playlist lacks sidx or sidx segments were added to this playlist already.
- var sidxKey = playlist.sidx && generateSidxKey(playlist.sidx); // playlist lacks sidx or sidx segments were added to this playlist already.
-
- if (!playlist.sidx || !sidxKey || this.masterPlaylistLoader_.sidxMapping_[sidxKey]) {
+ if (!playlist.sidx || !sidxKey || this.mainPlaylistLoader_.sidxMapping_[sidxKey]) {
// keep this function async
- this.mediaRequest_ = window.setTimeout(function () {
- return cb(false);
- }, 0);
+ this.mediaRequest_ = window.setTimeout(() => cb(false), 0);
return;
} // resolve the segment URL relative to the playlist
-
- var uri = resolveManifestRedirect(this.handleManifestRedirects, playlist.sidx.resolvedUri);
-
- var fin = function fin(err, request) {
- if (_this2.requestErrored_(err, request, startingState)) {
+ const uri = resolveManifestRedirect(playlist.sidx.resolvedUri);
+ const fin = (err, request) => {
+ if (this.requestErrored_(err, request, startingState)) {
return;
}
-
- var sidxMapping = _this2.masterPlaylistLoader_.sidxMapping_;
- var sidx;
-
+ const sidxMapping = this.mainPlaylistLoader_.sidxMapping_;
+ const {
+ requestType
+ } = request;
+ let sidx;
try {
sidx = parseSidx_1(toUint8(request.response).subarray(8));
} catch (e) {
- // sidx parsing failed.
- _this2.requestErrored_(e, request, startingState);
+ e.metadata = getStreamingNetworkErrorMetadata({
+ requestType,
+ request,
+ parseFailure: true
+ }); // sidx parsing failed.
+ this.requestErrored_(e, request, startingState);
return;
}
-
sidxMapping[sidxKey] = {
sidxInfo: playlist.sidx,
- sidx: sidx
+ sidx
};
addSidxSegmentsToPlaylist$1(playlist, sidx, playlist.sidx.resolvedUri);
return cb(true);
};
-
- this.request = containerRequest(uri, this.vhs_.xhr, function (err, request, container, bytes) {
+ const REQUEST_TYPE = 'dash-sidx';
+ this.request = containerRequest(uri, this.vhs_.xhr, (err, request, container, bytes) => {
if (err) {
return fin(err, request);
}
-
if (!container || container !== 'mp4') {
+ const sidxContainer = container || 'unknown';
return fin({
status: request.status,
- message: "Unsupported " + (container || 'unknown') + " container type for sidx segment at URL: " + uri,
+ message: `Unsupported ${sidxContainer} container type for sidx segment at URL: ${uri}`,
// response is just bytes in this case
// but we really don't want to return that.
response: '',
- playlist: playlist,
+ playlist,
internal: true,
- blacklistDuration: Infinity,
+ playlistExclusionDuration: Infinity,
// MEDIA_ERR_NETWORK
code: 2
}, request);
} // if we already downloaded the sidx bytes in the container request, use them
-
- var _playlist$sidx$bytera = playlist.sidx.byterange,
- offset = _playlist$sidx$bytera.offset,
- length = _playlist$sidx$bytera.length;
-
+ const {
+ offset,
+ length
+ } = playlist.sidx.byterange;
if (bytes.length >= length + offset) {
return fin(err, {
response: bytes.subarray(offset, offset + length),
@@ -43712,18 +44448,17 @@
});
} // otherwise request sidx bytes
-
- _this2.request = _this2.vhs_.xhr({
- uri: uri,
+ this.request = this.vhs_.xhr({
+ uri,
responseType: 'arraybuffer',
+ requestType: 'dash-sidx',
headers: segmentXhrHeaders({
byterange: playlist.sidx.byterange
})
}, fin);
- });
- };
-
- _proto.dispose = function dispose() {
+ }, REQUEST_TYPE);
+ }
+ dispose() {
this.trigger('dispose');
this.stopRequest();
this.loadedPlaylists_ = {};
@@ -43733,52 +44468,41 @@
this.mediaUpdateTimeout = null;
this.mediaRequest_ = null;
this.minimumUpdatePeriodTimeout_ = null;
-
- if (this.masterPlaylistLoader_.createMupOnMedia_) {
- this.off('loadedmetadata', this.masterPlaylistLoader_.createMupOnMedia_);
- this.masterPlaylistLoader_.createMupOnMedia_ = null;
+ if (this.mainPlaylistLoader_.createMupOnMedia_) {
+ this.off('loadedmetadata', this.mainPlaylistLoader_.createMupOnMedia_);
+ this.mainPlaylistLoader_.createMupOnMedia_ = null;
}
-
this.off();
- };
-
- _proto.hasPendingRequest = function hasPendingRequest() {
+ }
+ hasPendingRequest() {
return this.request || this.mediaRequest_;
- };
-
- _proto.stopRequest = function stopRequest() {
+ }
+ stopRequest() {
if (this.request) {
- var oldRequest = this.request;
+ const oldRequest = this.request;
this.request = null;
oldRequest.onreadystatechange = null;
oldRequest.abort();
}
- };
-
- _proto.media = function media(playlist) {
- var _this3 = this; // getter
-
-
+ }
+ media(playlist) {
+ // getter
if (!playlist) {
return this.media_;
} // setter
-
if (this.state === 'HAVE_NOTHING') {
throw new Error('Cannot switch media playlist from ' + this.state);
}
-
- var startingState = this.state; // find the playlist object if the target playlist has been specified by URI
+ const startingState = this.state; // find the playlist object if the target playlist has been specified by URI
if (typeof playlist === 'string') {
- if (!this.masterPlaylistLoader_.master.playlists[playlist]) {
+ if (!this.mainPlaylistLoader_.main.playlists[playlist]) {
throw new Error('Unknown playlist URI: ' + playlist);
}
-
- playlist = this.masterPlaylistLoader_.master.playlists[playlist];
+ playlist = this.mainPlaylistLoader_.main.playlists[playlist];
}
-
- var mediaChange = !this.media_ || playlist.id !== this.media_.id; // switch to previously loaded playlists immediately
+ const mediaChange = !this.media_ || playlist.id !== this.media_.id; // switch to previously loaded playlists immediately
if (mediaChange && this.loadedPlaylists_[playlist.id] && this.loadedPlaylists_[playlist.id].endList) {
this.state = 'HAVE_METADATA';
@@ -43788,32 +44512,28 @@
this.trigger('mediachanging');
this.trigger('mediachange');
}
-
return;
} // switching to the active playlist is a no-op
-
if (!mediaChange) {
return;
} // switching from an already loaded playlist
-
if (this.media_) {
this.trigger('mediachanging');
}
-
- this.addSidxSegments_(playlist, startingState, function (sidxChanged) {
+ this.addSidxSegments_(playlist, startingState, sidxChanged => {
// everything is ready just continue to haveMetadata
- _this3.haveMetadata({
- startingState: startingState,
- playlist: playlist
+ this.haveMetadata({
+ startingState,
+ playlist
});
});
- };
-
- _proto.haveMetadata = function haveMetadata(_ref2) {
- var startingState = _ref2.startingState,
- playlist = _ref2.playlist;
+ }
+ haveMetadata({
+ startingState,
+ playlist
+ }) {
this.state = 'HAVE_METADATA';
this.loadedPlaylists_[playlist.id] = playlist;
this.mediaRequest_ = null; // This will trigger loadedplaylist
@@ -43821,203 +44541,194 @@
this.refreshMedia_(playlist.id); // fire loadedmetadata the first time a media playlist is loaded
// to resolve setup of media groups
- if (startingState === 'HAVE_MASTER') {
+ if (startingState === 'HAVE_MAIN_MANIFEST') {
this.trigger('loadedmetadata');
} else {
// trigger media change if the active media has been updated
this.trigger('mediachange');
}
- };
-
- _proto.pause = function pause() {
- if (this.masterPlaylistLoader_.createMupOnMedia_) {
- this.off('loadedmetadata', this.masterPlaylistLoader_.createMupOnMedia_);
- this.masterPlaylistLoader_.createMupOnMedia_ = null;
+ }
+ pause() {
+ if (this.mainPlaylistLoader_.createMupOnMedia_) {
+ this.off('loadedmetadata', this.mainPlaylistLoader_.createMupOnMedia_);
+ this.mainPlaylistLoader_.createMupOnMedia_ = null;
}
-
this.stopRequest();
window.clearTimeout(this.mediaUpdateTimeout);
this.mediaUpdateTimeout = null;
-
- if (this.isMaster_) {
- window.clearTimeout(this.masterPlaylistLoader_.minimumUpdatePeriodTimeout_);
- this.masterPlaylistLoader_.minimumUpdatePeriodTimeout_ = null;
+ if (this.isMain_) {
+ window.clearTimeout(this.mainPlaylistLoader_.minimumUpdatePeriodTimeout_);
+ this.mainPlaylistLoader_.minimumUpdatePeriodTimeout_ = null;
}
-
if (this.state === 'HAVE_NOTHING') {
// If we pause the loader before any data has been retrieved, its as if we never
// started, so reset to an unstarted state.
this.started = false;
}
- };
-
- _proto.load = function load(isFinalRendition) {
- var _this4 = this;
-
+ }
+ load(isFinalRendition) {
window.clearTimeout(this.mediaUpdateTimeout);
this.mediaUpdateTimeout = null;
- var media = this.media();
-
+ const media = this.media();
if (isFinalRendition) {
- var delay = media ? media.targetDuration / 2 * 1000 : 5 * 1000;
- this.mediaUpdateTimeout = window.setTimeout(function () {
- return _this4.load();
- }, delay);
+ const delay = media ? media.targetDuration / 2 * 1000 : 5 * 1000;
+ this.mediaUpdateTimeout = window.setTimeout(() => this.load(), delay);
return;
} // because the playlists are internal to the manifest, load should either load the
// main manifest, or do nothing but trigger an event
-
if (!this.started) {
this.start();
return;
}
-
if (media && !media.endList) {
- // Check to see if this is the master loader and the MUP was cleared (this happens
+ // Check to see if this is the main loader and the MUP was cleared (this happens
// when the loader was paused). `media` should be set at this point since one is always
// set during `start()`.
- if (this.isMaster_ && !this.minimumUpdatePeriodTimeout_) {
- // Trigger minimumUpdatePeriod to refresh the master manifest
+ if (this.isMain_ && !this.minimumUpdatePeriodTimeout_) {
+ // Trigger minimumUpdatePeriod to refresh the main manifest
this.trigger('minimumUpdatePeriod'); // Since there was no prior minimumUpdatePeriodTimeout it should be recreated
this.updateMinimumUpdatePeriodTimeout_();
}
-
this.trigger('mediaupdatetimeout');
} else {
this.trigger('loadedplaylist');
}
- };
-
- _proto.start = function start() {
- var _this5 = this;
-
- this.started = true; // We don't need to request the master manifest again
+ }
+ start() {
+ this.started = true; // We don't need to request the main manifest again
// Call this asynchronously to match the xhr request behavior below
- if (!this.isMaster_) {
- this.mediaRequest_ = window.setTimeout(function () {
- return _this5.haveMaster_();
- }, 0);
+ if (!this.isMain_) {
+ this.mediaRequest_ = window.setTimeout(() => this.haveMain_(), 0);
return;
}
-
- this.requestMaster_(function (req, masterChanged) {
- _this5.haveMaster_();
-
- if (!_this5.hasPendingRequest() && !_this5.media_) {
- _this5.media(_this5.masterPlaylistLoader_.master.playlists[0]);
+ this.requestMain_((req, mainChanged) => {
+ this.haveMain_();
+ if (!this.hasPendingRequest() && !this.media_) {
+ this.media(this.mainPlaylistLoader_.main.playlists[0]);
}
});
- };
-
- _proto.requestMaster_ = function requestMaster_(cb) {
- var _this6 = this;
-
+ }
+ requestMain_(cb) {
+ const metadata = {
+ manifestInfo: {
+ uri: this.mainPlaylistLoader_.srcUrl
+ }
+ };
+ this.trigger({
+ type: 'manifestrequeststart',
+ metadata
+ });
this.request = this.vhs_.xhr({
- uri: this.masterPlaylistLoader_.srcUrl,
- withCredentials: this.withCredentials
- }, function (error, req) {
- if (_this6.requestErrored_(error, req)) {
- if (_this6.state === 'HAVE_NOTHING') {
- _this6.started = false;
- }
-
- return;
- }
-
- var masterChanged = req.responseText !== _this6.masterPlaylistLoader_.masterXml_;
- _this6.masterPlaylistLoader_.masterXml_ = req.responseText;
-
- if (req.responseHeaders && req.responseHeaders.date) {
- _this6.masterLoaded_ = Date.parse(req.responseHeaders.date);
- } else {
- _this6.masterLoaded_ = Date.now();
- }
-
- _this6.masterPlaylistLoader_.srcUrl = resolveManifestRedirect(_this6.handleManifestRedirects, _this6.masterPlaylistLoader_.srcUrl, req);
-
- if (masterChanged) {
- _this6.handleMaster_();
-
- _this6.syncClientServerClock_(function () {
- return cb(req, masterChanged);
+ uri: this.mainPlaylistLoader_.srcUrl,
+ withCredentials: this.withCredentials,
+ requestType: 'dash-manifest'
+ }, (error, req) => {
+ if (error) {
+ const {
+ requestType
+ } = req;
+ error.metadata = getStreamingNetworkErrorMetadata({
+ requestType,
+ request: req,
+ error
});
-
+ }
+ if (this.requestErrored_(error, req)) {
+ if (this.state === 'HAVE_NOTHING') {
+ this.started = false;
+ }
return;
}
-
- return cb(req, masterChanged);
+ this.trigger({
+ type: 'manifestrequestcomplete',
+ metadata
+ });
+ const mainChanged = req.responseText !== this.mainPlaylistLoader_.mainXml_;
+ this.mainPlaylistLoader_.mainXml_ = req.responseText;
+ if (req.responseHeaders && req.responseHeaders.date) {
+ this.mainLoaded_ = Date.parse(req.responseHeaders.date);
+ } else {
+ this.mainLoaded_ = Date.now();
+ }
+ this.mainPlaylistLoader_.srcUrl = resolveManifestRedirect(this.mainPlaylistLoader_.srcUrl, req);
+ if (mainChanged) {
+ this.handleMain_();
+ this.syncClientServerClock_(() => {
+ return cb(req, mainChanged);
+ });
+ return;
+ }
+ return cb(req, mainChanged);
});
}
/**
- * Parses the master xml for UTCTiming node to sync the client clock to the server
+ * Parses the main xml for UTCTiming node to sync the client clock to the server
* clock. If the UTCTiming node requires a HEAD or GET request, that request is made.
*
* @param {Function} done
* Function to call when clock sync has completed
*/
- ;
- _proto.syncClientServerClock_ = function syncClientServerClock_(done) {
- var _this7 = this;
-
- var utcTiming = parseUTCTiming(this.masterPlaylistLoader_.masterXml_); // No UTCTiming element found in the mpd. Use Date header from mpd request as the
+ syncClientServerClock_(done) {
+ const utcTiming = parseUTCTiming(this.mainPlaylistLoader_.mainXml_); // No UTCTiming element found in the mpd. Use Date header from mpd request as the
// server clock
if (utcTiming === null) {
- this.masterPlaylistLoader_.clientOffset_ = this.masterLoaded_ - Date.now();
+ this.mainPlaylistLoader_.clientOffset_ = this.mainLoaded_ - Date.now();
return done();
}
-
if (utcTiming.method === 'DIRECT') {
- this.masterPlaylistLoader_.clientOffset_ = utcTiming.value - Date.now();
+ this.mainPlaylistLoader_.clientOffset_ = utcTiming.value - Date.now();
return done();
}
-
this.request = this.vhs_.xhr({
- uri: resolveUrl(this.masterPlaylistLoader_.srcUrl, utcTiming.value),
+ uri: resolveUrl(this.mainPlaylistLoader_.srcUrl, utcTiming.value),
method: utcTiming.method,
- withCredentials: this.withCredentials
- }, function (error, req) {
+ withCredentials: this.withCredentials,
+ requestType: 'dash-clock-sync'
+ }, (error, req) => {
// disposed
- if (!_this7.request) {
+ if (!this.request) {
return;
}
-
if (error) {
- // sync request failed, fall back to using date header from mpd
+ const {
+ requestType
+ } = req;
+ this.error.metadata = getStreamingNetworkErrorMetadata({
+ requestType,
+ request: req,
+ error
+ }); // sync request failed, fall back to using date header from mpd
// TODO: log warning
- _this7.masterPlaylistLoader_.clientOffset_ = _this7.masterLoaded_ - Date.now();
+
+ this.mainPlaylistLoader_.clientOffset_ = this.mainLoaded_ - Date.now();
return done();
}
-
- var serverTime;
-
+ let serverTime;
if (utcTiming.method === 'HEAD') {
if (!req.responseHeaders || !req.responseHeaders.date) {
// expected date header not preset, fall back to using date header from mpd
// TODO: log warning
- serverTime = _this7.masterLoaded_;
+ serverTime = this.mainLoaded_;
} else {
serverTime = Date.parse(req.responseHeaders.date);
}
} else {
serverTime = Date.parse(req.responseText);
}
-
- _this7.masterPlaylistLoader_.clientOffset_ = serverTime - Date.now();
+ this.mainPlaylistLoader_.clientOffset_ = serverTime - Date.now();
done();
});
- };
-
- _proto.haveMaster_ = function haveMaster_() {
- this.state = 'HAVE_MASTER';
-
- if (this.isMaster_) {
- // We have the master playlist at this point, so
- // trigger this to allow MasterPlaylistController
+ }
+ haveMain_() {
+ this.state = 'HAVE_MAIN_MANIFEST';
+ if (this.isMain_) {
+ // We have the main playlist at this point, so
+ // trigger this to allow PlaylistController
// to make an initial playlist selection
this.trigger('loadedplaylist');
} else if (!this.media_) {
@@ -44025,41 +44736,80 @@
// the one the child playlist loader was created with
this.media(this.childPlaylist_);
}
- };
-
- _proto.handleMaster_ = function handleMaster_() {
+ }
+ handleMain_() {
// clear media request
this.mediaRequest_ = null;
- var oldMaster = this.masterPlaylistLoader_.master;
- var newMaster = parseMasterXml({
- masterXml: this.masterPlaylistLoader_.masterXml_,
- srcUrl: this.masterPlaylistLoader_.srcUrl,
- clientOffset: this.masterPlaylistLoader_.clientOffset_,
- sidxMapping: this.masterPlaylistLoader_.sidxMapping_,
- previousManifest: oldMaster
- }); // if we have an old master to compare the new master against
+ const oldMain = this.mainPlaylistLoader_.main;
+ const metadata = {
+ manifestInfo: {
+ uri: this.mainPlaylistLoader_.srcUrl
+ }
+ };
+ this.trigger({
+ type: 'manifestparsestart',
+ metadata
+ });
+ let newMain;
+ try {
+ newMain = parseMainXml({
+ mainXml: this.mainPlaylistLoader_.mainXml_,
+ srcUrl: this.mainPlaylistLoader_.srcUrl,
+ clientOffset: this.mainPlaylistLoader_.clientOffset_,
+ sidxMapping: this.mainPlaylistLoader_.sidxMapping_,
+ previousManifest: oldMain
+ });
+ } catch (error) {
+ this.error = error;
+ this.error.metadata = {
+ errorType: videojs.Error.StreamingDashManifestParserError,
+ error
+ };
+ this.trigger('error');
+ } // if we have an old main to compare the new main against
- if (oldMaster) {
- newMaster = updateMaster(oldMaster, newMaster, this.masterPlaylistLoader_.sidxMapping_);
- } // only update master if we have a new master
+ if (oldMain) {
+ newMain = updateMain(oldMain, newMain, this.mainPlaylistLoader_.sidxMapping_);
+ } // only update main if we have a new main
-
- this.masterPlaylistLoader_.master = newMaster ? newMaster : oldMaster;
- var location = this.masterPlaylistLoader_.master.locations && this.masterPlaylistLoader_.master.locations[0];
-
- if (location && location !== this.masterPlaylistLoader_.srcUrl) {
- this.masterPlaylistLoader_.srcUrl = location;
+ this.mainPlaylistLoader_.main = newMain ? newMain : oldMain;
+ const location = this.mainPlaylistLoader_.main.locations && this.mainPlaylistLoader_.main.locations[0];
+ if (location && location !== this.mainPlaylistLoader_.srcUrl) {
+ this.mainPlaylistLoader_.srcUrl = location;
}
-
- if (!oldMaster || newMaster && newMaster.minimumUpdatePeriod !== oldMaster.minimumUpdatePeriod) {
+ if (!oldMain || newMain && newMain.minimumUpdatePeriod !== oldMain.minimumUpdatePeriod) {
this.updateMinimumUpdatePeriodTimeout_();
}
-
- return Boolean(newMaster);
- };
-
- _proto.updateMinimumUpdatePeriodTimeout_ = function updateMinimumUpdatePeriodTimeout_() {
- var mpl = this.masterPlaylistLoader_; // cancel any pending creation of mup on media
+ this.addEventStreamToMetadataTrack_(newMain);
+ if (newMain) {
+ const {
+ duration,
+ endList
+ } = newMain;
+ const renditions = [];
+ newMain.playlists.forEach(playlist => {
+ renditions.push({
+ id: playlist.id,
+ bandwidth: playlist.attributes.BANDWIDTH,
+ resolution: playlist.attributes.RESOLUTION,
+ codecs: playlist.attributes.CODECS
+ });
+ });
+ const parsedManifest = {
+ duration,
+ isLive: !endList,
+ renditions
+ };
+ metadata.parsedManifest = parsedManifest;
+ this.trigger({
+ type: 'manifestparsecomplete',
+ metadata
+ });
+ }
+ return Boolean(newMain);
+ }
+ updateMinimumUpdatePeriodTimeout_() {
+ const mpl = this.mainPlaylistLoader_; // cancel any pending creation of mup on media
// a new one will be added if needed.
if (mpl.createMupOnMedia_) {
@@ -44067,13 +44817,11 @@
mpl.createMupOnMedia_ = null;
} // clear any pending timeouts
-
if (mpl.minimumUpdatePeriodTimeout_) {
window.clearTimeout(mpl.minimumUpdatePeriodTimeout_);
mpl.minimumUpdatePeriodTimeout_ = null;
}
-
- var mup = mpl.master && mpl.master.minimumUpdatePeriod; // If the minimumUpdatePeriod has a value of 0, that indicates that the current
+ let mup = mpl.main && mpl.main.minimumUpdatePeriod; // If the minimumUpdatePeriod has a value of 0, that indicates that the current
// MPD has no future validity, so a new one will need to be acquired when new
// media segments are to be made available. Thus, we use the target duration
// in this case
@@ -44089,106 +44837,123 @@
// can happen when a live video becomes VOD. skip timeout
// creation.
-
if (typeof mup !== 'number' || mup <= 0) {
if (mup < 0) {
- this.logger_("found invalid minimumUpdatePeriod of " + mup + ", not setting a timeout");
+ this.logger_(`found invalid minimumUpdatePeriod of ${mup}, not setting a timeout`);
}
-
return;
}
-
this.createMUPTimeout_(mup);
- };
-
- _proto.createMUPTimeout_ = function createMUPTimeout_(mup) {
- var mpl = this.masterPlaylistLoader_;
- mpl.minimumUpdatePeriodTimeout_ = window.setTimeout(function () {
+ }
+ createMUPTimeout_(mup) {
+ const mpl = this.mainPlaylistLoader_;
+ mpl.minimumUpdatePeriodTimeout_ = window.setTimeout(() => {
mpl.minimumUpdatePeriodTimeout_ = null;
mpl.trigger('minimumUpdatePeriod');
mpl.createMUPTimeout_(mup);
}, mup);
}
/**
- * Sends request to refresh the master xml and updates the parsed master manifest
+ * Sends request to refresh the main xml and updates the parsed main manifest
*/
- ;
- _proto.refreshXml_ = function refreshXml_() {
- var _this8 = this;
-
- this.requestMaster_(function (req, masterChanged) {
- if (!masterChanged) {
+ refreshXml_() {
+ this.requestMain_((req, mainChanged) => {
+ if (!mainChanged) {
return;
}
-
- if (_this8.media_) {
- _this8.media_ = _this8.masterPlaylistLoader_.master.playlists[_this8.media_.id];
+ if (this.media_) {
+ this.media_ = this.mainPlaylistLoader_.main.playlists[this.media_.id];
} // This will filter out updated sidx info from the mapping
-
- _this8.masterPlaylistLoader_.sidxMapping_ = filterChangedSidxMappings(_this8.masterPlaylistLoader_.master, _this8.masterPlaylistLoader_.sidxMapping_);
-
- _this8.addSidxSegments_(_this8.media(), _this8.state, function (sidxChanged) {
+ this.mainPlaylistLoader_.sidxMapping_ = filterChangedSidxMappings(this.mainPlaylistLoader_.main, this.mainPlaylistLoader_.sidxMapping_);
+ this.addSidxSegments_(this.media(), this.state, sidxChanged => {
// TODO: do we need to reload the current playlist?
- _this8.refreshMedia_(_this8.media().id);
+ this.refreshMedia_(this.media().id);
});
});
}
/**
- * Refreshes the media playlist by re-parsing the master xml and updating playlist
+ * Refreshes the media playlist by re-parsing the main xml and updating playlist
* references. If this is an alternate loader, the updated parsed manifest is retrieved
- * from the master loader.
+ * from the main loader.
*/
- ;
-
- _proto.refreshMedia_ = function refreshMedia_(mediaID) {
- var _this9 = this;
+ refreshMedia_(mediaID) {
if (!mediaID) {
throw new Error('refreshMedia_ must take a media id');
- } // for master we have to reparse the master xml
+ } // for main we have to reparse the main xml
// to re-create segments based on current timing values
- // which may change media. We only skip updating master
+ // which may change media. We only skip updating the main manifest
// if this is the first time this.media_ is being set.
- // as master was just parsed in that case.
+ // as main was just parsed in that case.
-
- if (this.media_ && this.isMaster_) {
- this.handleMaster_();
+ if (this.media_ && this.isMain_) {
+ this.handleMain_();
}
-
- var playlists = this.masterPlaylistLoader_.master.playlists;
- var mediaChanged = !this.media_ || this.media_ !== playlists[mediaID];
-
+ const playlists = this.mainPlaylistLoader_.main.playlists;
+ const mediaChanged = !this.media_ || this.media_ !== playlists[mediaID];
if (mediaChanged) {
this.media_ = playlists[mediaID];
} else {
this.trigger('playlistunchanged');
}
-
if (!this.mediaUpdateTimeout) {
- var createMediaUpdateTimeout = function createMediaUpdateTimeout() {
- if (_this9.media().endList) {
+ const createMediaUpdateTimeout = () => {
+ if (this.media().endList) {
return;
}
-
- _this9.mediaUpdateTimeout = window.setTimeout(function () {
- _this9.trigger('mediaupdatetimeout');
-
+ this.mediaUpdateTimeout = window.setTimeout(() => {
+ this.trigger('mediaupdatetimeout');
createMediaUpdateTimeout();
- }, refreshDelay(_this9.media(), Boolean(mediaChanged)));
+ }, refreshDelay(this.media(), Boolean(mediaChanged)));
};
-
createMediaUpdateTimeout();
}
-
this.trigger('loadedplaylist');
- };
+ }
+ /**
+ * Takes eventstream data from a parsed DASH manifest and adds it to the metadata text track.
+ *
+ * @param {manifest} newMain the newly parsed manifest
+ */
- return DashPlaylistLoader;
- }(EventTarget);
+ addEventStreamToMetadataTrack_(newMain) {
+ // Only add new event stream metadata if we have a new manifest.
+ if (newMain && this.mainPlaylistLoader_.main.eventStream) {
+ // convert EventStream to ID3-like data.
+ const metadataArray = this.mainPlaylistLoader_.main.eventStream.map(eventStreamNode => {
+ return {
+ cueTime: eventStreamNode.start,
+ frames: [{
+ data: eventStreamNode.messageData
+ }]
+ };
+ });
+ this.addMetadataToTextTrack('EventStream', metadataArray, this.mainPlaylistLoader_.main.duration);
+ }
+ }
+ /**
+ * Returns the key ID set from a playlist
+ *
+ * @param {playlist} playlist to fetch the key ID set from.
+ * @return a Set of 32 digit hex strings that represent the unique keyIds for that playlist.
+ */
+ getKeyIdSet(playlist) {
+ if (playlist.contentProtection) {
+ const keyIds = new Set();
+ for (const keysystem in playlist.contentProtection) {
+ const defaultKID = playlist.contentProtection[keysystem].attributes['cenc:default_KID'];
+ if (defaultKID) {
+ // DASH keyIds are separated by dashes.
+ keyIds.add(defaultKID.replace(/-/g, '').toLowerCase());
+ }
+ }
+ return keyIds;
+ }
+ }
+ }
var Config = {
GOAL_BUFFER_LENGTH: 30,
MAX_GOAL_BUFFER_LENGTH: 60,
@@ -44208,68 +44973,58 @@
// If the buffer is greater than the high water line, we won't switch down
BUFFER_HIGH_WATER_LINE: 30
};
-
- var stringToArrayBuffer = function stringToArrayBuffer(string) {
- var view = new Uint8Array(new ArrayBuffer(string.length));
-
- for (var i = 0; i < string.length; i++) {
+ const stringToArrayBuffer = string => {
+ const view = new Uint8Array(new ArrayBuffer(string.length));
+ for (let i = 0; i < string.length; i++) {
view[i] = string.charCodeAt(i);
}
-
return view.buffer;
};
+
/* global Blob, BlobBuilder, Worker */
// unify worker interface
-
-
- var browserWorkerPolyFill = function browserWorkerPolyFill(workerObj) {
+ const browserWorkerPolyFill = function (workerObj) {
// node only supports on/off
workerObj.on = workerObj.addEventListener;
workerObj.off = workerObj.removeEventListener;
return workerObj;
};
-
- var createObjectURL = function createObjectURL(str) {
+ const createObjectURL = function (str) {
try {
return URL.createObjectURL(new Blob([str], {
type: 'application/javascript'
}));
} catch (e) {
- var blob = new BlobBuilder();
+ const blob = new BlobBuilder();
blob.append(str);
return URL.createObjectURL(blob.getBlob());
}
};
-
- var factory = function factory(code) {
+ const factory = function (code) {
return function () {
- var objectUrl = createObjectURL(code);
- var worker = browserWorkerPolyFill(new Worker(objectUrl));
+ const objectUrl = createObjectURL(code);
+ const worker = browserWorkerPolyFill(new Worker(objectUrl));
worker.objURL = objectUrl;
- var terminate = worker.terminate;
+ const terminate = worker.terminate;
worker.on = worker.addEventListener;
worker.off = worker.removeEventListener;
-
worker.terminate = function () {
URL.revokeObjectURL(objectUrl);
return terminate.call(this);
};
-
return worker;
};
};
-
- var transform = function transform(code) {
- return "var browserWorkerPolyFill = " + browserWorkerPolyFill.toString() + ";\n" + 'browserWorkerPolyFill(self);\n' + code;
+ const transform = function (code) {
+ return `var browserWorkerPolyFill = ${browserWorkerPolyFill.toString()};\n` + 'browserWorkerPolyFill(self);\n' + code;
};
-
- var getWorkerString = function getWorkerString(fn) {
+ const getWorkerString = function (fn) {
return fn.toString().replace(/^function.+?{/, '').slice(0, -1);
};
- /* rollup-plugin-worker-factory start for worker!/Users/bclifford/Code/vhs-release-test/src/transmuxer-worker.js */
-
- var workerCode$1 = transform(getWorkerString(function () {
+ /* rollup-plugin-worker-factory start for worker!/home/runner/work/http-streaming/http-streaming/src/transmuxer-worker.js */
+ const workerCode$1 = transform(getWorkerString(function () {
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
/**
* mux.js
*
@@ -44279,7 +45034,8 @@
* A lightweight readable stream implemention that handles event dispatching.
* Objects that inherit from streams should call init in their constructors.
*/
- var Stream = function Stream() {
+
+ var Stream$8 = function () {
this.init = function () {
var listeners = {};
/**
@@ -44293,7 +45049,6 @@
if (!listeners[type]) {
listeners[type] = [];
}
-
listeners[type] = listeners[type].concat(listener);
};
/**
@@ -44303,14 +45058,11 @@
* type of event through `on`
*/
-
this.off = function (type, listener) {
var index;
-
if (!listeners[type]) {
return false;
}
-
index = listeners[type].indexOf(listener);
listeners[type] = listeners[type].slice();
listeners[type].splice(index, 1);
@@ -44322,11 +45074,9 @@
* @param type {string} the event name
*/
-
this.trigger = function (type) {
var callbacks, i, length, args;
callbacks = listeners[type];
-
if (!callbacks) {
return;
} // Slicing the arguments on every invocation of this method
@@ -44334,23 +45084,18 @@
// intermediate object creation for the common case of a
// single callback argument
-
if (arguments.length === 2) {
length = callbacks.length;
-
for (i = 0; i < length; ++i) {
callbacks[i].call(this, arguments[1]);
}
} else {
args = [];
i = arguments.length;
-
for (i = 1; i < arguments.length; ++i) {
args.push(arguments[i]);
}
-
length = callbacks.length;
-
for (i = 0; i < length; ++i) {
callbacks[i].apply(this, args);
}
@@ -44360,7 +45105,6 @@
* Destroys the stream and cleans up.
*/
-
this.dispose = function () {
listeners = {};
};
@@ -44376,8 +45120,7 @@
* @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
*/
-
- Stream.prototype.pipe = function (destination) {
+ Stream$8.prototype.pipe = function (destination) {
this.on('data', function (data) {
destination.push(data);
});
@@ -44399,51 +45142,49 @@
// implementation so that we don't have to check for their existence in the
// `pipe` function above.
-
- Stream.prototype.push = function (data) {
+ Stream$8.prototype.push = function (data) {
this.trigger('data', data);
};
-
- Stream.prototype.flush = function (flushSource) {
+ Stream$8.prototype.flush = function (flushSource) {
this.trigger('done', flushSource);
};
-
- Stream.prototype.partialFlush = function (flushSource) {
+ Stream$8.prototype.partialFlush = function (flushSource) {
this.trigger('partialdone', flushSource);
};
-
- Stream.prototype.endTimeline = function (flushSource) {
+ Stream$8.prototype.endTimeline = function (flushSource) {
this.trigger('endedtimeline', flushSource);
};
-
- Stream.prototype.reset = function (flushSource) {
+ Stream$8.prototype.reset = function (flushSource) {
this.trigger('reset', flushSource);
};
-
- var stream = Stream;
+ var stream = Stream$8;
var MAX_UINT32$1 = Math.pow(2, 32);
-
- var getUint64$2 = function getUint64(uint8) {
+ var getUint64$3 = function (uint8) {
var dv = new DataView(uint8.buffer, uint8.byteOffset, uint8.byteLength);
var value;
-
if (dv.getBigUint64) {
value = dv.getBigUint64(0);
-
if (value < Number.MAX_SAFE_INTEGER) {
return Number(value);
}
-
return value;
}
-
return dv.getUint32(0) * MAX_UINT32$1 + dv.getUint32(4);
};
-
var numbers = {
- getUint64: getUint64$2,
+ getUint64: getUint64$3,
MAX_UINT32: MAX_UINT32$1
};
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Functions that generate fragmented MP4s suitable for use with Media
+ * Source Extensions.
+ */
+
var MAX_UINT32 = numbers.MAX_UINT32;
var box, dinf, esds, ftyp, mdat, mfhd, minf, moof, moov, mvex, mvhd, trak, tkhd, mdia, mdhd, hdlr, sdtp, stbl, stsd, traf, trex, trun$1, types, MAJOR_BRAND, MINOR_VERSION, AVC1_BRAND, VIDEO_HDLR, AUDIO_HDLR, HDLR_TYPES, VMHD, SMHD, DREF, STCO, STSC, STSZ, STTS; // pre-calculate constants
@@ -44494,86 +45235,111 @@
if (typeof Uint8Array === 'undefined') {
return;
}
-
for (i in types) {
if (types.hasOwnProperty(i)) {
types[i] = [i.charCodeAt(0), i.charCodeAt(1), i.charCodeAt(2), i.charCodeAt(3)];
}
}
-
MAJOR_BRAND = new Uint8Array(['i'.charCodeAt(0), 's'.charCodeAt(0), 'o'.charCodeAt(0), 'm'.charCodeAt(0)]);
AVC1_BRAND = new Uint8Array(['a'.charCodeAt(0), 'v'.charCodeAt(0), 'c'.charCodeAt(0), '1'.charCodeAt(0)]);
MINOR_VERSION = new Uint8Array([0, 0, 0, 1]);
- VIDEO_HDLR = new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x00, // flags
- 0x00, 0x00, 0x00, 0x00, // pre_defined
- 0x76, 0x69, 0x64, 0x65, // handler_type: 'vide'
- 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x00, 0x00, 0x00, // reserved
+ VIDEO_HDLR = new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x00,
+ // flags
+ 0x00, 0x00, 0x00, 0x00,
+ // pre_defined
+ 0x76, 0x69, 0x64, 0x65,
+ // handler_type: 'vide'
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
0x56, 0x69, 0x64, 0x65, 0x6f, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'VideoHandler'
]);
- AUDIO_HDLR = new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x00, // flags
- 0x00, 0x00, 0x00, 0x00, // pre_defined
- 0x73, 0x6f, 0x75, 0x6e, // handler_type: 'soun'
- 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x00, 0x00, 0x00, // reserved
+ AUDIO_HDLR = new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x00,
+ // flags
+ 0x00, 0x00, 0x00, 0x00,
+ // pre_defined
+ 0x73, 0x6f, 0x75, 0x6e,
+ // handler_type: 'soun'
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
0x53, 0x6f, 0x75, 0x6e, 0x64, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x00 // name: 'SoundHandler'
]);
HDLR_TYPES = {
video: VIDEO_HDLR,
audio: AUDIO_HDLR
};
- DREF = new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x00, // flags
- 0x00, 0x00, 0x00, 0x01, // entry_count
- 0x00, 0x00, 0x00, 0x0c, // entry_size
- 0x75, 0x72, 0x6c, 0x20, // 'url' type
- 0x00, // version 0
+ DREF = new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x00,
+ // flags
+ 0x00, 0x00, 0x00, 0x01,
+ // entry_count
+ 0x00, 0x00, 0x00, 0x0c,
+ // entry_size
+ 0x75, 0x72, 0x6c, 0x20,
+ // 'url' type
+ 0x00,
+ // version 0
0x00, 0x00, 0x01 // entry_flags
]);
- SMHD = new Uint8Array([0x00, // version
- 0x00, 0x00, 0x00, // flags
- 0x00, 0x00, // balance, 0 means centered
+ SMHD = new Uint8Array([0x00,
+ // version
+ 0x00, 0x00, 0x00,
+ // flags
+ 0x00, 0x00,
+ // balance, 0 means centered
0x00, 0x00 // reserved
]);
- STCO = new Uint8Array([0x00, // version
- 0x00, 0x00, 0x00, // flags
+ STCO = new Uint8Array([0x00,
+ // version
+ 0x00, 0x00, 0x00,
+ // flags
0x00, 0x00, 0x00, 0x00 // entry_count
]);
STSC = STCO;
- STSZ = new Uint8Array([0x00, // version
- 0x00, 0x00, 0x00, // flags
- 0x00, 0x00, 0x00, 0x00, // sample_size
+ STSZ = new Uint8Array([0x00,
+ // version
+ 0x00, 0x00, 0x00,
+ // flags
+ 0x00, 0x00, 0x00, 0x00,
+ // sample_size
0x00, 0x00, 0x00, 0x00 // sample_count
]);
STTS = STCO;
- VMHD = new Uint8Array([0x00, // version
- 0x00, 0x00, 0x01, // flags
- 0x00, 0x00, // graphicsmode
+ VMHD = new Uint8Array([0x00,
+ // version
+ 0x00, 0x00, 0x01,
+ // flags
+ 0x00, 0x00,
+ // graphicsmode
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // opcolor
]);
})();
-
- box = function box(type) {
+ box = function (type) {
var payload = [],
- size = 0,
- i,
- result,
- view;
-
+ size = 0,
+ i,
+ result,
+ view;
for (i = 1; i < arguments.length; i++) {
payload.push(arguments[i]);
}
-
i = payload.length; // calculate the total size we need to allocate
while (i--) {
size += payload[i].byteLength;
}
-
result = new Uint8Array(size + 8);
view = new DataView(result.buffer, result.byteOffset, result.byteLength);
view.setUint32(0, result.byteLength);
@@ -44583,59 +45349,74 @@
result.set(payload[i], size);
size += payload[i].byteLength;
}
-
return result;
};
-
- dinf = function dinf() {
+ dinf = function () {
return box(types.dinf, box(types.dref, DREF));
};
-
- esds = function esds(track) {
- return box(types.esds, new Uint8Array([0x00, // version
- 0x00, 0x00, 0x00, // flags
+ esds = function (track) {
+ return box(types.esds, new Uint8Array([0x00,
+ // version
+ 0x00, 0x00, 0x00,
+ // flags
// ES_Descriptor
- 0x03, // tag, ES_DescrTag
- 0x19, // length
- 0x00, 0x00, // ES_ID
- 0x00, // streamDependenceFlag, URL_flag, reserved, streamPriority
+ 0x03,
+ // tag, ES_DescrTag
+ 0x19,
+ // length
+ 0x00, 0x00,
+ // ES_ID
+ 0x00,
+ // streamDependenceFlag, URL_flag, reserved, streamPriority
// DecoderConfigDescriptor
- 0x04, // tag, DecoderConfigDescrTag
- 0x11, // length
- 0x40, // object type
- 0x15, // streamType
- 0x00, 0x06, 0x00, // bufferSizeDB
- 0x00, 0x00, 0xda, 0xc0, // maxBitrate
- 0x00, 0x00, 0xda, 0xc0, // avgBitrate
+ 0x04,
+ // tag, DecoderConfigDescrTag
+ 0x11,
+ // length
+ 0x40,
+ // object type
+ 0x15,
+ // streamType
+ 0x00, 0x06, 0x00,
+ // bufferSizeDB
+ 0x00, 0x00, 0xda, 0xc0,
+ // maxBitrate
+ 0x00, 0x00, 0xda, 0xc0,
+ // avgBitrate
// DecoderSpecificInfo
- 0x05, // tag, DecoderSpecificInfoTag
- 0x02, // length
+ 0x05,
+ // tag, DecoderSpecificInfoTag
+ 0x02,
+ // length
// ISO/IEC 14496-3, AudioSpecificConfig
// for samplingFrequencyIndex see ISO/IEC 13818-7:2006, 8.1.3.2.2, Table 35
track.audioobjecttype << 3 | track.samplingfrequencyindex >>> 1, track.samplingfrequencyindex << 7 | track.channelcount << 3, 0x06, 0x01, 0x02 // GASpecificConfig
]));
};
-
- ftyp = function ftyp() {
+ ftyp = function () {
return box(types.ftyp, MAJOR_BRAND, MINOR_VERSION, MAJOR_BRAND, AVC1_BRAND);
};
-
- hdlr = function hdlr(type) {
+ hdlr = function (type) {
return box(types.hdlr, HDLR_TYPES[type]);
};
-
- mdat = function mdat(data) {
+ mdat = function (data) {
return box(types.mdat, data);
};
-
- mdhd = function mdhd(track) {
- var result = new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x00, // flags
- 0x00, 0x00, 0x00, 0x02, // creation_time
- 0x00, 0x00, 0x00, 0x03, // modification_time
- 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 "ticks" per second
- track.duration >>> 24 & 0xFF, track.duration >>> 16 & 0xFF, track.duration >>> 8 & 0xFF, track.duration & 0xFF, // duration
- 0x55, 0xc4, // 'und' language (undetermined)
+ mdhd = function (track) {
+ var result = new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x00,
+ // flags
+ 0x00, 0x00, 0x00, 0x02,
+ // creation_time
+ 0x00, 0x00, 0x00, 0x03,
+ // modification_time
+ 0x00, 0x01, 0x5f, 0x90,
+ // timescale, 90,000 "ticks" per second
+ track.duration >>> 24 & 0xFF, track.duration >>> 16 & 0xFF, track.duration >>> 8 & 0xFF, track.duration & 0xFF,
+ // duration
+ 0x55, 0xc4,
+ // 'und' language (undetermined)
0x00, 0x00]); // Use the sample rate from the track metadata, when it is
// defined. The sample rate can be parsed out of an ADTS header, for
// instance.
@@ -44646,32 +45427,27 @@
result[14] = track.samplerate >>> 8 & 0xFF;
result[15] = track.samplerate & 0xFF;
}
-
return box(types.mdhd, result);
};
-
- mdia = function mdia(track) {
+ mdia = function (track) {
return box(types.mdia, mdhd(track), hdlr(track.type), minf(track));
};
-
- mfhd = function mfhd(sequenceNumber) {
- return box(types.mfhd, new Uint8Array([0x00, 0x00, 0x00, 0x00, // flags
+ mfhd = function (sequenceNumber) {
+ return box(types.mfhd, new Uint8Array([0x00, 0x00, 0x00, 0x00,
+ // flags
(sequenceNumber & 0xFF000000) >> 24, (sequenceNumber & 0xFF0000) >> 16, (sequenceNumber & 0xFF00) >> 8, sequenceNumber & 0xFF // sequence_number
]));
};
-
- minf = function minf(track) {
+ minf = function (track) {
return box(types.minf, track.type === 'video' ? box(types.vmhd, VMHD) : box(types.smhd, SMHD), dinf(), stbl(track));
};
-
- moof = function moof(sequenceNumber, tracks) {
+ moof = function (sequenceNumber, tracks) {
var trackFragments = [],
- i = tracks.length; // build traf boxes for each track fragment
+ i = tracks.length; // build traf boxes for each track fragment
while (i--) {
trackFragments[i] = traf(tracks[i]);
}
-
return box.apply(null, [types.moof, mfhd(sequenceNumber)].concat(trackFragments));
};
/**
@@ -44680,83 +45456,85 @@
* @see ISO/IEC 14496-12:2012(E), section 8.2.1
*/
-
- moov = function moov(tracks) {
+ moov = function (tracks) {
var i = tracks.length,
- boxes = [];
-
+ boxes = [];
while (i--) {
boxes[i] = trak(tracks[i]);
}
-
return box.apply(null, [types.moov, mvhd(0xffffffff)].concat(boxes).concat(mvex(tracks)));
};
-
- mvex = function mvex(tracks) {
+ mvex = function (tracks) {
var i = tracks.length,
- boxes = [];
-
+ boxes = [];
while (i--) {
boxes[i] = trex(tracks[i]);
}
-
return box.apply(null, [types.mvex].concat(boxes));
};
-
- mvhd = function mvhd(duration) {
- var bytes = new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x00, // flags
- 0x00, 0x00, 0x00, 0x01, // creation_time
- 0x00, 0x00, 0x00, 0x02, // modification_time
- 0x00, 0x01, 0x5f, 0x90, // timescale, 90,000 "ticks" per second
- (duration & 0xFF000000) >> 24, (duration & 0xFF0000) >> 16, (duration & 0xFF00) >> 8, duration & 0xFF, // duration
- 0x00, 0x01, 0x00, 0x00, // 1.0 rate
- 0x01, 0x00, // 1.0 volume
- 0x00, 0x00, // reserved
- 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // pre_defined
+ mvhd = function (duration) {
+ var bytes = new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x00,
+ // flags
+ 0x00, 0x00, 0x00, 0x01,
+ // creation_time
+ 0x00, 0x00, 0x00, 0x02,
+ // modification_time
+ 0x00, 0x01, 0x5f, 0x90,
+ // timescale, 90,000 "ticks" per second
+ (duration & 0xFF000000) >> 24, (duration & 0xFF0000) >> 16, (duration & 0xFF00) >> 8, duration & 0xFF,
+ // duration
+ 0x00, 0x01, 0x00, 0x00,
+ // 1.0 rate
+ 0x01, 0x00,
+ // 1.0 volume
+ 0x00, 0x00,
+ // reserved
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
+ // transformation: unity matrix
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ // pre_defined
0xff, 0xff, 0xff, 0xff // next_track_ID
]);
return box(types.mvhd, bytes);
};
-
- sdtp = function sdtp(track) {
+ sdtp = function (track) {
var samples = track.samples || [],
- bytes = new Uint8Array(4 + samples.length),
- flags,
- i; // leave the full box header (4 bytes) all zero
+ bytes = new Uint8Array(4 + samples.length),
+ flags,
+ i; // leave the full box header (4 bytes) all zero
// write the sample table
for (i = 0; i < samples.length; i++) {
flags = samples[i].flags;
bytes[i + 4] = flags.dependsOn << 4 | flags.isDependedOn << 2 | flags.hasRedundancy;
}
-
return box(types.sdtp, bytes);
};
-
- stbl = function stbl(track) {
+ stbl = function (track) {
return box(types.stbl, stsd(track), box(types.stts, STTS), box(types.stsc, STSC), box(types.stsz, STSZ), box(types.stco, STCO));
};
-
(function () {
var videoSample, audioSample;
-
- stsd = function stsd(track) {
- return box(types.stsd, new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x00, // flags
+ stsd = function (track) {
+ return box(types.stsd, new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x00,
+ // flags
0x00, 0x00, 0x00, 0x01]), track.type === 'video' ? videoSample(track) : audioSample(track));
};
-
- videoSample = function videoSample(track) {
+ videoSample = function (track) {
var sps = track.sps || [],
- pps = track.pps || [],
- sequenceParameterSets = [],
- pictureParameterSets = [],
- i,
- avc1Box; // assemble the SPSs
+ pps = track.pps || [],
+ sequenceParameterSets = [],
+ pictureParameterSets = [],
+ i,
+ avc1Box; // assemble the SPSs
for (i = 0; i < sps.length; i++) {
sequenceParameterSets.push((sps[i].byteLength & 0xFF00) >>> 8);
@@ -44765,82 +45543,121 @@
sequenceParameterSets = sequenceParameterSets.concat(Array.prototype.slice.call(sps[i])); // SPS
} // assemble the PPSs
-
for (i = 0; i < pps.length; i++) {
pictureParameterSets.push((pps[i].byteLength & 0xFF00) >>> 8);
pictureParameterSets.push(pps[i].byteLength & 0xFF);
pictureParameterSets = pictureParameterSets.concat(Array.prototype.slice.call(pps[i]));
}
-
- avc1Box = [types.avc1, new Uint8Array([0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x01, // data_reference_index
- 0x00, 0x00, // pre_defined
- 0x00, 0x00, // reserved
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // pre_defined
- (track.width & 0xff00) >> 8, track.width & 0xff, // width
- (track.height & 0xff00) >> 8, track.height & 0xff, // height
- 0x00, 0x48, 0x00, 0x00, // horizresolution
- 0x00, 0x48, 0x00, 0x00, // vertresolution
- 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x01, // frame_count
- 0x13, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x6a, 0x73, 0x2d, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x69, 0x62, 0x2d, 0x68, 0x6c, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // compressorname
- 0x00, 0x18, // depth = 24
+ avc1Box = [types.avc1, new Uint8Array([0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x01,
+ // data_reference_index
+ 0x00, 0x00,
+ // pre_defined
+ 0x00, 0x00,
+ // reserved
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ // pre_defined
+ (track.width & 0xff00) >> 8, track.width & 0xff,
+ // width
+ (track.height & 0xff00) >> 8, track.height & 0xff,
+ // height
+ 0x00, 0x48, 0x00, 0x00,
+ // horizresolution
+ 0x00, 0x48, 0x00, 0x00,
+ // vertresolution
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x01,
+ // frame_count
+ 0x13, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x6a, 0x73, 0x2d, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x69, 0x62, 0x2d, 0x68, 0x6c, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ // compressorname
+ 0x00, 0x18,
+ // depth = 24
0x11, 0x11 // pre_defined = -1
- ]), box(types.avcC, new Uint8Array([0x01, // configurationVersion
- track.profileIdc, // AVCProfileIndication
- track.profileCompatibility, // profile_compatibility
- track.levelIdc, // AVCLevelIndication
+ ]), box(types.avcC, new Uint8Array([0x01,
+ // configurationVersion
+ track.profileIdc,
+ // AVCProfileIndication
+ track.profileCompatibility,
+ // profile_compatibility
+ track.levelIdc,
+ // AVCLevelIndication
0xff // lengthSizeMinusOne, hard-coded to 4 bytes
- ].concat([sps.length], // numOfSequenceParameterSets
- sequenceParameterSets, // "SPS"
- [pps.length], // numOfPictureParameterSets
+ ].concat([sps.length],
+ // numOfSequenceParameterSets
+ sequenceParameterSets,
+ // "SPS"
+ [pps.length],
+ // numOfPictureParameterSets
pictureParameterSets // "PPS"
- ))), box(types.btrt, new Uint8Array([0x00, 0x1c, 0x9c, 0x80, // bufferSizeDB
- 0x00, 0x2d, 0xc6, 0xc0, // maxBitrate
+ ))), box(types.btrt, new Uint8Array([0x00, 0x1c, 0x9c, 0x80,
+ // bufferSizeDB
+ 0x00, 0x2d, 0xc6, 0xc0,
+ // maxBitrate
0x00, 0x2d, 0xc6, 0xc0 // avgBitrate
]))];
-
if (track.sarRatio) {
var hSpacing = track.sarRatio[0],
- vSpacing = track.sarRatio[1];
+ vSpacing = track.sarRatio[1];
avc1Box.push(box(types.pasp, new Uint8Array([(hSpacing & 0xFF000000) >> 24, (hSpacing & 0xFF0000) >> 16, (hSpacing & 0xFF00) >> 8, hSpacing & 0xFF, (vSpacing & 0xFF000000) >> 24, (vSpacing & 0xFF0000) >> 16, (vSpacing & 0xFF00) >> 8, vSpacing & 0xFF])));
}
-
return box.apply(null, avc1Box);
};
-
- audioSample = function audioSample(track) {
- return box(types.mp4a, new Uint8Array([// SampleEntry, ISO/IEC 14496-12
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x01, // data_reference_index
+ audioSample = function (track) {
+ return box(types.mp4a, new Uint8Array([
+ // SampleEntry, ISO/IEC 14496-12
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x01,
+ // data_reference_index
// AudioSampleEntry, ISO/IEC 14496-12
- 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x00, 0x00, 0x00, // reserved
- (track.channelcount & 0xff00) >> 8, track.channelcount & 0xff, // channelcount
- (track.samplesize & 0xff00) >> 8, track.samplesize & 0xff, // samplesize
- 0x00, 0x00, // pre_defined
- 0x00, 0x00, // reserved
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ (track.channelcount & 0xff00) >> 8, track.channelcount & 0xff,
+ // channelcount
+ (track.samplesize & 0xff00) >> 8, track.samplesize & 0xff,
+ // samplesize
+ 0x00, 0x00,
+ // pre_defined
+ 0x00, 0x00,
+ // reserved
(track.samplerate & 0xff00) >> 8, track.samplerate & 0xff, 0x00, 0x00 // samplerate, 16.16
// MP4AudioSampleEntry, ISO/IEC 14496-14
]), esds(track));
};
})();
-
- tkhd = function tkhd(track) {
- var result = new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x07, // flags
- 0x00, 0x00, 0x00, 0x00, // creation_time
- 0x00, 0x00, 0x00, 0x00, // modification_time
- (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID
- 0x00, 0x00, 0x00, 0x00, // reserved
- (track.duration & 0xFF000000) >> 24, (track.duration & 0xFF0000) >> 16, (track.duration & 0xFF00) >> 8, track.duration & 0xFF, // duration
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // reserved
- 0x00, 0x00, // layer
- 0x00, 0x00, // alternate_group
- 0x01, 0x00, // non-audio track volume
- 0x00, 0x00, // reserved
- 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, // transformation: unity matrix
- (track.width & 0xFF00) >> 8, track.width & 0xFF, 0x00, 0x00, // width
+ tkhd = function (track) {
+ var result = new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x07,
+ // flags
+ 0x00, 0x00, 0x00, 0x00,
+ // creation_time
+ 0x00, 0x00, 0x00, 0x00,
+ // modification_time
+ (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF,
+ // track_ID
+ 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ (track.duration & 0xFF000000) >> 24, (track.duration & 0xFF0000) >> 16, (track.duration & 0xFF00) >> 8, track.duration & 0xFF,
+ // duration
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ // reserved
+ 0x00, 0x00,
+ // layer
+ 0x00, 0x00,
+ // alternate_group
+ 0x01, 0x00,
+ // non-audio track volume
+ 0x00, 0x00,
+ // reserved
+ 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
+ // transformation: unity matrix
+ (track.width & 0xFF00) >> 8, track.width & 0xFF, 0x00, 0x00,
+ // width
(track.height & 0xFF00) >> 8, track.height & 0xFF, 0x00, 0x00 // height
]);
return box(types.tkhd, result);
@@ -44850,31 +45667,43 @@
* about tracks in a movie fragment (moof) box.
*/
-
- traf = function traf(track) {
+ traf = function (track) {
var trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun, sampleDependencyTable, dataOffset, upperWordBaseMediaDecodeTime, lowerWordBaseMediaDecodeTime;
- trackFragmentHeader = box(types.tfhd, new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x3a, // flags
- (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID
- 0x00, 0x00, 0x00, 0x01, // sample_description_index
- 0x00, 0x00, 0x00, 0x00, // default_sample_duration
- 0x00, 0x00, 0x00, 0x00, // default_sample_size
+ trackFragmentHeader = box(types.tfhd, new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x3a,
+ // flags
+ (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF,
+ // track_ID
+ 0x00, 0x00, 0x00, 0x01,
+ // sample_description_index
+ 0x00, 0x00, 0x00, 0x00,
+ // default_sample_duration
+ 0x00, 0x00, 0x00, 0x00,
+ // default_sample_size
0x00, 0x00, 0x00, 0x00 // default_sample_flags
]));
upperWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime / MAX_UINT32);
lowerWordBaseMediaDecodeTime = Math.floor(track.baseMediaDecodeTime % MAX_UINT32);
- trackFragmentDecodeTime = box(types.tfdt, new Uint8Array([0x01, // version 1
- 0x00, 0x00, 0x00, // flags
+ trackFragmentDecodeTime = box(types.tfdt, new Uint8Array([0x01,
+ // version 1
+ 0x00, 0x00, 0x00,
+ // flags
// baseMediaDecodeTime
upperWordBaseMediaDecodeTime >>> 24 & 0xFF, upperWordBaseMediaDecodeTime >>> 16 & 0xFF, upperWordBaseMediaDecodeTime >>> 8 & 0xFF, upperWordBaseMediaDecodeTime & 0xFF, lowerWordBaseMediaDecodeTime >>> 24 & 0xFF, lowerWordBaseMediaDecodeTime >>> 16 & 0xFF, lowerWordBaseMediaDecodeTime >>> 8 & 0xFF, lowerWordBaseMediaDecodeTime & 0xFF])); // the data offset specifies the number of bytes from the start of
// the containing moof to the first payload byte of the associated
// mdat
- dataOffset = 32 + // tfhd
- 20 + // tfdt
- 8 + // traf header
- 16 + // mfhd
- 8 + // moof header
+ dataOffset = 32 +
+ // tfhd
+ 20 +
+ // tfdt
+ 8 +
+ // traf header
+ 16 +
+ // mfhd
+ 8 +
+ // moof header
8; // mdat header
// audio tracks require less metadata
@@ -44885,7 +45714,6 @@
// box (sdtp)
// generate one and adjust offsets to match
-
sampleDependencyTable = sdtp(track);
trackFragmentRun = trun$1(track, sampleDependencyTable.length + dataOffset);
return box(types.traf, trackFragmentHeader, trackFragmentDecodeTime, trackFragmentRun, sampleDependencyTable);
@@ -44896,19 +45724,23 @@
* @return {Uint8Array} the track box
*/
-
- trak = function trak(track) {
+ trak = function (track) {
track.duration = track.duration || 0xffffffff;
return box(types.trak, tkhd(track), mdia(track));
};
-
- trex = function trex(track) {
- var result = new Uint8Array([0x00, // version 0
- 0x00, 0x00, 0x00, // flags
- (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF, // track_ID
- 0x00, 0x00, 0x00, 0x01, // default_sample_description_index
- 0x00, 0x00, 0x00, 0x00, // default_sample_duration
- 0x00, 0x00, 0x00, 0x00, // default_sample_size
+ trex = function (track) {
+ var result = new Uint8Array([0x00,
+ // version 0
+ 0x00, 0x00, 0x00,
+ // flags
+ (track.id & 0xFF000000) >> 24, (track.id & 0xFF0000) >> 16, (track.id & 0xFF00) >> 8, track.id & 0xFF,
+ // track_ID
+ 0x00, 0x00, 0x00, 0x01,
+ // default_sample_description_index
+ 0x00, 0x00, 0x00, 0x00,
+ // default_sample_duration
+ 0x00, 0x00, 0x00, 0x00,
+ // default_sample_size
0x00, 0x01, 0x00, 0x01 // default_sample_flags
]); // the last two bytes of default_sample_flags is the sample
// degradation priority, a hint about the importance of this sample
@@ -44918,48 +45750,44 @@
if (track.type !== 'video') {
result[result.length - 1] = 0x00;
}
-
return box(types.trex, result);
};
-
(function () {
var audioTrun, videoTrun, trunHeader; // This method assumes all samples are uniform. That is, if a
// duration is present for the first sample, it will be present for
// all subsequent samples.
// see ISO/IEC 14496-12:2012, Section 8.8.8.1
- trunHeader = function trunHeader(samples, offset) {
+ trunHeader = function (samples, offset) {
var durationPresent = 0,
- sizePresent = 0,
- flagsPresent = 0,
- compositionTimeOffset = 0; // trun flag constants
+ sizePresent = 0,
+ flagsPresent = 0,
+ compositionTimeOffset = 0; // trun flag constants
if (samples.length) {
if (samples[0].duration !== undefined) {
durationPresent = 0x1;
}
-
if (samples[0].size !== undefined) {
sizePresent = 0x2;
}
-
if (samples[0].flags !== undefined) {
flagsPresent = 0x4;
}
-
if (samples[0].compositionTimeOffset !== undefined) {
compositionTimeOffset = 0x8;
}
}
-
- return [0x00, // version 0
- 0x00, durationPresent | sizePresent | flagsPresent | compositionTimeOffset, 0x01, // flags
- (samples.length & 0xFF000000) >>> 24, (samples.length & 0xFF0000) >>> 16, (samples.length & 0xFF00) >>> 8, samples.length & 0xFF, // sample_count
+ return [0x00,
+ // version 0
+ 0x00, durationPresent | sizePresent | flagsPresent | compositionTimeOffset, 0x01,
+ // flags
+ (samples.length & 0xFF000000) >>> 24, (samples.length & 0xFF0000) >>> 16, (samples.length & 0xFF00) >>> 8, samples.length & 0xFF,
+ // sample_count
(offset & 0xFF000000) >>> 24, (offset & 0xFF0000) >>> 16, (offset & 0xFF00) >>> 8, offset & 0xFF // data_offset
];
};
-
- videoTrun = function videoTrun(track, offset) {
+ videoTrun = function (track, offset) {
var bytesOffest, bytes, header, samples, sample, i;
samples = track.samples || [];
offset += 8 + 12 + 16 * samples.length;
@@ -44967,7 +45795,6 @@
bytes = new Uint8Array(header.length + samples.length * 16);
bytes.set(header);
bytesOffest = header.length;
-
for (i = 0; i < samples.length; i++) {
sample = samples[i];
bytes[bytesOffest++] = (sample.duration & 0xFF000000) >>> 24;
@@ -44990,11 +45817,9 @@
bytes[bytesOffest++] = (sample.compositionTimeOffset & 0xFF00) >>> 8;
bytes[bytesOffest++] = sample.compositionTimeOffset & 0xFF; // sample_composition_time_offset
}
-
return box(types.trun, bytes);
};
-
- audioTrun = function audioTrun(track, offset) {
+ audioTrun = function (track, offset) {
var bytes, bytesOffest, header, samples, sample, i;
samples = track.samples || [];
offset += 8 + 12 + 8 * samples.length;
@@ -45002,7 +45827,6 @@
bytes = new Uint8Array(header.length + samples.length * 8);
bytes.set(header);
bytesOffest = header.length;
-
for (i = 0; i < samples.length; i++) {
sample = samples[i];
bytes[bytesOffest++] = (sample.duration & 0xFF000000) >>> 24;
@@ -45015,28 +45839,24 @@
bytes[bytesOffest++] = (sample.size & 0xFF00) >>> 8;
bytes[bytesOffest++] = sample.size & 0xFF; // sample_size
}
-
return box(types.trun, bytes);
};
-
- trun$1 = function trun(track, offset) {
+ trun$1 = function (track, offset) {
if (track.type === 'audio') {
return audioTrun(track, offset);
}
-
return videoTrun(track, offset);
};
})();
-
var mp4Generator = {
ftyp: ftyp,
mdat: mdat,
moof: moof,
moov: moov,
- initSegment: function initSegment(tracks) {
+ initSegment: function (tracks) {
var fileType = ftyp(),
- movie = moov(tracks),
- result;
+ movie = moov(tracks),
+ result;
result = new Uint8Array(fileType.byteLength + movie.byteLength);
result.set(fileType);
result.set(movie, fileType.byteLength);
@@ -45049,22 +45869,20 @@
* Copyright (c) Brightcove
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
*/
- // Convert an array of nal units into an array of frames with each frame being
// composed of the nal units that make up that frame
// Also keep track of cummulative data about the frame from the nal units such
// as the frame duration, starting pts, etc.
- var groupNalsIntoFrames = function groupNalsIntoFrames(nalUnits) {
+ var groupNalsIntoFrames = function (nalUnits) {
var i,
- currentNal,
- currentFrame = [],
- frames = []; // TODO added for LHLS, make sure this is OK
+ currentNal,
+ currentFrame = [],
+ frames = []; // TODO added for LHLS, make sure this is OK
frames.byteLength = 0;
frames.nalCount = 0;
frames.duration = 0;
currentFrame.byteLength = 0;
-
for (i = 0; i < nalUnits.length; i++) {
currentNal = nalUnits[i]; // Split on 'aud'-type nal units
@@ -45079,7 +45897,6 @@
frames.duration += currentFrame.duration;
frames.push(currentFrame);
}
-
currentFrame = [currentNal];
currentFrame.byteLength = currentNal.data.byteLength;
currentFrame.pts = currentNal.pts;
@@ -45089,7 +45906,6 @@
if (currentNal.nalUnitType === 'slice_layer_without_partitioning_rbsp_idr') {
currentFrame.keyFrame = true;
}
-
currentFrame.duration = currentNal.dts - currentFrame.dts;
currentFrame.byteLength += currentNal.data.byteLength;
currentFrame.push(currentNal);
@@ -45097,13 +45913,11 @@
} // For the last frame, use the duration of the previous frame if we
// have nothing better to go on
-
if (frames.length && (!currentFrame.duration || currentFrame.duration <= 0)) {
currentFrame.duration = frames[frames.length - 1].duration;
} // Push the final frame
// TODO added for LHLS, make sure this is OK
-
frames.byteLength += currentFrame.byteLength;
frames.nalCount += currentFrame.length;
frames.duration += currentFrame.duration;
@@ -45114,12 +45928,11 @@
// Also keep track of cummulative data about the Gop from the frames such as the
// Gop duration, starting pts, etc.
-
- var groupFramesIntoGops = function groupFramesIntoGops(frames) {
+ var groupFramesIntoGops = function (frames) {
var i,
- currentFrame,
- currentGop = [],
- gops = []; // We must pre-set some of the values on the Gop since we
+ currentFrame,
+ currentGop = [],
+ gops = []; // We must pre-set some of the values on the Gop since we
// keep running totals of these values
currentGop.byteLength = 0;
@@ -45133,10 +45946,8 @@
gops.duration = 0;
gops.pts = frames[0].pts;
gops.dts = frames[0].dts;
-
for (i = 0; i < frames.length; i++) {
currentFrame = frames[i];
-
if (currentFrame.keyFrame) {
// Since the very first frame is expected to be an keyframe
// only push to the gops array when currentGop is not empty
@@ -45146,7 +45957,6 @@
gops.nalCount += currentGop.nalCount;
gops.duration += currentGop.duration;
}
-
currentGop = [currentFrame];
currentGop.nalCount = currentFrame.length;
currentGop.byteLength = currentFrame.byteLength;
@@ -45160,11 +45970,9 @@
currentGop.push(currentFrame);
}
}
-
if (gops.length && currentGop.duration <= 0) {
currentGop.duration = gops[gops.length - 1].duration;
}
-
gops.byteLength += currentGop.byteLength;
gops.nalCount += currentGop.nalCount;
gops.duration += currentGop.duration; // push the final Gop
@@ -45182,10 +45990,8 @@
* @returns {Array} modified video GOPs
*/
-
- var extendFirstKeyFrame = function extendFirstKeyFrame(gops) {
+ var extendFirstKeyFrame = function (gops) {
var currentGop;
-
if (!gops[0][0].keyFrame && gops.length > 1) {
// Remove the first GOP
currentGop = gops.shift();
@@ -45198,7 +46004,6 @@
gops[0][0].pts = currentGop.pts;
gops[0][0].duration += currentGop.duration;
}
-
return gops;
};
/**
@@ -45206,8 +46011,7 @@
* see ISO/IEC 14496-12:2012, section 8.6.4.3
*/
-
- var createDefaultSample = function createDefaultSample() {
+ var createDefaultSample = function () {
return {
size: 0,
flags: {
@@ -45229,8 +46033,7 @@
* @return {Object} object containing sample table info for a frame
*/
-
- var sampleForFrame = function sampleForFrame(frame, dataOffset) {
+ var sampleForFrame = function (frame, dataOffset) {
var sample = createDefaultSample();
sample.dataOffset = dataOffset;
sample.compositionTimeOffset = frame.pts - frame.dts;
@@ -45238,28 +46041,23 @@
sample.size = 4 * frame.length; // Space for nal unit size
sample.size += frame.byteLength;
-
if (frame.keyFrame) {
sample.flags.dependsOn = 2;
sample.flags.isNonSyncSample = 0;
}
-
return sample;
}; // generate the track's sample table from an array of gops
-
- var generateSampleTable$1 = function generateSampleTable(gops, baseDataOffset) {
+ var generateSampleTable$1 = function (gops, baseDataOffset) {
var h,
- i,
- sample,
- currentGop,
- currentFrame,
- dataOffset = baseDataOffset || 0,
- samples = [];
-
+ i,
+ sample,
+ currentGop,
+ currentFrame,
+ dataOffset = baseDataOffset || 0,
+ samples = [];
for (h = 0; h < gops.length; h++) {
currentGop = gops[h];
-
for (i = 0; i < currentGop.length; i++) {
currentFrame = currentGop[i];
sample = sampleForFrame(currentFrame, dataOffset);
@@ -45267,24 +46065,22 @@
samples.push(sample);
}
}
-
return samples;
}; // generate the track's raw mdat data from an array of gops
-
- var concatenateNalData = function concatenateNalData(gops) {
+ var concatenateNalData = function (gops) {
var h,
- i,
- j,
- currentGop,
- currentFrame,
- currentNal,
- dataOffset = 0,
- nalsByteLength = gops.byteLength,
- numberOfNals = gops.nalCount,
- totalByteLength = nalsByteLength + 4 * numberOfNals,
- data = new Uint8Array(totalByteLength),
- view = new DataView(data.buffer); // For each Gop..
+ i,
+ j,
+ currentGop,
+ currentFrame,
+ currentNal,
+ dataOffset = 0,
+ nalsByteLength = gops.byteLength,
+ numberOfNals = gops.nalCount,
+ totalByteLength = nalsByteLength + 4 * numberOfNals,
+ data = new Uint8Array(totalByteLength),
+ view = new DataView(data.buffer); // For each Gop..
for (h = 0; h < gops.length; h++) {
currentGop = gops[h]; // For each Frame..
@@ -45301,30 +46097,27 @@
}
}
}
-
return data;
}; // generate the track's sample table from a frame
-
- var generateSampleTableForFrame = function generateSampleTableForFrame(frame, baseDataOffset) {
+ var generateSampleTableForFrame = function (frame, baseDataOffset) {
var sample,
- dataOffset = baseDataOffset || 0,
- samples = [];
+ dataOffset = baseDataOffset || 0,
+ samples = [];
sample = sampleForFrame(frame, dataOffset);
samples.push(sample);
return samples;
}; // generate the track's raw mdat data from a frame
-
- var concatenateNalDataForFrame = function concatenateNalDataForFrame(frame) {
+ var concatenateNalDataForFrame = function (frame) {
var i,
- currentNal,
- dataOffset = 0,
- nalsByteLength = frame.byteLength,
- numberOfNals = frame.length,
- totalByteLength = nalsByteLength + 4 * numberOfNals,
- data = new Uint8Array(totalByteLength),
- view = new DataView(data.buffer); // For each NAL..
+ currentNal,
+ dataOffset = 0,
+ nalsByteLength = frame.byteLength,
+ numberOfNals = frame.length,
+ totalByteLength = nalsByteLength + 4 * numberOfNals,
+ data = new Uint8Array(totalByteLength),
+ view = new DataView(data.buffer); // For each NAL..
for (i = 0; i < frame.length; i++) {
currentNal = frame[i];
@@ -45333,11 +46126,9 @@
data.set(currentNal.data, dataOffset);
dataOffset += currentNal.data.byteLength;
}
-
return data;
};
-
- var frameUtils = {
+ var frameUtils$1 = {
groupNalsIntoFrames: groupNalsIntoFrames,
groupFramesIntoGops: groupFramesIntoGops,
extendFirstKeyFrame: extendFirstKeyFrame,
@@ -45355,18 +46146,14 @@
var highPrefix = [33, 16, 5, 32, 164, 27];
var lowPrefix = [33, 65, 108, 84, 1, 2, 4, 8, 168, 2, 4, 8, 17, 191, 252];
-
- var zeroFill = function zeroFill(count) {
+ var zeroFill = function (count) {
var a = [];
-
while (count--) {
a.push(0);
}
-
return a;
};
-
- var makeTable = function makeTable(metaTable) {
+ var makeTable = function (metaTable) {
return Object.keys(metaTable).reduce(function (obj, key) {
obj[key] = new Uint8Array(metaTable[key].reduce(function (arr, part) {
return arr.concat(part);
@@ -45374,10 +46161,8 @@
return obj;
}, {});
};
-
var silence;
-
- var silence_1 = function silence_1() {
+ var silence_1 = function () {
if (!silence) {
// Frames-of-silence to use for filling in missing AAC frames
var coneOfSilence = {
@@ -45395,7 +46180,6 @@
};
silence = makeTable(coneOfSilence);
}
-
return silence;
};
/**
@@ -45405,38 +46189,31 @@
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
*/
-
var ONE_SECOND_IN_TS$4 = 90000,
- // 90kHz clock
- secondsToVideoTs,
- secondsToAudioTs,
- videoTsToSeconds,
- audioTsToSeconds,
- audioTsToVideoTs,
- videoTsToAudioTs,
- metadataTsToSeconds;
-
- secondsToVideoTs = function secondsToVideoTs(seconds) {
+ // 90kHz clock
+ secondsToVideoTs,
+ secondsToAudioTs,
+ videoTsToSeconds,
+ audioTsToSeconds,
+ audioTsToVideoTs,
+ videoTsToAudioTs,
+ metadataTsToSeconds;
+ secondsToVideoTs = function (seconds) {
return seconds * ONE_SECOND_IN_TS$4;
};
-
- secondsToAudioTs = function secondsToAudioTs(seconds, sampleRate) {
+ secondsToAudioTs = function (seconds, sampleRate) {
return seconds * sampleRate;
};
-
- videoTsToSeconds = function videoTsToSeconds(timestamp) {
+ videoTsToSeconds = function (timestamp) {
return timestamp / ONE_SECOND_IN_TS$4;
};
-
- audioTsToSeconds = function audioTsToSeconds(timestamp, sampleRate) {
+ audioTsToSeconds = function (timestamp, sampleRate) {
return timestamp / sampleRate;
};
-
- audioTsToVideoTs = function audioTsToVideoTs(timestamp, sampleRate) {
+ audioTsToVideoTs = function (timestamp, sampleRate) {
return secondsToVideoTs(audioTsToSeconds(timestamp, sampleRate));
};
-
- videoTsToAudioTs = function videoTsToAudioTs(timestamp, sampleRate) {
+ videoTsToAudioTs = function (timestamp, sampleRate) {
return secondsToAudioTs(videoTsToSeconds(timestamp), sampleRate);
};
/**
@@ -45444,12 +46221,10 @@
* (if keepOriginalTimestamps is false) and convert to seconds
*/
-
- metadataTsToSeconds = function metadataTsToSeconds(timestamp, timelineStartPts, keepOriginalTimestamps) {
+ metadataTsToSeconds = function (timestamp, timelineStartPts, keepOriginalTimestamps) {
return videoTsToSeconds(keepOriginalTimestamps ? timestamp : timestamp - timelineStartPts);
};
-
- var clock = {
+ var clock$2 = {
ONE_SECOND_IN_TS: ONE_SECOND_IN_TS$4,
secondsToVideoTs: secondsToVideoTs,
secondsToAudioTs: secondsToAudioTs,
@@ -45466,43 +46241,40 @@
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
*/
+ var coneOfSilence = silence_1;
+ var clock$1 = clock$2;
/**
* Sum the `byteLength` properties of the data in each AAC frame
*/
- var sumFrameByteLengths = function sumFrameByteLengths(array) {
+ var sumFrameByteLengths = function (array) {
var i,
- currentObj,
- sum = 0; // sum the byteLength's all each nal unit in the frame
+ currentObj,
+ sum = 0; // sum the byteLength's all each nal unit in the frame
for (i = 0; i < array.length; i++) {
currentObj = array[i];
sum += currentObj.data.byteLength;
}
-
return sum;
}; // Possibly pad (prefix) the audio track with silence if appending this track
// would lead to the introduction of a gap in the audio buffer
-
- var prefixWithSilence = function prefixWithSilence(track, frames, audioAppendStartTs, videoBaseMediaDecodeTime) {
+ var prefixWithSilence = function (track, frames, audioAppendStartTs, videoBaseMediaDecodeTime) {
var baseMediaDecodeTimeTs,
- frameDuration = 0,
- audioGapDuration = 0,
- audioFillFrameCount = 0,
- audioFillDuration = 0,
- silentFrame,
- i,
- firstFrame;
-
+ frameDuration = 0,
+ audioGapDuration = 0,
+ audioFillFrameCount = 0,
+ audioFillDuration = 0,
+ silentFrame,
+ i,
+ firstFrame;
if (!frames.length) {
return;
}
+ baseMediaDecodeTimeTs = clock$1.audioTsToVideoTs(track.baseMediaDecodeTime, track.samplerate); // determine frame clock duration based on sample rate, round up to avoid overfills
- baseMediaDecodeTimeTs = clock.audioTsToVideoTs(track.baseMediaDecodeTime, track.samplerate); // determine frame clock duration based on sample rate, round up to avoid overfills
-
- frameDuration = Math.ceil(clock.ONE_SECOND_IN_TS / (track.samplerate / 1024));
-
+ frameDuration = Math.ceil(clock$1.ONE_SECOND_IN_TS / (track.samplerate / 1024));
if (audioAppendStartTs && videoBaseMediaDecodeTime) {
// insert the shortest possible amount (audio gap or audio to video gap)
audioGapDuration = baseMediaDecodeTimeTs - Math.max(audioAppendStartTs, videoBaseMediaDecodeTime); // number of full frames in the audio gap
@@ -45512,19 +46284,15 @@
} // don't attempt to fill gaps smaller than a single frame or larger
// than a half second
-
- if (audioFillFrameCount < 1 || audioFillDuration > clock.ONE_SECOND_IN_TS / 2) {
+ if (audioFillFrameCount < 1 || audioFillDuration > clock$1.ONE_SECOND_IN_TS / 2) {
return;
}
-
- silentFrame = silence_1()[track.samplerate];
-
+ silentFrame = coneOfSilence()[track.samplerate];
if (!silentFrame) {
// we don't have a silent frame pregenerated for the sample rate, so use a frame
// from the content instead
silentFrame = frames[0].data;
}
-
for (i = 0; i < audioFillFrameCount; i++) {
firstFrame = frames[0];
frames.splice(0, 0, {
@@ -45533,21 +46301,18 @@
pts: firstFrame.pts - frameDuration
});
}
-
- track.baseMediaDecodeTime -= Math.floor(clock.videoTsToAudioTs(audioFillDuration, track.samplerate));
+ track.baseMediaDecodeTime -= Math.floor(clock$1.videoTsToAudioTs(audioFillDuration, track.samplerate));
return audioFillDuration;
}; // If the audio segment extends before the earliest allowed dts
// value, remove AAC frames until starts at or after the earliest
// allowed DTS so that we don't end up with a negative baseMedia-
// DecodeTime for the audio track
-
- var trimAdtsFramesByEarliestDts = function trimAdtsFramesByEarliestDts(adtsFrames, track, earliestAllowedDts) {
+ var trimAdtsFramesByEarliestDts = function (adtsFrames, track, earliestAllowedDts) {
if (track.minSegmentDts >= earliestAllowedDts) {
return adtsFrames;
} // We will need to recalculate the earliest segment Dts
-
track.minSegmentDts = Infinity;
return adtsFrames.filter(function (currentFrame) {
// If this is an allowed frame, keep it and record it's Dts
@@ -45557,46 +46322,37 @@
return true;
} // Otherwise, discard it
-
return false;
});
}; // generate the track's raw mdat data from an array of frames
-
- var generateSampleTable = function generateSampleTable(frames) {
+ var generateSampleTable = function (frames) {
var i,
- currentFrame,
- samples = [];
-
+ currentFrame,
+ samples = [];
for (i = 0; i < frames.length; i++) {
currentFrame = frames[i];
samples.push({
size: currentFrame.data.byteLength,
duration: 1024 // For AAC audio, all samples contain 1024 samples
-
});
}
-
return samples;
}; // generate the track's sample table from an array of frames
-
- var concatenateFrameData = function concatenateFrameData(frames) {
+ var concatenateFrameData = function (frames) {
var i,
- currentFrame,
- dataOffset = 0,
- data = new Uint8Array(sumFrameByteLengths(frames));
-
+ currentFrame,
+ dataOffset = 0,
+ data = new Uint8Array(sumFrameByteLengths(frames));
for (i = 0; i < frames.length; i++) {
currentFrame = frames[i];
data.set(currentFrame.data, dataOffset);
dataOffset += currentFrame.data.byteLength;
}
-
return data;
};
-
- var audioFrameUtils = {
+ var audioFrameUtils$1 = {
prefixWithSilence: prefixWithSilence,
trimAdtsFramesByEarliestDts: trimAdtsFramesByEarliestDts,
generateSampleTable: generateSampleTable,
@@ -45609,43 +46365,38 @@
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
*/
- var ONE_SECOND_IN_TS$3 = clock.ONE_SECOND_IN_TS;
+ var ONE_SECOND_IN_TS$3 = clock$2.ONE_SECOND_IN_TS;
/**
* Store information about the start and end of the track and the
* duration for each frame/sample we process in order to calculate
* the baseMediaDecodeTime
*/
- var collectDtsInfo = function collectDtsInfo(track, data) {
+ var collectDtsInfo = function (track, data) {
if (typeof data.pts === 'number') {
if (track.timelineStartInfo.pts === undefined) {
track.timelineStartInfo.pts = data.pts;
}
-
if (track.minSegmentPts === undefined) {
track.minSegmentPts = data.pts;
} else {
track.minSegmentPts = Math.min(track.minSegmentPts, data.pts);
}
-
if (track.maxSegmentPts === undefined) {
track.maxSegmentPts = data.pts;
} else {
track.maxSegmentPts = Math.max(track.maxSegmentPts, data.pts);
}
}
-
if (typeof data.dts === 'number') {
if (track.timelineStartInfo.dts === undefined) {
track.timelineStartInfo.dts = data.dts;
}
-
if (track.minSegmentDts === undefined) {
track.minSegmentDts = data.dts;
} else {
track.minSegmentDts = Math.min(track.minSegmentDts, data.dts);
}
-
if (track.maxSegmentDts === undefined) {
track.maxSegmentDts = data.dts;
} else {
@@ -45658,8 +46409,7 @@
* tracks
*/
-
- var clearDtsInfo = function clearDtsInfo(track) {
+ var clearDtsInfo = function (track) {
delete track.minSegmentDts;
delete track.maxSegmentDts;
delete track.minSegmentPts;
@@ -45674,24 +46424,21 @@
* in the source; false to adjust the first segment to start at 0.
*/
-
- var calculateTrackBaseMediaDecodeTime = function calculateTrackBaseMediaDecodeTime(track, keepOriginalTimestamps) {
+ var calculateTrackBaseMediaDecodeTime = function (track, keepOriginalTimestamps) {
var baseMediaDecodeTime,
- scale,
- minSegmentDts = track.minSegmentDts; // Optionally adjust the time so the first segment starts at zero.
+ scale,
+ minSegmentDts = track.minSegmentDts; // Optionally adjust the time so the first segment starts at zero.
if (!keepOriginalTimestamps) {
minSegmentDts -= track.timelineStartInfo.dts;
} // track.timelineStartInfo.baseMediaDecodeTime is the location, in time, where
// we want the start of the first segment to be placed
-
baseMediaDecodeTime = track.timelineStartInfo.baseMediaDecodeTime; // Add to that the distance this segment is from the very first
baseMediaDecodeTime += minSegmentDts; // baseMediaDecodeTime must not become negative
baseMediaDecodeTime = Math.max(0, baseMediaDecodeTime);
-
if (track.type === 'audio') {
// Audio has a different clock equal to the sampling_rate so we need to
// scale the PTS values into the clock rate of the track
@@ -45699,11 +46446,9 @@
baseMediaDecodeTime *= scale;
baseMediaDecodeTime = Math.floor(baseMediaDecodeTime);
}
-
return baseMediaDecodeTime;
};
-
- var trackDecodeInfo = {
+ var trackDecodeInfo$1 = {
clearDtsInfo: clearDtsInfo,
calculateTrackBaseMediaDecodeTime: calculateTrackBaseMediaDecodeTime,
collectDtsInfo: collectDtsInfo
@@ -45725,7 +46470,7 @@
// payload type 0x04.
var USER_DATA_REGISTERED_ITU_T_T35 = 4,
- RBSP_TRAILING_BITS = 128;
+ RBSP_TRAILING_BITS = 128;
/**
* Parse a supplemental enhancement information (SEI) NAL unit.
* Stops parsing once a message of type ITU T T35 has been found.
@@ -45735,14 +46480,14 @@
* @see Rec. ITU-T H.264, 7.3.2.3.1
*/
- var parseSei = function parseSei(bytes) {
+ var parseSei = function (bytes) {
var i = 0,
- result = {
- payloadType: -1,
- payloadSize: 0
- },
- payloadType = 0,
- payloadSize = 0; // go through the sei_rbsp parsing each each individual sei_message
+ result = {
+ payloadType: -1,
+ payloadSize: 0
+ },
+ payloadType = 0,
+ payloadSize = 0; // go through the sei_rbsp parsing each each individual sei_message
while (i < bytes.byteLength) {
// stop once we have hit the end of the sei_rbsp
@@ -45750,25 +46495,21 @@
break;
} // Parse payload type
-
while (bytes[i] === 0xFF) {
payloadType += 255;
i++;
}
-
payloadType += bytes[i++]; // Parse payload size
while (bytes[i] === 0xFF) {
payloadSize += 255;
i++;
}
-
payloadSize += bytes[i++]; // this sei_message is a 608/708 caption so save it and break
// there can only ever be one caption message in a frame's sei
if (!result.payload && payloadType === USER_DATA_REGISTERED_ITU_T_T35) {
var userIdentifier = String.fromCharCode(bytes[i + 3], bytes[i + 4], bytes[i + 5], bytes[i + 6]);
-
if (userIdentifier === 'GA94') {
result.payloadType = payloadType;
result.payloadSize = payloadSize;
@@ -45779,58 +46520,48 @@
}
} // skip the payload and parse the next message
-
i += payloadSize;
payloadType = 0;
payloadSize = 0;
}
-
return result;
}; // see ANSI/SCTE 128-1 (2013), section 8.1
-
- var parseUserData = function parseUserData(sei) {
+ var parseUserData = function (sei) {
// itu_t_t35_contry_code must be 181 (United States) for
// captions
if (sei.payload[0] !== 181) {
return null;
} // itu_t_t35_provider_code should be 49 (ATSC) for captions
-
if ((sei.payload[1] << 8 | sei.payload[2]) !== 49) {
return null;
} // the user_identifier should be "GA94" to indicate ATSC1 data
-
if (String.fromCharCode(sei.payload[3], sei.payload[4], sei.payload[5], sei.payload[6]) !== 'GA94') {
return null;
} // finally, user_data_type_code should be 0x03 for caption data
-
if (sei.payload[7] !== 0x03) {
return null;
} // return the user_data_type_structure and strip the trailing
// marker bits
-
return sei.payload.subarray(8, sei.payload.length - 1);
}; // see CEA-708-D, section 4.4
-
- var parseCaptionPackets = function parseCaptionPackets(pts, userData) {
+ var parseCaptionPackets = function (pts, userData) {
var results = [],
- i,
- count,
- offset,
- data; // if this is just filler, return immediately
+ i,
+ count,
+ offset,
+ data; // if this is just filler, return immediately
if (!(userData[0] & 0x40)) {
return results;
} // parse out the cc_data_1 and cc_data_2 fields
-
count = userData[0] & 0x1f;
-
for (i = 0; i < count; i++) {
offset = i * 3;
data = {
@@ -45843,16 +46574,14 @@
results.push(data);
}
}
-
return results;
};
-
- var discardEmulationPreventionBytes$1 = function discardEmulationPreventionBytes(data) {
+ var discardEmulationPreventionBytes$1 = function (data) {
var length = data.byteLength,
- emulationPreventionBytesPositions = [],
- i = 1,
- newLength,
- newData; // Find all `Emulation Prevention Bytes`
+ emulationPreventionBytesPositions = [],
+ i = 1,
+ newLength,
+ newData; // Find all `Emulation Prevention Bytes`
while (i < length - 2) {
if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {
@@ -45864,16 +46593,13 @@
} // If no Emulation Prevention Bytes were found just return the original
// array
-
if (emulationPreventionBytesPositions.length === 0) {
return data;
} // Create a new array to hold the NAL unit data
-
newLength = length - emulationPreventionBytesPositions.length;
newData = new Uint8Array(newLength);
var sourceIndex = 0;
-
for (i = 0; i < newLength; sourceIndex++, i++) {
if (sourceIndex === emulationPreventionBytesPositions[0]) {
// Skip this byte
@@ -45881,41 +46607,54 @@
emulationPreventionBytesPositions.shift();
}
-
newData[i] = data[sourceIndex];
}
-
return newData;
}; // exports
-
var captionPacketParser = {
parseSei: parseSei,
parseUserData: parseUserData,
parseCaptionPackets: parseCaptionPackets,
discardEmulationPreventionBytes: discardEmulationPreventionBytes$1,
USER_DATA_REGISTERED_ITU_T_T35: USER_DATA_REGISTERED_ITU_T_T35
- }; // Link To Transport
+ };
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Reads in-band caption information from a video elementary
+ * stream. Captions must follow the CEA-708 standard for injection
+ * into an MPEG-2 transport streams.
+ * @see https://en.wikipedia.org/wiki/CEA-708
+ * @see https://www.gpo.gov/fdsys/pkg/CFR-2007-title47-vol1/pdf/CFR-2007-title47-vol1-sec15-119.pdf
+ */
+ // Link To Transport
// -----------------
- var CaptionStream$1 = function CaptionStream(options) {
+ var Stream$7 = stream;
+ var cea708Parser = captionPacketParser;
+ var CaptionStream$2 = function (options) {
options = options || {};
- CaptionStream.prototype.init.call(this); // parse708captions flag, default to true
+ CaptionStream$2.prototype.init.call(this); // parse708captions flag, default to true
this.parse708captions_ = typeof options.parse708captions === 'boolean' ? options.parse708captions : true;
this.captionPackets_ = [];
- this.ccStreams_ = [new Cea608Stream(0, 0), // eslint-disable-line no-use-before-define
- new Cea608Stream(0, 1), // eslint-disable-line no-use-before-define
- new Cea608Stream(1, 0), // eslint-disable-line no-use-before-define
+ this.ccStreams_ = [new Cea608Stream(0, 0),
+ // eslint-disable-line no-use-before-define
+ new Cea608Stream(0, 1),
+ // eslint-disable-line no-use-before-define
+ new Cea608Stream(1, 0),
+ // eslint-disable-line no-use-before-define
new Cea608Stream(1, 1) // eslint-disable-line no-use-before-define
];
-
if (this.parse708captions_) {
this.cc708Stream_ = new Cea708Stream({
captionServices: options.captionServices
}); // eslint-disable-line no-use-before-define
}
-
this.reset(); // forward data and done events from CCs to this CaptionStream
this.ccStreams_.forEach(function (cc) {
@@ -45923,37 +46662,31 @@
cc.on('partialdone', this.trigger.bind(this, 'partialdone'));
cc.on('done', this.trigger.bind(this, 'done'));
}, this);
-
if (this.parse708captions_) {
this.cc708Stream_.on('data', this.trigger.bind(this, 'data'));
this.cc708Stream_.on('partialdone', this.trigger.bind(this, 'partialdone'));
this.cc708Stream_.on('done', this.trigger.bind(this, 'done'));
}
};
-
- CaptionStream$1.prototype = new stream();
-
- CaptionStream$1.prototype.push = function (event) {
+ CaptionStream$2.prototype = new Stream$7();
+ CaptionStream$2.prototype.push = function (event) {
var sei, userData, newCaptionPackets; // only examine SEI NALs
if (event.nalUnitType !== 'sei_rbsp') {
return;
} // parse the sei
-
- sei = captionPacketParser.parseSei(event.escapedRBSP); // no payload data, skip
+ sei = cea708Parser.parseSei(event.escapedRBSP); // no payload data, skip
if (!sei.payload) {
return;
} // ignore everything but user_data_registered_itu_t_t35
-
- if (sei.payloadType !== captionPacketParser.USER_DATA_REGISTERED_ITU_T_T35) {
+ if (sei.payloadType !== cea708Parser.USER_DATA_REGISTERED_ITU_T_T35) {
return;
} // parse out the user data payload
-
- userData = captionPacketParser.parseUserData(sei); // ignore unrecognized userData
+ userData = cea708Parser.parseUserData(sei); // ignore unrecognized userData
if (!userData) {
return;
@@ -45966,41 +46699,33 @@
// tracking the number of packets received with dts === this.latestDts_, we
// know how many should be ignored once we start receiving duplicates.
-
if (event.dts < this.latestDts_) {
// We've started getting older data, so set the flag.
this.ignoreNextEqualDts_ = true;
return;
} else if (event.dts === this.latestDts_ && this.ignoreNextEqualDts_) {
this.numSameDts_--;
-
if (!this.numSameDts_) {
// We've received the last duplicate packet, time to start processing again
this.ignoreNextEqualDts_ = false;
}
-
return;
} // parse out CC data packets and save them for later
-
- newCaptionPackets = captionPacketParser.parseCaptionPackets(event.pts, userData);
+ newCaptionPackets = cea708Parser.parseCaptionPackets(event.pts, userData);
this.captionPackets_ = this.captionPackets_.concat(newCaptionPackets);
-
if (this.latestDts_ !== event.dts) {
this.numSameDts_ = 0;
}
-
this.numSameDts_++;
this.latestDts_ = event.dts;
};
-
- CaptionStream$1.prototype.flushCCStreams = function (flushType) {
+ CaptionStream$2.prototype.flushCCStreams = function (flushType) {
this.ccStreams_.forEach(function (cc) {
return flushType === 'flush' ? cc.flush() : cc.partialFlush();
}, this);
};
-
- CaptionStream$1.prototype.flushStream = function (flushType) {
+ CaptionStream$2.prototype.flushStream = function (flushType) {
// make sure we actually parsed captions before proceeding
if (!this.captionPackets_.length) {
this.flushCCStreams(flushType);
@@ -46008,7 +46733,6 @@
} // In Chrome, the Array#sort function is not stable so add a
// presortIndex that we can use to ensure we get a stable-sort
-
this.captionPackets_.forEach(function (elem, idx) {
elem.presortIndex = idx;
}); // sort caption byte-pairs based on their PTS values
@@ -46017,7 +46741,6 @@
if (a.pts === b.pts) {
return a.presortIndex - b.presortIndex;
}
-
return a.pts - b.pts;
});
this.captionPackets_.forEach(function (packet) {
@@ -46032,17 +46755,14 @@
this.captionPackets_.length = 0;
this.flushCCStreams(flushType);
};
-
- CaptionStream$1.prototype.flush = function () {
+ CaptionStream$2.prototype.flush = function () {
return this.flushStream('flush');
}; // Only called if handling partial data
-
- CaptionStream$1.prototype.partialFlush = function () {
+ CaptionStream$2.prototype.partialFlush = function () {
return this.flushStream('partialFlush');
};
-
- CaptionStream$1.prototype.reset = function () {
+ CaptionStream$2.prototype.reset = function () {
this.latestDts_ = null;
this.ignoreNextEqualDts_ = false;
this.numSameDts_ = 0;
@@ -46063,8 +46783,7 @@
// With that in mind, we ignore any data between an XDS control code and a
// subsequent closed-captioning control code.
-
- CaptionStream$1.prototype.dispatchCea608Packet = function (packet) {
+ CaptionStream$2.prototype.dispatchCea608Packet = function (packet) {
// NOTE: packet.type is the CEA608 field
if (this.setsTextOrXDSActive(packet)) {
this.activeCea608Channel_[packet.type] = null;
@@ -46073,30 +46792,24 @@
} else if (this.setsChannel2Active(packet)) {
this.activeCea608Channel_[packet.type] = 1;
}
-
if (this.activeCea608Channel_[packet.type] === null) {
// If we haven't received anything to set the active channel, or the
// packets are Text/XDS data, discard the data; we don't want jumbled
// captions
return;
}
-
this.ccStreams_[(packet.type << 1) + this.activeCea608Channel_[packet.type]].push(packet);
};
-
- CaptionStream$1.prototype.setsChannel1Active = function (packet) {
+ CaptionStream$2.prototype.setsChannel1Active = function (packet) {
return (packet.ccData & 0x7800) === 0x1000;
};
-
- CaptionStream$1.prototype.setsChannel2Active = function (packet) {
+ CaptionStream$2.prototype.setsChannel2Active = function (packet) {
return (packet.ccData & 0x7800) === 0x1800;
};
-
- CaptionStream$1.prototype.setsTextOrXDSActive = function (packet) {
+ CaptionStream$2.prototype.setsTextOrXDSActive = function (packet) {
return (packet.ccData & 0x7100) === 0x0100 || (packet.ccData & 0x78fe) === 0x102a || (packet.ccData & 0x78fe) === 0x182a;
};
-
- CaptionStream$1.prototype.dispatchCea708Packet = function (packet) {
+ CaptionStream$2.prototype.dispatchCea708Packet = function (packet) {
if (this.parse708captions_) {
this.cc708Stream_.push(packet);
}
@@ -46119,7 +46832,6 @@
// unicode character, so a fairly similar unicode character was
// chosen in it's place.
-
var CHARACTER_TRANSLATION_708 = {
0x7f: 0x266a,
// ♪
@@ -46176,29 +46888,22 @@
0x107f: 0x23a1,
// ⎡
0x10a0: 0x3138 // ㄸ (CC char)
-
};
-
- var get708CharFromCode = function get708CharFromCode(code) {
+ var get708CharFromCode = function (code) {
var newCode = CHARACTER_TRANSLATION_708[code] || code;
-
if (code & 0x1000 && code === newCode) {
// Invalid extended code
return '';
}
-
return String.fromCharCode(newCode);
};
-
- var within708TextBlock = function within708TextBlock(b) {
+ var within708TextBlock = function (b) {
return 0x20 <= b && b <= 0x7f || 0xa0 <= b && b <= 0xff;
};
-
- var Cea708Window = function Cea708Window(windowNum) {
+ var Cea708Window = function (windowNum) {
this.windowNum = windowNum;
this.reset();
};
-
Cea708Window.prototype.reset = function () {
this.clearText();
this.pendingNewLine = false;
@@ -46222,55 +46927,45 @@
this.windowStyle = 0;
this.penStyle = 0;
};
-
Cea708Window.prototype.getText = function () {
return this.rows.join('\n');
};
-
Cea708Window.prototype.clearText = function () {
this.rows = [''];
this.rowIdx = 0;
};
-
Cea708Window.prototype.newLine = function (pts) {
if (this.rows.length >= this.virtualRowCount && typeof this.beforeRowOverflow === 'function') {
this.beforeRowOverflow(pts);
}
-
if (this.rows.length > 0) {
this.rows.push('');
this.rowIdx++;
} // Show all virtual rows since there's no visible scrolling
-
while (this.rows.length > this.virtualRowCount) {
this.rows.shift();
this.rowIdx--;
}
};
-
Cea708Window.prototype.isEmpty = function () {
if (this.rows.length === 0) {
return true;
} else if (this.rows.length === 1) {
return this.rows[0] === '';
}
-
return false;
};
-
Cea708Window.prototype.addText = function (text) {
this.rows[this.rowIdx] += text;
};
-
Cea708Window.prototype.backspace = function () {
if (!this.isEmpty()) {
var row = this.rows[this.rowIdx];
this.rows[this.rowIdx] = row.substr(0, row.length - 1);
}
};
-
- var Cea708Service = function Cea708Service(serviceNum, encoding, stream) {
+ var Cea708Service = function (serviceNum, encoding, stream) {
this.serviceNum = serviceNum;
this.text = '';
this.currentWindow = new Cea708Window(-1);
@@ -46289,13 +46984,10 @@
* @param {Function} beforeRowOverflow Function to execute before row overflow of a window
*/
-
Cea708Service.prototype.init = function (pts, beforeRowOverflow) {
this.startPts = pts;
-
for (var win = 0; win < 8; win++) {
this.windows[win] = new Cea708Window(win);
-
if (typeof beforeRowOverflow === 'function') {
this.windows[win].beforeRowOverflow = beforeRowOverflow;
}
@@ -46307,7 +46999,6 @@
* @param {Integer} windowNum Window number
*/
-
Cea708Service.prototype.setCurrentWindow = function (windowNum) {
this.currentWindow = this.windows[windowNum];
};
@@ -46315,7 +47006,6 @@
* Try to create a TextDecoder if it is natively supported
*/
-
Cea708Service.prototype.createTextDecoder = function (encoding) {
if (typeof TextDecoder === 'undefined') {
this.stream.trigger('log', {
@@ -46333,8 +47023,7 @@
}
}
};
-
- var Cea708Stream = function Cea708Stream(options) {
+ var Cea708Stream = function (options) {
options = options || {};
Cea708Stream.prototype.init.call(this);
var self = this;
@@ -46342,9 +47031,8 @@
var captionServiceEncodings = {};
var serviceProps; // Get service encodings from captionServices option block
- Object.keys(captionServices).forEach(function (serviceName) {
+ Object.keys(captionServices).forEach(serviceName => {
serviceProps = captionServices[serviceName];
-
if (/^SERVICE/.test(serviceName)) {
captionServiceEncodings[serviceName] = serviceProps.encoding;
}
@@ -46352,7 +47040,6 @@
this.serviceEncodings = captionServiceEncodings;
this.current708Packet = null;
this.services = {};
-
this.push = function (packet) {
if (packet.type === 3) {
// 708 packet start
@@ -46363,13 +47050,11 @@
// This should only happen at the start of a file if there's no packet start.
self.new708Packet();
}
-
self.add708Bytes(packet);
}
};
};
-
- Cea708Stream.prototype = new stream();
+ Cea708Stream.prototype = new Stream$7();
/**
* Push current 708 packet, create new 708 packet.
*/
@@ -46378,7 +47063,6 @@
if (this.current708Packet !== null) {
this.push708Packet();
}
-
this.current708Packet = {
data: [],
ptsVals: []
@@ -46388,7 +47072,6 @@
* Add pts and both bytes from packet into current 708 packet.
*/
-
Cea708Stream.prototype.add708Bytes = function (packet) {
var data = packet.ccData;
var byte0 = data >>> 8;
@@ -46403,7 +47086,6 @@
* Parse completed 708 packet into service blocks and push each service block.
*/
-
Cea708Stream.prototype.push708Packet = function () {
var packet708 = this.current708Packet;
var packetData = packet708.data;
@@ -46424,9 +47106,7 @@
b = packetData[i++];
serviceNum = b;
}
-
this.pushServiceBlock(serviceNum, i, blockSize);
-
if (blockSize > 0) {
i += blockSize - 1;
}
@@ -46445,20 +47125,16 @@
* @param {Integer} size Block size
*/
-
Cea708Stream.prototype.pushServiceBlock = function (serviceNum, start, size) {
var b;
var i = start;
var packetData = this.current708Packet.data;
var service = this.services[serviceNum];
-
if (!service) {
service = this.initService(serviceNum, i);
}
-
for (; i < start + size && i < packetData.length; i++) {
b = packetData[i];
-
if (within708TextBlock(b)) {
i = this.handleText(i, service);
} else if (b === 0x18) {
@@ -46515,17 +47191,14 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.extendedCommands = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[++i];
-
if (within708TextBlock(b)) {
i = this.handleText(i, service, {
isExtended: true
});
}
-
return i;
};
/**
@@ -46535,7 +47208,6 @@
* @return {Integer} PTS
*/
-
Cea708Stream.prototype.getPts = function (byteIndex) {
// There's 1 pts value per 2 bytes
return this.current708Packet.ptsVals[Math.floor(byteIndex / 2)];
@@ -46547,17 +47219,14 @@
* @return {Service} Initialized service object
*/
-
Cea708Stream.prototype.initService = function (serviceNum, i) {
var serviceName = 'SERVICE' + serviceNum;
var self = this;
var serviceName;
var encoding;
-
if (serviceName in this.serviceEncodings) {
encoding = this.serviceEncodings[serviceName];
}
-
this.services[serviceNum] = new Cea708Service(serviceNum, encoding, self);
this.services[serviceNum].init(this.getPts(i), function (pts) {
self.flushDisplayed(pts, self.services[serviceNum]);
@@ -46572,7 +47241,6 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.handleText = function (i, service, options) {
var isExtended = options && options.isExtended;
var isMultiByte = options && options.isMultiByte;
@@ -46581,30 +47249,38 @@
var currentByte = packetData[i];
var nextByte = packetData[i + 1];
var win = service.currentWindow;
+ var char;
+ var charCodeArray; // Converts an array of bytes to a unicode hex string.
- var _char;
-
- var charCodeArray; // Use the TextDecoder if one was created for this service
+ function toHexString(byteArray) {
+ return byteArray.map(byte => {
+ return ('0' + (byte & 0xFF).toString(16)).slice(-2);
+ }).join('');
+ }
+ if (isMultiByte) {
+ charCodeArray = [currentByte, nextByte];
+ i++;
+ } else {
+ charCodeArray = [currentByte];
+ } // Use the TextDecoder if one was created for this service
if (service.textDecoder_ && !isExtended) {
- if (isMultiByte) {
- charCodeArray = [currentByte, nextByte];
- i++;
- } else {
- charCodeArray = [currentByte];
- }
-
- _char = service.textDecoder_.decode(new Uint8Array(charCodeArray));
+ char = service.textDecoder_.decode(new Uint8Array(charCodeArray));
} else {
- _char = get708CharFromCode(extended | currentByte);
- }
+ // We assume any multi-byte char without a decoder is unicode.
+ if (isMultiByte) {
+ const unicode = toHexString(charCodeArray); // Takes a unicode hex string and creates a single character.
+ char = String.fromCharCode(parseInt(unicode, 16));
+ } else {
+ char = get708CharFromCode(extended | currentByte);
+ }
+ }
if (win.pendingNewLine && !win.isEmpty()) {
win.newLine(this.getPts(i));
}
-
win.pendingNewLine = false;
- win.addText(_char);
+ win.addText(char);
return i;
};
/**
@@ -46615,18 +47291,15 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.multiByteCharacter = function (i, service) {
var packetData = this.current708Packet.data;
var firstByte = packetData[i + 1];
var secondByte = packetData[i + 2];
-
if (within708TextBlock(firstByte) && within708TextBlock(secondByte)) {
i = this.handleText(++i, service, {
isMultiByte: true
});
}
-
return i;
};
/**
@@ -46639,7 +47312,6 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.setCurrentWindow = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[i];
@@ -46657,7 +47329,6 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.defineWindow = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[i];
@@ -46708,7 +47379,6 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.setWindowAttributes = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[i];
@@ -46758,7 +47428,6 @@
* @param {Service} service The service object to be affected
*/
-
Cea708Stream.prototype.flushDisplayed = function (pts, service) {
var displayedText = []; // TODO: Positioning not supported, displaying multiple windows will not necessarily
// display text in the correct order, but sample files so far have not shown any issue.
@@ -46768,7 +47437,6 @@
displayedText.push(service.windows[winId].getText());
}
}
-
service.endPts = pts;
service.text = displayedText.join('\n\n');
this.pushCaption(service);
@@ -46780,7 +47448,6 @@
* @param {Service} service The service object to be affected
*/
-
Cea708Stream.prototype.pushCaption = function (service) {
if (service.text !== '') {
this.trigger('data', {
@@ -46803,19 +47470,16 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.displayWindows = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[++i];
var pts = this.getPts(i);
this.flushDisplayed(pts, service);
-
for (var winId = 0; winId < 8; winId++) {
if (b & 0x01 << winId) {
service.windows[winId].visible = 1;
}
}
-
return i;
};
/**
@@ -46828,19 +47492,16 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.hideWindows = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[++i];
var pts = this.getPts(i);
this.flushDisplayed(pts, service);
-
for (var winId = 0; winId < 8; winId++) {
if (b & 0x01 << winId) {
service.windows[winId].visible = 0;
}
}
-
return i;
};
/**
@@ -46853,19 +47514,16 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.toggleWindows = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[++i];
var pts = this.getPts(i);
this.flushDisplayed(pts, service);
-
for (var winId = 0; winId < 8; winId++) {
if (b & 0x01 << winId) {
service.windows[winId].visible ^= 1;
}
}
-
return i;
};
/**
@@ -46878,19 +47536,16 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.clearWindows = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[++i];
var pts = this.getPts(i);
this.flushDisplayed(pts, service);
-
for (var winId = 0; winId < 8; winId++) {
if (b & 0x01 << winId) {
service.windows[winId].clearText();
}
}
-
return i;
};
/**
@@ -46903,19 +47558,16 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.deleteWindows = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[++i];
var pts = this.getPts(i);
this.flushDisplayed(pts, service);
-
for (var winId = 0; winId < 8; winId++) {
if (b & 0x01 << winId) {
service.windows[winId].reset();
}
}
-
return i;
};
/**
@@ -46928,7 +47580,6 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.setPenAttributes = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[i];
@@ -46961,7 +47612,6 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.setPenColor = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[i];
@@ -47003,7 +47653,6 @@
* @return {Integer} New index after parsing
*/
-
Cea708Stream.prototype.setPenLocation = function (i, service) {
var packetData = this.current708Packet.data;
var b = packetData[i];
@@ -47028,7 +47677,6 @@
* @return {Service} Re-initialized service
*/
-
Cea708Stream.prototype.reset = function (i, service) {
var pts = this.getPts(i);
this.flushDisplayed(pts, service);
@@ -47041,7 +47689,6 @@
// can be performed regardless of the field and data channel on which the
// character code was received.
-
var CHARACTER_TRANSLATION = {
0x2a: 0xe1,
// á
@@ -47222,44 +47869,42 @@
0x033e: 0x2514,
// └
0x033f: 0x2518 // ┘
-
};
-
- var getCharFromCode = function getCharFromCode(code) {
+ var getCharFromCode = function (code) {
if (code === null) {
return '';
}
-
code = CHARACTER_TRANSLATION[code] || code;
return String.fromCharCode(code);
}; // the index of the last row in a CEA-608 display buffer
-
var BOTTOM_ROW = 14; // This array is used for mapping PACs -> row #, since there's no way of
// getting it through bit logic.
var ROWS = [0x1100, 0x1120, 0x1200, 0x1220, 0x1500, 0x1520, 0x1600, 0x1620, 0x1700, 0x1720, 0x1000, 0x1300, 0x1320, 0x1400, 0x1420]; // CEA-608 captions are rendered onto a 34x15 matrix of character
// cells. The "bottom" row is the last element in the outer array.
+ // We keep track of positioning information as we go by storing the
+ // number of indentations and the tab offset in this buffer.
- var createDisplayBuffer = function createDisplayBuffer() {
+ var createDisplayBuffer = function () {
var result = [],
- i = BOTTOM_ROW + 1;
-
+ i = BOTTOM_ROW + 1;
while (i--) {
- result.push('');
+ result.push({
+ text: '',
+ indent: 0,
+ offset: 0
+ });
}
-
return result;
};
-
- var Cea608Stream = function Cea608Stream(field, dataChannel) {
+ var Cea608Stream = function (field, dataChannel) {
Cea608Stream.prototype.init.call(this);
this.field_ = field || 0;
this.dataChannel_ = dataChannel || 0;
this.name_ = 'CC' + ((this.field_ << 1 | this.dataChannel_) + 1);
this.setConstants();
this.reset();
-
this.push = function (packet) {
var data, swap, char0, char1, text; // remove the parity bits
@@ -47270,16 +47915,13 @@
return;
} // Store control codes
-
if ((data & 0xf000) === 0x1000) {
this.lastControlCode_ = data;
} else if (data !== this.PADDING_) {
this.lastControlCode_ = null;
}
-
char0 = data >>> 8;
char1 = data & 0xff;
-
if (data === this.PADDING_) {
return;
} else if (data === this.RESUME_CAPTION_LOADING_) {
@@ -47315,9 +47957,9 @@
this.startPts_ = packet.pts;
} else if (data === this.BACKSPACE_) {
if (this.mode_ === 'popOn') {
- this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);
+ this.nonDisplayed_[this.row_].text = this.nonDisplayed_[this.row_].text.slice(0, -1);
} else {
- this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);
+ this.displayed_[this.row_].text = this.displayed_[this.row_].text.slice(0, -1);
}
} else if (data === this.ERASE_DISPLAYED_MEMORY_) {
this.flushDisplayed(packet.pts);
@@ -47331,7 +47973,6 @@
this.flushDisplayed(packet.pts);
this.displayed_ = createDisplayBuffer();
}
-
this.mode_ = 'paintOn';
this.startPts_ = packet.pts; // Append special characters to caption text
} else if (this.isSpecialCharacter(char0, char1)) {
@@ -47350,15 +47991,14 @@
// backspace the "e" and insert "è".
// Delete the previous character
if (this.mode_ === 'popOn') {
- this.nonDisplayed_[this.row_] = this.nonDisplayed_[this.row_].slice(0, -1);
+ this.nonDisplayed_[this.row_].text = this.nonDisplayed_[this.row_].text.slice(0, -1);
} else {
- this.displayed_[this.row_] = this.displayed_[this.row_].slice(0, -1);
+ this.displayed_[this.row_].text = this.displayed_[this.row_].text.slice(0, -1);
} // Bitmask char0 so that we can apply character transformations
// regardless of field and data channel.
// Then byte-shift to the left and OR with char1 so we can pass the
// entire character code to `getCharFromCode`.
-
char0 = (char0 & 0x03) << 8;
text = getCharFromCode(char0 | char1);
this[this.mode_](packet.pts, text);
@@ -47370,21 +48010,22 @@
this[this.mode_](packet.pts, ' ');
this.column_++;
-
if ((char1 & 0xe) === 0xe) {
this.addFormatting(packet.pts, ['i']);
}
-
if ((char1 & 0x1) === 0x1) {
this.addFormatting(packet.pts, ['u']);
} // Detect offset control codes and adjust cursor
-
} else if (this.isOffsetControlCode(char0, char1)) {
// Cursor position is set by indent PAC (see below) in 4-column
// increments, with an additional offset code of 1-3 to reach any
// of the 32 columns specified by CEA-608. So all we need to do
// here is increment the column cursor by the given offset.
- this.column_ += char1 & 0x03; // Detect PACs (Preamble Address Codes)
+ const offset = char1 & 0x03; // For an offest value 1-3, set the offset for that caption
+ // in the non-displayed array.
+
+ this.nonDisplayed_[this.row_].offset = offset;
+ this.column_ += offset; // Detect PACs (Preamble Address Codes)
} else if (this.isPAC(char0, char1)) {
// There's no logic for PAC -> row mapping, so we have to just
// find the row code in an array and use its index :(
@@ -47397,30 +48038,30 @@
if (row - this.rollUpRows_ + 1 < 0) {
row = this.rollUpRows_ - 1;
}
-
this.setRollUp(packet.pts, row);
- }
+ } // Ensure the row is between 0 and 14, otherwise use the most
+ // recent or default row.
- if (row !== this.row_) {
+ if (row !== this.row_ && row >= 0 && row <= 14) {
// formatting is only persistent for current row
this.clearFormatting(packet.pts);
this.row_ = row;
} // All PACs can apply underline, so detect and apply
// (All odd-numbered second bytes set underline)
-
if (char1 & 0x1 && this.formatting_.indexOf('u') === -1) {
this.addFormatting(packet.pts, ['u']);
}
-
if ((data & 0x10) === 0x10) {
// We've got an indent level code. Each successive even number
// increments the column cursor by 4, so we can get the desired
// column position by bit-shifting to the right (to get n/2)
// and multiplying by 4.
- this.column_ = ((data & 0xe) >> 1) * 4;
- }
+ const indentations = (data & 0xe) >> 1;
+ this.column_ = indentations * 4; // add to the number of indentations for positioning
+ this.nonDisplayed_[this.row_].indent += indentations;
+ }
if (this.isColorPAC(char1)) {
// it's a color code, though we only support white, which
// can be either normal or italicized. white italics can be
@@ -47430,48 +48071,62 @@
this.addFormatting(packet.pts, ['i']);
}
} // We have a normal character in char0, and possibly one in char1
-
} else if (this.isNormalChar(char0)) {
if (char1 === 0x00) {
char1 = null;
}
-
text = getCharFromCode(char0);
text += getCharFromCode(char1);
this[this.mode_](packet.pts, text);
this.column_ += text.length;
} // finish data processing
-
};
};
-
- Cea608Stream.prototype = new stream(); // Trigger a cue point that captures the current state of the
+ Cea608Stream.prototype = new Stream$7(); // Trigger a cue point that captures the current state of the
// display buffer
Cea608Stream.prototype.flushDisplayed = function (pts) {
- var content = this.displayed_ // remove spaces from the start and end of the string
- .map(function (row, index) {
- try {
- return row.trim();
- } catch (e) {
- // Ordinarily, this shouldn't happen. However, caption
- // parsing errors should not throw exceptions and
- // break playback.
- this.trigger('log', {
- level: 'warn',
- message: 'Skipping a malformed 608 caption at index ' + index + '.'
- });
- return '';
- }
- }, this) // combine all text rows to display in one cue
- .join('\n') // and remove blank rows from the start and end, but not the middle
- .replace(/^\n+|\n+$/g, '');
+ const logWarning = index => {
+ this.trigger('log', {
+ level: 'warn',
+ message: 'Skipping a malformed 608 caption at index ' + index + '.'
+ });
+ };
+ const content = [];
+ this.displayed_.forEach((row, i) => {
+ if (row && row.text && row.text.length) {
+ try {
+ // remove spaces from the start and end of the string
+ row.text = row.text.trim();
+ } catch (e) {
+ // Ordinarily, this shouldn't happen. However, caption
+ // parsing errors should not throw exceptions and
+ // break playback.
+ logWarning(i);
+ } // See the below link for more details on the following fields:
+ // https://dvcs.w3.org/hg/text-tracks/raw-file/default/608toVTT/608toVTT.html#positioning-in-cea-608
+ if (row.text.length) {
+ content.push({
+ // The text to be displayed in the caption from this specific row, with whitespace removed.
+ text: row.text,
+ // Value between 1 and 15 representing the PAC row used to calculate line height.
+ line: i + 1,
+ // A number representing the indent position by percentage (CEA-608 PAC indent code).
+ // The value will be a number between 10 and 80. Offset is used to add an aditional
+ // value to the position if necessary.
+ position: 10 + Math.min(70, row.indent * 10) + row.offset * 2.5
+ });
+ }
+ } else if (row === undefined || row === null) {
+ logWarning(i);
+ }
+ });
if (content.length) {
this.trigger('data', {
startPts: this.startPts_,
endPts: pts,
- text: content,
+ content,
stream: this.name_
});
}
@@ -47480,7 +48135,6 @@
* Zero out the data, used for startup and on seek
*/
-
Cea608Stream.prototype.reset = function () {
this.mode_ = 'popOn'; // When in roll-up mode, the index of the last row that will
// actually display captions. If a caption is shifted to a row
@@ -47503,7 +48157,6 @@
* Sets up control code and related constants for this instance
*/
-
Cea608Stream.prototype.setConstants = function () {
// The following attributes have these uses:
// ext_ : char0 for mid-row codes, and the base for extended
@@ -47532,7 +48185,6 @@
// http://www.gpo.gov/fdsys/pkg/CFR-2010-title47-vol1/pdf/CFR-2010-title47-vol1-sec15-119.pdf
// Padding
-
this.PADDING_ = 0x0000; // Pop-on Mode
this.RESUME_CAPTION_LOADING_ = this.CONTROL_ | 0x20;
@@ -47561,7 +48213,6 @@
* @return {Boolean} Whether the 2 bytes are an special character
*/
-
Cea608Stream.prototype.isSpecialCharacter = function (char0, char1) {
return char0 === this.EXT_ && char1 >= 0x30 && char1 <= 0x3f;
};
@@ -47577,7 +48228,6 @@
* @return {Boolean} Whether the 2 bytes are an extended character
*/
-
Cea608Stream.prototype.isExtCharacter = function (char0, char1) {
return (char0 === this.EXT_ + 1 || char0 === this.EXT_ + 2) && char1 >= 0x20 && char1 <= 0x3f;
};
@@ -47593,7 +48243,6 @@
* @return {Boolean} Whether the 2 bytes are a mid-row code
*/
-
Cea608Stream.prototype.isMidRowCode = function (char0, char1) {
return char0 === this.EXT_ && char1 >= 0x20 && char1 <= 0x2f;
};
@@ -47609,7 +48258,6 @@
* @return {Boolean} Whether the 2 bytes are an offset control code
*/
-
Cea608Stream.prototype.isOffsetControlCode = function (char0, char1) {
return char0 === this.OFFSET_ && char1 >= 0x21 && char1 <= 0x23;
};
@@ -47625,7 +48273,6 @@
* @return {Boolean} Whether the 2 bytes are a PAC
*/
-
Cea608Stream.prototype.isPAC = function (char0, char1) {
return char0 >= this.BASE_ && char0 < this.BASE_ + 8 && char1 >= 0x40 && char1 <= 0x7f;
};
@@ -47639,7 +48286,6 @@
* @return {Boolean} Whether the byte is a color PAC
*/
-
Cea608Stream.prototype.isColorPAC = function (char1) {
return char1 >= 0x40 && char1 <= 0x4f || char1 >= 0x60 && char1 <= 0x7f;
};
@@ -47652,9 +48298,8 @@
* @return {Boolean} Whether the byte is a normal character
*/
-
- Cea608Stream.prototype.isNormalChar = function (_char2) {
- return _char2 >= 0x20 && _char2 <= 0x7f;
+ Cea608Stream.prototype.isNormalChar = function (char) {
+ return char >= 0x20 && char <= 0x7f;
};
/**
* Configures roll-up
@@ -47664,7 +48309,6 @@
* a new position
*/
-
Cea608Stream.prototype.setRollUp = function (pts, newBaseRow) {
// Reset the base row to the bottom row when switching modes
if (this.mode_ !== 'rollUp') {
@@ -47675,24 +48319,24 @@
this.nonDisplayed_ = createDisplayBuffer();
this.displayed_ = createDisplayBuffer();
}
-
if (newBaseRow !== undefined && newBaseRow !== this.row_) {
// move currently displayed captions (up or down) to the new base row
for (var i = 0; i < this.rollUpRows_; i++) {
this.displayed_[newBaseRow - i] = this.displayed_[this.row_ - i];
- this.displayed_[this.row_ - i] = '';
+ this.displayed_[this.row_ - i] = {
+ text: '',
+ indent: 0,
+ offset: 0
+ };
}
}
-
if (newBaseRow === undefined) {
newBaseRow = this.row_;
}
-
this.topRow_ = newBaseRow - this.rollUpRows_ + 1;
}; // Adds the opening HTML tag for the passed character to the caption text,
// and keeps track of it for later closing
-
Cea608Stream.prototype.addFormatting = function (pts, format) {
this.formatting_ = this.formatting_.concat(format);
var text = format.reduce(function (text, format) {
@@ -47702,12 +48346,10 @@
}; // Adds HTML closing tags for current formatting to caption text and
// clears remembered formatting
-
Cea608Stream.prototype.clearFormatting = function (pts) {
if (!this.formatting_.length) {
return;
}
-
var text = this.formatting_.reverse().reduce(function (text, format) {
return text + '' + format + '>';
}, '');
@@ -47715,49 +48357,53 @@
this[this.mode_](pts, text);
}; // Mode Implementations
-
Cea608Stream.prototype.popOn = function (pts, text) {
- var baseRow = this.nonDisplayed_[this.row_]; // buffer characters
+ var baseRow = this.nonDisplayed_[this.row_].text; // buffer characters
baseRow += text;
- this.nonDisplayed_[this.row_] = baseRow;
+ this.nonDisplayed_[this.row_].text = baseRow;
};
-
Cea608Stream.prototype.rollUp = function (pts, text) {
- var baseRow = this.displayed_[this.row_];
+ var baseRow = this.displayed_[this.row_].text;
baseRow += text;
- this.displayed_[this.row_] = baseRow;
+ this.displayed_[this.row_].text = baseRow;
};
-
Cea608Stream.prototype.shiftRowsUp_ = function () {
var i; // clear out inactive rows
for (i = 0; i < this.topRow_; i++) {
- this.displayed_[i] = '';
+ this.displayed_[i] = {
+ text: '',
+ indent: 0,
+ offset: 0
+ };
}
-
for (i = this.row_ + 1; i < BOTTOM_ROW + 1; i++) {
- this.displayed_[i] = '';
+ this.displayed_[i] = {
+ text: '',
+ indent: 0,
+ offset: 0
+ };
} // shift displayed rows up
-
for (i = this.topRow_; i < this.row_; i++) {
this.displayed_[i] = this.displayed_[i + 1];
} // clear out the bottom row
-
- this.displayed_[this.row_] = '';
+ this.displayed_[this.row_] = {
+ text: '',
+ indent: 0,
+ offset: 0
+ };
};
-
Cea608Stream.prototype.paintOn = function (pts, text) {
- var baseRow = this.displayed_[this.row_];
+ var baseRow = this.displayed_[this.row_].text;
baseRow += text;
- this.displayed_[this.row_] = baseRow;
+ this.displayed_[this.row_].text = baseRow;
}; // exports
-
var captionStream = {
- CaptionStream: CaptionStream$1,
+ CaptionStream: CaptionStream$2,
Cea608Stream: Cea608Stream,
Cea708Stream: Cea708Stream
};
@@ -47773,13 +48419,23 @@
ADTS_STREAM_TYPE: 0x0F,
METADATA_STREAM_TYPE: 0x15
};
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Accepts program elementary stream (PES) data events and corrects
+ * decode and presentation time stamps to account for a rollover
+ * of the 33 bit value.
+ */
+
+ var Stream$6 = stream;
var MAX_TS = 8589934592;
var RO_THRESH = 4294967296;
var TYPE_SHARED = 'shared';
-
- var handleRollover$1 = function handleRollover(value, reference) {
+ var handleRollover$1 = function (value, reference) {
var direction = 1;
-
if (value > reference) {
// If the current timestamp value is greater than our reference timestamp and we detect a
// timestamp rollover, this means the roll over is happening in the opposite direction.
@@ -47792,187 +48448,347 @@
} // Note: A seek forwards or back that is greater than the RO_THRESH (2^32, ~13 hours) will
// cause an incorrect adjustment.
-
while (Math.abs(reference - value) > RO_THRESH) {
value += direction * MAX_TS;
}
-
return value;
};
-
- var TimestampRolloverStream$1 = function TimestampRolloverStream(type) {
+ var TimestampRolloverStream$1 = function (type) {
var lastDTS, referenceDTS;
- TimestampRolloverStream.prototype.init.call(this); // The "shared" type is used in cases where a stream will contain muxed
+ TimestampRolloverStream$1.prototype.init.call(this); // The "shared" type is used in cases where a stream will contain muxed
// video and audio. We could use `undefined` here, but having a string
// makes debugging a little clearer.
this.type_ = type || TYPE_SHARED;
-
this.push = function (data) {
- // Any "shared" rollover streams will accept _all_ data. Otherwise,
+ /**
+ * Rollover stream expects data from elementary stream.
+ * Elementary stream can push forward 2 types of data
+ * - Parsed Video/Audio/Timed-metadata PES (packetized elementary stream) packets
+ * - Tracks metadata from PMT (Program Map Table)
+ * Rollover stream expects pts/dts info to be available, since it stores lastDTS
+ * We should ignore non-PES packets since they may override lastDTS to undefined.
+ * lastDTS is important to signal the next segments
+ * about rollover from the previous segments.
+ */
+ if (data.type === 'metadata') {
+ this.trigger('data', data);
+ return;
+ } // Any "shared" rollover streams will accept _all_ data. Otherwise,
// streams will only accept data that matches their type.
+
if (this.type_ !== TYPE_SHARED && data.type !== this.type_) {
return;
}
-
if (referenceDTS === undefined) {
referenceDTS = data.dts;
}
-
data.dts = handleRollover$1(data.dts, referenceDTS);
data.pts = handleRollover$1(data.pts, referenceDTS);
lastDTS = data.dts;
this.trigger('data', data);
};
-
this.flush = function () {
referenceDTS = lastDTS;
this.trigger('done');
};
-
this.endTimeline = function () {
this.flush();
this.trigger('endedtimeline');
};
-
this.discontinuity = function () {
referenceDTS = void 0;
lastDTS = void 0;
};
-
this.reset = function () {
this.discontinuity();
this.trigger('reset');
};
};
-
- TimestampRolloverStream$1.prototype = new stream();
+ TimestampRolloverStream$1.prototype = new Stream$6();
var timestampRolloverStream = {
TimestampRolloverStream: TimestampRolloverStream$1,
handleRollover: handleRollover$1
+ }; // Once IE11 support is dropped, this function should be removed.
+
+ var typedArrayIndexOf$1 = (typedArray, element, fromIndex) => {
+ if (!typedArray) {
+ return -1;
+ }
+ var currentIndex = fromIndex;
+ for (; currentIndex < typedArray.length; currentIndex++) {
+ if (typedArray[currentIndex] === element) {
+ return currentIndex;
+ }
+ }
+ return -1;
};
+ var typedArray = {
+ typedArrayIndexOf: typedArrayIndexOf$1
+ };
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Tools for parsing ID3 frame data
+ * @see http://id3.org/id3v2.3.0
+ */
- var percentEncode$1 = function percentEncode(bytes, start, end) {
- var i,
+ var typedArrayIndexOf = typedArray.typedArrayIndexOf,
+ // Frames that allow different types of text encoding contain a text
+ // encoding description byte [ID3v2.4.0 section 4.]
+ textEncodingDescriptionByte = {
+ Iso88591: 0x00,
+ // ISO-8859-1, terminated with \0.
+ Utf16: 0x01,
+ // UTF-16 encoded Unicode BOM, terminated with \0\0
+ Utf16be: 0x02,
+ // UTF-16BE encoded Unicode, without BOM, terminated with \0\0
+ Utf8: 0x03 // UTF-8 encoded Unicode, terminated with \0
+ },
+ // return a percent-encoded representation of the specified byte range
+ // @see http://en.wikipedia.org/wiki/Percent-encoding
+ percentEncode$1 = function (bytes, start, end) {
+ var i,
result = '';
-
- for (i = start; i < end; i++) {
- result += '%' + ('00' + bytes[i].toString(16)).slice(-2);
- }
-
- return result;
- },
- // return the string representation of the specified byte range,
- // interpreted as UTf-8.
- parseUtf8 = function parseUtf8(bytes, start, end) {
- return decodeURIComponent(percentEncode$1(bytes, start, end));
- },
- // return the string representation of the specified byte range,
- // interpreted as ISO-8859-1.
- parseIso88591$1 = function parseIso88591(bytes, start, end) {
- return unescape(percentEncode$1(bytes, start, end)); // jshint ignore:line
- },
- parseSyncSafeInteger$1 = function parseSyncSafeInteger(data) {
- return data[0] << 21 | data[1] << 14 | data[2] << 7 | data[3];
- },
- tagParsers = {
- TXXX: function TXXX(tag) {
- var i;
-
- if (tag.data[0] !== 3) {
- // ignore frames with unrecognized character encodings
- return;
+ for (i = start; i < end; i++) {
+ result += '%' + ('00' + bytes[i].toString(16)).slice(-2);
}
-
- for (i = 1; i < tag.data.length; i++) {
- if (tag.data[i] === 0) {
- // parse the text fields
- tag.description = parseUtf8(tag.data, 1, i); // do not include the null terminator in the tag value
-
- tag.value = parseUtf8(tag.data, i + 1, tag.data.length).replace(/\0*$/, '');
- break;
- }
- }
-
- tag.data = tag.value;
+ return result;
},
- WXXX: function WXXX(tag) {
- var i;
-
- if (tag.data[0] !== 3) {
- // ignore frames with unrecognized character encodings
- return;
- }
-
- for (i = 1; i < tag.data.length; i++) {
- if (tag.data[i] === 0) {
- // parse the description and URL fields
- tag.description = parseUtf8(tag.data, 1, i);
- tag.url = parseUtf8(tag.data, i + 1, tag.data.length);
- break;
- }
- }
+ // return the string representation of the specified byte range,
+ // interpreted as UTf-8.
+ parseUtf8 = function (bytes, start, end) {
+ return decodeURIComponent(percentEncode$1(bytes, start, end));
},
- PRIV: function PRIV(tag) {
- var i;
+ // return the string representation of the specified byte range,
+ // interpreted as ISO-8859-1.
+ parseIso88591$1 = function (bytes, start, end) {
+ return unescape(percentEncode$1(bytes, start, end)); // jshint ignore:line
+ },
+ parseSyncSafeInteger$1 = function (data) {
+ return data[0] << 21 | data[1] << 14 | data[2] << 7 | data[3];
+ },
+ frameParsers = {
+ 'APIC': function (frame) {
+ var i = 1,
+ mimeTypeEndIndex,
+ descriptionEndIndex,
+ LINK_MIME_TYPE = '-->';
+ if (frame.data[0] !== textEncodingDescriptionByte.Utf8) {
+ // ignore frames with unrecognized character encodings
+ return;
+ } // parsing fields [ID3v2.4.0 section 4.14.]
- for (i = 0; i < tag.data.length; i++) {
- if (tag.data[i] === 0) {
- // parse the description and URL fields
- tag.owner = parseIso88591$1(tag.data, 0, i);
- break;
+ mimeTypeEndIndex = typedArrayIndexOf(frame.data, 0, i);
+ if (mimeTypeEndIndex < 0) {
+ // malformed frame
+ return;
+ } // parsing Mime type field (terminated with \0)
+
+ frame.mimeType = parseIso88591$1(frame.data, i, mimeTypeEndIndex);
+ i = mimeTypeEndIndex + 1; // parsing 1-byte Picture Type field
+
+ frame.pictureType = frame.data[i];
+ i++;
+ descriptionEndIndex = typedArrayIndexOf(frame.data, 0, i);
+ if (descriptionEndIndex < 0) {
+ // malformed frame
+ return;
+ } // parsing Description field (terminated with \0)
+
+ frame.description = parseUtf8(frame.data, i, descriptionEndIndex);
+ i = descriptionEndIndex + 1;
+ if (frame.mimeType === LINK_MIME_TYPE) {
+ // parsing Picture Data field as URL (always represented as ISO-8859-1 [ID3v2.4.0 section 4.])
+ frame.url = parseIso88591$1(frame.data, i, frame.data.length);
+ } else {
+ // parsing Picture Data field as binary data
+ frame.pictureData = frame.data.subarray(i, frame.data.length);
}
+ },
+ 'T*': function (frame) {
+ if (frame.data[0] !== textEncodingDescriptionByte.Utf8) {
+ // ignore frames with unrecognized character encodings
+ return;
+ } // parse text field, do not include null terminator in the frame value
+ // frames that allow different types of encoding contain terminated text [ID3v2.4.0 section 4.]
+
+ frame.value = parseUtf8(frame.data, 1, frame.data.length).replace(/\0*$/, ''); // text information frames supports multiple strings, stored as a terminator separated list [ID3v2.4.0 section 4.2.]
+
+ frame.values = frame.value.split('\0');
+ },
+ 'TXXX': function (frame) {
+ var descriptionEndIndex;
+ if (frame.data[0] !== textEncodingDescriptionByte.Utf8) {
+ // ignore frames with unrecognized character encodings
+ return;
+ }
+ descriptionEndIndex = typedArrayIndexOf(frame.data, 0, 1);
+ if (descriptionEndIndex === -1) {
+ return;
+ } // parse the text fields
+
+ frame.description = parseUtf8(frame.data, 1, descriptionEndIndex); // do not include the null terminator in the tag value
+ // frames that allow different types of encoding contain terminated text
+ // [ID3v2.4.0 section 4.]
+
+ frame.value = parseUtf8(frame.data, descriptionEndIndex + 1, frame.data.length).replace(/\0*$/, '');
+ frame.data = frame.value;
+ },
+ 'W*': function (frame) {
+ // parse URL field; URL fields are always represented as ISO-8859-1 [ID3v2.4.0 section 4.]
+ // if the value is followed by a string termination all the following information should be ignored [ID3v2.4.0 section 4.3]
+ frame.url = parseIso88591$1(frame.data, 0, frame.data.length).replace(/\0.*$/, '');
+ },
+ 'WXXX': function (frame) {
+ var descriptionEndIndex;
+ if (frame.data[0] !== textEncodingDescriptionByte.Utf8) {
+ // ignore frames with unrecognized character encodings
+ return;
+ }
+ descriptionEndIndex = typedArrayIndexOf(frame.data, 0, 1);
+ if (descriptionEndIndex === -1) {
+ return;
+ } // parse the description and URL fields
+
+ frame.description = parseUtf8(frame.data, 1, descriptionEndIndex); // URL fields are always represented as ISO-8859-1 [ID3v2.4.0 section 4.]
+ // if the value is followed by a string termination all the following information
+ // should be ignored [ID3v2.4.0 section 4.3]
+
+ frame.url = parseIso88591$1(frame.data, descriptionEndIndex + 1, frame.data.length).replace(/\0.*$/, '');
+ },
+ 'PRIV': function (frame) {
+ var i;
+ for (i = 0; i < frame.data.length; i++) {
+ if (frame.data[i] === 0) {
+ // parse the description and URL fields
+ frame.owner = parseIso88591$1(frame.data, 0, i);
+ break;
+ }
+ }
+ frame.privateData = frame.data.subarray(i + 1);
+ frame.data = frame.privateData;
}
+ };
+ var parseId3Frames$1 = function (data) {
+ var frameSize,
+ frameHeader,
+ frameStart = 10,
+ tagSize = 0,
+ frames = []; // If we don't have enough data for a header, 10 bytes,
+ // or 'ID3' in the first 3 bytes this is not a valid ID3 tag.
- tag.privateData = tag.data.subarray(i + 1);
- tag.data = tag.privateData;
- }
- },
- _MetadataStream;
+ if (data.length < 10 || data[0] !== 'I'.charCodeAt(0) || data[1] !== 'D'.charCodeAt(0) || data[2] !== '3'.charCodeAt(0)) {
+ return;
+ } // the frame size is transmitted as a 28-bit integer in the
+ // last four bytes of the ID3 header.
+ // The most significant bit of each byte is dropped and the
+ // results concatenated to recover the actual value.
- _MetadataStream = function MetadataStream(options) {
+ tagSize = parseSyncSafeInteger$1(data.subarray(6, 10)); // ID3 reports the tag size excluding the header but it's more
+ // convenient for our comparisons to include it
+
+ tagSize += 10; // check bit 6 of byte 5 for the extended header flag.
+
+ var hasExtendedHeader = data[5] & 0x40;
+ if (hasExtendedHeader) {
+ // advance the frame start past the extended header
+ frameStart += 4; // header size field
+
+ frameStart += parseSyncSafeInteger$1(data.subarray(10, 14));
+ tagSize -= parseSyncSafeInteger$1(data.subarray(16, 20)); // clip any padding off the end
+ } // parse one or more ID3 frames
+ // http://id3.org/id3v2.3.0#ID3v2_frame_overview
+
+ do {
+ // determine the number of bytes in this frame
+ frameSize = parseSyncSafeInteger$1(data.subarray(frameStart + 4, frameStart + 8));
+ if (frameSize < 1) {
+ break;
+ }
+ frameHeader = String.fromCharCode(data[frameStart], data[frameStart + 1], data[frameStart + 2], data[frameStart + 3]);
+ var frame = {
+ id: frameHeader,
+ data: data.subarray(frameStart + 10, frameStart + frameSize + 10)
+ };
+ frame.key = frame.id; // parse frame values
+
+ if (frameParsers[frame.id]) {
+ // use frame specific parser
+ frameParsers[frame.id](frame);
+ } else if (frame.id[0] === 'T') {
+ // use text frame generic parser
+ frameParsers['T*'](frame);
+ } else if (frame.id[0] === 'W') {
+ // use URL link frame generic parser
+ frameParsers['W*'](frame);
+ }
+ frames.push(frame);
+ frameStart += 10; // advance past the frame header
+
+ frameStart += frameSize; // advance past the frame body
+ } while (frameStart < tagSize);
+ return frames;
+ };
+ var parseId3 = {
+ parseId3Frames: parseId3Frames$1,
+ parseSyncSafeInteger: parseSyncSafeInteger$1,
+ frameParsers: frameParsers
+ };
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Accepts program elementary stream (PES) data events and parses out
+ * ID3 metadata from them, if present.
+ * @see http://id3.org/id3v2.3.0
+ */
+
+ var Stream$5 = stream,
+ StreamTypes$3 = streamTypes,
+ id3 = parseId3,
+ MetadataStream;
+ MetadataStream = function (options) {
var settings = {
- // the bytes of the program-level descriptor field in MP2T
- // see ISO/IEC 13818-1:2013 (E), section 2.6 "Program and
- // program element descriptors"
- descriptor: options && options.descriptor
- },
- // the total size in bytes of the ID3 tag being parsed
- tagSize = 0,
- // tag data that is not complete enough to be parsed
- buffer = [],
- // the total number of bytes currently in the buffer
- bufferSize = 0,
- i;
-
- _MetadataStream.prototype.init.call(this); // calculate the text track in-band metadata track dispatch type
+ // the bytes of the program-level descriptor field in MP2T
+ // see ISO/IEC 13818-1:2013 (E), section 2.6 "Program and
+ // program element descriptors"
+ descriptor: options && options.descriptor
+ },
+ // the total size in bytes of the ID3 tag being parsed
+ tagSize = 0,
+ // tag data that is not complete enough to be parsed
+ buffer = [],
+ // the total number of bytes currently in the buffer
+ bufferSize = 0,
+ i;
+ MetadataStream.prototype.init.call(this); // calculate the text track in-band metadata track dispatch type
// https://html.spec.whatwg.org/multipage/embedded-content.html#steps-to-expose-a-media-resource-specific-text-track
-
- this.dispatchType = streamTypes.METADATA_STREAM_TYPE.toString(16);
-
+ this.dispatchType = StreamTypes$3.METADATA_STREAM_TYPE.toString(16);
if (settings.descriptor) {
for (i = 0; i < settings.descriptor.length; i++) {
this.dispatchType += ('00' + settings.descriptor[i].toString(16)).slice(-2);
}
}
-
this.push = function (chunk) {
var tag, frameStart, frameSize, frame, i, frameHeader;
-
if (chunk.type !== 'timed-metadata') {
return;
} // if data_alignment_indicator is set in the PES header,
// we must have the start of a new ID3 tag. Assume anything
// remaining in the buffer was malformed and throw it out
-
if (chunk.dataAlignmentIndicator) {
bufferSize = 0;
buffer.length = 0;
} // ignore events that don't look like ID3 data
-
if (buffer.length === 0 && (chunk.data.length < 10 || chunk.data[0] !== 'I'.charCodeAt(0) || chunk.data[1] !== 'D'.charCodeAt(0) || chunk.data[2] !== '3'.charCodeAt(0))) {
this.trigger('log', {
level: 'warn',
@@ -47981,7 +48797,6 @@
return;
} // add this chunk to the data we've collected so far
-
buffer.push(chunk);
bufferSize += chunk.data.byteLength; // grab the size of the entire frame from the ID3 header
@@ -47990,25 +48805,22 @@
// last four bytes of the ID3 header.
// The most significant bit of each byte is dropped and the
// results concatenated to recover the actual value.
- tagSize = parseSyncSafeInteger$1(chunk.data.subarray(6, 10)); // ID3 reports the tag size excluding the header but it's more
+ tagSize = id3.parseSyncSafeInteger(chunk.data.subarray(6, 10)); // ID3 reports the tag size excluding the header but it's more
// convenient for our comparisons to include it
tagSize += 10;
} // if the entire frame has not arrived, wait for more data
-
if (bufferSize < tagSize) {
return;
} // collect the entire frame so it can be parsed
-
tag = {
data: new Uint8Array(tagSize),
frames: [],
pts: buffer[0].pts,
dts: buffer[0].dts
};
-
for (i = 0; i < tagSize;) {
tag.data.set(buffer[0].data.subarray(0, tagSize - i), i);
i += buffer[0].data.byteLength;
@@ -48016,102 +48828,113 @@
buffer.shift();
} // find the start of the first frame and the end of the tag
-
frameStart = 10;
-
if (tag.data[5] & 0x40) {
// advance the frame start past the extended header
frameStart += 4; // header size field
- frameStart += parseSyncSafeInteger$1(tag.data.subarray(10, 14)); // clip any padding off the end
+ frameStart += id3.parseSyncSafeInteger(tag.data.subarray(10, 14)); // clip any padding off the end
- tagSize -= parseSyncSafeInteger$1(tag.data.subarray(16, 20));
+ tagSize -= id3.parseSyncSafeInteger(tag.data.subarray(16, 20));
} // parse one or more ID3 frames
// http://id3.org/id3v2.3.0#ID3v2_frame_overview
-
do {
// determine the number of bytes in this frame
- frameSize = parseSyncSafeInteger$1(tag.data.subarray(frameStart + 4, frameStart + 8));
-
+ frameSize = id3.parseSyncSafeInteger(tag.data.subarray(frameStart + 4, frameStart + 8));
if (frameSize < 1) {
this.trigger('log', {
level: 'warn',
- message: 'Malformed ID3 frame encountered. Skipping metadata parsing.'
- });
- return;
- }
+ message: 'Malformed ID3 frame encountered. Skipping remaining metadata parsing.'
+ }); // If the frame is malformed, don't parse any further frames but allow previous valid parsed frames
+ // to be sent along.
+ break;
+ }
frameHeader = String.fromCharCode(tag.data[frameStart], tag.data[frameStart + 1], tag.data[frameStart + 2], tag.data[frameStart + 3]);
frame = {
id: frameHeader,
data: tag.data.subarray(frameStart + 10, frameStart + frameSize + 10)
};
- frame.key = frame.id;
+ frame.key = frame.id; // parse frame values
- if (tagParsers[frame.id]) {
- tagParsers[frame.id](frame); // handle the special PRIV frame used to indicate the start
- // time for raw AAC data
+ if (id3.frameParsers[frame.id]) {
+ // use frame specific parser
+ id3.frameParsers[frame.id](frame);
+ } else if (frame.id[0] === 'T') {
+ // use text frame generic parser
+ id3.frameParsers['T*'](frame);
+ } else if (frame.id[0] === 'W') {
+ // use URL link frame generic parser
+ id3.frameParsers['W*'](frame);
+ } // handle the special PRIV frame used to indicate the start
+ // time for raw AAC data
- if (frame.owner === 'com.apple.streaming.transportStreamTimestamp') {
- var d = frame.data,
- size = (d[3] & 0x01) << 30 | d[4] << 22 | d[5] << 14 | d[6] << 6 | d[7] >>> 2;
- size *= 4;
- size += d[7] & 0x03;
- frame.timeStamp = size; // in raw AAC, all subsequent data will be timestamped based
- // on the value of this frame
- // we couldn't have known the appropriate pts and dts before
- // parsing this ID3 tag so set those values now
+ if (frame.owner === 'com.apple.streaming.transportStreamTimestamp') {
+ var d = frame.data,
+ size = (d[3] & 0x01) << 30 | d[4] << 22 | d[5] << 14 | d[6] << 6 | d[7] >>> 2;
+ size *= 4;
+ size += d[7] & 0x03;
+ frame.timeStamp = size; // in raw AAC, all subsequent data will be timestamped based
+ // on the value of this frame
+ // we couldn't have known the appropriate pts and dts before
+ // parsing this ID3 tag so set those values now
- if (tag.pts === undefined && tag.dts === undefined) {
- tag.pts = frame.timeStamp;
- tag.dts = frame.timeStamp;
- }
-
- this.trigger('timestamp', frame);
+ if (tag.pts === undefined && tag.dts === undefined) {
+ tag.pts = frame.timeStamp;
+ tag.dts = frame.timeStamp;
}
+ this.trigger('timestamp', frame);
}
-
tag.frames.push(frame);
frameStart += 10; // advance past the frame header
frameStart += frameSize; // advance past the frame body
} while (frameStart < tagSize);
-
this.trigger('data', tag);
};
};
+ MetadataStream.prototype = new Stream$5();
+ var metadataStream = MetadataStream;
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * A stream-based mp2t to mp4 converter. This utility can be used to
+ * deliver mp4s to a SourceBuffer on platforms that support native
+ * Media Source Extensions.
+ */
- _MetadataStream.prototype = new stream();
- var metadataStream = _MetadataStream;
- var TimestampRolloverStream = timestampRolloverStream.TimestampRolloverStream; // object types
-
- var _TransportPacketStream, _TransportParseStream, _ElementaryStream; // constants
+ var Stream$4 = stream,
+ CaptionStream$1 = captionStream,
+ StreamTypes$2 = streamTypes,
+ TimestampRolloverStream = timestampRolloverStream.TimestampRolloverStream; // object types
+ var TransportPacketStream, TransportParseStream, ElementaryStream; // constants
var MP2T_PACKET_LENGTH$1 = 188,
- // bytes
- SYNC_BYTE$1 = 0x47;
+ // bytes
+ SYNC_BYTE$1 = 0x47;
/**
* Splits an incoming stream of binary data into MPEG-2 Transport
* Stream packets.
*/
- _TransportPacketStream = function TransportPacketStream() {
+ TransportPacketStream = function () {
var buffer = new Uint8Array(MP2T_PACKET_LENGTH$1),
- bytesInBuffer = 0;
-
- _TransportPacketStream.prototype.init.call(this); // Deliver new bytes to the stream.
+ bytesInBuffer = 0;
+ TransportPacketStream.prototype.init.call(this); // Deliver new bytes to the stream.
/**
* Split a stream of data into M2TS packets
**/
-
this.push = function (bytes) {
var startIndex = 0,
- endIndex = MP2T_PACKET_LENGTH$1,
- everything; // If there are bytes remaining from the last segment, prepend them to the
+ endIndex = MP2T_PACKET_LENGTH$1,
+ everything; // If there are bytes remaining from the last segment, prepend them to the
// bytes that were pushed in
if (bytesInBuffer) {
@@ -48123,7 +48946,6 @@
everything = bytes;
} // While we have enough data for a packet
-
while (endIndex < everything.byteLength) {
// Look for a pair of start and end sync bytes in the data..
if (everything[startIndex] === SYNC_BYTE$1 && everything[endIndex] === SYNC_BYTE$1) {
@@ -48137,14 +48959,12 @@
// forward one byte at a time until we find a pair of sync bytes that denote
// a packet
-
startIndex++;
endIndex++;
} // If there was some data left over at the end of the segment that couldn't
// possibly be a whole packet, keep it because it might be the start of a packet
// that continues in the next segment
-
if (startIndex < everything.byteLength) {
buffer.set(everything.subarray(startIndex), 0);
bytesInBuffer = everything.byteLength - startIndex;
@@ -48154,7 +48974,6 @@
* Passes identified M2TS packets to the TransportParseStream to be parsed
**/
-
this.flush = function () {
// If the buffer contains a whole packet when we are being flushed, emit it
// and empty the buffer. Otherwise hold onto the data because it may be
@@ -48163,37 +48982,30 @@
this.trigger('data', buffer);
bytesInBuffer = 0;
}
-
this.trigger('done');
};
-
this.endTimeline = function () {
this.flush();
this.trigger('endedtimeline');
};
-
this.reset = function () {
bytesInBuffer = 0;
this.trigger('reset');
};
};
-
- _TransportPacketStream.prototype = new stream();
+ TransportPacketStream.prototype = new Stream$4();
/**
* Accepts an MP2T TransportPacketStream and emits data events with parsed
* forms of the individual transport stream packets.
*/
- _TransportParseStream = function TransportParseStream() {
+ TransportParseStream = function () {
var parsePsi, parsePat, parsePmt, self;
-
- _TransportParseStream.prototype.init.call(this);
-
+ TransportParseStream.prototype.init.call(this);
self = this;
this.packetsWaitingForPmt = [];
this.programMapTable = undefined;
-
- parsePsi = function parsePsi(payload, psi) {
+ parsePsi = function (payload, psi) {
var offset = 0; // PSI packets may be split into multiple sections and those
// sections may be split into multiple packets. If a PSI
// section starts in this packet, the payload_unit_start_indicator
@@ -48204,15 +49016,13 @@
if (psi.payloadUnitStartIndicator) {
offset += payload[offset] + 1;
}
-
if (psi.type === 'pat') {
parsePat(payload.subarray(offset), psi);
} else {
parsePmt(payload.subarray(offset), psi);
}
};
-
- parsePat = function parsePat(payload, pat) {
+ parsePat = function (payload, pat) {
pat.section_number = payload[7]; // eslint-disable-line camelcase
pat.last_section_number = payload[8]; // eslint-disable-line camelcase
@@ -48230,8 +49040,7 @@
* fields parsed from the PMT.
*/
-
- parsePmt = function parsePmt(payload, pmt) {
+ parsePmt = function (payload, pmt) {
var sectionLength, tableEnd, programInfoLength, offset; // PMTs can be sent ahead of the time when they should actually
// take effect. We don't believe this should ever be the case
// for HLS but we'll ignore "forward" PMT declarations if we see
@@ -48242,7 +49051,6 @@
return;
} // overwrite any existing program map table
-
self.programMapTable = {
video: null,
audio: null,
@@ -48256,38 +49064,34 @@
programInfoLength = (payload[10] & 0x0f) << 8 | payload[11]; // advance the offset to the first entry in the mapping table
offset = 12 + programInfoLength;
-
while (offset < tableEnd) {
var streamType = payload[offset];
var pid = (payload[offset + 1] & 0x1F) << 8 | payload[offset + 2]; // only map a single elementary_pid for audio and video stream types
// TODO: should this be done for metadata too? for now maintain behavior of
// multiple metadata streams
- if (streamType === streamTypes.H264_STREAM_TYPE && self.programMapTable.video === null) {
+ if (streamType === StreamTypes$2.H264_STREAM_TYPE && self.programMapTable.video === null) {
self.programMapTable.video = pid;
- } else if (streamType === streamTypes.ADTS_STREAM_TYPE && self.programMapTable.audio === null) {
+ } else if (streamType === StreamTypes$2.ADTS_STREAM_TYPE && self.programMapTable.audio === null) {
self.programMapTable.audio = pid;
- } else if (streamType === streamTypes.METADATA_STREAM_TYPE) {
+ } else if (streamType === StreamTypes$2.METADATA_STREAM_TYPE) {
// map pid to stream type for metadata streams
self.programMapTable['timed-metadata'][pid] = streamType;
} // move to the next table entry
// skip past the elementary stream descriptors, if present
-
offset += ((payload[offset + 3] & 0x0F) << 8 | payload[offset + 4]) + 5;
} // record the map on the packet as well
-
pmt.programMapTable = self.programMapTable;
};
/**
* Deliver a new MP2T packet to the next stream in the pipeline.
*/
-
this.push = function (packet) {
var result = {},
- offset = 4;
+ offset = 4;
result.payloadUnitStartIndicator = !!(packet[1] & 0x40); // pid is a 13-bit field starting at the last bit of packet[1]
result.pid = packet[1] & 0x1f;
@@ -48302,7 +49106,6 @@
offset += packet[offset] + 1;
} // parse the rest of the packet based on the type
-
if (result.pid === 0) {
result.type = 'pat';
parsePsi(packet.subarray(offset), result);
@@ -48323,27 +49126,24 @@
this.processPes_(packet, offset, result);
}
};
-
this.processPes_ = function (packet, offset, result) {
// set the appropriate stream type
if (result.pid === this.programMapTable.video) {
- result.streamType = streamTypes.H264_STREAM_TYPE;
+ result.streamType = StreamTypes$2.H264_STREAM_TYPE;
} else if (result.pid === this.programMapTable.audio) {
- result.streamType = streamTypes.ADTS_STREAM_TYPE;
+ result.streamType = StreamTypes$2.ADTS_STREAM_TYPE;
} else {
// if not video or audio, it is timed-metadata or unknown
// if unknown, streamType will be undefined
result.streamType = this.programMapTable['timed-metadata'][result.pid];
}
-
result.type = 'pes';
result.data = packet.subarray(offset);
this.trigger('data', result);
};
};
-
- _TransportParseStream.prototype = new stream();
- _TransportParseStream.STREAM_TYPES = {
+ TransportParseStream.prototype = new Stream$4();
+ TransportParseStream.STREAM_TYPES = {
h264: 0x1b,
adts: 0x0f
};
@@ -48356,168 +49156,153 @@
* container.
*/
- _ElementaryStream = function ElementaryStream() {
+ ElementaryStream = function () {
var self = this,
- segmentHadPmt = false,
- // PES packet fragments
- video = {
- data: [],
- size: 0
- },
- audio = {
- data: [],
- size: 0
- },
- timedMetadata = {
- data: [],
- size: 0
- },
- programMapTable,
- parsePes = function parsePes(payload, pes) {
- var ptsDtsFlags;
- var startPrefix = payload[0] << 16 | payload[1] << 8 | payload[2]; // default to an empty array
-
- pes.data = new Uint8Array(); // In certain live streams, the start of a TS fragment has ts packets
- // that are frame data that is continuing from the previous fragment. This
- // is to check that the pes data is the start of a new pes payload
-
- if (startPrefix !== 1) {
- return;
- } // get the packet length, this will be 0 for video
-
-
- pes.packetLength = 6 + (payload[4] << 8 | payload[5]); // find out if this packets starts a new keyframe
-
- pes.dataAlignmentIndicator = (payload[6] & 0x04) !== 0; // PES packets may be annotated with a PTS value, or a PTS value
- // and a DTS value. Determine what combination of values is
- // available to work with.
-
- ptsDtsFlags = payload[7]; // PTS and DTS are normally stored as a 33-bit number. Javascript
- // performs all bitwise operations on 32-bit integers but javascript
- // supports a much greater range (52-bits) of integer using standard
- // mathematical operations.
- // We construct a 31-bit value using bitwise operators over the 31
- // most significant bits and then multiply by 4 (equal to a left-shift
- // of 2) before we add the final 2 least significant bits of the
- // timestamp (equal to an OR.)
-
- if (ptsDtsFlags & 0xC0) {
- // the PTS and DTS are not written out directly. For information
- // on how they are encoded, see
- // http://dvd.sourceforge.net/dvdinfo/pes-hdr.html
- pes.pts = (payload[9] & 0x0E) << 27 | (payload[10] & 0xFF) << 20 | (payload[11] & 0xFE) << 12 | (payload[12] & 0xFF) << 5 | (payload[13] & 0xFE) >>> 3;
- pes.pts *= 4; // Left shift by 2
-
- pes.pts += (payload[13] & 0x06) >>> 1; // OR by the two LSBs
-
- pes.dts = pes.pts;
-
- if (ptsDtsFlags & 0x40) {
- pes.dts = (payload[14] & 0x0E) << 27 | (payload[15] & 0xFF) << 20 | (payload[16] & 0xFE) << 12 | (payload[17] & 0xFF) << 5 | (payload[18] & 0xFE) >>> 3;
- pes.dts *= 4; // Left shift by 2
-
- pes.dts += (payload[18] & 0x06) >>> 1; // OR by the two LSBs
- }
- } // the data section starts immediately after the PES header.
- // pes_header_data_length specifies the number of header bytes
- // that follow the last byte of the field.
-
-
- pes.data = payload.subarray(9 + payload[8]);
- },
-
- /**
- * Pass completely parsed PES packets to the next stream in the pipeline
- **/
- flushStream = function flushStream(stream, type, forceFlush) {
- var packetData = new Uint8Array(stream.size),
- event = {
- type: type
+ segmentHadPmt = false,
+ // PES packet fragments
+ video = {
+ data: [],
+ size: 0
},
+ audio = {
+ data: [],
+ size: 0
+ },
+ timedMetadata = {
+ data: [],
+ size: 0
+ },
+ programMapTable,
+ parsePes = function (payload, pes) {
+ var ptsDtsFlags;
+ const startPrefix = payload[0] << 16 | payload[1] << 8 | payload[2]; // default to an empty array
+
+ pes.data = new Uint8Array(); // In certain live streams, the start of a TS fragment has ts packets
+ // that are frame data that is continuing from the previous fragment. This
+ // is to check that the pes data is the start of a new pes payload
+
+ if (startPrefix !== 1) {
+ return;
+ } // get the packet length, this will be 0 for video
+
+ pes.packetLength = 6 + (payload[4] << 8 | payload[5]); // find out if this packets starts a new keyframe
+
+ pes.dataAlignmentIndicator = (payload[6] & 0x04) !== 0; // PES packets may be annotated with a PTS value, or a PTS value
+ // and a DTS value. Determine what combination of values is
+ // available to work with.
+
+ ptsDtsFlags = payload[7]; // PTS and DTS are normally stored as a 33-bit number. Javascript
+ // performs all bitwise operations on 32-bit integers but javascript
+ // supports a much greater range (52-bits) of integer using standard
+ // mathematical operations.
+ // We construct a 31-bit value using bitwise operators over the 31
+ // most significant bits and then multiply by 4 (equal to a left-shift
+ // of 2) before we add the final 2 least significant bits of the
+ // timestamp (equal to an OR.)
+
+ if (ptsDtsFlags & 0xC0) {
+ // the PTS and DTS are not written out directly. For information
+ // on how they are encoded, see
+ // http://dvd.sourceforge.net/dvdinfo/pes-hdr.html
+ pes.pts = (payload[9] & 0x0E) << 27 | (payload[10] & 0xFF) << 20 | (payload[11] & 0xFE) << 12 | (payload[12] & 0xFF) << 5 | (payload[13] & 0xFE) >>> 3;
+ pes.pts *= 4; // Left shift by 2
+
+ pes.pts += (payload[13] & 0x06) >>> 1; // OR by the two LSBs
+
+ pes.dts = pes.pts;
+ if (ptsDtsFlags & 0x40) {
+ pes.dts = (payload[14] & 0x0E) << 27 | (payload[15] & 0xFF) << 20 | (payload[16] & 0xFE) << 12 | (payload[17] & 0xFF) << 5 | (payload[18] & 0xFE) >>> 3;
+ pes.dts *= 4; // Left shift by 2
+
+ pes.dts += (payload[18] & 0x06) >>> 1; // OR by the two LSBs
+ }
+ } // the data section starts immediately after the PES header.
+ // pes_header_data_length specifies the number of header bytes
+ // that follow the last byte of the field.
+
+ pes.data = payload.subarray(9 + payload[8]);
+ },
+ /**
+ * Pass completely parsed PES packets to the next stream in the pipeline
+ **/
+ flushStream = function (stream, type, forceFlush) {
+ var packetData = new Uint8Array(stream.size),
+ event = {
+ type: type
+ },
i = 0,
offset = 0,
packetFlushable = false,
fragment; // do nothing if there is not enough buffered data for a complete
- // PES header
+ // PES header
- if (!stream.data.length || stream.size < 9) {
- return;
- }
+ if (!stream.data.length || stream.size < 9) {
+ return;
+ }
+ event.trackId = stream.data[0].pid; // reassemble the packet
- event.trackId = stream.data[0].pid; // reassemble the packet
+ for (i = 0; i < stream.data.length; i++) {
+ fragment = stream.data[i];
+ packetData.set(fragment.data, offset);
+ offset += fragment.data.byteLength;
+ } // parse assembled packet's PES header
- for (i = 0; i < stream.data.length; i++) {
- fragment = stream.data[i];
- packetData.set(fragment.data, offset);
- offset += fragment.data.byteLength;
- } // parse assembled packet's PES header
+ parsePes(packetData, event); // non-video PES packets MUST have a non-zero PES_packet_length
+ // check that there is enough stream data to fill the packet
+ packetFlushable = type === 'video' || event.packetLength <= stream.size; // flush pending packets if the conditions are right
- parsePes(packetData, event); // non-video PES packets MUST have a non-zero PES_packet_length
- // check that there is enough stream data to fill the packet
+ if (forceFlush || packetFlushable) {
+ stream.size = 0;
+ stream.data.length = 0;
+ } // only emit packets that are complete. this is to avoid assembling
+ // incomplete PES packets due to poor segmentation
- packetFlushable = type === 'video' || event.packetLength <= stream.size; // flush pending packets if the conditions are right
-
- if (forceFlush || packetFlushable) {
- stream.size = 0;
- stream.data.length = 0;
- } // only emit packets that are complete. this is to avoid assembling
- // incomplete PES packets due to poor segmentation
-
-
- if (packetFlushable) {
- self.trigger('data', event);
- }
- };
-
- _ElementaryStream.prototype.init.call(this);
+ if (packetFlushable) {
+ self.trigger('data', event);
+ }
+ };
+ ElementaryStream.prototype.init.call(this);
/**
* Identifies M2TS packet types and parses PES packets using metadata
* parsed from the PMT
**/
-
this.push = function (data) {
({
- pat: function pat() {// we have to wait for the PMT to arrive as well before we
+ pat: function () {// we have to wait for the PMT to arrive as well before we
// have any meaningful metadata
},
- pes: function pes() {
+ pes: function () {
var stream, streamType;
-
switch (data.streamType) {
- case streamTypes.H264_STREAM_TYPE:
+ case StreamTypes$2.H264_STREAM_TYPE:
stream = video;
streamType = 'video';
break;
-
- case streamTypes.ADTS_STREAM_TYPE:
+ case StreamTypes$2.ADTS_STREAM_TYPE:
stream = audio;
streamType = 'audio';
break;
-
- case streamTypes.METADATA_STREAM_TYPE:
+ case StreamTypes$2.METADATA_STREAM_TYPE:
stream = timedMetadata;
streamType = 'timed-metadata';
break;
-
default:
// ignore unknown stream types
return;
} // if a new packet is starting, we can flush the completed
// packet
-
if (data.payloadUnitStartIndicator) {
flushStream(stream, streamType, true);
} // buffer this fragment until we are sure we've received the
// complete payload
-
stream.data.push(data);
stream.size += data.data.byteLength;
},
- pmt: function pmt() {
+ pmt: function () {
var event = {
type: 'metadata',
tracks: []
@@ -48534,7 +49319,6 @@
type: 'video'
});
}
-
if (programMapTable.audio !== null) {
event.tracks.push({
timelineStartInfo: {
@@ -48545,13 +49329,11 @@
type: 'audio'
});
}
-
segmentHadPmt = true;
self.trigger('data', event);
}
})[data.type]();
};
-
this.reset = function () {
video.size = 0;
video.data.length = 0;
@@ -48569,7 +49351,6 @@
* will flush the buffered packets.
*/
-
this.flushStreams_ = function () {
// !!THIS ORDER IS IMPORTANT!!
// video first then audio
@@ -48577,7 +49358,6 @@
flushStream(audio, 'audio');
flushStream(timedMetadata, 'timed-metadata');
};
-
this.flush = function () {
// if on flush we haven't had a pmt emitted
// and we have a pmt to emit. emit the pmt
@@ -48598,7 +49378,6 @@
type: 'video'
});
}
-
if (programMapTable.audio !== null) {
pmt.tracks.push({
timelineStartInfo: {
@@ -48609,41 +49388,42 @@
type: 'audio'
});
}
-
self.trigger('data', pmt);
}
-
segmentHadPmt = false;
this.flushStreams_();
this.trigger('done');
};
};
-
- _ElementaryStream.prototype = new stream();
- var m2ts = {
+ ElementaryStream.prototype = new Stream$4();
+ var m2ts$1 = {
PAT_PID: 0x0000,
MP2T_PACKET_LENGTH: MP2T_PACKET_LENGTH$1,
- TransportPacketStream: _TransportPacketStream,
- TransportParseStream: _TransportParseStream,
- ElementaryStream: _ElementaryStream,
+ TransportPacketStream: TransportPacketStream,
+ TransportParseStream: TransportParseStream,
+ ElementaryStream: ElementaryStream,
TimestampRolloverStream: TimestampRolloverStream,
- CaptionStream: captionStream.CaptionStream,
- Cea608Stream: captionStream.Cea608Stream,
- Cea708Stream: captionStream.Cea708Stream,
+ CaptionStream: CaptionStream$1.CaptionStream,
+ Cea608Stream: CaptionStream$1.Cea608Stream,
+ Cea708Stream: CaptionStream$1.Cea708Stream,
MetadataStream: metadataStream
};
-
- for (var type in streamTypes) {
- if (streamTypes.hasOwnProperty(type)) {
- m2ts[type] = streamTypes[type];
+ for (var type in StreamTypes$2) {
+ if (StreamTypes$2.hasOwnProperty(type)) {
+ m2ts$1[type] = StreamTypes$2[type];
}
}
+ var m2ts_1 = m2ts$1;
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ */
- var m2ts_1 = m2ts;
- var ONE_SECOND_IN_TS$2 = clock.ONE_SECOND_IN_TS;
-
- var _AdtsStream;
-
+ var Stream$3 = stream;
+ var ONE_SECOND_IN_TS$2 = clock$2.ONE_SECOND_IN_TS;
+ var AdtsStream$1;
var ADTS_SAMPLING_FREQUENCIES$1 = [96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350];
/*
* Accepts a ElementaryStream and emits data events with parsed
@@ -48654,38 +49434,32 @@
* @see http://wiki.multimedia.cx/?title=Understanding_AAC
*/
- _AdtsStream = function AdtsStream(handlePartialSegments) {
+ AdtsStream$1 = function (handlePartialSegments) {
var buffer,
- frameNum = 0;
-
- _AdtsStream.prototype.init.call(this);
-
+ frameNum = 0;
+ AdtsStream$1.prototype.init.call(this);
this.skipWarn_ = function (start, end) {
this.trigger('log', {
level: 'warn',
- message: "adts skiping bytes " + start + " to " + end + " in frame " + frameNum + " outside syncword"
+ message: `adts skiping bytes ${start} to ${end} in frame ${frameNum} outside syncword`
});
};
-
this.push = function (packet) {
var i = 0,
- frameLength,
- protectionSkipBytes,
- oldBuffer,
- sampleCount,
- adtsFrameDuration;
-
+ frameLength,
+ protectionSkipBytes,
+ oldBuffer,
+ sampleCount,
+ adtsFrameDuration;
if (!handlePartialSegments) {
frameNum = 0;
}
-
if (packet.type !== 'audio') {
// ignore non-audio data
return;
} // Prepend any data in the buffer to the input data so that we can parse
// aac frames the cross a PES packet boundary
-
if (buffer && buffer.length) {
oldBuffer = buffer;
buffer = new Uint8Array(oldBuffer.byteLength + packet.data.byteLength);
@@ -48696,7 +49470,6 @@
} // unpack any ADTS frames which have been fully received
// for details on the ADTS header, see http://wiki.multimedia.cx/index.php?title=ADTS
-
var skip; // We use i + 7 here because we want to be able to parse the entire header.
// If we don't have enough bytes to do that, then we definitely won't have a full frame.
@@ -48708,18 +49481,15 @@
} // If a valid header was not found, jump one forward and attempt to
// find a valid ADTS header starting at the next byte
-
i++;
continue;
}
-
if (typeof skip === 'number') {
this.skipWarn_(skip, i);
skip = null;
} // The protection skip bit tells us if we have 2 bytes of CRC data at the
// end of the ADTS header
-
protectionSkipBytes = (~buffer[i + 1] & 0x01) * 2; // Frame length is a 13 bit integer starting 16 bits from the
// end of the sync sequence
// NOTE: frame length includes the size of the header
@@ -48733,7 +49503,6 @@
break;
} // Otherwise, deliver the complete AAC frame
-
this.trigger('data', {
pts: packet.pts + frameNum * adtsFrameDuration,
dts: packet.dts + frameNum * adtsFrameDuration,
@@ -48750,34 +49519,28 @@
frameNum++;
i += frameLength;
}
-
if (typeof skip === 'number') {
this.skipWarn_(skip, i);
skip = null;
} // remove processed bytes from the buffer.
-
buffer = buffer.subarray(i);
};
-
this.flush = function () {
frameNum = 0;
this.trigger('done');
};
-
this.reset = function () {
buffer = void 0;
this.trigger('reset');
};
-
this.endTimeline = function () {
buffer = void 0;
this.trigger('endedtimeline');
};
};
-
- _AdtsStream.prototype = new stream();
- var adts = _AdtsStream;
+ AdtsStream$1.prototype = new Stream$3();
+ var adts = AdtsStream$1;
/**
* mux.js
*
@@ -48785,41 +49548,38 @@
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
*/
- var ExpGolomb;
+ var ExpGolomb$1;
/**
* Parser for exponential Golomb codes, a variable-bitwidth number encoding
* scheme used by h264.
*/
- ExpGolomb = function ExpGolomb(workingData) {
- var // the number of bytes left to examine in workingData
- workingBytesAvailable = workingData.byteLength,
- // the current word being examined
- workingWord = 0,
- // :uint
- // the number of bits left to examine in the current word
- workingBitsAvailable = 0; // :uint;
+ ExpGolomb$1 = function (workingData) {
+ var
+ // the number of bytes left to examine in workingData
+ workingBytesAvailable = workingData.byteLength,
+ // the current word being examined
+ workingWord = 0,
+ // :uint
+ // the number of bits left to examine in the current word
+ workingBitsAvailable = 0; // :uint;
// ():uint
this.length = function () {
return 8 * workingBytesAvailable;
}; // ():uint
-
this.bitsAvailable = function () {
return 8 * workingBytesAvailable + workingBitsAvailable;
}; // ():void
-
this.loadWord = function () {
var position = workingData.byteLength - workingBytesAvailable,
- workingBytes = new Uint8Array(4),
- availableBytes = Math.min(4, workingBytesAvailable);
-
+ workingBytes = new Uint8Array(4),
+ availableBytes = Math.min(4, workingBytesAvailable);
if (availableBytes === 0) {
throw new Error('no bytes available');
}
-
workingBytes.set(workingData.subarray(position, position + availableBytes));
workingWord = new DataView(workingBytes.buffer).getUint32(0); // track the amount of workingData that has been processed
@@ -48827,7 +49587,6 @@
workingBytesAvailable -= availableBytes;
}; // (count:int):void
-
this.skipBits = function (count) {
var skipBytes; // :int
@@ -48845,31 +49604,25 @@
}
}; // (size:int):uint
-
this.readBits = function (size) {
var bits = Math.min(workingBitsAvailable, size),
- // :uint
- valu = workingWord >>> 32 - bits; // :uint
+ // :uint
+ valu = workingWord >>> 32 - bits; // :uint
// if size > 31, handle error
workingBitsAvailable -= bits;
-
if (workingBitsAvailable > 0) {
workingWord <<= bits;
} else if (workingBytesAvailable > 0) {
this.loadWord();
}
-
bits = size - bits;
-
if (bits > 0) {
return valu << bits | this.readBits(bits);
}
-
return valu;
}; // ():uint
-
this.skipLeadingZeros = function () {
var leadingZeroCount; // :uint
@@ -48882,29 +49635,24 @@
}
} // we exhausted workingWord and still have not found a 1
-
this.loadWord();
return leadingZeroCount + this.skipLeadingZeros();
}; // ():void
-
this.skipUnsignedExpGolomb = function () {
this.skipBits(1 + this.skipLeadingZeros());
}; // ():void
-
this.skipExpGolomb = function () {
this.skipBits(1 + this.skipLeadingZeros());
}; // ():uint
-
this.readUnsignedExpGolomb = function () {
var clz = this.skipLeadingZeros(); // :uint
return this.readBits(clz + 1) - 1;
}; // ():int
-
this.readExpGolomb = function () {
var valu = this.readUnsignedExpGolomb(); // :int
@@ -48912,39 +49660,40 @@
// the number is odd if the low order bit is set
return 1 + valu >>> 1; // add 1 to make it even, and divide by 2
}
-
return -1 * (valu >>> 1); // divide by two then make it negative
}; // Some convenience functions
// :Boolean
-
this.readBoolean = function () {
return this.readBits(1) === 1;
}; // ():int
-
this.readUnsignedByte = function () {
return this.readBits(8);
};
-
this.loadWord();
};
+ var expGolomb = ExpGolomb$1;
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ */
- var expGolomb = ExpGolomb;
-
- var _H264Stream, _NalByteStream;
-
+ var Stream$2 = stream;
+ var ExpGolomb = expGolomb;
+ var H264Stream$1, NalByteStream;
var PROFILES_WITH_OPTIONAL_SPS_DATA;
/**
* Accepts a NAL unit byte stream and unpacks the embedded NAL units.
*/
- _NalByteStream = function NalByteStream() {
+ NalByteStream = function () {
var syncPoint = 0,
- i,
- buffer;
-
- _NalByteStream.prototype.init.call(this);
+ i,
+ buffer;
+ NalByteStream.prototype.init.call(this);
/*
* Scans a byte stream and triggers a data event with the NAL units found.
* @param {Object} data Event received from H264Stream
@@ -48953,10 +49702,8 @@
* @see H264Stream.push
*/
-
this.push = function (data) {
var swapBuffer;
-
if (!buffer) {
buffer = data.data;
} else {
@@ -48965,7 +49712,6 @@
swapBuffer.set(data.data, buffer.byteLength);
buffer = swapBuffer;
}
-
var len = buffer.byteLength; // Rec. ITU-T H.264, Annex B
// scan for NAL unit boundaries
// a match looks like this:
@@ -48983,7 +49729,6 @@
break;
}
}
-
while (i < len) {
// look at the current byte to determine if we've hit the end of
// a NAL unit boundary
@@ -48998,20 +49743,16 @@
break;
} // deliver the NAL unit if it isn't empty
-
if (syncPoint + 3 !== i - 2) {
this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));
} // drop trailing zeroes
-
do {
i++;
} while (buffer[i] !== 1 && i < len);
-
syncPoint = i - 2;
i += 3;
break;
-
case 1:
// skip past non-sync sequences
if (buffer[i - 1] !== 0 || buffer[i - 2] !== 0) {
@@ -49019,12 +49760,10 @@
break;
} // deliver the NAL unit
-
this.trigger('data', buffer.subarray(syncPoint + 3, i - 2));
syncPoint = i - 2;
i += 3;
break;
-
default:
// the current byte isn't a one or zero, so it cannot be part
// of a sync sequence
@@ -49033,37 +49772,31 @@
}
} // filter out the NAL units that were delivered
-
buffer = buffer.subarray(syncPoint);
i -= syncPoint;
syncPoint = 0;
};
-
this.reset = function () {
buffer = null;
syncPoint = 0;
this.trigger('reset');
};
-
this.flush = function () {
// deliver the last buffered NAL unit
if (buffer && buffer.byteLength > 3) {
this.trigger('data', buffer.subarray(syncPoint + 3));
} // reset the stream state
-
buffer = null;
syncPoint = 0;
this.trigger('done');
};
-
this.endTimeline = function () {
this.flush();
this.trigger('endedtimeline');
};
};
-
- _NalByteStream.prototype = new stream(); // values of profile_idc that indicate additional fields are included in the SPS
+ NalByteStream.prototype = new Stream$2(); // values of profile_idc that indicate additional fields are included in the SPS
// see Recommendation ITU-T H.264 (4/2013),
// 7.3.2.1.1 Sequence parameter set data syntax
@@ -49088,18 +49821,16 @@
* events.
*/
- _H264Stream = function H264Stream() {
- var nalByteStream = new _NalByteStream(),
- self,
- trackId,
- currentPts,
- currentDts,
- discardEmulationPreventionBytes,
- readSequenceParameterSet,
- skipScalingList;
-
- _H264Stream.prototype.init.call(this);
-
+ H264Stream$1 = function () {
+ var nalByteStream = new NalByteStream(),
+ self,
+ trackId,
+ currentPts,
+ currentDts,
+ discardEmulationPreventionBytes,
+ readSequenceParameterSet,
+ skipScalingList;
+ H264Stream$1.prototype.init.call(this);
self = this;
/*
* Pushes a packet from a stream onto the NalByteStream
@@ -49117,7 +49848,6 @@
if (packet.type !== 'video') {
return;
}
-
trackId = packet.trackId;
currentPts = packet.pts;
currentDts = packet.dts;
@@ -49132,7 +49862,6 @@
* @see NalByteStream.push
*/
-
nalByteStream.on('data', function (data) {
var event = {
trackId: trackId,
@@ -49141,33 +49870,27 @@
data: data,
nalUnitTypeCode: data[0] & 0x1f
};
-
switch (event.nalUnitTypeCode) {
case 0x05:
event.nalUnitType = 'slice_layer_without_partitioning_rbsp_idr';
break;
-
case 0x06:
event.nalUnitType = 'sei_rbsp';
event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));
break;
-
case 0x07:
event.nalUnitType = 'seq_parameter_set_rbsp';
event.escapedRBSP = discardEmulationPreventionBytes(data.subarray(1));
event.config = readSequenceParameterSet(event.escapedRBSP);
break;
-
case 0x08:
event.nalUnitType = 'pic_parameter_set_rbsp';
break;
-
case 0x09:
event.nalUnitType = 'access_unit_delimiter_rbsp';
break;
} // This triggers data on the H264Stream
-
self.trigger('data', event);
});
nalByteStream.on('done', function () {
@@ -49182,19 +49905,15 @@
nalByteStream.on('endedtimeline', function () {
self.trigger('endedtimeline');
});
-
this.flush = function () {
nalByteStream.flush();
};
-
this.partialFlush = function () {
nalByteStream.partialFlush();
};
-
this.reset = function () {
nalByteStream.reset();
};
-
this.endTimeline = function () {
nalByteStream.endTimeline();
};
@@ -49208,19 +49927,16 @@
* @see Recommendation ITU-T H.264, Section 7.3.2.1.1.1
*/
-
- skipScalingList = function skipScalingList(count, expGolombDecoder) {
+ skipScalingList = function (count, expGolombDecoder) {
var lastScale = 8,
- nextScale = 8,
- j,
- deltaScale;
-
+ nextScale = 8,
+ j,
+ deltaScale;
for (j = 0; j < count; j++) {
if (nextScale !== 0) {
deltaScale = expGolombDecoder.readExpGolomb();
nextScale = (lastScale + deltaScale + 256) % 256;
}
-
lastScale = nextScale === 0 ? lastScale : nextScale;
}
};
@@ -49233,13 +49949,12 @@
* Prevention Bytes
*/
-
- discardEmulationPreventionBytes = function discardEmulationPreventionBytes(data) {
+ discardEmulationPreventionBytes = function (data) {
var length = data.byteLength,
- emulationPreventionBytesPositions = [],
- i = 1,
- newLength,
- newData; // Find all `Emulation Prevention Bytes`
+ emulationPreventionBytesPositions = [],
+ i = 1,
+ newLength,
+ newData; // Find all `Emulation Prevention Bytes`
while (i < length - 2) {
if (data[i] === 0 && data[i + 1] === 0 && data[i + 2] === 0x03) {
@@ -49251,16 +49966,13 @@
} // If no Emulation Prevention Bytes were found just return the original
// array
-
if (emulationPreventionBytesPositions.length === 0) {
return data;
} // Create a new array to hold the NAL unit data
-
newLength = length - emulationPreventionBytesPositions.length;
newData = new Uint8Array(newLength);
var sourceIndex = 0;
-
for (i = 0; i < newLength; sourceIndex++, i++) {
if (sourceIndex === emulationPreventionBytesPositions[0]) {
// Skip this byte
@@ -49268,10 +49980,8 @@
emulationPreventionBytesPositions.shift();
}
-
newData[i] = data[sourceIndex];
}
-
return newData;
};
/**
@@ -49284,27 +49994,26 @@
* associated video frames.
*/
-
- readSequenceParameterSet = function readSequenceParameterSet(data) {
+ readSequenceParameterSet = function (data) {
var frameCropLeftOffset = 0,
- frameCropRightOffset = 0,
- frameCropTopOffset = 0,
- frameCropBottomOffset = 0,
- expGolombDecoder,
- profileIdc,
- levelIdc,
- profileCompatibility,
- chromaFormatIdc,
- picOrderCntType,
- numRefFramesInPicOrderCntCycle,
- picWidthInMbsMinus1,
- picHeightInMapUnitsMinus1,
- frameMbsOnlyFlag,
- scalingListCount,
- sarRatio = [1, 1],
- aspectRatioIdc,
- i;
- expGolombDecoder = new expGolomb(data);
+ frameCropRightOffset = 0,
+ frameCropTopOffset = 0,
+ frameCropBottomOffset = 0,
+ expGolombDecoder,
+ profileIdc,
+ levelIdc,
+ profileCompatibility,
+ chromaFormatIdc,
+ picOrderCntType,
+ numRefFramesInPicOrderCntCycle,
+ picWidthInMbsMinus1,
+ picHeightInMapUnitsMinus1,
+ frameMbsOnlyFlag,
+ scalingListCount,
+ sarRatio = [1, 1],
+ aspectRatioIdc,
+ i;
+ expGolombDecoder = new ExpGolomb(data);
profileIdc = expGolombDecoder.readUnsignedByte(); // profile_idc
profileCompatibility = expGolombDecoder.readUnsignedByte(); // constraint_set[0-5]_flag
@@ -49316,11 +50025,9 @@
if (PROFILES_WITH_OPTIONAL_SPS_DATA[profileIdc]) {
chromaFormatIdc = expGolombDecoder.readUnsignedExpGolomb();
-
if (chromaFormatIdc === 3) {
expGolombDecoder.skipBits(1); // separate_colour_plane_flag
}
-
expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_luma_minus8
expGolombDecoder.skipUnsignedExpGolomb(); // bit_depth_chroma_minus8
@@ -49330,7 +50037,6 @@
if (expGolombDecoder.readBoolean()) {
// seq_scaling_matrix_present_flag
scalingListCount = chromaFormatIdc !== 3 ? 8 : 12;
-
for (i = 0; i < scalingListCount; i++) {
if (expGolombDecoder.readBoolean()) {
// seq_scaling_list_present_flag[ i ]
@@ -49343,11 +50049,9 @@
}
}
}
-
expGolombDecoder.skipUnsignedExpGolomb(); // log2_max_frame_num_minus4
picOrderCntType = expGolombDecoder.readUnsignedExpGolomb();
-
if (picOrderCntType === 0) {
expGolombDecoder.readUnsignedExpGolomb(); // log2_max_pic_order_cnt_lsb_minus4
} else if (picOrderCntType === 1) {
@@ -49358,12 +50062,10 @@
expGolombDecoder.skipExpGolomb(); // offset_for_top_to_bottom_field
numRefFramesInPicOrderCntCycle = expGolombDecoder.readUnsignedExpGolomb();
-
for (i = 0; i < numRefFramesInPicOrderCntCycle; i++) {
expGolombDecoder.skipExpGolomb(); // offset_for_ref_frame[ i ]
}
}
-
expGolombDecoder.skipUnsignedExpGolomb(); // max_num_ref_frames
expGolombDecoder.skipBits(1); // gaps_in_frame_num_value_allowed_flag
@@ -49371,11 +50073,9 @@
picWidthInMbsMinus1 = expGolombDecoder.readUnsignedExpGolomb();
picHeightInMapUnitsMinus1 = expGolombDecoder.readUnsignedExpGolomb();
frameMbsOnlyFlag = expGolombDecoder.readBits(1);
-
if (frameMbsOnlyFlag === 0) {
expGolombDecoder.skipBits(1); // mb_adaptive_frame_field_flag
}
-
expGolombDecoder.skipBits(1); // direct_8x8_inference_flag
if (expGolombDecoder.readBoolean()) {
@@ -49385,91 +50085,71 @@
frameCropTopOffset = expGolombDecoder.readUnsignedExpGolomb();
frameCropBottomOffset = expGolombDecoder.readUnsignedExpGolomb();
}
-
if (expGolombDecoder.readBoolean()) {
// vui_parameters_present_flag
if (expGolombDecoder.readBoolean()) {
// aspect_ratio_info_present_flag
aspectRatioIdc = expGolombDecoder.readUnsignedByte();
-
switch (aspectRatioIdc) {
case 1:
sarRatio = [1, 1];
break;
-
case 2:
sarRatio = [12, 11];
break;
-
case 3:
sarRatio = [10, 11];
break;
-
case 4:
sarRatio = [16, 11];
break;
-
case 5:
sarRatio = [40, 33];
break;
-
case 6:
sarRatio = [24, 11];
break;
-
case 7:
sarRatio = [20, 11];
break;
-
case 8:
sarRatio = [32, 11];
break;
-
case 9:
sarRatio = [80, 33];
break;
-
case 10:
sarRatio = [18, 11];
break;
-
case 11:
sarRatio = [15, 11];
break;
-
case 12:
sarRatio = [64, 33];
break;
-
case 13:
sarRatio = [160, 99];
break;
-
case 14:
sarRatio = [4, 3];
break;
-
case 15:
sarRatio = [3, 2];
break;
-
case 16:
sarRatio = [2, 1];
break;
-
case 255:
{
sarRatio = [expGolombDecoder.readUnsignedByte() << 8 | expGolombDecoder.readUnsignedByte(), expGolombDecoder.readUnsignedByte() << 8 | expGolombDecoder.readUnsignedByte()];
break;
}
}
-
if (sarRatio) {
sarRatio[0] / sarRatio[1];
}
}
}
-
return {
profileIdc: profileIdc,
levelIdc: levelIdc,
@@ -49481,11 +50161,10 @@
};
};
};
-
- _H264Stream.prototype = new stream();
+ H264Stream$1.prototype = new Stream$2();
var h264 = {
- H264Stream: _H264Stream,
- NalByteStream: _NalByteStream
+ H264Stream: H264Stream$1,
+ NalByteStream: NalByteStream
};
/**
* mux.js
@@ -49497,81 +50176,66 @@
*/
var ADTS_SAMPLING_FREQUENCIES = [96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350];
-
- var parseId3TagSize = function parseId3TagSize(header, byteIndex) {
+ var parseId3TagSize = function (header, byteIndex) {
var returnSize = header[byteIndex + 6] << 21 | header[byteIndex + 7] << 14 | header[byteIndex + 8] << 7 | header[byteIndex + 9],
- flags = header[byteIndex + 5],
- footerPresent = (flags & 16) >> 4; // if we get a negative returnSize clamp it to 0
+ flags = header[byteIndex + 5],
+ footerPresent = (flags & 16) >> 4; // if we get a negative returnSize clamp it to 0
returnSize = returnSize >= 0 ? returnSize : 0;
-
if (footerPresent) {
return returnSize + 20;
}
-
return returnSize + 10;
};
-
- var getId3Offset = function getId3Offset(data, offset) {
+ var getId3Offset = function (data, offset) {
if (data.length - offset < 10 || data[offset] !== 'I'.charCodeAt(0) || data[offset + 1] !== 'D'.charCodeAt(0) || data[offset + 2] !== '3'.charCodeAt(0)) {
return offset;
}
-
offset += parseId3TagSize(data, offset);
return getId3Offset(data, offset);
}; // TODO: use vhs-utils
-
- var isLikelyAacData$1 = function isLikelyAacData(data) {
+ var isLikelyAacData$1 = function (data) {
var offset = getId3Offset(data, 0);
- return data.length >= offset + 2 && (data[offset] & 0xFF) === 0xFF && (data[offset + 1] & 0xF0) === 0xF0 && // verify that the 2 layer bits are 0, aka this
+ return data.length >= offset + 2 && (data[offset] & 0xFF) === 0xFF && (data[offset + 1] & 0xF0) === 0xF0 &&
+ // verify that the 2 layer bits are 0, aka this
// is not mp3 data but aac data.
(data[offset + 1] & 0x16) === 0x10;
};
-
- var parseSyncSafeInteger = function parseSyncSafeInteger(data) {
+ var parseSyncSafeInteger = function (data) {
return data[0] << 21 | data[1] << 14 | data[2] << 7 | data[3];
}; // return a percent-encoded representation of the specified byte range
// @see http://en.wikipedia.org/wiki/Percent-encoding
-
- var percentEncode = function percentEncode(bytes, start, end) {
+ var percentEncode = function (bytes, start, end) {
var i,
- result = '';
-
+ result = '';
for (i = start; i < end; i++) {
result += '%' + ('00' + bytes[i].toString(16)).slice(-2);
}
-
return result;
}; // return the string representation of the specified byte range,
// interpreted as ISO-8859-1.
-
- var parseIso88591 = function parseIso88591(bytes, start, end) {
+ var parseIso88591 = function (bytes, start, end) {
return unescape(percentEncode(bytes, start, end)); // jshint ignore:line
};
-
- var parseAdtsSize = function parseAdtsSize(header, byteIndex) {
+ var parseAdtsSize = function (header, byteIndex) {
var lowThree = (header[byteIndex + 5] & 0xE0) >> 5,
- middle = header[byteIndex + 4] << 3,
- highTwo = header[byteIndex + 3] & 0x3 << 11;
+ middle = header[byteIndex + 4] << 3,
+ highTwo = header[byteIndex + 3] & 0x3 << 11;
return highTwo | middle | lowThree;
};
-
- var parseType$2 = function parseType(header, byteIndex) {
+ var parseType$4 = function (header, byteIndex) {
if (header[byteIndex] === 'I'.charCodeAt(0) && header[byteIndex + 1] === 'D'.charCodeAt(0) && header[byteIndex + 2] === '3'.charCodeAt(0)) {
return 'timed-metadata';
} else if (header[byteIndex] & 0xff === 0xff && (header[byteIndex + 1] & 0xf0) === 0xf0) {
return 'audio';
}
-
return null;
};
-
- var parseSampleRate = function parseSampleRate(packet) {
+ var parseSampleRate = function (packet) {
var i = 0;
-
while (i + 5 < packet.length) {
if (packet[i] !== 0xFF || (packet[i + 1] & 0xF6) !== 0xF0) {
// If a valid header was not found, jump one forward and attempt to
@@ -49579,18 +50243,14 @@
i++;
continue;
}
-
return ADTS_SAMPLING_FREQUENCIES[(packet[i + 2] & 0x3c) >>> 2];
}
-
return null;
};
-
- var parseAacTimestamp = function parseAacTimestamp(packet) {
+ var parseAacTimestamp = function (packet) {
var frameStart, frameSize, frame, frameHeader; // find the start of the first frame and the end of the tag
frameStart = 10;
-
if (packet[5] & 0x40) {
// advance the frame start past the extended header
frameStart += 4; // header size field
@@ -49599,24 +50259,18 @@
} // parse one or more ID3 frames
// http://id3.org/id3v2.3.0#ID3v2_frame_overview
-
do {
// determine the number of bytes in this frame
frameSize = parseSyncSafeInteger(packet.subarray(frameStart + 4, frameStart + 8));
-
if (frameSize < 1) {
return null;
}
-
frameHeader = String.fromCharCode(packet[frameStart], packet[frameStart + 1], packet[frameStart + 2], packet[frameStart + 3]);
-
if (frameHeader === 'PRIV') {
frame = packet.subarray(frameStart + 10, frameStart + frameSize + 10);
-
for (var i = 0; i < frame.byteLength; i++) {
if (frame[i] === 0) {
var owner = parseIso88591(frame, 0, i);
-
if (owner === 'com.apple.streaming.transportStreamTimestamp') {
var d = frame.subarray(i + 1);
var size = (d[3] & 0x01) << 30 | d[4] << 22 | d[5] << 14 | d[6] << 6 | d[7] >>> 2;
@@ -49624,52 +50278,57 @@
size += d[7] & 0x03;
return size;
}
-
break;
}
}
}
-
frameStart += 10; // advance past the frame header
frameStart += frameSize; // advance past the frame body
} while (frameStart < packet.byteLength);
-
return null;
};
-
var utils = {
isLikelyAacData: isLikelyAacData$1,
parseId3TagSize: parseId3TagSize,
parseAdtsSize: parseAdtsSize,
- parseType: parseType$2,
+ parseType: parseType$4,
parseSampleRate: parseSampleRate,
parseAacTimestamp: parseAacTimestamp
};
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * A stream-based aac to mp4 converter. This utility can be used to
+ * deliver mp4s to a SourceBuffer on platforms that support native
+ * Media Source Extensions.
+ */
- var _AacStream;
+ var Stream$1 = stream;
+ var aacUtils = utils; // Constants
+
+ var AacStream$1;
/**
* Splits an incoming stream of binary data into ADTS and ID3 Frames.
*/
-
- _AacStream = function AacStream() {
+ AacStream$1 = function () {
var everything = new Uint8Array(),
- timeStamp = 0;
-
- _AacStream.prototype.init.call(this);
-
+ timeStamp = 0;
+ AacStream$1.prototype.init.call(this);
this.setTimestamp = function (timestamp) {
timeStamp = timestamp;
};
-
this.push = function (bytes) {
var frameSize = 0,
- byteIndex = 0,
- bytesLeft,
- chunk,
- packet,
- tempLength; // If there are bytes remaining from the last segment, prepend them to the
+ byteIndex = 0,
+ bytesLeft,
+ chunk,
+ packet,
+ tempLength; // If there are bytes remaining from the last segment, prepend them to the
// bytes that were pushed in
if (everything.length) {
@@ -49680,7 +50339,6 @@
} else {
everything = bytes;
}
-
while (everything.length - byteIndex >= 3) {
if (everything[byteIndex] === 'I'.charCodeAt(0) && everything[byteIndex + 1] === 'D'.charCodeAt(0) && everything[byteIndex + 2] === '3'.charCodeAt(0)) {
// Exit early because we don't have enough to parse
@@ -49689,15 +50347,13 @@
break;
} // check framesize
-
- frameSize = utils.parseId3TagSize(everything, byteIndex); // Exit early if we don't have enough in the buffer
+ frameSize = aacUtils.parseId3TagSize(everything, byteIndex); // Exit early if we don't have enough in the buffer
// to emit a full packet
// Add to byteIndex to support multiple ID3 tags in sequence
if (byteIndex + frameSize > everything.length) {
break;
}
-
chunk = {
type: 'timed-metadata',
data: everything.subarray(byteIndex, byteIndex + frameSize)
@@ -49711,14 +50367,12 @@
if (everything.length - byteIndex < 7) {
break;
}
-
- frameSize = utils.parseAdtsSize(everything, byteIndex); // Exit early if we don't have enough in the buffer
+ frameSize = aacUtils.parseAdtsSize(everything, byteIndex); // Exit early if we don't have enough in the buffer
// to emit a full packet
if (byteIndex + frameSize > everything.length) {
break;
}
-
packet = {
type: 'audio',
data: everything.subarray(byteIndex, byteIndex + frameSize),
@@ -49729,51 +50383,63 @@
byteIndex += frameSize;
continue;
}
-
byteIndex++;
}
-
bytesLeft = everything.length - byteIndex;
-
if (bytesLeft > 0) {
everything = everything.subarray(byteIndex);
} else {
everything = new Uint8Array();
}
};
-
this.reset = function () {
everything = new Uint8Array();
this.trigger('reset');
};
-
this.endTimeline = function () {
everything = new Uint8Array();
this.trigger('endedtimeline');
};
};
+ AacStream$1.prototype = new Stream$1();
+ var aac = AacStream$1;
+ var AUDIO_PROPERTIES$1 = ['audioobjecttype', 'channelcount', 'samplerate', 'samplingfrequencyindex', 'samplesize'];
+ var audioProperties = AUDIO_PROPERTIES$1;
+ var VIDEO_PROPERTIES$1 = ['width', 'height', 'profileIdc', 'levelIdc', 'profileCompatibility', 'sarRatio'];
+ var videoProperties = VIDEO_PROPERTIES$1;
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * A stream-based mp2t to mp4 converter. This utility can be used to
+ * deliver mp4s to a SourceBuffer on platforms that support native
+ * Media Source Extensions.
+ */
- _AacStream.prototype = new stream();
- var aac = _AacStream; // constants
-
- var AUDIO_PROPERTIES = ['audioobjecttype', 'channelcount', 'samplerate', 'samplingfrequencyindex', 'samplesize'];
- var audioProperties = AUDIO_PROPERTIES;
- var VIDEO_PROPERTIES = ['width', 'height', 'profileIdc', 'levelIdc', 'profileCompatibility', 'sarRatio'];
- var videoProperties = VIDEO_PROPERTIES;
+ var Stream = stream;
+ var mp4 = mp4Generator;
+ var frameUtils = frameUtils$1;
+ var audioFrameUtils = audioFrameUtils$1;
+ var trackDecodeInfo = trackDecodeInfo$1;
+ var m2ts = m2ts_1;
+ var clock = clock$2;
+ var AdtsStream = adts;
var H264Stream = h264.H264Stream;
+ var AacStream = aac;
var isLikelyAacData = utils.isLikelyAacData;
- var ONE_SECOND_IN_TS$1 = clock.ONE_SECOND_IN_TS; // object types
+ var ONE_SECOND_IN_TS$1 = clock$2.ONE_SECOND_IN_TS;
+ var AUDIO_PROPERTIES = audioProperties;
+ var VIDEO_PROPERTIES = videoProperties; // object types
- var _VideoSegmentStream, _AudioSegmentStream, _Transmuxer, _CoalesceStream;
-
- var retriggerForStream = function retriggerForStream(key, event) {
+ var VideoSegmentStream, AudioSegmentStream, Transmuxer, CoalesceStream;
+ var retriggerForStream = function (key, event) {
event.stream = key;
this.trigger('log', event);
};
-
- var addPipelineLogRetriggers = function addPipelineLogRetriggers(transmuxer, pipeline) {
+ var addPipelineLogRetriggers = function (transmuxer, pipeline) {
var keys = Object.keys(pipeline);
-
for (var i = 0; i < keys.length; i++) {
var key = keys[i]; // skip non-stream keys and headOfPipeline
// which is just a duplicate
@@ -49781,7 +50447,6 @@
if (key === 'headOfPipeline' || !pipeline[key].on) {
continue;
}
-
pipeline[key].on('log', retriggerForStream.bind(transmuxer, key));
}
};
@@ -49789,28 +50454,23 @@
* Compare two arrays (even typed) for same-ness
*/
-
- var arrayEquals = function arrayEquals(a, b) {
+ var arrayEquals = function (a, b) {
var i;
-
if (a.length !== b.length) {
return false;
} // compare the value of each element in the array
-
for (i = 0; i < a.length; i++) {
if (a[i] !== b[i]) {
return false;
}
}
-
return true;
};
-
- var generateSegmentTimingInfo = function generateSegmentTimingInfo(baseMediaDecodeTime, startDts, startPts, endDts, endPts, prependedContentDuration) {
+ var generateSegmentTimingInfo = function (baseMediaDecodeTime, startDts, startPts, endDts, endPts, prependedContentDuration) {
var ptsOffsetFromDts = startPts - startDts,
- decodeDuration = endDts - startDts,
- presentationDuration = endPts - startPts; // The PTS and DTS values are based on the actual stream times from the segment,
+ decodeDuration = endDts - startDts,
+ presentationDuration = endPts - startPts; // The PTS and DTS values are based on the actual stream times from the segment,
// however, the player time values will reflect a start from the baseMediaDecodeTime.
// In order to provide relevant values for the player times, base timing info on the
// baseMediaDecodeTime and the DTS and PTS durations of the segment.
@@ -49838,43 +50498,34 @@
* in the source; false to adjust the first segment to start at 0.
*/
-
- _AudioSegmentStream = function AudioSegmentStream(track, options) {
+ AudioSegmentStream = function (track, options) {
var adtsFrames = [],
- sequenceNumber,
- earliestAllowedDts = 0,
- audioAppendStartTs = 0,
- videoBaseMediaDecodeTime = Infinity;
+ sequenceNumber,
+ earliestAllowedDts = 0,
+ audioAppendStartTs = 0,
+ videoBaseMediaDecodeTime = Infinity;
options = options || {};
sequenceNumber = options.firstSequenceNumber || 0;
-
- _AudioSegmentStream.prototype.init.call(this);
-
+ AudioSegmentStream.prototype.init.call(this);
this.push = function (data) {
trackDecodeInfo.collectDtsInfo(track, data);
-
if (track) {
- audioProperties.forEach(function (prop) {
+ AUDIO_PROPERTIES.forEach(function (prop) {
track[prop] = data[prop];
});
} // buffer audio data until end() is called
-
adtsFrames.push(data);
};
-
this.setEarliestDts = function (earliestDts) {
earliestAllowedDts = earliestDts;
};
-
this.setVideoBaseMediaDecodeTime = function (baseMediaDecodeTime) {
videoBaseMediaDecodeTime = baseMediaDecodeTime;
};
-
this.setAudioAppendStart = function (timestamp) {
audioAppendStartTs = timestamp;
};
-
this.flush = function () {
var frames, moof, mdat, boxes, frameDuration, segmentDuration, videoClockCyclesOfSilencePrefixed; // return early if no audio data has been observed
@@ -49882,7 +50533,6 @@
this.trigger('done', 'AudioSegmentStream');
return;
}
-
frames = audioFrameUtils.trimAdtsFramesByEarliestDts(adtsFrames, track, earliestAllowedDts);
track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(track, options.keepOriginalTimestamps); // amount of audio filled but the value is in video clock rather than audio clock
@@ -49891,9 +50541,9 @@
track.samples = audioFrameUtils.generateSampleTable(frames); // concatenate the audio data to constuct the mdat
- mdat = mp4Generator.mdat(audioFrameUtils.concatenateFrameData(frames));
+ mdat = mp4.mdat(audioFrameUtils.concatenateFrameData(frames));
adtsFrames = [];
- moof = mp4Generator.moof(sequenceNumber, [track]);
+ moof = mp4.moof(sequenceNumber, [track]);
boxes = new Uint8Array(moof.byteLength + mdat.byteLength); // bump the sequence number for next time
sequenceNumber++;
@@ -49907,32 +50557,31 @@
if (frames.length) {
segmentDuration = frames.length * frameDuration;
- this.trigger('segmentTimingInfo', generateSegmentTimingInfo( // The audio track's baseMediaDecodeTime is in audio clock cycles, but the
+ this.trigger('segmentTimingInfo', generateSegmentTimingInfo(
+ // The audio track's baseMediaDecodeTime is in audio clock cycles, but the
// frame info is in video clock cycles. Convert to match expectation of
// listeners (that all timestamps will be based on video clock cycles).
- clock.audioTsToVideoTs(track.baseMediaDecodeTime, track.samplerate), // frame times are already in video clock, as is segment duration
+ clock.audioTsToVideoTs(track.baseMediaDecodeTime, track.samplerate),
+ // frame times are already in video clock, as is segment duration
frames[0].dts, frames[0].pts, frames[0].dts + segmentDuration, frames[0].pts + segmentDuration, videoClockCyclesOfSilencePrefixed || 0));
this.trigger('timingInfo', {
start: frames[0].pts,
end: frames[0].pts + segmentDuration
});
}
-
this.trigger('data', {
track: track,
boxes: boxes
});
this.trigger('done', 'AudioSegmentStream');
};
-
this.reset = function () {
trackDecodeInfo.clearDtsInfo(track);
adtsFrames = [];
this.trigger('reset');
};
};
-
- _AudioSegmentStream.prototype = new stream();
+ AudioSegmentStream.prototype = new Stream();
/**
* Constructs a single-track, ISO BMFF media segment from H264 data
* events. The output of this stream can be fed to a SourceBuffer
@@ -49945,17 +50594,15 @@
* in the source; false to adjust the first segment to start at 0.
*/
- _VideoSegmentStream = function VideoSegmentStream(track, options) {
+ VideoSegmentStream = function (track, options) {
var sequenceNumber,
- nalUnits = [],
- gopsToAlignWith = [],
- config,
- pps;
+ nalUnits = [],
+ gopsToAlignWith = [],
+ config,
+ pps;
options = options || {};
sequenceNumber = options.firstSequenceNumber || 0;
-
- _VideoSegmentStream.prototype.init.call(this);
-
+ VideoSegmentStream.prototype.init.call(this);
delete track.minPTS;
this.gopCache_ = [];
/**
@@ -49973,17 +50620,15 @@
if (nalUnit.nalUnitType === 'seq_parameter_set_rbsp' && !config) {
config = nalUnit.config;
track.sps = [nalUnit.data];
- videoProperties.forEach(function (prop) {
+ VIDEO_PROPERTIES.forEach(function (prop) {
track[prop] = config[prop];
}, this);
}
-
if (nalUnit.nalUnitType === 'pic_parameter_set_rbsp' && !pps) {
pps = nalUnit.data;
track.pps = [nalUnit.data];
} // buffer video until flush() is called
-
nalUnits.push(nalUnit);
};
/**
@@ -49991,28 +50636,25 @@
* next stream in the pipeline
**/
-
this.flush = function () {
var frames,
- gopForFusion,
- gops,
- moof,
- mdat,
- boxes,
- prependedContentDuration = 0,
- firstGop,
- lastGop; // Throw away nalUnits at the start of the byte stream until
+ gopForFusion,
+ gops,
+ moof,
+ mdat,
+ boxes,
+ prependedContentDuration = 0,
+ firstGop,
+ lastGop; // Throw away nalUnits at the start of the byte stream until
// we find the first AUD
while (nalUnits.length) {
if (nalUnits[0].nalUnitType === 'access_unit_delimiter_rbsp') {
break;
}
-
nalUnits.shift();
} // Return early if no video data has been observed
-
if (nalUnits.length === 0) {
this.resetStream_();
this.trigger('done', 'VideoSegmentStream');
@@ -50021,7 +50663,6 @@
// higher-level constructs such as frames and gops
// (group-of-pictures)
-
frames = frameUtils.groupNalsIntoFrames(nalUnits);
gops = frameUtils.groupFramesIntoGops(frames); // If the first frame of this fragment is not a keyframe we have
// a problem since MSE (on Chrome) requires a leading keyframe.
@@ -50045,7 +50686,6 @@
if (!gops[0][0].keyFrame) {
// Search for a gop for fusion from our gopCache
gopForFusion = this.getGopForFusion_(nalUnits[0], track);
-
if (gopForFusion) {
// in order to provide more accurate timing information about the segment, save
// the number of seconds prepended to the original segment due to GOP fusion
@@ -50064,16 +50704,13 @@
}
} // Trim gops to align with gopsToAlignWith
-
if (gopsToAlignWith.length) {
var alignedGops;
-
if (options.alignGopsAtEnd) {
alignedGops = this.alignGopsAtEnd_(gops);
} else {
alignedGops = this.alignGopsAtStart_(gops);
}
-
if (!alignedGops) {
// save all the nals in the last GOP into the gop cache
this.gopCache_.unshift({
@@ -50092,17 +50729,15 @@
} // Some gops were trimmed. clear dts info so minSegmentDts and pts are correct
// when recalculated before sending off to CoalesceStream
-
trackDecodeInfo.clearDtsInfo(track);
gops = alignedGops;
}
-
trackDecodeInfo.collectDtsInfo(track, gops); // First, we have to build the index from byte locations to
// samples (that is, frames) in the video data
track.samples = frameUtils.generateSampleTable(gops); // Concatenate the video data and construct the mdat
- mdat = mp4Generator.mdat(frameUtils.concatenateNalData(gops));
+ mdat = mp4.mdat(frameUtils.concatenateNalData(gops));
track.baseMediaDecodeTime = trackDecodeInfo.calculateTrackBaseMediaDecodeTime(track, options.keepOriginalTimestamps);
this.trigger('processedGopsInfo', gops.map(function (gop) {
return {
@@ -50130,7 +50765,7 @@
nalUnits = [];
this.trigger('baseMediaDecodeTime', track.baseMediaDecodeTime);
this.trigger('timelineStartInfo', track.timelineStartInfo);
- moof = mp4Generator.moof(sequenceNumber, [track]); // it would be great to allocate this array up front instead of
+ moof = mp4.moof(sequenceNumber, [track]); // it would be great to allocate this array up front instead of
// throwing away hundreds of media segment fragments
boxes = new Uint8Array(moof.byteLength + mdat.byteLength); // Bump the sequence number for next time
@@ -50146,7 +50781,6 @@
this.trigger('done', 'VideoSegmentStream');
};
-
this.reset = function () {
this.resetStream_();
nalUnits = [];
@@ -50154,7 +50788,6 @@
gopsToAlignWith.length = 0;
this.trigger('reset');
};
-
this.resetStream_ = function () {
trackDecodeInfo.clearDtsInfo(track); // reset config and pps because they may differ across segments
// for instance, when we are rendition switching
@@ -50164,18 +50797,17 @@
}; // Search for a candidate Gop for gop-fusion from the gop cache and
// return it or return null if no good candidate was found
-
this.getGopForFusion_ = function (nalUnit) {
var halfSecond = 45000,
- // Half-a-second in a 90khz clock
- allowableOverlap = 10000,
- // About 3 frames @ 30fps
- nearestDistance = Infinity,
- dtsDistance,
- nearestGopObj,
- currentGop,
- currentGopObj,
- i; // Search for the GOP nearest to the beginning of this nal unit
+ // Half-a-second in a 90khz clock
+ allowableOverlap = 10000,
+ // About 3 frames @ 30fps
+ nearestDistance = Infinity,
+ dtsDistance,
+ nearestGopObj,
+ currentGop,
+ currentGopObj,
+ i; // Search for the GOP nearest to the beginning of this nal unit
for (i = 0; i < this.gopCache_.length; i++) {
currentGopObj = this.gopCache_[i];
@@ -50185,12 +50817,10 @@
continue;
} // Reject Gops that would require a negative baseMediaDecodeTime
-
if (currentGop.dts < track.timelineStartInfo.dts) {
continue;
} // The distance between the end of the gop and the start of the nalUnit
-
dtsDistance = nalUnit.dts - currentGop.dts - currentGop.duration; // Only consider GOPS that start before the nal unit and end within
// a half-second of the nal unit
@@ -50203,31 +50833,25 @@
}
}
}
-
if (nearestGopObj) {
return nearestGopObj.gop;
}
-
return null;
}; // trim gop list to the first gop found that has a matching pts with a gop in the list
// of gopsToAlignWith starting from the START of the list
-
this.alignGopsAtStart_ = function (gops) {
var alignIndex, gopIndex, align, gop, byteLength, nalCount, duration, alignedGops;
byteLength = gops.byteLength;
nalCount = gops.nalCount;
duration = gops.duration;
alignIndex = gopIndex = 0;
-
while (alignIndex < gopsToAlignWith.length && gopIndex < gops.length) {
align = gopsToAlignWith[alignIndex];
gop = gops[gopIndex];
-
if (align.pts === gop.pts) {
break;
}
-
if (gop.pts > align.pts) {
// this current gop starts after the current gop we want to align on, so increment
// align index
@@ -50236,23 +50860,19 @@
} // current gop starts before the current gop we want to align on. so increment gop
// index
-
gopIndex++;
byteLength -= gop.byteLength;
nalCount -= gop.nalCount;
duration -= gop.duration;
}
-
if (gopIndex === 0) {
// no gops to trim
return gops;
}
-
if (gopIndex === gops.length) {
// all gops trimmed, skip appending all gops
return null;
}
-
alignedGops = gops.slice(gopIndex);
alignedGops.byteLength = byteLength;
alignedGops.duration = duration;
@@ -50263,54 +50883,43 @@
}; // trim gop list to the first gop found that has a matching pts with a gop in the list
// of gopsToAlignWith starting from the END of the list
-
this.alignGopsAtEnd_ = function (gops) {
var alignIndex, gopIndex, align, gop, alignEndIndex, matchFound;
alignIndex = gopsToAlignWith.length - 1;
gopIndex = gops.length - 1;
alignEndIndex = null;
matchFound = false;
-
while (alignIndex >= 0 && gopIndex >= 0) {
align = gopsToAlignWith[alignIndex];
gop = gops[gopIndex];
-
if (align.pts === gop.pts) {
matchFound = true;
break;
}
-
if (align.pts > gop.pts) {
alignIndex--;
continue;
}
-
if (alignIndex === gopsToAlignWith.length - 1) {
// gop.pts is greater than the last alignment candidate. If no match is found
// by the end of this loop, we still want to append gops that come after this
// point
alignEndIndex = gopIndex;
}
-
gopIndex--;
}
-
if (!matchFound && alignEndIndex === null) {
return null;
}
-
var trimIndex;
-
if (matchFound) {
trimIndex = gopIndex;
} else {
trimIndex = alignEndIndex;
}
-
if (trimIndex === 0) {
return gops;
}
-
var alignedGops = gops.slice(trimIndex);
var metadata = alignedGops.reduce(function (total, gop) {
total.byteLength += gop.byteLength;
@@ -50329,13 +50938,11 @@
alignedGops.dts = alignedGops[0].dts;
return alignedGops;
};
-
this.alignGopsWith = function (newGopsToAlignWith) {
gopsToAlignWith = newGopsToAlignWith;
};
};
-
- _VideoSegmentStream.prototype = new stream();
+ VideoSegmentStream.prototype = new Stream();
/**
* A Stream that can combine multiple streams (ie. audio & video)
* into a single output segment for MSE. Also supports audio-only
@@ -50345,26 +50952,23 @@
* in the source; false to adjust the first segment to start at media timeline start.
*/
- _CoalesceStream = function CoalesceStream(options, metadataStream) {
+ CoalesceStream = function (options, metadataStream) {
// Number of Tracks per output segment
// If greater than 1, we combine multiple
// tracks into a single segment
this.numberOfTracks = 0;
this.metadataStream = metadataStream;
options = options || {};
-
if (typeof options.remux !== 'undefined') {
this.remuxTracks = !!options.remux;
} else {
this.remuxTracks = true;
}
-
if (typeof options.keepOriginalTimestamps === 'boolean') {
this.keepOriginalTimestamps = options.keepOriginalTimestamps;
} else {
this.keepOriginalTimestamps = false;
}
-
this.pendingTracks = [];
this.videoTrack = null;
this.pendingBoxes = [];
@@ -50372,25 +50976,21 @@
this.pendingMetadata = [];
this.pendingBytes = 0;
this.emittedTracks = 0;
-
- _CoalesceStream.prototype.init.call(this); // Take output from multiple
-
+ CoalesceStream.prototype.init.call(this); // Take output from multiple
this.push = function (output) {
// buffer incoming captions until the associated video segment
// finishes
- if (output.text) {
+ if (output.content || output.text) {
return this.pendingCaptions.push(output);
} // buffer incoming id3 tags until the final flush
-
if (output.frames) {
return this.pendingMetadata.push(output);
} // Add this track to the list of pending tracks and store
// important information required for the construction of
// the final segment
-
this.pendingTracks.push(output.track);
this.pendingBytes += output.boxes.byteLength; // TODO: is there an issue for this against chrome?
// We unshift audio and push video because
@@ -50403,30 +51003,26 @@
this.videoTrack = output.track;
this.pendingBoxes.push(output.boxes);
}
-
if (output.track.type === 'audio') {
this.audioTrack = output.track;
this.pendingBoxes.unshift(output.boxes);
}
};
};
-
- _CoalesceStream.prototype = new stream();
-
- _CoalesceStream.prototype.flush = function (flushSource) {
+ CoalesceStream.prototype = new Stream();
+ CoalesceStream.prototype.flush = function (flushSource) {
var offset = 0,
- event = {
- captions: [],
- captionStreams: {},
- metadata: [],
- info: {}
- },
- caption,
- id3,
- initSegment,
- timelineStartPts = 0,
- i;
-
+ event = {
+ captions: [],
+ captionStreams: {},
+ metadata: [],
+ info: {}
+ },
+ caption,
+ id3,
+ initSegment,
+ timelineStartPts = 0,
+ i;
if (this.pendingTracks.length < this.numberOfTracks) {
if (flushSource !== 'VideoSegmentStream' && flushSource !== 'AudioSegmentStream') {
// Return because we haven't received a flush from a data-generating
@@ -50445,37 +51041,32 @@
// segment but no audio data. (seen in several playlists with alternate
// audio tracks and no audio present in the main TS segments.)
this.emittedTracks++;
-
if (this.emittedTracks >= this.numberOfTracks) {
this.trigger('done');
this.emittedTracks = 0;
}
-
return;
}
}
-
if (this.videoTrack) {
timelineStartPts = this.videoTrack.timelineStartInfo.pts;
- videoProperties.forEach(function (prop) {
+ VIDEO_PROPERTIES.forEach(function (prop) {
event.info[prop] = this.videoTrack[prop];
}, this);
} else if (this.audioTrack) {
timelineStartPts = this.audioTrack.timelineStartInfo.pts;
- audioProperties.forEach(function (prop) {
+ AUDIO_PROPERTIES.forEach(function (prop) {
event.info[prop] = this.audioTrack[prop];
}, this);
}
-
if (this.videoTrack || this.audioTrack) {
if (this.pendingTracks.length === 1) {
event.type = this.pendingTracks[0].type;
} else {
event.type = 'combined';
}
-
this.emittedTracks += this.pendingTracks.length;
- initSegment = mp4Generator.initSegment(this.pendingTracks); // Create a new typed array to hold the init segment
+ initSegment = mp4.initSegment(this.pendingTracks); // Create a new typed array to hold the init segment
event.initSegment = new Uint8Array(initSegment.byteLength); // Create an init segment containing a moov
// and track definitions
@@ -50490,7 +51081,6 @@
} // Translate caption PTS times into second offsets to match the
// video timeline for the segment, and add track info
-
for (i = 0; i < this.pendingCaptions.length; i++) {
caption = this.pendingCaptions[i];
caption.startTime = clock.metadataTsToSeconds(caption.startPts, timelineStartPts, this.keepOriginalTimestamps);
@@ -50500,7 +51090,6 @@
} // Translate ID3 frame PTS times into second offsets to match the
// video timeline for the segment
-
for (i = 0; i < this.pendingMetadata.length; i++) {
id3 = this.pendingMetadata[i];
id3.cueTime = clock.metadataTsToSeconds(id3.pts, timelineStartPts, this.keepOriginalTimestamps);
@@ -50508,7 +51097,6 @@
} // We add this to every single emitted segment even though we only need
// it for the first
-
event.metadata.dispatchType = this.metadataStream.dispatchType; // Reset stream state
this.pendingTracks.length = 0;
@@ -50533,21 +51121,18 @@
// but we need to ensure that video data is sent back first
// so that ID3 frame timing can be adjusted to match video timing
-
for (i = 0; i < event.metadata.length; i++) {
id3 = event.metadata[i];
this.trigger('id3Frame', id3);
}
} // Only emit `done` if all tracks have been flushed and emitted
-
if (this.emittedTracks >= this.numberOfTracks) {
this.trigger('done');
this.emittedTracks = 0;
}
};
-
- _CoalesceStream.prototype.setRemux = function (val) {
+ CoalesceStream.prototype.setRemux = function (val) {
this.remuxTracks = val;
};
/**
@@ -50557,30 +51142,26 @@
* stream format, like Chrome.
*/
-
- _Transmuxer = function Transmuxer(options) {
+ Transmuxer = function (options) {
var self = this,
- hasFlushed = true,
- videoTrack,
- audioTrack;
-
- _Transmuxer.prototype.init.call(this);
-
+ hasFlushed = true,
+ videoTrack,
+ audioTrack;
+ Transmuxer.prototype.init.call(this);
options = options || {};
this.baseMediaDecodeTime = options.baseMediaDecodeTime || 0;
this.transmuxPipeline_ = {};
-
this.setupAacPipeline = function () {
var pipeline = {};
this.transmuxPipeline_ = pipeline;
pipeline.type = 'aac';
- pipeline.metadataStream = new m2ts_1.MetadataStream(); // set up the parsing pipeline
+ pipeline.metadataStream = new m2ts.MetadataStream(); // set up the parsing pipeline
- pipeline.aacStream = new aac();
- pipeline.audioTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('audio');
- pipeline.timedMetadataTimestampRolloverStream = new m2ts_1.TimestampRolloverStream('timed-metadata');
- pipeline.adtsStream = new adts();
- pipeline.coalesceStream = new _CoalesceStream(options, pipeline.metadataStream);
+ pipeline.aacStream = new AacStream();
+ pipeline.audioTimestampRolloverStream = new m2ts.TimestampRolloverStream('audio');
+ pipeline.timedMetadataTimestampRolloverStream = new m2ts.TimestampRolloverStream('timed-metadata');
+ pipeline.adtsStream = new AdtsStream();
+ pipeline.coalesceStream = new CoalesceStream(options, pipeline.metadataStream);
pipeline.headOfPipeline = pipeline.aacStream;
pipeline.aacStream.pipe(pipeline.audioTimestampRolloverStream).pipe(pipeline.adtsStream);
pipeline.aacStream.pipe(pipeline.timedMetadataTimestampRolloverStream).pipe(pipeline.metadataStream).pipe(pipeline.coalesceStream);
@@ -50591,7 +51172,6 @@
if (data.type !== 'timed-metadata' && data.type !== 'audio' || pipeline.audioSegmentStream) {
return;
}
-
audioTrack = audioTrack || {
timelineStartInfo: {
baseMediaDecodeTime: self.baseMediaDecodeTime
@@ -50601,7 +51181,7 @@
}; // hook up the audio segment stream to the first track with aac data
pipeline.coalesceStream.numberOfTracks++;
- pipeline.audioSegmentStream = new _AudioSegmentStream(audioTrack, options);
+ pipeline.audioSegmentStream = new AudioSegmentStream(audioTrack, options);
pipeline.audioSegmentStream.on('log', self.getLogTrigger_('audioSegmentStream'));
pipeline.audioSegmentStream.on('timingInfo', self.trigger.bind(self, 'audioTimingInfo')); // Set up the final part of the audio pipeline
@@ -50618,21 +51198,20 @@
pipeline.coalesceStream.on('done', this.trigger.bind(this, 'done'));
addPipelineLogRetriggers(this, pipeline);
};
-
this.setupTsPipeline = function () {
var pipeline = {};
this.transmuxPipeline_ = pipeline;
pipeline.type = 'ts';
- pipeline.metadataStream = new m2ts_1.MetadataStream(); // set up the parsing pipeline
+ pipeline.metadataStream = new m2ts.MetadataStream(); // set up the parsing pipeline
- pipeline.packetStream = new m2ts_1.TransportPacketStream();
- pipeline.parseStream = new m2ts_1.TransportParseStream();
- pipeline.elementaryStream = new m2ts_1.ElementaryStream();
- pipeline.timestampRolloverStream = new m2ts_1.TimestampRolloverStream();
- pipeline.adtsStream = new adts();
+ pipeline.packetStream = new m2ts.TransportPacketStream();
+ pipeline.parseStream = new m2ts.TransportParseStream();
+ pipeline.elementaryStream = new m2ts.ElementaryStream();
+ pipeline.timestampRolloverStream = new m2ts.TimestampRolloverStream();
+ pipeline.adtsStream = new AdtsStream();
pipeline.h264Stream = new H264Stream();
- pipeline.captionStream = new m2ts_1.CaptionStream(options);
- pipeline.coalesceStream = new _CoalesceStream(options, pipeline.metadataStream);
+ pipeline.captionStream = new m2ts.CaptionStream(options);
+ pipeline.coalesceStream = new CoalesceStream(options, pipeline.metadataStream);
pipeline.headOfPipeline = pipeline.packetStream; // disassemble MPEG2-TS packets into elementary streams
pipeline.packetStream.pipe(pipeline.parseStream).pipe(pipeline.elementaryStream).pipe(pipeline.timestampRolloverStream); // !!THIS ORDER IS IMPORTANT!!
@@ -50645,7 +51224,6 @@
pipeline.h264Stream.pipe(pipeline.captionStream).pipe(pipeline.coalesceStream);
pipeline.elementaryStream.on('data', function (data) {
var i;
-
if (data.type === 'metadata') {
i = data.tracks.length; // scan the tracks listed in the metadata
@@ -50659,10 +51237,9 @@
}
} // hook up the video segment stream to the first track with h264 data
-
if (videoTrack && !pipeline.videoSegmentStream) {
pipeline.coalesceStream.numberOfTracks++;
- pipeline.videoSegmentStream = new _VideoSegmentStream(videoTrack, options);
+ pipeline.videoSegmentStream = new VideoSegmentStream(videoTrack, options);
pipeline.videoSegmentStream.on('log', self.getLogTrigger_('videoSegmentStream'));
pipeline.videoSegmentStream.on('timelineStartInfo', function (timelineStartInfo) {
// When video emits timelineStartInfo data after a flush, we forward that
@@ -50689,11 +51266,10 @@
pipeline.h264Stream.pipe(pipeline.videoSegmentStream).pipe(pipeline.coalesceStream);
}
-
if (audioTrack && !pipeline.audioSegmentStream) {
// hook up the audio segment stream to the first track with aac data
pipeline.coalesceStream.numberOfTracks++;
- pipeline.audioSegmentStream = new _AudioSegmentStream(audioTrack, options);
+ pipeline.audioSegmentStream = new AudioSegmentStream(audioTrack, options);
pipeline.audioSegmentStream.on('log', self.getLogTrigger_('audioSegmentStream'));
pipeline.audioSegmentStream.on('timingInfo', self.trigger.bind(self, 'audioTimingInfo'));
pipeline.audioSegmentStream.on('segmentTimingInfo', self.trigger.bind(self, 'audioSegmentTimingInfo')); // Set up the final part of the audio pipeline
@@ -50701,7 +51277,6 @@
pipeline.adtsStream.pipe(pipeline.audioSegmentStream).pipe(pipeline.coalesceStream);
} // emit pmt info
-
self.trigger('trackinfo', {
hasAudio: !!audioTrack,
hasVideo: !!videoTrack
@@ -50720,61 +51295,49 @@
addPipelineLogRetriggers(this, pipeline);
}; // hook up the segment streams once track metadata is delivered
-
this.setBaseMediaDecodeTime = function (baseMediaDecodeTime) {
var pipeline = this.transmuxPipeline_;
-
if (!options.keepOriginalTimestamps) {
this.baseMediaDecodeTime = baseMediaDecodeTime;
}
-
if (audioTrack) {
audioTrack.timelineStartInfo.dts = undefined;
audioTrack.timelineStartInfo.pts = undefined;
trackDecodeInfo.clearDtsInfo(audioTrack);
-
if (pipeline.audioTimestampRolloverStream) {
pipeline.audioTimestampRolloverStream.discontinuity();
}
}
-
if (videoTrack) {
if (pipeline.videoSegmentStream) {
pipeline.videoSegmentStream.gopCache_ = [];
}
-
videoTrack.timelineStartInfo.dts = undefined;
videoTrack.timelineStartInfo.pts = undefined;
trackDecodeInfo.clearDtsInfo(videoTrack);
pipeline.captionStream.reset();
}
-
if (pipeline.timestampRolloverStream) {
pipeline.timestampRolloverStream.discontinuity();
}
};
-
this.setAudioAppendStart = function (timestamp) {
if (audioTrack) {
this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(timestamp);
}
};
-
this.setRemux = function (val) {
var pipeline = this.transmuxPipeline_;
options.remux = val;
-
if (pipeline && pipeline.coalesceStream) {
pipeline.coalesceStream.setRemux(val);
}
};
-
this.alignGopsWith = function (gopsToAlignWith) {
if (videoTrack && this.transmuxPipeline_.videoSegmentStream) {
this.transmuxPipeline_.videoSegmentStream.alignGopsWith(gopsToAlignWith);
}
};
-
this.getLogTrigger_ = function (key) {
var self = this;
return function (event) {
@@ -50783,55 +51346,46 @@
};
}; // feed incoming data to the front of the parsing pipeline
-
this.push = function (data) {
if (hasFlushed) {
var isAac = isLikelyAacData(data);
-
if (isAac && this.transmuxPipeline_.type !== 'aac') {
this.setupAacPipeline();
} else if (!isAac && this.transmuxPipeline_.type !== 'ts') {
this.setupTsPipeline();
}
-
hasFlushed = false;
}
-
this.transmuxPipeline_.headOfPipeline.push(data);
}; // flush any buffered data
-
this.flush = function () {
hasFlushed = true; // Start at the top of the pipeline and flush all pending work
this.transmuxPipeline_.headOfPipeline.flush();
};
-
this.endTimeline = function () {
this.transmuxPipeline_.headOfPipeline.endTimeline();
};
-
this.reset = function () {
if (this.transmuxPipeline_.headOfPipeline) {
this.transmuxPipeline_.headOfPipeline.reset();
}
}; // Caption data has to be reset when seeking outside buffered range
-
this.resetCaptions = function () {
if (this.transmuxPipeline_.captionStream) {
this.transmuxPipeline_.captionStream.reset();
}
};
};
-
- _Transmuxer.prototype = new stream();
+ Transmuxer.prototype = new Stream();
var transmuxer = {
- Transmuxer: _Transmuxer,
- VideoSegmentStream: _VideoSegmentStream,
- AudioSegmentStream: _AudioSegmentStream,
- AUDIO_PROPERTIES: audioProperties,
- VIDEO_PROPERTIES: videoProperties,
+ Transmuxer: Transmuxer,
+ VideoSegmentStream: VideoSegmentStream,
+ AudioSegmentStream: AudioSegmentStream,
+ AUDIO_PROPERTIES: AUDIO_PROPERTIES,
+ VIDEO_PROPERTIES: VIDEO_PROPERTIES,
// exported for testing
generateSegmentTimingInfo: generateSegmentTimingInfo
};
@@ -50842,20 +51396,17 @@
* Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
*/
- var toUnsigned$3 = function toUnsigned(value) {
+ var toUnsigned$3 = function (value) {
return value >>> 0;
};
-
- var toHexString$1 = function toHexString(value) {
+ var toHexString$1 = function (value) {
return ('00' + value.toString(16)).slice(-2);
};
-
var bin = {
toUnsigned: toUnsigned$3,
toHexString: toHexString$1
};
-
- var parseType$1 = function parseType(buffer) {
+ var parseType$3 = function (buffer) {
var result = '';
result += String.fromCharCode(buffer[0]);
result += String.fromCharCode(buffer[1]);
@@ -50863,28 +51414,24 @@
result += String.fromCharCode(buffer[3]);
return result;
};
-
- var parseType_1 = parseType$1;
+ var parseType_1 = parseType$3;
var toUnsigned$2 = bin.toUnsigned;
-
- var findBox = function findBox(data, path) {
+ var parseType$2 = parseType_1;
+ var findBox$2 = function (data, path) {
var results = [],
- i,
- size,
- type,
- end,
- subresults;
-
+ i,
+ size,
+ type,
+ end,
+ subresults;
if (!path.length) {
// short-circuit the search for empty paths
return null;
}
-
for (i = 0; i < data.byteLength;) {
size = toUnsigned$2(data[i] << 24 | data[i + 1] << 16 | data[i + 2] << 8 | data[i + 3]);
- type = parseType_1(data.subarray(i + 4, i + 8));
+ type = parseType$2(data.subarray(i + 4, i + 8));
end = size > 1 ? i + size : data.byteLength;
-
if (type === path[0]) {
if (path.length === 1) {
// this is the end of the path and we've found the box we were
@@ -50892,43 +51439,34 @@
results.push(data.subarray(i + 8, end));
} else {
// recursively search for the next box along the path
- subresults = findBox(data.subarray(i + 8, end), path.slice(1));
-
+ subresults = findBox$2(data.subarray(i + 8, end), path.slice(1));
if (subresults.length) {
results = results.concat(subresults);
}
}
}
-
i = end;
} // we've finished searching all of data
-
return results;
};
-
- var findBox_1 = findBox;
+ var findBox_1 = findBox$2;
var toUnsigned$1 = bin.toUnsigned;
- var getUint64$1 = numbers.getUint64;
-
- var tfdt = function tfdt(data) {
+ var getUint64$2 = numbers.getUint64;
+ var tfdt = function (data) {
var result = {
version: data[0],
flags: new Uint8Array(data.subarray(1, 4))
};
-
if (result.version === 1) {
- result.baseMediaDecodeTime = getUint64$1(data.subarray(4));
+ result.baseMediaDecodeTime = getUint64$2(data.subarray(4));
} else {
result.baseMediaDecodeTime = toUnsigned$1(data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]);
}
-
return result;
};
-
- var parseTfdt = tfdt;
-
- var parseSampleFlags = function parseSampleFlags(flags) {
+ var parseTfdt$2 = tfdt;
+ var parseSampleFlags$1 = function (flags) {
return {
isLeading: (flags[0] & 0x0c) >>> 2,
dependsOn: flags[0] & 0x03,
@@ -50939,33 +51477,31 @@
degradationPriority: flags[2] << 8 | flags[3]
};
};
-
- var parseSampleFlags_1 = parseSampleFlags;
-
- var trun = function trun(data) {
+ var parseSampleFlags_1 = parseSampleFlags$1;
+ var parseSampleFlags = parseSampleFlags_1;
+ var trun = function (data) {
var result = {
- version: data[0],
- flags: new Uint8Array(data.subarray(1, 4)),
- samples: []
- },
- view = new DataView(data.buffer, data.byteOffset, data.byteLength),
- // Flag interpretation
- dataOffsetPresent = result.flags[2] & 0x01,
- // compare with 2nd byte of 0x1
- firstSampleFlagsPresent = result.flags[2] & 0x04,
- // compare with 2nd byte of 0x4
- sampleDurationPresent = result.flags[1] & 0x01,
- // compare with 2nd byte of 0x100
- sampleSizePresent = result.flags[1] & 0x02,
- // compare with 2nd byte of 0x200
- sampleFlagsPresent = result.flags[1] & 0x04,
- // compare with 2nd byte of 0x400
- sampleCompositionTimeOffsetPresent = result.flags[1] & 0x08,
- // compare with 2nd byte of 0x800
- sampleCount = view.getUint32(4),
- offset = 8,
- sample;
-
+ version: data[0],
+ flags: new Uint8Array(data.subarray(1, 4)),
+ samples: []
+ },
+ view = new DataView(data.buffer, data.byteOffset, data.byteLength),
+ // Flag interpretation
+ dataOffsetPresent = result.flags[2] & 0x01,
+ // compare with 2nd byte of 0x1
+ firstSampleFlagsPresent = result.flags[2] & 0x04,
+ // compare with 2nd byte of 0x4
+ sampleDurationPresent = result.flags[1] & 0x01,
+ // compare with 2nd byte of 0x100
+ sampleSizePresent = result.flags[1] & 0x02,
+ // compare with 2nd byte of 0x200
+ sampleFlagsPresent = result.flags[1] & 0x04,
+ // compare with 2nd byte of 0x400
+ sampleCompositionTimeOffsetPresent = result.flags[1] & 0x08,
+ // compare with 2nd byte of 0x800
+ sampleCount = view.getUint32(4),
+ offset = 8,
+ sample;
if (dataOffsetPresent) {
// 32 bit signed integer
result.dataOffset = view.getInt32(offset);
@@ -50973,90 +51509,73 @@
} // Overrides the flags for the first sample only. The order of
// optional values will be: duration, size, compositionTimeOffset
-
if (firstSampleFlagsPresent && sampleCount) {
sample = {
- flags: parseSampleFlags_1(data.subarray(offset, offset + 4))
+ flags: parseSampleFlags(data.subarray(offset, offset + 4))
};
offset += 4;
-
if (sampleDurationPresent) {
sample.duration = view.getUint32(offset);
offset += 4;
}
-
if (sampleSizePresent) {
sample.size = view.getUint32(offset);
offset += 4;
}
-
if (sampleCompositionTimeOffsetPresent) {
if (result.version === 1) {
sample.compositionTimeOffset = view.getInt32(offset);
} else {
sample.compositionTimeOffset = view.getUint32(offset);
}
-
offset += 4;
}
-
result.samples.push(sample);
sampleCount--;
}
-
while (sampleCount--) {
sample = {};
-
if (sampleDurationPresent) {
sample.duration = view.getUint32(offset);
offset += 4;
}
-
if (sampleSizePresent) {
sample.size = view.getUint32(offset);
offset += 4;
}
-
if (sampleFlagsPresent) {
- sample.flags = parseSampleFlags_1(data.subarray(offset, offset + 4));
+ sample.flags = parseSampleFlags(data.subarray(offset, offset + 4));
offset += 4;
}
-
if (sampleCompositionTimeOffsetPresent) {
if (result.version === 1) {
sample.compositionTimeOffset = view.getInt32(offset);
} else {
sample.compositionTimeOffset = view.getUint32(offset);
}
-
offset += 4;
}
-
result.samples.push(sample);
}
-
return result;
};
-
- var parseTrun = trun;
-
- var tfhd = function tfhd(data) {
+ var parseTrun$2 = trun;
+ var tfhd = function (data) {
var view = new DataView(data.buffer, data.byteOffset, data.byteLength),
- result = {
- version: data[0],
- flags: new Uint8Array(data.subarray(1, 4)),
- trackId: view.getUint32(4)
- },
- baseDataOffsetPresent = result.flags[2] & 0x01,
- sampleDescriptionIndexPresent = result.flags[2] & 0x02,
- defaultSampleDurationPresent = result.flags[2] & 0x08,
- defaultSampleSizePresent = result.flags[2] & 0x10,
- defaultSampleFlagsPresent = result.flags[2] & 0x20,
- durationIsEmpty = result.flags[0] & 0x010000,
- defaultBaseIsMoof = result.flags[0] & 0x020000,
- i;
+ result = {
+ version: data[0],
+ flags: new Uint8Array(data.subarray(1, 4)),
+ trackId: view.getUint32(4)
+ },
+ baseDataOffsetPresent = result.flags[2] & 0x01,
+ sampleDescriptionIndexPresent = result.flags[2] & 0x02,
+ defaultSampleDurationPresent = result.flags[2] & 0x08,
+ defaultSampleSizePresent = result.flags[2] & 0x10,
+ defaultSampleFlagsPresent = result.flags[2] & 0x20,
+ durationIsEmpty = result.flags[0] & 0x010000,
+ defaultBaseIsMoof = result.flags[0] & 0x020000,
+ i;
i = 8;
-
if (baseDataOffsetPresent) {
i += 4; // truncate top 4 bytes
// FIXME: should we read the full 64 bits?
@@ -51064,41 +51583,31 @@
result.baseDataOffset = view.getUint32(12);
i += 4;
}
-
if (sampleDescriptionIndexPresent) {
result.sampleDescriptionIndex = view.getUint32(i);
i += 4;
}
-
if (defaultSampleDurationPresent) {
result.defaultSampleDuration = view.getUint32(i);
i += 4;
}
-
if (defaultSampleSizePresent) {
result.defaultSampleSize = view.getUint32(i);
i += 4;
}
-
if (defaultSampleFlagsPresent) {
result.defaultSampleFlags = view.getUint32(i);
}
-
if (durationIsEmpty) {
result.durationIsEmpty = true;
}
-
if (!baseDataOffsetPresent && defaultBaseIsMoof) {
result.baseDataOffsetIsMoof = true;
}
-
return result;
};
-
- var parseTfhd = tfhd;
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
+ var parseTfhd$2 = tfhd;
var win;
-
if (typeof window !== "undefined") {
win = window;
} else if (typeof commonjsGlobal !== "undefined") {
@@ -51108,10 +51617,24 @@
} else {
win = {};
}
-
var window_1 = win;
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Reads in-band CEA-708 captions out of FMP4 segments.
+ * @see https://en.wikipedia.org/wiki/CEA-708
+ */
+
var discardEmulationPreventionBytes = captionPacketParser.discardEmulationPreventionBytes;
var CaptionStream = captionStream.CaptionStream;
+ var findBox$1 = findBox_1;
+ var parseTfdt$1 = parseTfdt$2;
+ var parseTrun$1 = parseTrun$2;
+ var parseTfhd$1 = parseTfhd$2;
+ var window$2 = window_1;
/**
* Maps an offset in the mdat to a sample based on the the size of the samples.
* Assumes that `parseSamples` has been called first.
@@ -51123,19 +51646,15 @@
* @see ISO-BMFF-12/2015, Section 8.8.8
**/
- var mapToSample = function mapToSample(offset, samples) {
+ var mapToSample = function (offset, samples) {
var approximateOffset = offset;
-
for (var i = 0; i < samples.length; i++) {
var sample = samples[i];
-
if (approximateOffset < sample.size) {
return sample;
}
-
approximateOffset -= sample.size;
}
-
return null;
};
/**
@@ -51153,18 +51672,16 @@
* @see Rec. ITU-T H.264, 7.3.2.3.1
**/
-
- var findSeiNals = function findSeiNals(avcStream, samples, trackId) {
+ var findSeiNals = function (avcStream, samples, trackId) {
var avcView = new DataView(avcStream.buffer, avcStream.byteOffset, avcStream.byteLength),
- result = {
- logs: [],
- seiNals: []
- },
- seiNal,
- i,
- length,
- lastMatchedSample;
-
+ result = {
+ logs: [],
+ seiNals: []
+ },
+ seiNal,
+ i,
+ length,
+ lastMatchedSample;
for (i = 0; i + 4 < avcStream.length; i += length) {
length = avcView.getUint32(i);
i += 4; // Bail if this doesn't appear to be an H264 stream
@@ -51172,7 +51689,6 @@
if (length <= 0) {
continue;
}
-
switch (avcStream[i] & 0x1F) {
case 0x06:
var data = avcStream.subarray(i + 1, i + 1 + length);
@@ -51184,7 +51700,6 @@
escapedRBSP: discardEmulationPreventionBytes(data),
trackId: trackId
};
-
if (matchingSample) {
seiNal.pts = matchingSample.pts;
seiNal.dts = matchingSample.dts;
@@ -51201,12 +51716,10 @@
});
break;
}
-
result.seiNals.push(seiNal);
break;
}
}
-
return result;
};
/**
@@ -51223,8 +51736,7 @@
* @see ISO-BMFF-12/2015, Section 8.8.8
**/
-
- var parseSamples = function parseSamples(truns, baseMediaDecodeTime, tfhd) {
+ var parseSamples = function (truns, baseMediaDecodeTime, tfhd) {
var currentDts = baseMediaDecodeTime;
var defaultSampleDuration = tfhd.defaultSampleDuration || 0;
var defaultSampleSize = tfhd.defaultSampleSize || 0;
@@ -51234,27 +51746,23 @@
// Note: We currently do not parse the sample table as well
// as the trun. It's possible some sources will require this.
// moov > trak > mdia > minf > stbl
- var trackRun = parseTrun(trun);
+ var trackRun = parseTrun$1(trun);
var samples = trackRun.samples;
samples.forEach(function (sample) {
if (sample.duration === undefined) {
sample.duration = defaultSampleDuration;
}
-
if (sample.size === undefined) {
sample.size = defaultSampleSize;
}
-
sample.trackId = trackId;
sample.dts = currentDts;
-
if (sample.compositionTimeOffset === undefined) {
sample.compositionTimeOffset = 0;
}
-
if (typeof currentDts === 'bigint') {
- sample.pts = currentDts + window_1.BigInt(sample.compositionTimeOffset);
- currentDts += window_1.BigInt(sample.duration);
+ sample.pts = currentDts + window$2.BigInt(sample.compositionTimeOffset);
+ currentDts += window$2.BigInt(sample.duration);
} else {
sample.pts = currentDts + sample.compositionTimeOffset;
currentDts += sample.duration;
@@ -51273,12 +51781,11 @@
* a list of seiNals found in that track
**/
-
- var parseCaptionNals = function parseCaptionNals(segment, videoTrackId) {
+ var parseCaptionNals = function (segment, videoTrackId) {
// To get the samples
- var trafs = findBox_1(segment, ['moof', 'traf']); // To get SEI NAL units
+ var trafs = findBox$1(segment, ['moof', 'traf']); // To get SEI NAL units
- var mdats = findBox_1(segment, ['mdat']);
+ var mdats = findBox$1(segment, ['mdat']);
var captionNals = {};
var mdatTrafPairs = []; // Pair up each traf with a mdat as moofs and mdats are in pairs
@@ -51292,28 +51799,26 @@
mdatTrafPairs.forEach(function (pair) {
var mdat = pair.mdat;
var traf = pair.traf;
- var tfhd = findBox_1(traf, ['tfhd']); // Exactly 1 tfhd per traf
+ var tfhd = findBox$1(traf, ['tfhd']); // Exactly 1 tfhd per traf
- var headerInfo = parseTfhd(tfhd[0]);
+ var headerInfo = parseTfhd$1(tfhd[0]);
var trackId = headerInfo.trackId;
- var tfdt = findBox_1(traf, ['tfdt']); // Either 0 or 1 tfdt per traf
+ var tfdt = findBox$1(traf, ['tfdt']); // Either 0 or 1 tfdt per traf
- var baseMediaDecodeTime = tfdt.length > 0 ? parseTfdt(tfdt[0]).baseMediaDecodeTime : 0;
- var truns = findBox_1(traf, ['trun']);
+ var baseMediaDecodeTime = tfdt.length > 0 ? parseTfdt$1(tfdt[0]).baseMediaDecodeTime : 0;
+ var truns = findBox$1(traf, ['trun']);
var samples;
var result; // Only parse video data for the chosen video track
if (videoTrackId === trackId && truns.length > 0) {
samples = parseSamples(truns, baseMediaDecodeTime, headerInfo);
result = findSeiNals(mdat, samples, trackId);
-
if (!captionNals[trackId]) {
captionNals[trackId] = {
seiNals: [],
logs: []
};
}
-
captionNals[trackId].seiNals = captionNals[trackId].seiNals.concat(result.seiNals);
captionNals[trackId].logs = captionNals[trackId].logs.concat(result.logs);
}
@@ -51334,17 +51839,18 @@
* @return {?Object[]} parsedCaptions - A list of captions or null if no video tracks
* @return {Number} parsedCaptions[].startTime - The time to show the caption in seconds
* @return {Number} parsedCaptions[].endTime - The time to stop showing the caption in seconds
- * @return {String} parsedCaptions[].text - The visible content of the caption
+ * @return {Object[]} parsedCaptions[].content - A list of individual caption segments
+ * @return {String} parsedCaptions[].content.text - The visible content of the caption segment
+ * @return {Number} parsedCaptions[].content.line - The line height from 1-15 for positioning of the caption segment
+ * @return {Number} parsedCaptions[].content.position - The column indent percentage for cue positioning from 10-80
**/
-
- var parseEmbeddedCaptions = function parseEmbeddedCaptions(segment, trackId, timescale) {
+ var parseEmbeddedCaptions = function (segment, trackId, timescale) {
var captionNals; // the ISO-BMFF spec says that trackId can't be zero, but there's some broken content out there
if (trackId === null) {
return null;
}
-
captionNals = parseCaptionNals(segment, trackId);
var trackNals = captionNals[trackId] || {};
return {
@@ -51357,8 +51863,7 @@
* Converts SEI NALUs into captions that can be used by video.js
**/
-
- var CaptionParser = function CaptionParser() {
+ var CaptionParser = function () {
var isInitialized = false;
var captionStream; // Stores segments seen before trackId and timescale are set
@@ -51384,7 +51889,6 @@
* and management, and caption collection
**/
-
this.init = function (options) {
captionStream = new CaptionStream();
isInitialized = true;
@@ -51407,12 +51911,10 @@
* @return {Boolean}
**/
-
this.isNewInit = function (videoTrackIds, timescales) {
if (videoTrackIds && videoTrackIds.length === 0 || timescales && typeof timescales === 'object' && Object.keys(timescales).length === 0) {
return false;
}
-
return trackId !== videoTrackIds[0] || timescale !== timescales[trackId];
};
/**
@@ -51426,10 +51928,8 @@
* @see m2ts/caption-stream.js
**/
-
this.parse = function (segment, videoTrackIds, timescales) {
var parsedData;
-
if (!this.isInitialized()) {
return null; // This is not likely to be a video segment
} else if (!videoTrackIds || !timescales) {
@@ -51446,18 +51946,14 @@
return null;
} // Now that a timescale and trackId is set, parse cached segments
-
while (segmentCache.length > 0) {
var cachedSegment = segmentCache.shift();
this.parse(cachedSegment, videoTrackIds, timescales);
}
-
parsedData = parseEmbeddedCaptions(segment, trackId, timescale);
-
if (parsedData && parsedData.logs) {
parsedCaptions.logs = parsedCaptions.logs.concat(parsedData.logs);
}
-
if (parsedData === null || !parsedData.seiNals) {
if (parsedCaptions.logs.length) {
return {
@@ -51466,10 +51962,8 @@
captionStreams: []
};
}
-
return null;
}
-
this.pushNals(parsedData.seiNals); // Force the parsed captions to be dispatched
this.flushStream();
@@ -51482,12 +51976,10 @@
* @see m2ts/caption-stream.js
**/
-
this.pushNals = function (nals) {
if (!this.isInitialized() || !nals || nals.length === 0) {
return null;
}
-
nals.forEach(function (nal) {
captionStream.push(nal);
});
@@ -51497,12 +51989,10 @@
* @see m2ts/caption-stream.js
**/
-
this.flushStream = function () {
if (!this.isInitialized()) {
return null;
}
-
if (!parsingPartial) {
captionStream.flush();
} else {
@@ -51513,7 +52003,6 @@
* Reset caption buckets for new data
**/
-
this.clearParsedCaptions = function () {
parsedCaptions.captions = [];
parsedCaptions.captionStreams = {};
@@ -51524,12 +52013,10 @@
* @see m2ts/caption-stream.js
**/
-
this.resetCaptionStream = function () {
if (!this.isInitialized()) {
return null;
}
-
captionStream.reset();
};
/**
@@ -51538,7 +52025,6 @@
* @see m2ts/caption-stream.js
**/
-
this.clearAllCaptions = function () {
this.clearParsedCaptions();
this.resetCaptionStream();
@@ -51547,12 +52033,10 @@
* Reset caption parser
**/
-
this.reset = function () {
segmentCache = [];
trackId = null;
timescale = null;
-
if (!parsedCaptions) {
parsedCaptions = {
captions: [],
@@ -51563,18 +52047,149 @@
} else {
this.clearParsedCaptions();
}
-
this.resetCaptionStream();
};
-
this.reset();
};
-
var captionParser = CaptionParser;
+ /**
+ * Returns the first string in the data array ending with a null char '\0'
+ * @param {UInt8} data
+ * @returns the string with the null char
+ */
+
+ var uint8ToCString$1 = function (data) {
+ var index = 0;
+ var curChar = String.fromCharCode(data[index]);
+ var retString = '';
+ while (curChar !== '\0') {
+ retString += curChar;
+ index++;
+ curChar = String.fromCharCode(data[index]);
+ } // Add nullChar
+
+ retString += curChar;
+ return retString;
+ };
+ var string = {
+ uint8ToCString: uint8ToCString$1
+ };
+ var uint8ToCString = string.uint8ToCString;
+ var getUint64$1 = numbers.getUint64;
+ /**
+ * Based on: ISO/IEC 23009 Section: 5.10.3.3
+ * References:
+ * https://dashif-documents.azurewebsites.net/Events/master/event.html#emsg-format
+ * https://aomediacodec.github.io/id3-emsg/
+ *
+ * Takes emsg box data as a uint8 array and returns a emsg box object
+ * @param {UInt8Array} boxData data from emsg box
+ * @returns A parsed emsg box object
+ */
+
+ var parseEmsgBox = function (boxData) {
+ // version + flags
+ var offset = 4;
+ var version = boxData[0];
+ var scheme_id_uri, value, timescale, presentation_time, presentation_time_delta, event_duration, id, message_data;
+ if (version === 0) {
+ scheme_id_uri = uint8ToCString(boxData.subarray(offset));
+ offset += scheme_id_uri.length;
+ value = uint8ToCString(boxData.subarray(offset));
+ offset += value.length;
+ var dv = new DataView(boxData.buffer);
+ timescale = dv.getUint32(offset);
+ offset += 4;
+ presentation_time_delta = dv.getUint32(offset);
+ offset += 4;
+ event_duration = dv.getUint32(offset);
+ offset += 4;
+ id = dv.getUint32(offset);
+ offset += 4;
+ } else if (version === 1) {
+ var dv = new DataView(boxData.buffer);
+ timescale = dv.getUint32(offset);
+ offset += 4;
+ presentation_time = getUint64$1(boxData.subarray(offset));
+ offset += 8;
+ event_duration = dv.getUint32(offset);
+ offset += 4;
+ id = dv.getUint32(offset);
+ offset += 4;
+ scheme_id_uri = uint8ToCString(boxData.subarray(offset));
+ offset += scheme_id_uri.length;
+ value = uint8ToCString(boxData.subarray(offset));
+ offset += value.length;
+ }
+ message_data = new Uint8Array(boxData.subarray(offset, boxData.byteLength));
+ var emsgBox = {
+ scheme_id_uri,
+ value,
+ // if timescale is undefined or 0 set to 1
+ timescale: timescale ? timescale : 1,
+ presentation_time,
+ presentation_time_delta,
+ event_duration,
+ id,
+ message_data
+ };
+ return isValidEmsgBox(version, emsgBox) ? emsgBox : undefined;
+ };
+ /**
+ * Scales a presentation time or time delta with an offset with a provided timescale
+ * @param {number} presentationTime
+ * @param {number} timescale
+ * @param {number} timeDelta
+ * @param {number} offset
+ * @returns the scaled time as a number
+ */
+
+ var scaleTime = function (presentationTime, timescale, timeDelta, offset) {
+ return presentationTime || presentationTime === 0 ? presentationTime / timescale : offset + timeDelta / timescale;
+ };
+ /**
+ * Checks the emsg box data for validity based on the version
+ * @param {number} version of the emsg box to validate
+ * @param {Object} emsg the emsg data to validate
+ * @returns if the box is valid as a boolean
+ */
+
+ var isValidEmsgBox = function (version, emsg) {
+ var hasScheme = emsg.scheme_id_uri !== '\0';
+ var isValidV0Box = version === 0 && isDefined(emsg.presentation_time_delta) && hasScheme;
+ var isValidV1Box = version === 1 && isDefined(emsg.presentation_time) && hasScheme; // Only valid versions of emsg are 0 and 1
+
+ return !(version > 1) && isValidV0Box || isValidV1Box;
+ }; // Utility function to check if an object is defined
+
+ var isDefined = function (data) {
+ return data !== undefined || data !== null;
+ };
+ var emsg$1 = {
+ parseEmsgBox: parseEmsgBox,
+ scaleTime: scaleTime
+ };
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Utilities to detect basic properties and metadata about MP4s.
+ */
+
var toUnsigned = bin.toUnsigned;
var toHexString = bin.toHexString;
+ var findBox = findBox_1;
+ var parseType$1 = parseType_1;
+ var emsg = emsg$1;
+ var parseTfhd = parseTfhd$2;
+ var parseTrun = parseTrun$2;
+ var parseTfdt = parseTfdt$2;
var getUint64 = numbers.getUint64;
- var timescale, startTime, compositionStartTime, getVideoTrackIds, getTracks, getTimescaleFromMediaHeader;
+ var timescale, startTime, compositionStartTime, getVideoTrackIds, getTracks, getTimescaleFromMediaHeader, getEmsgID3;
+ var window$1 = window_1;
+ var parseId3Frames = parseId3.parseId3Frames;
/**
* Parses an MP4 initialization segment and extracts the timescale
* values for any declared tracks. Timescale values indicate the
@@ -51594,27 +52209,23 @@
* the init segment is malformed.
*/
- timescale = function timescale(init) {
+ timescale = function (init) {
var result = {},
- traks = findBox_1(init, ['moov', 'trak']); // mdhd timescale
+ traks = findBox(init, ['moov', 'trak']); // mdhd timescale
return traks.reduce(function (result, trak) {
var tkhd, version, index, id, mdhd;
- tkhd = findBox_1(trak, ['tkhd'])[0];
-
+ tkhd = findBox(trak, ['tkhd'])[0];
if (!tkhd) {
return null;
}
-
version = tkhd[0];
index = version === 0 ? 12 : 20;
id = toUnsigned(tkhd[index] << 24 | tkhd[index + 1] << 16 | tkhd[index + 2] << 8 | tkhd[index + 3]);
- mdhd = findBox_1(trak, ['mdia', 'mdhd'])[0];
-
+ mdhd = findBox(trak, ['mdia', 'mdhd'])[0];
if (!mdhd) {
return null;
}
-
version = mdhd[0];
index = version === 0 ? 12 : 20;
result[id] = toUnsigned(mdhd[index] << 24 | mdhd[index + 1] << 16 | mdhd[index + 2] << 8 | mdhd[index + 3]);
@@ -51638,20 +52249,19 @@
* fragment, in seconds
*/
-
- startTime = function startTime(timescale, fragment) {
+ startTime = function (timescale, fragment) {
var trafs; // we need info from two childrend of each track fragment box
- trafs = findBox_1(fragment, ['moof', 'traf']); // determine the start times for each track
+ trafs = findBox(fragment, ['moof', 'traf']); // determine the start times for each track
var lowestTime = trafs.reduce(function (acc, traf) {
- var tfhd = findBox_1(traf, ['tfhd'])[0]; // get the track id from the tfhd
+ var tfhd = findBox(traf, ['tfhd'])[0]; // get the track id from the tfhd
var id = toUnsigned(tfhd[4] << 24 | tfhd[5] << 16 | tfhd[6] << 8 | tfhd[7]); // assume a 90kHz clock if no timescale was specified
var scale = timescale[id] || 90e3; // get the base media decode time from the tfdt
- var tfdt = findBox_1(traf, ['tfdt'])[0];
+ var tfdt = findBox(traf, ['tfdt'])[0];
var dv = new DataView(tfdt.buffer, tfdt.byteOffset, tfdt.byteLength);
var baseTime; // version 1 is 64 bit
@@ -51661,23 +52271,18 @@
baseTime = dv.getUint32(4);
} // convert base time to seconds if it is a valid number.
-
- var seconds;
-
+ let seconds;
if (typeof baseTime === 'bigint') {
- seconds = baseTime / window_1.BigInt(scale);
+ seconds = baseTime / window$1.BigInt(scale);
} else if (typeof baseTime === 'number' && !isNaN(baseTime)) {
seconds = baseTime / scale;
}
-
if (seconds < Number.MAX_SAFE_INTEGER) {
seconds = Number(seconds);
}
-
if (seconds < acc) {
acc = seconds;
}
-
return acc;
}, Infinity);
return typeof lowestTime === 'bigint' || isFinite(lowestTime) ? lowestTime : 0;
@@ -51702,34 +52307,28 @@
* @return {number} the composition start time for the fragment, in seconds
**/
-
- compositionStartTime = function compositionStartTime(timescales, fragment) {
- var trafBoxes = findBox_1(fragment, ['moof', 'traf']);
+ compositionStartTime = function (timescales, fragment) {
+ var trafBoxes = findBox(fragment, ['moof', 'traf']);
var baseMediaDecodeTime = 0;
var compositionTimeOffset = 0;
var trackId;
-
if (trafBoxes && trafBoxes.length) {
// The spec states that track run samples contained within a `traf` box are contiguous, but
// it does not explicitly state whether the `traf` boxes themselves are contiguous.
// We will assume that they are, so we only need the first to calculate start time.
- var tfhd = findBox_1(trafBoxes[0], ['tfhd'])[0];
- var trun = findBox_1(trafBoxes[0], ['trun'])[0];
- var tfdt = findBox_1(trafBoxes[0], ['tfdt'])[0];
-
+ var tfhd = findBox(trafBoxes[0], ['tfhd'])[0];
+ var trun = findBox(trafBoxes[0], ['trun'])[0];
+ var tfdt = findBox(trafBoxes[0], ['tfdt'])[0];
if (tfhd) {
var parsedTfhd = parseTfhd(tfhd);
trackId = parsedTfhd.trackId;
}
-
if (tfdt) {
var parsedTfdt = parseTfdt(tfdt);
baseMediaDecodeTime = parsedTfdt.baseMediaDecodeTime;
}
-
if (trun) {
var parsedTrun = parseTrun(trun);
-
if (parsedTrun.samples && parsedTrun.samples.length) {
compositionTimeOffset = parsedTrun.samples[0].compositionTimeOffset || 0;
}
@@ -51737,20 +52336,16 @@
} // Get timescale for this specific track. Assume a 90kHz clock if no timescale was
// specified.
-
var timescale = timescales[trackId] || 90e3; // return the composition start time, in seconds
if (typeof baseMediaDecodeTime === 'bigint') {
- compositionTimeOffset = window_1.BigInt(compositionTimeOffset);
- timescale = window_1.BigInt(timescale);
+ compositionTimeOffset = window$1.BigInt(compositionTimeOffset);
+ timescale = window$1.BigInt(timescale);
}
-
var result = (baseMediaDecodeTime + compositionTimeOffset) / timescale;
-
if (typeof result === 'bigint' && result < Number.MAX_SAFE_INTEGER) {
result = Number(result);
}
-
return result;
};
/**
@@ -51765,20 +52360,18 @@
* @see ISO-BMFF-12/2015, Section 8.4.3
**/
-
- getVideoTrackIds = function getVideoTrackIds(init) {
- var traks = findBox_1(init, ['moov', 'trak']);
+ getVideoTrackIds = function (init) {
+ var traks = findBox(init, ['moov', 'trak']);
var videoTrackIds = [];
traks.forEach(function (trak) {
- var hdlrs = findBox_1(trak, ['mdia', 'hdlr']);
- var tkhds = findBox_1(trak, ['tkhd']);
+ var hdlrs = findBox(trak, ['mdia', 'hdlr']);
+ var tkhds = findBox(trak, ['tkhd']);
hdlrs.forEach(function (hdlr, index) {
- var handlerType = parseType_1(hdlr.subarray(8, 12));
+ var handlerType = parseType$1(hdlr.subarray(8, 12));
var tkhd = tkhds[index];
var view;
var version;
var trackId;
-
if (handlerType === 'vide') {
view = new DataView(tkhd.buffer, tkhd.byteOffset, tkhd.byteLength);
version = view.getUint8(0);
@@ -51789,8 +52382,7 @@
});
return videoTrackIds;
};
-
- getTimescaleFromMediaHeader = function getTimescaleFromMediaHeader(mdhd) {
+ getTimescaleFromMediaHeader = function (mdhd) {
// mdhd is a FullBox, meaning it will have its own version as the first byte
var version = mdhd[0];
var index = version === 0 ? 12 : 20;
@@ -51801,13 +52393,12 @@
* mp4 segment
*/
-
- getTracks = function getTracks(init) {
- var traks = findBox_1(init, ['moov', 'trak']);
+ getTracks = function (init) {
+ var traks = findBox(init, ['moov', 'trak']);
var tracks = [];
traks.forEach(function (trak) {
var track = {};
- var tkhd = findBox_1(trak, ['tkhd'])[0];
+ var tkhd = findBox(trak, ['tkhd'])[0];
var view, tkhdVersion; // id
if (tkhd) {
@@ -51815,12 +52406,10 @@
tkhdVersion = view.getUint8(0);
track.id = tkhdVersion === 0 ? view.getUint32(12) : view.getUint32(20);
}
-
- var hdlr = findBox_1(trak, ['mdia', 'hdlr'])[0]; // type
+ var hdlr = findBox(trak, ['mdia', 'hdlr'])[0]; // type
if (hdlr) {
- var type = parseType_1(hdlr.subarray(8, 12));
-
+ var type = parseType$1(hdlr.subarray(8, 12));
if (type === 'vide') {
track.type = 'video';
} else if (type === 'soun') {
@@ -51830,24 +52419,20 @@
}
} // codec
-
- var stsd = findBox_1(trak, ['mdia', 'minf', 'stbl', 'stsd'])[0];
-
+ var stsd = findBox(trak, ['mdia', 'minf', 'stbl', 'stsd'])[0];
if (stsd) {
var sampleDescriptions = stsd.subarray(8); // gives the codec type string
- track.codec = parseType_1(sampleDescriptions.subarray(4, 8));
- var codecBox = findBox_1(sampleDescriptions, [track.codec])[0];
+ track.codec = parseType$1(sampleDescriptions.subarray(4, 8));
+ var codecBox = findBox(sampleDescriptions, [track.codec])[0];
var codecConfig, codecConfigType;
-
if (codecBox) {
// https://tools.ietf.org/html/rfc6381#section-3.3
if (/^[asm]vc[1-9]$/i.test(track.codec)) {
// we don't need anything but the "config" parameter of the
// avc1 codecBox
codecConfig = codecBox.subarray(78);
- codecConfigType = parseType_1(codecConfig.subarray(4, 8));
-
+ codecConfigType = parseType$1(codecConfig.subarray(4, 8));
if (codecConfigType === 'avcC' && codecConfig.length > 11) {
track.codec += '.'; // left padded with zeroes for single digit hex
// profile idc
@@ -51865,8 +52450,7 @@
} else if (/^mp4[a,v]$/i.test(track.codec)) {
// we do not need anything but the streamDescriptor of the mp4a codecBox
codecConfig = codecBox.subarray(28);
- codecConfigType = parseType_1(codecConfig.subarray(4, 8));
-
+ codecConfigType = parseType$1(codecConfig.subarray(4, 8));
if (codecConfigType === 'esds' && codecConfig.length > 20 && codecConfig[19] !== 0) {
track.codec += '.' + toHexString(codecConfig[19]); // this value is only a single digit
@@ -51882,42 +52466,69 @@
}
}
}
-
- var mdhd = findBox_1(trak, ['mdia', 'mdhd'])[0];
-
+ var mdhd = findBox(trak, ['mdia', 'mdhd'])[0];
if (mdhd) {
track.timescale = getTimescaleFromMediaHeader(mdhd);
}
-
tracks.push(track);
});
return tracks;
};
+ /**
+ * Returns an array of emsg ID3 data from the provided segmentData.
+ * An offset can also be provided as the Latest Arrival Time to calculate
+ * the Event Start Time of v0 EMSG boxes.
+ * See: https://dashif-documents.azurewebsites.net/Events/master/event.html#Inband-event-timing
+ *
+ * @param {Uint8Array} segmentData the segment byte array.
+ * @param {number} offset the segment start time or Latest Arrival Time,
+ * @return {Object[]} an array of ID3 parsed from EMSG boxes
+ */
+ getEmsgID3 = function (segmentData, offset = 0) {
+ var emsgBoxes = findBox(segmentData, ['emsg']);
+ return emsgBoxes.map(data => {
+ var parsedBox = emsg.parseEmsgBox(new Uint8Array(data));
+ var parsedId3Frames = parseId3Frames(parsedBox.message_data);
+ return {
+ cueTime: emsg.scaleTime(parsedBox.presentation_time, parsedBox.timescale, parsedBox.presentation_time_delta, offset),
+ duration: emsg.scaleTime(parsedBox.event_duration, parsedBox.timescale),
+ frames: parsedId3Frames
+ };
+ });
+ };
var probe$2 = {
// export mp4 inspector's findBox and parseType for backwards compatibility
- findBox: findBox_1,
- parseType: parseType_1,
+ findBox: findBox,
+ parseType: parseType$1,
timescale: timescale,
startTime: startTime,
compositionStartTime: compositionStartTime,
videoTrackIds: getVideoTrackIds,
tracks: getTracks,
- getTimescaleFromMediaHeader: getTimescaleFromMediaHeader
+ getTimescaleFromMediaHeader: getTimescaleFromMediaHeader,
+ getEmsgID3: getEmsgID3
};
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Utilities to detect basic properties and metadata about TS Segments.
+ */
- var parsePid = function parsePid(packet) {
+ var StreamTypes$1 = streamTypes;
+ var parsePid = function (packet) {
var pid = packet[1] & 0x1f;
pid <<= 8;
pid |= packet[2];
return pid;
};
-
- var parsePayloadUnitStartIndicator = function parsePayloadUnitStartIndicator(packet) {
+ var parsePayloadUnitStartIndicator = function (packet) {
return !!(packet[1] & 0x40);
};
-
- var parseAdaptionField = function parseAdaptionField(packet) {
+ var parseAdaptionField = function (packet) {
var offset = 0; // if an adaption field is present, its length is specified by the
// fifth byte of the TS packet header. The adaptation field is
// used to add stuffing to PES packets that don't fill a complete
@@ -51927,13 +52538,10 @@
if ((packet[3] & 0x30) >>> 4 > 0x01) {
offset += packet[4] + 1;
}
-
return offset;
};
-
- var parseType = function parseType(packet, pmtPid) {
+ var parseType = function (packet, pmtPid) {
var pid = parsePid(packet);
-
if (pid === 0) {
return 'pat';
} else if (pid === pmtPid) {
@@ -51941,26 +52549,20 @@
} else if (pmtPid) {
return 'pes';
}
-
return null;
};
-
- var parsePat = function parsePat(packet) {
+ var parsePat = function (packet) {
var pusi = parsePayloadUnitStartIndicator(packet);
var offset = 4 + parseAdaptionField(packet);
-
if (pusi) {
offset += packet[offset] + 1;
}
-
return (packet[offset + 10] & 0x1f) << 8 | packet[offset + 11];
};
-
- var parsePmt = function parsePmt(packet) {
+ var parsePmt = function (packet) {
var programMapTable = {};
var pusi = parsePayloadUnitStartIndicator(packet);
var payloadOffset = 4 + parseAdaptionField(packet);
-
if (pusi) {
payloadOffset += packet[payloadOffset] + 1;
} // PMTs can be sent ahead of the time when they should actually
@@ -51969,11 +52571,9 @@
// them. Future PMT declarations have the current_next_indicator
// set to zero.
-
if (!(packet[payloadOffset + 5] & 0x01)) {
return;
}
-
var sectionLength, tableEnd, programInfoLength; // the mapping table ends at the end of the current section
sectionLength = (packet[payloadOffset + 1] & 0x0f) << 8 | packet[payloadOffset + 2];
@@ -51983,7 +52583,6 @@
programInfoLength = (packet[payloadOffset + 10] & 0x0f) << 8 | packet[payloadOffset + 11]; // advance the offset to the first entry in the mapping table
var offset = 12 + programInfoLength;
-
while (offset < tableEnd) {
var i = payloadOffset + offset; // add an entry that maps the elementary_pid to the stream_type
@@ -51992,38 +52591,28 @@
offset += ((packet[i + 3] & 0x0F) << 8 | packet[i + 4]) + 5;
}
-
return programMapTable;
};
-
- var parsePesType = function parsePesType(packet, programMapTable) {
+ var parsePesType = function (packet, programMapTable) {
var pid = parsePid(packet);
var type = programMapTable[pid];
-
switch (type) {
- case streamTypes.H264_STREAM_TYPE:
+ case StreamTypes$1.H264_STREAM_TYPE:
return 'video';
-
- case streamTypes.ADTS_STREAM_TYPE:
+ case StreamTypes$1.ADTS_STREAM_TYPE:
return 'audio';
-
- case streamTypes.METADATA_STREAM_TYPE:
+ case StreamTypes$1.METADATA_STREAM_TYPE:
return 'timed-metadata';
-
default:
return null;
}
};
-
- var parsePesTime = function parsePesTime(packet) {
+ var parsePesTime = function (packet) {
var pusi = parsePayloadUnitStartIndicator(packet);
-
if (!pusi) {
return null;
}
-
var offset = 4 + parseAdaptionField(packet);
-
if (offset >= packet.byteLength) {
// From the H 222.0 MPEG-TS spec
// "For transport stream packets carrying PES packets, stuffing is needed when there
@@ -52037,7 +52626,6 @@
// and instead is just adaption field stuffing bytes
return null;
}
-
var pes = null;
var ptsDtsFlags; // PES packets may be annotated with a PTS value, or a PTS value
// and a DTS value. Determine what combination of values is
@@ -52063,7 +52651,6 @@
pes.pts += (packet[offset + 13] & 0x06) >>> 1; // OR by the two LSBs
pes.dts = pes.pts;
-
if (ptsDtsFlags & 0x40) {
pes.dts = (packet[offset + 14] & 0x0E) << 27 | (packet[offset + 15] & 0xFF) << 20 | (packet[offset + 16] & 0xFE) << 12 | (packet[offset + 17] & 0xFF) << 5 | (packet[offset + 18] & 0xFE) >>> 3;
pes.dts *= 4; // Left shift by 2
@@ -52071,33 +52658,25 @@
pes.dts += (packet[offset + 18] & 0x06) >>> 1; // OR by the two LSBs
}
}
-
return pes;
};
-
- var parseNalUnitType = function parseNalUnitType(type) {
+ var parseNalUnitType = function (type) {
switch (type) {
case 0x05:
return 'slice_layer_without_partitioning_rbsp_idr';
-
case 0x06:
return 'sei_rbsp';
-
case 0x07:
return 'seq_parameter_set_rbsp';
-
case 0x08:
return 'pic_parameter_set_rbsp';
-
case 0x09:
return 'access_unit_delimiter_rbsp';
-
default:
return null;
}
};
-
- var videoPacketContainsKeyFrame = function videoPacketContainsKeyFrame(packet) {
+ var videoPacketContainsKeyFrame = function (packet) {
var offset = 4 + parseAdaptionField(packet);
var frameBuffer = packet.subarray(offset);
var frameI = 0;
@@ -52112,7 +52691,6 @@
break;
}
}
-
while (frameI < frameBuffer.byteLength) {
// look at the current byte to determine if we've hit the end of
// a NAL unit boundary
@@ -52126,41 +52704,32 @@
frameI++;
break;
}
-
if (frameSyncPoint + 3 !== frameI - 2) {
nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);
-
if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {
foundKeyFrame = true;
}
} // drop trailing zeroes
-
do {
frameI++;
} while (frameBuffer[frameI] !== 1 && frameI < frameBuffer.length);
-
frameSyncPoint = frameI - 2;
frameI += 3;
break;
-
case 1:
// skip past non-sync sequences
if (frameBuffer[frameI - 1] !== 0 || frameBuffer[frameI - 2] !== 0) {
frameI += 3;
break;
}
-
nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);
-
if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {
foundKeyFrame = true;
}
-
frameSyncPoint = frameI - 2;
frameI += 3;
break;
-
default:
// the current byte isn't a one or zero, so it cannot be part
// of a sync sequence
@@ -52168,22 +52737,18 @@
break;
}
}
-
frameBuffer = frameBuffer.subarray(frameSyncPoint);
frameI -= frameSyncPoint;
frameSyncPoint = 0; // parse the final nal
if (frameBuffer && frameBuffer.byteLength > 3) {
nalType = parseNalUnitType(frameBuffer[frameSyncPoint + 3] & 0x1f);
-
if (nalType === 'slice_layer_without_partitioning_rbsp_idr') {
foundKeyFrame = true;
}
}
-
return foundKeyFrame;
};
-
var probe$1 = {
parseType: parseType,
parsePat: parsePat,
@@ -52193,37 +52758,44 @@
parsePesTime: parsePesTime,
videoPacketContainsKeyFrame: videoPacketContainsKeyFrame
};
+ /**
+ * mux.js
+ *
+ * Copyright (c) Brightcove
+ * Licensed Apache-2.0 https://github.com/videojs/mux.js/blob/master/LICENSE
+ *
+ * Parse mpeg2 transport stream packets to extract basic timing information
+ */
+
+ var StreamTypes = streamTypes;
var handleRollover = timestampRolloverStream.handleRollover;
var probe = {};
probe.ts = probe$1;
probe.aac = utils;
- var ONE_SECOND_IN_TS = clock.ONE_SECOND_IN_TS;
+ var ONE_SECOND_IN_TS = clock$2.ONE_SECOND_IN_TS;
var MP2T_PACKET_LENGTH = 188,
- // bytes
- SYNC_BYTE = 0x47;
+ // bytes
+ SYNC_BYTE = 0x47;
/**
* walks through segment data looking for pat and pmt packets to parse out
* program map table information
*/
- var parsePsi_ = function parsePsi_(bytes, pmt) {
+ var parsePsi_ = function (bytes, pmt) {
var startIndex = 0,
- endIndex = MP2T_PACKET_LENGTH,
- packet,
- type;
-
+ endIndex = MP2T_PACKET_LENGTH,
+ packet,
+ type;
while (endIndex < bytes.byteLength) {
// Look for a pair of start and end sync bytes in the data..
if (bytes[startIndex] === SYNC_BYTE && bytes[endIndex] === SYNC_BYTE) {
// We found a packet
packet = bytes.subarray(startIndex, endIndex);
type = probe.ts.parseType(packet, pmt.pid);
-
switch (type) {
case 'pat':
pmt.pid = probe.ts.parsePat(packet);
break;
-
case 'pmt':
var table = probe.ts.parsePmt(packet);
pmt.table = pmt.table || {};
@@ -52232,7 +52804,6 @@
});
break;
}
-
startIndex += MP2T_PACKET_LENGTH;
endIndex += MP2T_PACKET_LENGTH;
continue;
@@ -52240,7 +52811,6 @@
// forward one byte at a time until we find a pair of sync bytes that denote
// a packet
-
startIndex++;
endIndex++;
}
@@ -52250,15 +52820,14 @@
* for the first and last audio pes packets
*/
-
- var parseAudioPes_ = function parseAudioPes_(bytes, pmt, result) {
+ var parseAudioPes_ = function (bytes, pmt, result) {
var startIndex = 0,
- endIndex = MP2T_PACKET_LENGTH,
- packet,
- type,
- pesType,
- pusi,
- parsed;
+ endIndex = MP2T_PACKET_LENGTH,
+ packet,
+ type,
+ pesType,
+ pusi,
+ parsed;
var endLoop = false; // Start walking from start of segment to get first audio packet
while (endIndex <= bytes.byteLength) {
@@ -52267,29 +52836,23 @@
// We found a packet
packet = bytes.subarray(startIndex, endIndex);
type = probe.ts.parseType(packet, pmt.pid);
-
switch (type) {
case 'pes':
pesType = probe.ts.parsePesType(packet, pmt.table);
pusi = probe.ts.parsePayloadUnitStartIndicator(packet);
-
if (pesType === 'audio' && pusi) {
parsed = probe.ts.parsePesTime(packet);
-
if (parsed) {
parsed.type = 'audio';
result.audio.push(parsed);
endLoop = true;
}
}
-
break;
}
-
if (endLoop) {
break;
}
-
startIndex += MP2T_PACKET_LENGTH;
endIndex += MP2T_PACKET_LENGTH;
continue;
@@ -52297,45 +52860,36 @@
// forward one byte at a time until we find a pair of sync bytes that denote
// a packet
-
startIndex++;
endIndex++;
} // Start walking from end of segment to get last audio packet
-
endIndex = bytes.byteLength;
startIndex = endIndex - MP2T_PACKET_LENGTH;
endLoop = false;
-
while (startIndex >= 0) {
// Look for a pair of start and end sync bytes in the data..
if (bytes[startIndex] === SYNC_BYTE && (bytes[endIndex] === SYNC_BYTE || endIndex === bytes.byteLength)) {
// We found a packet
packet = bytes.subarray(startIndex, endIndex);
type = probe.ts.parseType(packet, pmt.pid);
-
switch (type) {
case 'pes':
pesType = probe.ts.parsePesType(packet, pmt.table);
pusi = probe.ts.parsePayloadUnitStartIndicator(packet);
-
if (pesType === 'audio' && pusi) {
parsed = probe.ts.parsePesTime(packet);
-
if (parsed) {
parsed.type = 'audio';
result.audio.push(parsed);
endLoop = true;
}
}
-
break;
}
-
if (endLoop) {
break;
}
-
startIndex -= MP2T_PACKET_LENGTH;
endIndex -= MP2T_PACKET_LENGTH;
continue;
@@ -52343,7 +52897,6 @@
// forward one byte at a time until we find a pair of sync bytes that denote
// a packet
-
startIndex--;
endIndex--;
}
@@ -52354,18 +52907,17 @@
* key frame.
*/
-
- var parseVideoPes_ = function parseVideoPes_(bytes, pmt, result) {
+ var parseVideoPes_ = function (bytes, pmt, result) {
var startIndex = 0,
- endIndex = MP2T_PACKET_LENGTH,
- packet,
- type,
- pesType,
- pusi,
- parsed,
- frame,
- i,
- pes;
+ endIndex = MP2T_PACKET_LENGTH,
+ packet,
+ type,
+ pesType,
+ pusi,
+ parsed,
+ frame,
+ i,
+ pes;
var endLoop = false;
var currentFrame = {
data: [],
@@ -52378,35 +52930,29 @@
// We found a packet
packet = bytes.subarray(startIndex, endIndex);
type = probe.ts.parseType(packet, pmt.pid);
-
switch (type) {
case 'pes':
pesType = probe.ts.parsePesType(packet, pmt.table);
pusi = probe.ts.parsePayloadUnitStartIndicator(packet);
-
if (pesType === 'video') {
if (pusi && !endLoop) {
parsed = probe.ts.parsePesTime(packet);
-
if (parsed) {
parsed.type = 'video';
result.video.push(parsed);
endLoop = true;
}
}
-
if (!result.firstKeyFrame) {
if (pusi) {
if (currentFrame.size !== 0) {
frame = new Uint8Array(currentFrame.size);
i = 0;
-
while (currentFrame.data.length) {
pes = currentFrame.data.shift();
frame.set(pes, i);
i += pes.byteLength;
}
-
if (probe.ts.videoPacketContainsKeyFrame(frame)) {
var firstKeyFrame = probe.ts.parsePesTime(frame); // PTS/DTS may not be available. Simply *not* setting
// the keyframe seems to work fine with HLS playback
@@ -52420,23 +52966,18 @@
console.warn('Failed to extract PTS/DTS from PES at first keyframe. ' + 'This could be an unusual TS segment, or else mux.js did not ' + 'parse your TS segment correctly. If you know your TS ' + 'segments do contain PTS/DTS on keyframes please file a bug ' + 'report! You can try ffprobe to double check for yourself.');
}
}
-
currentFrame.size = 0;
}
}
-
currentFrame.data.push(packet);
currentFrame.size += packet.byteLength;
}
}
-
break;
}
-
if (endLoop && result.firstKeyFrame) {
break;
}
-
startIndex += MP2T_PACKET_LENGTH;
endIndex += MP2T_PACKET_LENGTH;
continue;
@@ -52444,45 +52985,36 @@
// forward one byte at a time until we find a pair of sync bytes that denote
// a packet
-
startIndex++;
endIndex++;
} // Start walking from end of segment to get last video packet
-
endIndex = bytes.byteLength;
startIndex = endIndex - MP2T_PACKET_LENGTH;
endLoop = false;
-
while (startIndex >= 0) {
// Look for a pair of start and end sync bytes in the data..
if (bytes[startIndex] === SYNC_BYTE && bytes[endIndex] === SYNC_BYTE) {
// We found a packet
packet = bytes.subarray(startIndex, endIndex);
type = probe.ts.parseType(packet, pmt.pid);
-
switch (type) {
case 'pes':
pesType = probe.ts.parsePesType(packet, pmt.table);
pusi = probe.ts.parsePayloadUnitStartIndicator(packet);
-
if (pesType === 'video' && pusi) {
parsed = probe.ts.parsePesTime(packet);
-
if (parsed) {
parsed.type = 'video';
result.video.push(parsed);
endLoop = true;
}
}
-
break;
}
-
if (endLoop) {
break;
}
-
startIndex -= MP2T_PACKET_LENGTH;
endIndex -= MP2T_PACKET_LENGTH;
continue;
@@ -52490,7 +53022,6 @@
// forward one byte at a time until we find a pair of sync bytes that denote
// a packet
-
startIndex--;
endIndex--;
}
@@ -52500,15 +53031,12 @@
* rollover and convert to seconds based on pes packet timescale (90khz clock)
*/
-
- var adjustTimestamp_ = function adjustTimestamp_(segmentInfo, baseTimestamp) {
+ var adjustTimestamp_ = function (segmentInfo, baseTimestamp) {
if (segmentInfo.audio && segmentInfo.audio.length) {
var audioBaseTimestamp = baseTimestamp;
-
if (typeof audioBaseTimestamp === 'undefined' || isNaN(audioBaseTimestamp)) {
audioBaseTimestamp = segmentInfo.audio[0].dts;
}
-
segmentInfo.audio.forEach(function (info) {
info.dts = handleRollover(info.dts, audioBaseTimestamp);
info.pts = handleRollover(info.pts, audioBaseTimestamp); // time in seconds
@@ -52517,14 +53045,11 @@
info.ptsTime = info.pts / ONE_SECOND_IN_TS;
});
}
-
if (segmentInfo.video && segmentInfo.video.length) {
var videoBaseTimestamp = baseTimestamp;
-
if (typeof videoBaseTimestamp === 'undefined' || isNaN(videoBaseTimestamp)) {
videoBaseTimestamp = segmentInfo.video[0].dts;
}
-
segmentInfo.video.forEach(function (info) {
info.dts = handleRollover(info.dts, videoBaseTimestamp);
info.pts = handleRollover(info.pts, videoBaseTimestamp); // time in seconds
@@ -52532,7 +53057,6 @@
info.dtsTime = info.dts / ONE_SECOND_IN_TS;
info.ptsTime = info.pts / ONE_SECOND_IN_TS;
});
-
if (segmentInfo.firstKeyFrame) {
var frame = segmentInfo.firstKeyFrame;
frame.dts = handleRollover(frame.dts, videoBaseTimestamp);
@@ -52547,19 +53071,16 @@
* inspects the aac data stream for start and end time information
*/
-
- var inspectAac_ = function inspectAac_(bytes) {
+ var inspectAac_ = function (bytes) {
var endLoop = false,
- audioCount = 0,
- sampleRate = null,
- timestamp = null,
- frameSize = 0,
- byteIndex = 0,
- packet;
-
+ audioCount = 0,
+ sampleRate = null,
+ timestamp = null,
+ frameSize = 0,
+ byteIndex = 0,
+ packet;
while (bytes.length - byteIndex >= 3) {
var type = probe.aac.parseType(bytes, byteIndex);
-
switch (type) {
case 'timed-metadata':
// Exit early because we don't have enough to parse
@@ -52568,7 +53089,6 @@
endLoop = true;
break;
}
-
frameSize = probe.aac.parseId3TagSize(bytes, byteIndex); // Exit early if we don't have enough in the buffer
// to emit a full packet
@@ -52576,15 +53096,12 @@
endLoop = true;
break;
}
-
if (timestamp === null) {
packet = bytes.subarray(byteIndex, byteIndex + frameSize);
timestamp = probe.aac.parseAacTimestamp(packet);
}
-
byteIndex += frameSize;
break;
-
case 'audio':
// Exit early because we don't have enough to parse
// the ADTS frame header
@@ -52592,7 +53109,6 @@
endLoop = true;
break;
}
-
frameSize = probe.aac.parseAdtsSize(bytes, byteIndex); // Exit early if we don't have enough in the buffer
// to emit a full packet
@@ -52600,30 +53116,24 @@
endLoop = true;
break;
}
-
if (sampleRate === null) {
packet = bytes.subarray(byteIndex, byteIndex + frameSize);
sampleRate = probe.aac.parseSampleRate(packet);
}
-
audioCount++;
byteIndex += frameSize;
break;
-
default:
byteIndex++;
break;
}
-
if (endLoop) {
return null;
}
}
-
if (sampleRate === null || timestamp === null) {
return null;
}
-
var audioTimescale = ONE_SECOND_IN_TS / sampleRate;
var result = {
audio: [{
@@ -52644,43 +53154,34 @@
* start time.
*/
-
- var inspectTs_ = function inspectTs_(bytes) {
+ var inspectTs_ = function (bytes) {
var pmt = {
pid: null,
table: null
};
var result = {};
parsePsi_(bytes, pmt);
-
for (var pid in pmt.table) {
if (pmt.table.hasOwnProperty(pid)) {
var type = pmt.table[pid];
-
switch (type) {
- case streamTypes.H264_STREAM_TYPE:
+ case StreamTypes.H264_STREAM_TYPE:
result.video = [];
parseVideoPes_(bytes, pmt, result);
-
if (result.video.length === 0) {
delete result.video;
}
-
break;
-
- case streamTypes.ADTS_STREAM_TYPE:
+ case StreamTypes.ADTS_STREAM_TYPE:
result.audio = [];
parseAudioPes_(bytes, pmt, result);
-
if (result.audio.length === 0) {
delete result.audio;
}
-
break;
}
}
}
-
return result;
};
/**
@@ -52692,25 +53193,20 @@
* @return {Object} Object containing start and end frame timing info of segment.
*/
-
- var inspect = function inspect(bytes, baseTimestamp) {
+ var inspect = function (bytes, baseTimestamp) {
var isAacData = probe.aac.isLikelyAacData(bytes);
var result;
-
if (isAacData) {
result = inspectAac_(bytes);
} else {
result = inspectTs_(bytes);
}
-
if (!result || !result.audio && !result.video) {
return null;
}
-
adjustTimestamp_(result, baseTimestamp);
return result;
};
-
var tsInspector = {
inspect: inspect,
parseAudioPes_: parseAudioPes_
@@ -52725,23 +53221,23 @@
* @private
*/
- var wireTransmuxerEvents = function wireTransmuxerEvents(self, transmuxer) {
+ const wireTransmuxerEvents = function (self, transmuxer) {
transmuxer.on('data', function (segment) {
// transfer ownership of the underlying ArrayBuffer
// instead of doing a copy to save memory
// ArrayBuffers are transferable but generic TypedArrays are not
// @link https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers#Passing_data_by_transferring_ownership_(transferable_objects)
- var initArray = segment.initSegment;
+ const initArray = segment.initSegment;
segment.initSegment = {
data: initArray.buffer,
byteOffset: initArray.byteOffset,
byteLength: initArray.byteLength
};
- var typedArray = segment.data;
+ const typedArray = segment.data;
segment.data = typedArray.buffer;
self.postMessage({
action: 'data',
- segment: segment,
+ segment,
byteOffset: typedArray.byteOffset,
byteLength: typedArray.byteLength
}, [segment.data]);
@@ -52754,70 +53250,66 @@
transmuxer.on('gopInfo', function (gopInfo) {
self.postMessage({
action: 'gopInfo',
- gopInfo: gopInfo
+ gopInfo
});
});
transmuxer.on('videoSegmentTimingInfo', function (timingInfo) {
- var videoSegmentTimingInfo = {
+ const videoSegmentTimingInfo = {
start: {
- decode: clock.videoTsToSeconds(timingInfo.start.dts),
- presentation: clock.videoTsToSeconds(timingInfo.start.pts)
+ decode: clock$2.videoTsToSeconds(timingInfo.start.dts),
+ presentation: clock$2.videoTsToSeconds(timingInfo.start.pts)
},
end: {
- decode: clock.videoTsToSeconds(timingInfo.end.dts),
- presentation: clock.videoTsToSeconds(timingInfo.end.pts)
+ decode: clock$2.videoTsToSeconds(timingInfo.end.dts),
+ presentation: clock$2.videoTsToSeconds(timingInfo.end.pts)
},
- baseMediaDecodeTime: clock.videoTsToSeconds(timingInfo.baseMediaDecodeTime)
+ baseMediaDecodeTime: clock$2.videoTsToSeconds(timingInfo.baseMediaDecodeTime)
};
-
if (timingInfo.prependedContentDuration) {
- videoSegmentTimingInfo.prependedContentDuration = clock.videoTsToSeconds(timingInfo.prependedContentDuration);
+ videoSegmentTimingInfo.prependedContentDuration = clock$2.videoTsToSeconds(timingInfo.prependedContentDuration);
}
-
self.postMessage({
action: 'videoSegmentTimingInfo',
- videoSegmentTimingInfo: videoSegmentTimingInfo
+ videoSegmentTimingInfo
});
});
transmuxer.on('audioSegmentTimingInfo', function (timingInfo) {
// Note that all times for [audio/video]SegmentTimingInfo events are in video clock
- var audioSegmentTimingInfo = {
+ const audioSegmentTimingInfo = {
start: {
- decode: clock.videoTsToSeconds(timingInfo.start.dts),
- presentation: clock.videoTsToSeconds(timingInfo.start.pts)
+ decode: clock$2.videoTsToSeconds(timingInfo.start.dts),
+ presentation: clock$2.videoTsToSeconds(timingInfo.start.pts)
},
end: {
- decode: clock.videoTsToSeconds(timingInfo.end.dts),
- presentation: clock.videoTsToSeconds(timingInfo.end.pts)
+ decode: clock$2.videoTsToSeconds(timingInfo.end.dts),
+ presentation: clock$2.videoTsToSeconds(timingInfo.end.pts)
},
- baseMediaDecodeTime: clock.videoTsToSeconds(timingInfo.baseMediaDecodeTime)
+ baseMediaDecodeTime: clock$2.videoTsToSeconds(timingInfo.baseMediaDecodeTime)
};
-
if (timingInfo.prependedContentDuration) {
- audioSegmentTimingInfo.prependedContentDuration = clock.videoTsToSeconds(timingInfo.prependedContentDuration);
+ audioSegmentTimingInfo.prependedContentDuration = clock$2.videoTsToSeconds(timingInfo.prependedContentDuration);
}
-
self.postMessage({
action: 'audioSegmentTimingInfo',
- audioSegmentTimingInfo: audioSegmentTimingInfo
+ audioSegmentTimingInfo
});
});
transmuxer.on('id3Frame', function (id3Frame) {
self.postMessage({
action: 'id3Frame',
- id3Frame: id3Frame
+ id3Frame
});
});
transmuxer.on('caption', function (caption) {
self.postMessage({
action: 'caption',
- caption: caption
+ caption
});
});
transmuxer.on('trackinfo', function (trackInfo) {
self.postMessage({
action: 'trackinfo',
- trackInfo: trackInfo
+ trackInfo
});
});
transmuxer.on('audioTimingInfo', function (audioTimingInfo) {
@@ -52825,8 +53317,8 @@
self.postMessage({
action: 'audioTimingInfo',
audioTimingInfo: {
- start: clock.videoTsToSeconds(audioTimingInfo.start),
- end: clock.videoTsToSeconds(audioTimingInfo.end)
+ start: clock$2.videoTsToSeconds(audioTimingInfo.start),
+ end: clock$2.videoTsToSeconds(audioTimingInfo.end)
}
});
});
@@ -52834,15 +53326,15 @@
self.postMessage({
action: 'videoTimingInfo',
videoTimingInfo: {
- start: clock.videoTsToSeconds(videoTimingInfo.start),
- end: clock.videoTsToSeconds(videoTimingInfo.end)
+ start: clock$2.videoTsToSeconds(videoTimingInfo.start),
+ end: clock$2.videoTsToSeconds(videoTimingInfo.end)
}
});
});
transmuxer.on('log', function (log) {
self.postMessage({
action: 'log',
- log: log
+ log
});
});
};
@@ -52854,9 +53346,8 @@
* @param {Object} options the options to initialize with
*/
-
- var MessageHandlers = /*#__PURE__*/function () {
- function MessageHandlers(self, options) {
+ class MessageHandlers {
+ constructor(self, options) {
this.options = options || {};
this.self = self;
this.init();
@@ -52865,52 +53356,66 @@
* initialize our web worker and wire all the events.
*/
-
- var _proto = MessageHandlers.prototype;
-
- _proto.init = function init() {
+ init() {
if (this.transmuxer) {
this.transmuxer.dispose();
}
-
this.transmuxer = new transmuxer.Transmuxer(this.options);
wireTransmuxerEvents(this.self, this.transmuxer);
- };
-
- _proto.pushMp4Captions = function pushMp4Captions(data) {
+ }
+ pushMp4Captions(data) {
if (!this.captionParser) {
this.captionParser = new captionParser();
this.captionParser.init();
}
-
- var segment = new Uint8Array(data.data, data.byteOffset, data.byteLength);
- var parsed = this.captionParser.parse(segment, data.trackIds, data.timescales);
+ const segment = new Uint8Array(data.data, data.byteOffset, data.byteLength);
+ const parsed = this.captionParser.parse(segment, data.trackIds, data.timescales);
this.self.postMessage({
action: 'mp4Captions',
captions: parsed && parsed.captions || [],
logs: parsed && parsed.logs || [],
data: segment.buffer
}, [segment.buffer]);
- };
-
- _proto.probeMp4StartTime = function probeMp4StartTime(_ref) {
- var timescales = _ref.timescales,
- data = _ref.data;
- var startTime = probe$2.startTime(timescales, data);
+ }
+ probeMp4StartTime({
+ timescales,
+ data
+ }) {
+ const startTime = probe$2.startTime(timescales, data);
this.self.postMessage({
action: 'probeMp4StartTime',
- startTime: startTime,
- data: data
+ startTime,
+ data
}, [data.buffer]);
- };
-
- _proto.probeMp4Tracks = function probeMp4Tracks(_ref2) {
- var data = _ref2.data;
- var tracks = probe$2.tracks(data);
+ }
+ probeMp4Tracks({
+ data
+ }) {
+ const tracks = probe$2.tracks(data);
this.self.postMessage({
action: 'probeMp4Tracks',
- tracks: tracks,
- data: data
+ tracks,
+ data
+ }, [data.buffer]);
+ }
+ /**
+ * Probes an mp4 segment for EMSG boxes containing ID3 data.
+ * https://aomediacodec.github.io/id3-emsg/
+ *
+ * @param {Uint8Array} data segment data
+ * @param {number} offset segment start time
+ * @return {Object[]} an array of ID3 frames
+ */
+
+ probeEmsgID3({
+ data,
+ offset
+ }) {
+ const id3Frames = probe$2.getEmsgID3(data, offset);
+ this.self.postMessage({
+ action: 'probeEmsgID3',
+ id3Frames,
+ emsgData: data
}, [data.buffer]);
}
/**
@@ -52926,45 +53431,39 @@
* @return {Object} The start time of the current segment in "media time" as well as
* whether it contains video and/or audio
*/
- ;
-
- _proto.probeTs = function probeTs(_ref3) {
- var data = _ref3.data,
- baseStartTime = _ref3.baseStartTime;
- var tsStartTime = typeof baseStartTime === 'number' && !isNaN(baseStartTime) ? baseStartTime * clock.ONE_SECOND_IN_TS : void 0;
- var timeInfo = tsInspector.inspect(data, tsStartTime);
- var result = null;
+ probeTs({
+ data,
+ baseStartTime
+ }) {
+ const tsStartTime = typeof baseStartTime === 'number' && !isNaN(baseStartTime) ? baseStartTime * clock$2.ONE_SECOND_IN_TS : void 0;
+ const timeInfo = tsInspector.inspect(data, tsStartTime);
+ let result = null;
if (timeInfo) {
result = {
// each type's time info comes back as an array of 2 times, start and end
hasVideo: timeInfo.video && timeInfo.video.length === 2 || false,
hasAudio: timeInfo.audio && timeInfo.audio.length === 2 || false
};
-
if (result.hasVideo) {
result.videoStart = timeInfo.video[0].ptsTime;
}
-
if (result.hasAudio) {
result.audioStart = timeInfo.audio[0].ptsTime;
}
}
-
this.self.postMessage({
action: 'probeTs',
- result: result,
- data: data
+ result,
+ data
}, [data.buffer]);
- };
-
- _proto.clearAllMp4Captions = function clearAllMp4Captions() {
+ }
+ clearAllMp4Captions() {
if (this.captionParser) {
this.captionParser.clearAllCaptions();
}
- };
-
- _proto.clearParsedMp4Captions = function clearParsedMp4Captions() {
+ }
+ clearParsedMp4Captions() {
if (this.captionParser) {
this.captionParser.clearParsedCaptions();
}
@@ -52975,20 +53474,18 @@
*
* @param {ArrayBuffer} data data to push into the muxer
*/
- ;
- _proto.push = function push(data) {
+ push(data) {
// Cast array buffer to correct type for transmuxer
- var segment = new Uint8Array(data.data, data.byteOffset, data.byteLength);
+ const segment = new Uint8Array(data.data, data.byteOffset, data.byteLength);
this.transmuxer.push(segment);
}
/**
* Recreate the transmuxer so that the next segment added via `push`
* start with a fresh transmuxer.
*/
- ;
- _proto.reset = function reset() {
+ reset() {
this.transmuxer.reset();
}
/**
@@ -52998,18 +53495,15 @@
*
* @param {Object} data used to set the timestamp offset in the muxer
*/
- ;
- _proto.setTimestampOffset = function setTimestampOffset(data) {
- var timestampOffset = data.timestampOffset || 0;
- this.transmuxer.setBaseMediaDecodeTime(Math.round(clock.secondsToVideoTs(timestampOffset)));
- };
-
- _proto.setAudioAppendStart = function setAudioAppendStart(data) {
- this.transmuxer.setAudioAppendStart(Math.ceil(clock.secondsToVideoTs(data.appendStart)));
- };
-
- _proto.setRemux = function setRemux(data) {
+ setTimestampOffset(data) {
+ const timestampOffset = data.timestampOffset || 0;
+ this.transmuxer.setBaseMediaDecodeTime(Math.round(clock$2.secondsToVideoTs(timestampOffset)));
+ }
+ setAudioAppendStart(data) {
+ this.transmuxer.setAudioAppendStart(Math.ceil(clock$2.secondsToVideoTs(data.appendStart)));
+ }
+ setRemux(data) {
this.transmuxer.setRemux(data.remux);
}
/**
@@ -53018,18 +53512,16 @@
*
* @param {Object} data event data, not really used
*/
- ;
- _proto.flush = function flush(data) {
+ flush(data) {
this.transmuxer.flush(); // transmuxed done action is fired after both audio/video pipelines are flushed
self.postMessage({
action: 'done',
type: 'transmuxed'
});
- };
-
- _proto.endTimeline = function endTimeline() {
+ }
+ endTimeline() {
this.transmuxer.endTimeline(); // transmuxed endedtimeline action is fired after both audio/video pipelines end their
// timelines
@@ -53037,14 +53529,11 @@
action: 'endedtimeline',
type: 'transmuxed'
});
- };
-
- _proto.alignGopsWith = function alignGopsWith(data) {
+ }
+ alignGopsWith(data) {
this.transmuxer.alignGopsWith(data.gopsToAlignWith.slice());
- };
-
- return MessageHandlers;
- }();
+ }
+ }
/**
* Our web worker interface so that things can talk to mux.js
* that will be running in a web worker. the scope is passed to this by
@@ -53053,17 +53542,14 @@
* @param {Object} self the scope for the web worker
*/
-
self.onmessage = function (event) {
if (event.data.action === 'init' && event.data.options) {
this.messageHandlers = new MessageHandlers(self, event.data.options);
return;
}
-
if (!this.messageHandlers) {
this.messageHandlers = new MessageHandlers(self);
}
-
if (event.data && event.data.action && event.data.action !== 'init') {
if (this.messageHandlers[event.data.action]) {
this.messageHandlers[event.data.action](event.data);
@@ -53072,133 +53558,120 @@
};
}));
var TransmuxWorker = factory(workerCode$1);
- /* rollup-plugin-worker-factory end for worker!/Users/bclifford/Code/vhs-release-test/src/transmuxer-worker.js */
+ /* rollup-plugin-worker-factory end for worker!/home/runner/work/http-streaming/http-streaming/src/transmuxer-worker.js */
- var handleData_ = function handleData_(event, transmuxedData, callback) {
- var _event$data$segment = event.data.segment,
- type = _event$data$segment.type,
- initSegment = _event$data$segment.initSegment,
- captions = _event$data$segment.captions,
- captionStreams = _event$data$segment.captionStreams,
- metadata = _event$data$segment.metadata,
- videoFrameDtsTime = _event$data$segment.videoFrameDtsTime,
- videoFramePtsTime = _event$data$segment.videoFramePtsTime;
+ const handleData_ = (event, transmuxedData, callback) => {
+ const {
+ type,
+ initSegment,
+ captions,
+ captionStreams,
+ metadata,
+ videoFrameDtsTime,
+ videoFramePtsTime
+ } = event.data.segment;
transmuxedData.buffer.push({
- captions: captions,
- captionStreams: captionStreams,
- metadata: metadata
+ captions,
+ captionStreams,
+ metadata
});
- var boxes = event.data.segment.boxes || {
+ const boxes = event.data.segment.boxes || {
data: event.data.segment.data
};
- var result = {
- type: type,
+ const result = {
+ type,
// cast ArrayBuffer to TypedArray
data: new Uint8Array(boxes.data, boxes.data.byteOffset, boxes.data.byteLength),
initSegment: new Uint8Array(initSegment.data, initSegment.byteOffset, initSegment.byteLength)
};
-
if (typeof videoFrameDtsTime !== 'undefined') {
result.videoFrameDtsTime = videoFrameDtsTime;
}
-
if (typeof videoFramePtsTime !== 'undefined') {
result.videoFramePtsTime = videoFramePtsTime;
}
-
callback(result);
};
-
- var handleDone_ = function handleDone_(_ref) {
- var transmuxedData = _ref.transmuxedData,
- callback = _ref.callback; // Previously we only returned data on data events,
+ const handleDone_ = ({
+ transmuxedData,
+ callback
+ }) => {
+ // Previously we only returned data on data events,
// not on done events. Clear out the buffer to keep that consistent.
-
transmuxedData.buffer = []; // all buffers should have been flushed from the muxer, so start processing anything we
// have received
callback(transmuxedData);
};
-
- var handleGopInfo_ = function handleGopInfo_(event, transmuxedData) {
+ const handleGopInfo_ = (event, transmuxedData) => {
transmuxedData.gopInfo = event.data.gopInfo;
};
-
- var processTransmux = function processTransmux(options) {
- var transmuxer = options.transmuxer,
- bytes = options.bytes,
- audioAppendStart = options.audioAppendStart,
- gopsToAlignWith = options.gopsToAlignWith,
- remux = options.remux,
- onData = options.onData,
- onTrackInfo = options.onTrackInfo,
- onAudioTimingInfo = options.onAudioTimingInfo,
- onVideoTimingInfo = options.onVideoTimingInfo,
- onVideoSegmentTimingInfo = options.onVideoSegmentTimingInfo,
- onAudioSegmentTimingInfo = options.onAudioSegmentTimingInfo,
- onId3 = options.onId3,
- onCaptions = options.onCaptions,
- onDone = options.onDone,
- onEndedTimeline = options.onEndedTimeline,
- onTransmuxerLog = options.onTransmuxerLog,
- isEndOfTimeline = options.isEndOfTimeline;
- var transmuxedData = {
+ const processTransmux = options => {
+ const {
+ transmuxer,
+ bytes,
+ audioAppendStart,
+ gopsToAlignWith,
+ remux,
+ onData,
+ onTrackInfo,
+ onAudioTimingInfo,
+ onVideoTimingInfo,
+ onVideoSegmentTimingInfo,
+ onAudioSegmentTimingInfo,
+ onId3,
+ onCaptions,
+ onDone,
+ onEndedTimeline,
+ onTransmuxerLog,
+ isEndOfTimeline,
+ segment,
+ triggerSegmentEventFn
+ } = options;
+ const transmuxedData = {
buffer: []
};
- var waitForEndedTimelineEvent = isEndOfTimeline;
-
- var handleMessage = function handleMessage(event) {
+ let waitForEndedTimelineEvent = isEndOfTimeline;
+ const handleMessage = event => {
if (transmuxer.currentTransmux !== options) {
// disposed
return;
}
-
if (event.data.action === 'data') {
handleData_(event, transmuxedData, onData);
}
-
if (event.data.action === 'trackinfo') {
onTrackInfo(event.data.trackInfo);
}
-
if (event.data.action === 'gopInfo') {
handleGopInfo_(event, transmuxedData);
}
-
if (event.data.action === 'audioTimingInfo') {
onAudioTimingInfo(event.data.audioTimingInfo);
}
-
if (event.data.action === 'videoTimingInfo') {
onVideoTimingInfo(event.data.videoTimingInfo);
}
-
if (event.data.action === 'videoSegmentTimingInfo') {
onVideoSegmentTimingInfo(event.data.videoSegmentTimingInfo);
}
-
if (event.data.action === 'audioSegmentTimingInfo') {
onAudioSegmentTimingInfo(event.data.audioSegmentTimingInfo);
}
-
if (event.data.action === 'id3Frame') {
onId3([event.data.id3Frame], event.data.id3Frame.dispatchType);
}
-
if (event.data.action === 'caption') {
onCaptions(event.data.caption);
}
-
if (event.data.action === 'endedtimeline') {
waitForEndedTimelineEvent = false;
onEndedTimeline();
}
-
if (event.data.action === 'log') {
onTransmuxerLog(event.data.log);
} // wait for the transmuxed event since we may have audio and video
-
if (event.data.type !== 'transmuxed') {
return;
} // If the "endedtimeline" event has not yet fired, and this segment represents the end
@@ -53206,14 +53679,12 @@
// processing can be considerred complete. In that case, the final event should be
// an "endedtimeline" event with the type "transmuxed."
-
if (waitForEndedTimelineEvent) {
return;
}
-
transmuxer.onmessage = null;
handleDone_({
- transmuxedData: transmuxedData,
+ transmuxedData,
callback: onDone
});
/* eslint-disable no-use-before-define */
@@ -53221,9 +53692,20 @@
dequeue(transmuxer);
/* eslint-enable */
};
-
+ const handleError = () => {
+ const error = {
+ message: 'Received an error message from the transmuxer worker',
+ metadata: {
+ errorType: videojs.Error.StreamingFailedToTransmuxSegment,
+ segmentInfo: segmentInfoPayload({
+ segment
+ })
+ }
+ };
+ onDone(null, error);
+ };
transmuxer.onmessage = handleMessage;
-
+ transmuxer.onerror = handleError;
if (audioAppendStart) {
transmuxer.postMessage({
action: 'setAudioAppendStart',
@@ -53231,24 +53713,25 @@
});
} // allow empty arrays to be passed to clear out GOPs
-
if (Array.isArray(gopsToAlignWith)) {
transmuxer.postMessage({
action: 'alignGopsWith',
- gopsToAlignWith: gopsToAlignWith
+ gopsToAlignWith
});
}
-
if (typeof remux !== 'undefined') {
transmuxer.postMessage({
action: 'setRemux',
- remux: remux
+ remux
});
}
-
if (bytes.byteLength) {
- var buffer = bytes instanceof ArrayBuffer ? bytes : bytes.buffer;
- var byteOffset = bytes instanceof ArrayBuffer ? 0 : bytes.byteOffset;
+ const buffer = bytes instanceof ArrayBuffer ? bytes : bytes.buffer;
+ const byteOffset = bytes instanceof ArrayBuffer ? 0 : bytes.byteOffset;
+ triggerSegmentEventFn({
+ type: 'segmenttransmuxingstart',
+ segment
+ });
transmuxer.postMessage({
action: 'push',
// Send the typed-array of data as an ArrayBuffer so that
@@ -53257,11 +53740,10 @@
data: buffer,
// To recreate the original typed-array, we need information
// about what portion of the ArrayBuffer it was a view into
- byteOffset: byteOffset,
+ byteOffset,
byteLength: bytes.byteLength
}, [buffer]);
}
-
if (isEndOfTimeline) {
transmuxer.postMessage({
action: 'endTimeline'
@@ -53269,18 +53751,14 @@
} // even if we didn't push any bytes, we have to make sure we flush in case we reached
// the end of the segment
-
transmuxer.postMessage({
action: 'flush'
});
};
-
- var dequeue = function dequeue(transmuxer) {
+ const dequeue = transmuxer => {
transmuxer.currentTransmux = null;
-
if (transmuxer.transmuxQueue.length) {
transmuxer.currentTransmux = transmuxer.transmuxQueue.shift();
-
if (typeof transmuxer.currentTransmux === 'function') {
transmuxer.currentTransmux();
} else {
@@ -53288,111 +53766,91 @@
}
}
};
-
- var processAction = function processAction(transmuxer, action) {
+ const processAction = (transmuxer, action) => {
transmuxer.postMessage({
- action: action
+ action
});
dequeue(transmuxer);
};
-
- var enqueueAction = function enqueueAction(action, transmuxer) {
+ const enqueueAction = (action, transmuxer) => {
if (!transmuxer.currentTransmux) {
transmuxer.currentTransmux = action;
processAction(transmuxer, action);
return;
}
-
transmuxer.transmuxQueue.push(processAction.bind(null, transmuxer, action));
};
-
- var reset = function reset(transmuxer) {
+ const reset = transmuxer => {
enqueueAction('reset', transmuxer);
};
-
- var endTimeline = function endTimeline(transmuxer) {
+ const endTimeline = transmuxer => {
enqueueAction('endTimeline', transmuxer);
};
-
- var transmux = function transmux(options) {
+ const transmux = options => {
if (!options.transmuxer.currentTransmux) {
options.transmuxer.currentTransmux = options;
processTransmux(options);
return;
}
-
options.transmuxer.transmuxQueue.push(options);
};
-
- var createTransmuxer = function createTransmuxer(options) {
- var transmuxer = new TransmuxWorker();
+ const createTransmuxer = options => {
+ const transmuxer = new TransmuxWorker();
transmuxer.currentTransmux = null;
transmuxer.transmuxQueue = [];
- var term = transmuxer.terminate;
-
- transmuxer.terminate = function () {
+ const term = transmuxer.terminate;
+ transmuxer.terminate = () => {
transmuxer.currentTransmux = null;
transmuxer.transmuxQueue.length = 0;
return term.call(transmuxer);
};
-
transmuxer.postMessage({
action: 'init',
- options: options
+ options
});
return transmuxer;
};
-
var segmentTransmuxer = {
- reset: reset,
- endTimeline: endTimeline,
- transmux: transmux,
- createTransmuxer: createTransmuxer
+ reset,
+ endTimeline,
+ transmux,
+ createTransmuxer
};
-
- var workerCallback = function workerCallback(options) {
- var transmuxer = options.transmuxer;
- var endAction = options.endAction || options.action;
- var callback = options.callback;
-
- var message = _extends_1({}, options, {
+ const workerCallback = function (options) {
+ const transmuxer = options.transmuxer;
+ const endAction = options.endAction || options.action;
+ const callback = options.callback;
+ const message = _extends$1({}, options, {
endAction: null,
transmuxer: null,
callback: null
});
-
- var listenForEndEvent = function listenForEndEvent(event) {
+ const listenForEndEvent = event => {
if (event.data.action !== endAction) {
return;
}
-
transmuxer.removeEventListener('message', listenForEndEvent); // transfer ownership of bytes back to us.
if (event.data.data) {
event.data.data = new Uint8Array(event.data.data, options.byteOffset || 0, options.byteLength || event.data.data.byteLength);
-
if (options.data) {
options.data = event.data.data;
}
}
-
callback(event.data);
};
-
transmuxer.addEventListener('message', listenForEndEvent);
-
if (options.data) {
- var isArrayBuffer = options.data instanceof ArrayBuffer;
+ const isArrayBuffer = options.data instanceof ArrayBuffer;
message.byteOffset = isArrayBuffer ? 0 : options.data.byteOffset;
message.byteLength = options.data.byteLength;
- var transfers = [isArrayBuffer ? options.data : options.data.buffer];
+ const transfers = [isArrayBuffer ? options.data : options.data.buffer];
transmuxer.postMessage(message, transfers);
} else {
transmuxer.postMessage(message);
}
};
-
- var REQUEST_ERRORS = {
+ const REQUEST_ERRORS = {
FAILURE: 2,
TIMEOUT: -101,
ABORTED: -102
@@ -53403,8 +53861,8 @@
* @param {Object} activeXhrs - an object that tracks all XHR requests
*/
- var abortAll = function abortAll(activeXhrs) {
- activeXhrs.forEach(function (xhr) {
+ const abortAll = activeXhrs => {
+ activeXhrs.forEach(xhr => {
xhr.abort();
});
};
@@ -53414,8 +53872,7 @@
* @param {Object} request - the XHR request from which to gather stats
*/
-
- var getRequestStats = function getRequestStats(request) {
+ const getRequestStats = request => {
return {
bandwidth: request.bandwidth,
bytesReceived: request.bytesReceived || 0,
@@ -53429,11 +53886,10 @@
* @param {Event} progressEvent - an event object from an XHR's progress event
*/
-
- var getProgressStats = function getProgressStats(progressEvent) {
- var request = progressEvent.target;
- var roundTripTime = Date.now() - request.requestTime;
- var stats = {
+ const getProgressStats = progressEvent => {
+ const request = progressEvent.target;
+ const roundTripTime = Date.now() - request.requestTime;
+ const stats = {
bandwidth: Infinity,
bytesReceived: 0,
roundTripTime: roundTripTime || 0
@@ -53453,44 +53909,51 @@
* @param {Object} request - the XHR request that possibly generated the error
*/
-
- var handleErrors = function handleErrors(error, request) {
+ const handleErrors = (error, request) => {
+ const {
+ requestType
+ } = request;
+ const metadata = getStreamingNetworkErrorMetadata({
+ requestType,
+ request,
+ error
+ });
if (request.timedout) {
return {
status: request.status,
message: 'HLS request timed-out at URL: ' + request.uri,
code: REQUEST_ERRORS.TIMEOUT,
- xhr: request
+ xhr: request,
+ metadata
};
}
-
if (request.aborted) {
return {
status: request.status,
message: 'HLS request aborted at URL: ' + request.uri,
code: REQUEST_ERRORS.ABORTED,
- xhr: request
+ xhr: request,
+ metadata
};
}
-
if (error) {
return {
status: request.status,
message: 'HLS request errored at URL: ' + request.uri,
code: REQUEST_ERRORS.FAILURE,
- xhr: request
+ xhr: request,
+ metadata
};
}
-
if (request.responseType === 'arraybuffer' && request.response.byteLength === 0) {
return {
status: request.status,
message: 'Empty HLS response at URL: ' + request.uri,
code: REQUEST_ERRORS.FAILURE,
- xhr: request
+ xhr: request,
+ metadata
};
}
-
return null;
};
/**
@@ -53504,57 +53967,60 @@
* this request
*/
-
- var handleKeyResponse = function handleKeyResponse(segment, objects, finishProcessingFn) {
- return function (error, request) {
- var response = request.response;
- var errorObj = handleErrors(error, request);
-
- if (errorObj) {
- return finishProcessingFn(errorObj, segment);
- }
-
- if (response.byteLength !== 16) {
- return finishProcessingFn({
- status: request.status,
- message: 'Invalid HLS key at URL: ' + request.uri,
- code: REQUEST_ERRORS.FAILURE,
- xhr: request
- }, segment);
- }
-
- var view = new DataView(response);
- var bytes = new Uint32Array([view.getUint32(0), view.getUint32(4), view.getUint32(8), view.getUint32(12)]);
-
- for (var i = 0; i < objects.length; i++) {
- objects[i].bytes = bytes;
- }
-
- return finishProcessingFn(null, segment);
+ const handleKeyResponse = (segment, objects, finishProcessingFn, triggerSegmentEventFn) => (error, request) => {
+ const response = request.response;
+ const errorObj = handleErrors(error, request);
+ if (errorObj) {
+ return finishProcessingFn(errorObj, segment);
+ }
+ if (response.byteLength !== 16) {
+ return finishProcessingFn({
+ status: request.status,
+ message: 'Invalid HLS key at URL: ' + request.uri,
+ code: REQUEST_ERRORS.FAILURE,
+ xhr: request
+ }, segment);
+ }
+ const view = new DataView(response);
+ const bytes = new Uint32Array([view.getUint32(0), view.getUint32(4), view.getUint32(8), view.getUint32(12)]);
+ for (let i = 0; i < objects.length; i++) {
+ objects[i].bytes = bytes;
+ }
+ const keyInfo = {
+ uri: request.uri
};
+ triggerSegmentEventFn({
+ type: 'segmentkeyloadcomplete',
+ segment,
+ keyInfo
+ });
+ return finishProcessingFn(null, segment);
};
-
- var parseInitSegment = function parseInitSegment(segment, _callback) {
- var type = detectContainerForBytes(segment.map.bytes); // TODO: We should also handle ts init segments here, but we
+ const parseInitSegment = (segment, callback) => {
+ const type = detectContainerForBytes(segment.map.bytes); // TODO: We should also handle ts init segments here, but we
// only know how to parse mp4 init segments at the moment
if (type !== 'mp4') {
- var uri = segment.map.resolvedUri || segment.map.uri;
- return _callback({
+ const uri = segment.map.resolvedUri || segment.map.uri;
+ const mediaType = type || 'unknown';
+ return callback({
internal: true,
- message: "Found unsupported " + (type || 'unknown') + " container for initialization segment at URL: " + uri,
- code: REQUEST_ERRORS.FAILURE
+ message: `Found unsupported ${mediaType} container for initialization segment at URL: ${uri}`,
+ code: REQUEST_ERRORS.FAILURE,
+ metadata: {
+ mediaType
+ }
});
}
-
workerCallback({
action: 'probeMp4Tracks',
data: segment.map.bytes,
transmuxer: segment.transmuxer,
- callback: function callback(_ref) {
- var tracks = _ref.tracks,
- data = _ref.data; // transfer bytes back to us
-
+ callback: ({
+ tracks,
+ data
+ }) => {
+ // transfer bytes back to us
segment.map.bytes = data;
tracks.forEach(function (track) {
segment.map.tracks = segment.map.tracks || {}; // only support one track of each type for now
@@ -53562,15 +54028,13 @@
if (segment.map.tracks[track.type]) {
return;
}
-
segment.map.tracks[track.type] = track;
-
if (typeof track.id === 'number' && track.timescale) {
segment.map.timescales = segment.map.timescales || {};
segment.map.timescales[track.id] = track.timescale;
}
});
- return _callback(null);
+ return callback(null);
}
});
};
@@ -53583,36 +54047,35 @@
* this request
*/
+ const handleInitSegmentResponse = ({
+ segment,
+ finishProcessingFn,
+ triggerSegmentEventFn
+ }) => (error, request) => {
+ const errorObj = handleErrors(error, request);
+ if (errorObj) {
+ return finishProcessingFn(errorObj, segment);
+ }
+ const bytes = new Uint8Array(request.response);
+ triggerSegmentEventFn({
+ type: 'segmentloaded',
+ segment
+ }); // init segment is encypted, we will have to wait
+ // until the key request is done to decrypt.
- var handleInitSegmentResponse = function handleInitSegmentResponse(_ref2) {
- var segment = _ref2.segment,
- finishProcessingFn = _ref2.finishProcessingFn;
- return function (error, request) {
- var errorObj = handleErrors(error, request);
-
- if (errorObj) {
- return finishProcessingFn(errorObj, segment);
+ if (segment.map.key) {
+ segment.map.encryptedBytes = bytes;
+ return finishProcessingFn(null, segment);
+ }
+ segment.map.bytes = bytes;
+ parseInitSegment(segment, function (parseError) {
+ if (parseError) {
+ parseError.xhr = request;
+ parseError.status = request.status;
+ return finishProcessingFn(parseError, segment);
}
-
- var bytes = new Uint8Array(request.response); // init segment is encypted, we will have to wait
- // until the key request is done to decrypt.
-
- if (segment.map.key) {
- segment.map.encryptedBytes = bytes;
- return finishProcessingFn(null, segment);
- }
-
- segment.map.bytes = bytes;
- parseInitSegment(segment, function (parseError) {
- if (parseError) {
- parseError.xhr = request;
- parseError.status = request.status;
- return finishProcessingFn(parseError, segment);
- }
-
- finishProcessingFn(null, segment);
- });
- };
+ finishProcessingFn(null, segment);
+ });
};
/**
* Response handler for segment-requests being sure to set the correct
@@ -53625,193 +54088,212 @@
* this request
*/
-
- var handleSegmentResponse = function handleSegmentResponse(_ref3) {
- var segment = _ref3.segment,
- finishProcessingFn = _ref3.finishProcessingFn,
- responseType = _ref3.responseType;
- return function (error, request) {
- var errorObj = handleErrors(error, request);
-
- if (errorObj) {
- return finishProcessingFn(errorObj, segment);
- }
-
- var newBytes = // although responseText "should" exist, this guard serves to prevent an error being
- // thrown for two primary cases:
- // 1. the mime type override stops working, or is not implemented for a specific
- // browser
- // 2. when using mock XHR libraries like sinon that do not allow the override behavior
- responseType === 'arraybuffer' || !request.responseText ? request.response : stringToArrayBuffer(request.responseText.substring(segment.lastReachedChar || 0));
- segment.stats = getRequestStats(request);
-
- if (segment.key) {
- segment.encryptedBytes = new Uint8Array(newBytes);
- } else {
- segment.bytes = new Uint8Array(newBytes);
- }
-
- return finishProcessingFn(null, segment);
- };
+ const handleSegmentResponse = ({
+ segment,
+ finishProcessingFn,
+ responseType,
+ triggerSegmentEventFn
+ }) => (error, request) => {
+ const errorObj = handleErrors(error, request);
+ if (errorObj) {
+ return finishProcessingFn(errorObj, segment);
+ }
+ triggerSegmentEventFn({
+ type: 'segmentloaded',
+ segment
+ });
+ const newBytes =
+ // although responseText "should" exist, this guard serves to prevent an error being
+ // thrown for two primary cases:
+ // 1. the mime type override stops working, or is not implemented for a specific
+ // browser
+ // 2. when using mock XHR libraries like sinon that do not allow the override behavior
+ responseType === 'arraybuffer' || !request.responseText ? request.response : stringToArrayBuffer(request.responseText.substring(segment.lastReachedChar || 0));
+ segment.stats = getRequestStats(request);
+ if (segment.key) {
+ segment.encryptedBytes = new Uint8Array(newBytes);
+ } else {
+ segment.bytes = new Uint8Array(newBytes);
+ }
+ return finishProcessingFn(null, segment);
};
-
- var transmuxAndNotify = function transmuxAndNotify(_ref4) {
- var segment = _ref4.segment,
- bytes = _ref4.bytes,
- trackInfoFn = _ref4.trackInfoFn,
- timingInfoFn = _ref4.timingInfoFn,
- videoSegmentTimingInfoFn = _ref4.videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn = _ref4.audioSegmentTimingInfoFn,
- id3Fn = _ref4.id3Fn,
- captionsFn = _ref4.captionsFn,
- isEndOfTimeline = _ref4.isEndOfTimeline,
- endedTimelineFn = _ref4.endedTimelineFn,
- dataFn = _ref4.dataFn,
- doneFn = _ref4.doneFn,
- onTransmuxerLog = _ref4.onTransmuxerLog;
- var fmp4Tracks = segment.map && segment.map.tracks || {};
- var isMuxed = Boolean(fmp4Tracks.audio && fmp4Tracks.video); // Keep references to each function so we can null them out after we're done with them.
+ const transmuxAndNotify = ({
+ segment,
+ bytes,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
+ }) => {
+ const fmp4Tracks = segment.map && segment.map.tracks || {};
+ const isMuxed = Boolean(fmp4Tracks.audio && fmp4Tracks.video); // Keep references to each function so we can null them out after we're done with them.
// One reason for this is that in the case of full segments, we want to trust start
// times from the probe, rather than the transmuxer.
- var audioStartFn = timingInfoFn.bind(null, segment, 'audio', 'start');
- var audioEndFn = timingInfoFn.bind(null, segment, 'audio', 'end');
- var videoStartFn = timingInfoFn.bind(null, segment, 'video', 'start');
- var videoEndFn = timingInfoFn.bind(null, segment, 'video', 'end');
-
- var finish = function finish() {
- return transmux({
- bytes: bytes,
- transmuxer: segment.transmuxer,
- audioAppendStart: segment.audioAppendStart,
- gopsToAlignWith: segment.gopsToAlignWith,
- remux: isMuxed,
- onData: function onData(result) {
- result.type = result.type === 'combined' ? 'video' : result.type;
- dataFn(segment, result);
- },
- onTrackInfo: function onTrackInfo(trackInfo) {
- if (trackInfoFn) {
- if (isMuxed) {
- trackInfo.isMuxed = true;
- }
-
- trackInfoFn(segment, trackInfo);
+ let audioStartFn = timingInfoFn.bind(null, segment, 'audio', 'start');
+ const audioEndFn = timingInfoFn.bind(null, segment, 'audio', 'end');
+ let videoStartFn = timingInfoFn.bind(null, segment, 'video', 'start');
+ const videoEndFn = timingInfoFn.bind(null, segment, 'video', 'end');
+ const finish = () => transmux({
+ bytes,
+ transmuxer: segment.transmuxer,
+ audioAppendStart: segment.audioAppendStart,
+ gopsToAlignWith: segment.gopsToAlignWith,
+ remux: isMuxed,
+ onData: result => {
+ result.type = result.type === 'combined' ? 'video' : result.type;
+ dataFn(segment, result);
+ },
+ onTrackInfo: trackInfo => {
+ if (trackInfoFn) {
+ if (isMuxed) {
+ trackInfo.isMuxed = true;
}
- },
- onAudioTimingInfo: function onAudioTimingInfo(audioTimingInfo) {
- // we only want the first start value we encounter
- if (audioStartFn && typeof audioTimingInfo.start !== 'undefined') {
- audioStartFn(audioTimingInfo.start);
- audioStartFn = null;
- } // we want to continually update the end time
-
-
- if (audioEndFn && typeof audioTimingInfo.end !== 'undefined') {
- audioEndFn(audioTimingInfo.end);
- }
- },
- onVideoTimingInfo: function onVideoTimingInfo(videoTimingInfo) {
- // we only want the first start value we encounter
- if (videoStartFn && typeof videoTimingInfo.start !== 'undefined') {
- videoStartFn(videoTimingInfo.start);
- videoStartFn = null;
- } // we want to continually update the end time
-
-
- if (videoEndFn && typeof videoTimingInfo.end !== 'undefined') {
- videoEndFn(videoTimingInfo.end);
- }
- },
- onVideoSegmentTimingInfo: function onVideoSegmentTimingInfo(videoSegmentTimingInfo) {
- videoSegmentTimingInfoFn(videoSegmentTimingInfo);
- },
- onAudioSegmentTimingInfo: function onAudioSegmentTimingInfo(audioSegmentTimingInfo) {
- audioSegmentTimingInfoFn(audioSegmentTimingInfo);
- },
- onId3: function onId3(id3Frames, dispatchType) {
- id3Fn(segment, id3Frames, dispatchType);
- },
- onCaptions: function onCaptions(captions) {
- captionsFn(segment, [captions]);
- },
- isEndOfTimeline: isEndOfTimeline,
- onEndedTimeline: function onEndedTimeline() {
- endedTimelineFn();
- },
- onTransmuxerLog: onTransmuxerLog,
- onDone: function onDone(result) {
- if (!doneFn) {
- return;
- }
-
- result.type = result.type === 'combined' ? 'video' : result.type;
- doneFn(null, segment, result);
+ trackInfoFn(segment, trackInfo);
}
- });
- }; // In the transmuxer, we don't yet have the ability to extract a "proper" start time.
+ },
+ onAudioTimingInfo: audioTimingInfo => {
+ // we only want the first start value we encounter
+ if (audioStartFn && typeof audioTimingInfo.start !== 'undefined') {
+ audioStartFn(audioTimingInfo.start);
+ audioStartFn = null;
+ } // we want to continually update the end time
+
+ if (audioEndFn && typeof audioTimingInfo.end !== 'undefined') {
+ audioEndFn(audioTimingInfo.end);
+ }
+ },
+ onVideoTimingInfo: videoTimingInfo => {
+ // we only want the first start value we encounter
+ if (videoStartFn && typeof videoTimingInfo.start !== 'undefined') {
+ videoStartFn(videoTimingInfo.start);
+ videoStartFn = null;
+ } // we want to continually update the end time
+
+ if (videoEndFn && typeof videoTimingInfo.end !== 'undefined') {
+ videoEndFn(videoTimingInfo.end);
+ }
+ },
+ onVideoSegmentTimingInfo: videoSegmentTimingInfo => {
+ const timingInfo = {
+ pts: {
+ start: videoSegmentTimingInfo.start.presentation,
+ end: videoSegmentTimingInfo.end.presentation
+ },
+ dts: {
+ start: videoSegmentTimingInfo.start.decode,
+ end: videoSegmentTimingInfo.end.decode
+ }
+ };
+ triggerSegmentEventFn({
+ type: 'segmenttransmuxingtiminginfoavailable',
+ segment,
+ timingInfo
+ });
+ videoSegmentTimingInfoFn(videoSegmentTimingInfo);
+ },
+ onAudioSegmentTimingInfo: audioSegmentTimingInfo => {
+ const timingInfo = {
+ pts: {
+ start: audioSegmentTimingInfo.start.pts,
+ end: audioSegmentTimingInfo.end.pts
+ },
+ dts: {
+ start: audioSegmentTimingInfo.start.dts,
+ end: audioSegmentTimingInfo.end.dts
+ }
+ };
+ triggerSegmentEventFn({
+ type: 'segmenttransmuxingtiminginfoavailable',
+ segment,
+ timingInfo
+ });
+ audioSegmentTimingInfoFn(audioSegmentTimingInfo);
+ },
+ onId3: (id3Frames, dispatchType) => {
+ id3Fn(segment, id3Frames, dispatchType);
+ },
+ onCaptions: captions => {
+ captionsFn(segment, [captions]);
+ },
+ isEndOfTimeline,
+ onEndedTimeline: () => {
+ endedTimelineFn();
+ },
+ onTransmuxerLog,
+ onDone: (result, error) => {
+ if (!doneFn) {
+ return;
+ }
+ result.type = result.type === 'combined' ? 'video' : result.type;
+ triggerSegmentEventFn({
+ type: 'segmenttransmuxingcomplete',
+ segment
+ });
+ doneFn(error, segment, result);
+ },
+ segment,
+ triggerSegmentEventFn
+ }); // In the transmuxer, we don't yet have the ability to extract a "proper" start time.
// Meaning cached frame data may corrupt our notion of where this segment
// really starts. To get around this, probe for the info needed.
-
workerCallback({
action: 'probeTs',
transmuxer: segment.transmuxer,
data: bytes,
baseStartTime: segment.baseStartTime,
- callback: function callback(data) {
+ callback: data => {
segment.bytes = bytes = data.data;
- var probeResult = data.result;
-
+ const probeResult = data.result;
if (probeResult) {
trackInfoFn(segment, {
hasAudio: probeResult.hasAudio,
hasVideo: probeResult.hasVideo,
- isMuxed: isMuxed
+ isMuxed
});
trackInfoFn = null;
-
- if (probeResult.hasAudio && !isMuxed) {
- audioStartFn(probeResult.audioStart);
- }
-
- if (probeResult.hasVideo) {
- videoStartFn(probeResult.videoStart);
- }
-
- audioStartFn = null;
- videoStartFn = null;
}
-
finish();
}
});
};
-
- var handleSegmentBytes = function handleSegmentBytes(_ref5) {
- var segment = _ref5.segment,
- bytes = _ref5.bytes,
- trackInfoFn = _ref5.trackInfoFn,
- timingInfoFn = _ref5.timingInfoFn,
- videoSegmentTimingInfoFn = _ref5.videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn = _ref5.audioSegmentTimingInfoFn,
- id3Fn = _ref5.id3Fn,
- captionsFn = _ref5.captionsFn,
- isEndOfTimeline = _ref5.isEndOfTimeline,
- endedTimelineFn = _ref5.endedTimelineFn,
- dataFn = _ref5.dataFn,
- doneFn = _ref5.doneFn,
- onTransmuxerLog = _ref5.onTransmuxerLog;
- var bytesAsUint8Array = new Uint8Array(bytes); // TODO:
+ const handleSegmentBytes = ({
+ segment,
+ bytes,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
+ }) => {
+ let bytesAsUint8Array = new Uint8Array(bytes); // TODO:
// We should have a handler that fetches the number of bytes required
// to check if something is fmp4. This will allow us to save bandwidth
- // because we can only blacklist a playlist and abort requests
+ // because we can only exclude a playlist and abort requests
// by codec after trackinfo triggers.
if (isLikelyFmp4MediaSegment(bytesAsUint8Array)) {
segment.isFmp4 = true;
- var tracks = segment.map.tracks;
- var trackInfo = {
+ const {
+ tracks
+ } = segment.map;
+ const trackInfo = {
isFmp4: true,
hasVideo: !!tracks.video,
hasAudio: !!tracks.audio
@@ -53823,17 +54305,14 @@
} // if we have a video track, with a codec that is not set to
// encrypted video
-
if (tracks.video && tracks.video.codec && tracks.video.codec !== 'encv') {
trackInfo.videoCodec = tracks.video.codec;
}
-
if (tracks.video && tracks.audio) {
trackInfo.isMuxed = true;
} // since we don't support appending fmp4 data on progress, we know we have the full
// segment here
-
trackInfoFn(segment, trackInfo); // The probe doesn't provide the segment end time, so only callback with the start
// time. The end time can be roughly calculated by the receiver using the duration.
//
@@ -53841,7 +54320,7 @@
// that is the true start of the segment (where the playback engine should begin
// decoding).
- var finishLoading = function finishLoading(captions) {
+ const finishLoading = (captions, id3Frames) => {
// if the track still has audio at this point it is only possible
// for it to be audio only. See `tracks.video && tracks.audio` if statement
// above.
@@ -53850,58 +54329,69 @@
data: bytesAsUint8Array,
type: trackInfo.hasAudio && !trackInfo.isMuxed ? 'audio' : 'video'
});
-
+ if (id3Frames && id3Frames.length) {
+ id3Fn(segment, id3Frames);
+ }
if (captions && captions.length) {
captionsFn(segment, captions);
}
-
doneFn(null, segment, {});
};
-
workerCallback({
action: 'probeMp4StartTime',
timescales: segment.map.timescales,
data: bytesAsUint8Array,
transmuxer: segment.transmuxer,
- callback: function callback(_ref6) {
- var data = _ref6.data,
- startTime = _ref6.startTime; // transfer bytes back to us
-
+ callback: ({
+ data,
+ startTime
+ }) => {
+ // transfer bytes back to us
bytes = data.buffer;
segment.bytes = bytesAsUint8Array = data;
-
if (trackInfo.hasAudio && !trackInfo.isMuxed) {
timingInfoFn(segment, 'audio', 'start', startTime);
}
-
if (trackInfo.hasVideo) {
timingInfoFn(segment, 'video', 'start', startTime);
- } // Run through the CaptionParser in case there are captions.
- // Initialize CaptionParser if it hasn't been yet
-
-
- if (!tracks.video || !data.byteLength || !segment.transmuxer) {
- finishLoading();
- return;
}
-
workerCallback({
- action: 'pushMp4Captions',
- endAction: 'mp4Captions',
- transmuxer: segment.transmuxer,
+ action: 'probeEmsgID3',
data: bytesAsUint8Array,
- timescales: segment.map.timescales,
- trackIds: [tracks.video.id],
- callback: function callback(message) {
+ transmuxer: segment.transmuxer,
+ offset: startTime,
+ callback: ({
+ emsgData,
+ id3Frames
+ }) => {
// transfer bytes back to us
- bytes = message.data.buffer;
- segment.bytes = bytesAsUint8Array = message.data;
- message.logs.forEach(function (log) {
- onTransmuxerLog(videojs.mergeOptions(log, {
- stream: 'mp4CaptionParser'
- }));
+ bytes = emsgData.buffer;
+ segment.bytes = bytesAsUint8Array = emsgData; // Run through the CaptionParser in case there are captions.
+ // Initialize CaptionParser if it hasn't been yet
+
+ if (!tracks.video || !emsgData.byteLength || !segment.transmuxer) {
+ finishLoading(undefined, id3Frames);
+ return;
+ }
+ workerCallback({
+ action: 'pushMp4Captions',
+ endAction: 'mp4Captions',
+ transmuxer: segment.transmuxer,
+ data: bytesAsUint8Array,
+ timescales: segment.map.timescales,
+ trackIds: [tracks.video.id],
+ callback: message => {
+ // transfer bytes back to us
+ bytes = message.data.buffer;
+ segment.bytes = bytesAsUint8Array = message.data;
+ message.logs.forEach(function (log) {
+ onTransmuxerLog(merge(log, {
+ stream: 'mp4CaptionParser'
+ }));
+ });
+ finishLoading(message.captions, id3Frames);
+ }
});
- finishLoading(message.captions);
}
});
}
@@ -53909,16 +54399,13 @@
return;
} // VTT or other segments that don't need processing
-
if (!segment.transmuxer) {
doneFn(null, segment, {});
return;
}
-
if (typeof segment.container === 'undefined') {
segment.container = detectContainerForBytes(bytesAsUint8Array);
}
-
if (segment.container !== 'ts' && segment.container !== 'aac') {
trackInfoFn(segment, {
hasAudio: false,
@@ -53928,48 +54415,64 @@
return;
} // ts or aac
-
transmuxAndNotify({
- segment: segment,
- bytes: bytes,
- trackInfoFn: trackInfoFn,
- timingInfoFn: timingInfoFn,
- videoSegmentTimingInfoFn: videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn: audioSegmentTimingInfoFn,
- id3Fn: id3Fn,
- captionsFn: captionsFn,
- isEndOfTimeline: isEndOfTimeline,
- endedTimelineFn: endedTimelineFn,
- dataFn: dataFn,
- doneFn: doneFn,
- onTransmuxerLog: onTransmuxerLog
+ segment,
+ bytes,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
});
};
-
- var decrypt = function decrypt(_ref7, callback) {
- var id = _ref7.id,
- key = _ref7.key,
- encryptedBytes = _ref7.encryptedBytes,
- decryptionWorker = _ref7.decryptionWorker;
-
- var decryptionHandler = function decryptionHandler(event) {
+ const decrypt = function ({
+ id,
+ key,
+ encryptedBytes,
+ decryptionWorker,
+ segment,
+ doneFn
+ }, callback) {
+ const decryptionHandler = event => {
if (event.data.source === id) {
decryptionWorker.removeEventListener('message', decryptionHandler);
- var decrypted = event.data.decrypted;
+ const decrypted = event.data.decrypted;
callback(new Uint8Array(decrypted.bytes, decrypted.byteOffset, decrypted.byteLength));
}
};
-
+ decryptionWorker.onerror = () => {
+ const message = 'An error occurred in the decryption worker';
+ const segmentInfo = segmentInfoPayload({
+ segment
+ });
+ const decryptError = {
+ message,
+ metadata: {
+ error: new Error(message),
+ errorType: videojs.Error.StreamingFailedToDecryptSegment,
+ segmentInfo,
+ keyInfo: {
+ uri: segment.key.resolvedUri || segment.map.key.resolvedUri
+ }
+ }
+ };
+ doneFn(decryptError, segment);
+ };
decryptionWorker.addEventListener('message', decryptionHandler);
- var keyBytes;
-
+ let keyBytes;
if (key.bytes.slice) {
keyBytes = key.bytes.slice();
} else {
keyBytes = new Uint32Array(Array.prototype.slice.call(key.bytes));
} // incrementally decrypt the bytes
-
decryptionWorker.postMessage(createTransferableMessage({
source: id,
encrypted: encryptedBytes,
@@ -54002,42 +54505,53 @@
* @param {Function} doneFn - a callback that is executed after decryption has completed
*/
-
- var decryptSegment = function decryptSegment(_ref8) {
- var decryptionWorker = _ref8.decryptionWorker,
- segment = _ref8.segment,
- trackInfoFn = _ref8.trackInfoFn,
- timingInfoFn = _ref8.timingInfoFn,
- videoSegmentTimingInfoFn = _ref8.videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn = _ref8.audioSegmentTimingInfoFn,
- id3Fn = _ref8.id3Fn,
- captionsFn = _ref8.captionsFn,
- isEndOfTimeline = _ref8.isEndOfTimeline,
- endedTimelineFn = _ref8.endedTimelineFn,
- dataFn = _ref8.dataFn,
- doneFn = _ref8.doneFn,
- onTransmuxerLog = _ref8.onTransmuxerLog;
+ const decryptSegment = ({
+ decryptionWorker,
+ segment,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
+ }) => {
+ triggerSegmentEventFn({
+ type: 'segmentdecryptionstart'
+ });
decrypt({
id: segment.requestId,
key: segment.key,
encryptedBytes: segment.encryptedBytes,
- decryptionWorker: decryptionWorker
- }, function (decryptedBytes) {
+ decryptionWorker,
+ segment,
+ doneFn
+ }, decryptedBytes => {
segment.bytes = decryptedBytes;
+ triggerSegmentEventFn({
+ type: 'segmentdecryptioncomplete',
+ segment
+ });
handleSegmentBytes({
- segment: segment,
+ segment,
bytes: segment.bytes,
- trackInfoFn: trackInfoFn,
- timingInfoFn: timingInfoFn,
- videoSegmentTimingInfoFn: videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn: audioSegmentTimingInfoFn,
- id3Fn: id3Fn,
- captionsFn: captionsFn,
- isEndOfTimeline: isEndOfTimeline,
- endedTimelineFn: endedTimelineFn,
- dataFn: dataFn,
- doneFn: doneFn,
- onTransmuxerLog: onTransmuxerLog
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
});
});
};
@@ -54071,28 +54585,28 @@
* downloaded and any decryption completed
*/
-
- var waitForCompletion = function waitForCompletion(_ref9) {
- var activeXhrs = _ref9.activeXhrs,
- decryptionWorker = _ref9.decryptionWorker,
- trackInfoFn = _ref9.trackInfoFn,
- timingInfoFn = _ref9.timingInfoFn,
- videoSegmentTimingInfoFn = _ref9.videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn = _ref9.audioSegmentTimingInfoFn,
- id3Fn = _ref9.id3Fn,
- captionsFn = _ref9.captionsFn,
- isEndOfTimeline = _ref9.isEndOfTimeline,
- endedTimelineFn = _ref9.endedTimelineFn,
- dataFn = _ref9.dataFn,
- doneFn = _ref9.doneFn,
- onTransmuxerLog = _ref9.onTransmuxerLog;
- var count = 0;
- var didError = false;
- return function (error, segment) {
+ const waitForCompletion = ({
+ activeXhrs,
+ decryptionWorker,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
+ }) => {
+ let count = 0;
+ let didError = false;
+ return (error, segment) => {
if (didError) {
return;
}
-
if (error) {
didError = true; // If there are errors, we have to abort any outstanding requests
@@ -54110,72 +54624,77 @@
return doneFn(error, segment);
}
-
count += 1;
-
if (count === activeXhrs.length) {
- var segmentFinish = function segmentFinish() {
+ const segmentFinish = function () {
if (segment.encryptedBytes) {
return decryptSegment({
- decryptionWorker: decryptionWorker,
- segment: segment,
- trackInfoFn: trackInfoFn,
- timingInfoFn: timingInfoFn,
- videoSegmentTimingInfoFn: videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn: audioSegmentTimingInfoFn,
- id3Fn: id3Fn,
- captionsFn: captionsFn,
- isEndOfTimeline: isEndOfTimeline,
- endedTimelineFn: endedTimelineFn,
- dataFn: dataFn,
- doneFn: doneFn,
- onTransmuxerLog: onTransmuxerLog
+ decryptionWorker,
+ segment,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
});
} // Otherwise, everything is ready just continue
-
handleSegmentBytes({
- segment: segment,
+ segment,
bytes: segment.bytes,
- trackInfoFn: trackInfoFn,
- timingInfoFn: timingInfoFn,
- videoSegmentTimingInfoFn: videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn: audioSegmentTimingInfoFn,
- id3Fn: id3Fn,
- captionsFn: captionsFn,
- isEndOfTimeline: isEndOfTimeline,
- endedTimelineFn: endedTimelineFn,
- dataFn: dataFn,
- doneFn: doneFn,
- onTransmuxerLog: onTransmuxerLog
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
});
}; // Keep track of when *all* of the requests have completed
-
segment.endOfAllRequests = Date.now();
-
if (segment.map && segment.map.encryptedBytes && !segment.map.bytes) {
+ triggerSegmentEventFn({
+ type: 'segmentdecryptionstart',
+ segment
+ });
return decrypt({
- decryptionWorker: decryptionWorker,
+ decryptionWorker,
// add -init to the "id" to differentiate between segment
// and init segment decryption, just in case they happen
// at the same time at some point in the future.
id: segment.requestId + '-init',
encryptedBytes: segment.map.encryptedBytes,
- key: segment.map.key
- }, function (decryptedBytes) {
+ key: segment.map.key,
+ segment,
+ doneFn
+ }, decryptedBytes => {
segment.map.bytes = decryptedBytes;
- parseInitSegment(segment, function (parseError) {
+ triggerSegmentEventFn({
+ type: 'segmentdecryptioncomplete',
+ segment
+ });
+ parseInitSegment(segment, parseError => {
if (parseError) {
abortAll(activeXhrs);
return doneFn(parseError, segment);
}
-
segmentFinish();
});
});
}
-
segmentFinish();
}
};
@@ -54188,18 +54707,15 @@
* @param {Function} abortFn - callback to call for abort
*/
-
- var handleLoadEnd = function handleLoadEnd(_ref10) {
- var loadendState = _ref10.loadendState,
- abortFn = _ref10.abortFn;
- return function (event) {
- var request = event.target;
-
- if (request.aborted && abortFn && !loadendState.calledAbortFn) {
- abortFn();
- loadendState.calledAbortFn = true;
- }
- };
+ const handleLoadEnd = ({
+ loadendState,
+ abortFn
+ }) => event => {
+ const request = event.target;
+ if (request.aborted && abortFn && !loadendState.calledAbortFn) {
+ abortFn();
+ loadendState.calledAbortFn = true;
+ }
};
/**
* Simple progress event callback handler that gathers some stats before
@@ -54227,34 +54743,29 @@
* @param {Event} event - the progress event object from XMLHttpRequest
*/
+ const handleProgress = ({
+ segment,
+ progressFn,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn
+ }) => event => {
+ const request = event.target;
+ if (request.aborted) {
+ return;
+ }
+ segment.stats = merge(segment.stats, getProgressStats(event)); // record the time that we receive the first byte of data
- var handleProgress = function handleProgress(_ref11) {
- var segment = _ref11.segment,
- progressFn = _ref11.progressFn;
- _ref11.trackInfoFn;
- _ref11.timingInfoFn;
- _ref11.videoSegmentTimingInfoFn;
- _ref11.audioSegmentTimingInfoFn;
- _ref11.id3Fn;
- _ref11.captionsFn;
- _ref11.isEndOfTimeline;
- _ref11.endedTimelineFn;
- _ref11.dataFn;
- return function (event) {
- var request = event.target;
-
- if (request.aborted) {
- return;
- }
-
- segment.stats = videojs.mergeOptions(segment.stats, getProgressStats(event)); // record the time that we receive the first byte of data
-
- if (!segment.stats.firstBytesReceivedAt && segment.stats.bytesReceived) {
- segment.stats.firstBytesReceivedAt = Date.now();
- }
-
- return progressFn(event, segment);
- };
+ if (!segment.stats.firstBytesReceivedAt && segment.stats.bytesReceived) {
+ segment.stats.firstBytesReceivedAt = Date.now();
+ }
+ return progressFn(event, segment);
};
/**
* Load all resources and does any processing necessary for a media-segment
@@ -54325,130 +54836,153 @@
* outstanding requests
*/
-
- var mediaSegmentRequest = function mediaSegmentRequest(_ref12) {
- var xhr = _ref12.xhr,
- xhrOptions = _ref12.xhrOptions,
- decryptionWorker = _ref12.decryptionWorker,
- segment = _ref12.segment,
- abortFn = _ref12.abortFn,
- progressFn = _ref12.progressFn,
- trackInfoFn = _ref12.trackInfoFn,
- timingInfoFn = _ref12.timingInfoFn,
- videoSegmentTimingInfoFn = _ref12.videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn = _ref12.audioSegmentTimingInfoFn,
- id3Fn = _ref12.id3Fn,
- captionsFn = _ref12.captionsFn,
- isEndOfTimeline = _ref12.isEndOfTimeline,
- endedTimelineFn = _ref12.endedTimelineFn,
- dataFn = _ref12.dataFn,
- doneFn = _ref12.doneFn,
- onTransmuxerLog = _ref12.onTransmuxerLog;
- var activeXhrs = [];
- var finishProcessingFn = waitForCompletion({
- activeXhrs: activeXhrs,
- decryptionWorker: decryptionWorker,
- trackInfoFn: trackInfoFn,
- timingInfoFn: timingInfoFn,
- videoSegmentTimingInfoFn: videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn: audioSegmentTimingInfoFn,
- id3Fn: id3Fn,
- captionsFn: captionsFn,
- isEndOfTimeline: isEndOfTimeline,
- endedTimelineFn: endedTimelineFn,
- dataFn: dataFn,
- doneFn: doneFn,
- onTransmuxerLog: onTransmuxerLog
+ const mediaSegmentRequest = ({
+ xhr,
+ xhrOptions,
+ decryptionWorker,
+ segment,
+ abortFn,
+ progressFn,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
+ }) => {
+ const activeXhrs = [];
+ const finishProcessingFn = waitForCompletion({
+ activeXhrs,
+ decryptionWorker,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn,
+ doneFn,
+ onTransmuxerLog,
+ triggerSegmentEventFn
}); // optionally, request the decryption key
if (segment.key && !segment.key.bytes) {
- var objects = [segment.key];
-
+ const objects = [segment.key];
if (segment.map && !segment.map.bytes && segment.map.key && segment.map.key.resolvedUri === segment.key.resolvedUri) {
objects.push(segment.map.key);
}
-
- var keyRequestOptions = videojs.mergeOptions(xhrOptions, {
+ const keyRequestOptions = merge(xhrOptions, {
uri: segment.key.resolvedUri,
- responseType: 'arraybuffer'
+ responseType: 'arraybuffer',
+ requestType: 'segment-key'
});
- var keyRequestCallback = handleKeyResponse(segment, objects, finishProcessingFn);
- var keyXhr = xhr(keyRequestOptions, keyRequestCallback);
+ const keyRequestCallback = handleKeyResponse(segment, objects, finishProcessingFn, triggerSegmentEventFn);
+ const keyInfo = {
+ uri: segment.key.resolvedUri
+ };
+ triggerSegmentEventFn({
+ type: 'segmentkeyloadstart',
+ segment,
+ keyInfo
+ });
+ const keyXhr = xhr(keyRequestOptions, keyRequestCallback);
activeXhrs.push(keyXhr);
} // optionally, request the associated media init segment
-
if (segment.map && !segment.map.bytes) {
- var differentMapKey = segment.map.key && (!segment.key || segment.key.resolvedUri !== segment.map.key.resolvedUri);
-
+ const differentMapKey = segment.map.key && (!segment.key || segment.key.resolvedUri !== segment.map.key.resolvedUri);
if (differentMapKey) {
- var mapKeyRequestOptions = videojs.mergeOptions(xhrOptions, {
+ const mapKeyRequestOptions = merge(xhrOptions, {
uri: segment.map.key.resolvedUri,
- responseType: 'arraybuffer'
+ responseType: 'arraybuffer',
+ requestType: 'segment-key'
});
- var mapKeyRequestCallback = handleKeyResponse(segment, [segment.map.key], finishProcessingFn);
- var mapKeyXhr = xhr(mapKeyRequestOptions, mapKeyRequestCallback);
+ const mapKeyRequestCallback = handleKeyResponse(segment, [segment.map.key], finishProcessingFn, triggerSegmentEventFn);
+ const keyInfo = {
+ uri: segment.map.key.resolvedUri
+ };
+ triggerSegmentEventFn({
+ type: 'segmentkeyloadstart',
+ segment,
+ keyInfo
+ });
+ const mapKeyXhr = xhr(mapKeyRequestOptions, mapKeyRequestCallback);
activeXhrs.push(mapKeyXhr);
}
-
- var initSegmentOptions = videojs.mergeOptions(xhrOptions, {
+ const initSegmentOptions = merge(xhrOptions, {
uri: segment.map.resolvedUri,
responseType: 'arraybuffer',
- headers: segmentXhrHeaders(segment.map)
+ headers: segmentXhrHeaders(segment.map),
+ requestType: 'segment-media-initialization'
});
- var initSegmentRequestCallback = handleInitSegmentResponse({
- segment: segment,
- finishProcessingFn: finishProcessingFn
+ const initSegmentRequestCallback = handleInitSegmentResponse({
+ segment,
+ finishProcessingFn,
+ triggerSegmentEventFn
});
- var initSegmentXhr = xhr(initSegmentOptions, initSegmentRequestCallback);
+ triggerSegmentEventFn({
+ type: 'segmentloadstart',
+ segment
+ });
+ const initSegmentXhr = xhr(initSegmentOptions, initSegmentRequestCallback);
activeXhrs.push(initSegmentXhr);
}
-
- var segmentRequestOptions = videojs.mergeOptions(xhrOptions, {
+ const segmentRequestOptions = merge(xhrOptions, {
uri: segment.part && segment.part.resolvedUri || segment.resolvedUri,
responseType: 'arraybuffer',
- headers: segmentXhrHeaders(segment)
+ headers: segmentXhrHeaders(segment),
+ requestType: 'segment'
});
- var segmentRequestCallback = handleSegmentResponse({
- segment: segment,
- finishProcessingFn: finishProcessingFn,
- responseType: segmentRequestOptions.responseType
+ const segmentRequestCallback = handleSegmentResponse({
+ segment,
+ finishProcessingFn,
+ responseType: segmentRequestOptions.responseType,
+ triggerSegmentEventFn
});
- var segmentXhr = xhr(segmentRequestOptions, segmentRequestCallback);
+ triggerSegmentEventFn({
+ type: 'segmentloadstart',
+ segment
+ });
+ const segmentXhr = xhr(segmentRequestOptions, segmentRequestCallback);
segmentXhr.addEventListener('progress', handleProgress({
- segment: segment,
- progressFn: progressFn,
- trackInfoFn: trackInfoFn,
- timingInfoFn: timingInfoFn,
- videoSegmentTimingInfoFn: videoSegmentTimingInfoFn,
- audioSegmentTimingInfoFn: audioSegmentTimingInfoFn,
- id3Fn: id3Fn,
- captionsFn: captionsFn,
- isEndOfTimeline: isEndOfTimeline,
- endedTimelineFn: endedTimelineFn,
- dataFn: dataFn
+ segment,
+ progressFn,
+ trackInfoFn,
+ timingInfoFn,
+ videoSegmentTimingInfoFn,
+ audioSegmentTimingInfoFn,
+ id3Fn,
+ captionsFn,
+ isEndOfTimeline,
+ endedTimelineFn,
+ dataFn
}));
activeXhrs.push(segmentXhr); // since all parts of the request must be considered, but should not make callbacks
// multiple times, provide a shared state object
- var loadendState = {};
- activeXhrs.forEach(function (activeXhr) {
+ const loadendState = {};
+ activeXhrs.forEach(activeXhr => {
activeXhr.addEventListener('loadend', handleLoadEnd({
- loadendState: loadendState,
- abortFn: abortFn
+ loadendState,
+ abortFn
}));
});
- return function () {
- return abortAll(activeXhrs);
- };
+ return () => abortAll(activeXhrs);
};
+
/**
* @file - codecs.js - Handles tasks regarding codec strings such as translating them to
* codec strings, or translating codec strings into objects that can be examined.
*/
-
-
- var logFn$1 = logger('CodecUtils');
+ const logFn$1 = logger('CodecUtils');
/**
* Returns a set of codec strings parsed from the playlist or the default
* codec strings if no codecs were specified in the playlist
@@ -54457,30 +54991,25 @@
* @return {Object} an object with the video and audio codecs
*/
- var getCodecs = function getCodecs(media) {
+ const getCodecs = function (media) {
// if the codecs were explicitly specified, use them instead of the
// defaults
- var mediaAttributes = media.attributes || {};
-
+ const mediaAttributes = media.attributes || {};
if (mediaAttributes.CODECS) {
return parseCodecs(mediaAttributes.CODECS);
}
};
-
- var isMaat = function isMaat(master, media) {
- var mediaAttributes = media.attributes || {};
- return master && master.mediaGroups && master.mediaGroups.AUDIO && mediaAttributes.AUDIO && master.mediaGroups.AUDIO[mediaAttributes.AUDIO];
+ const isMaat = (main, media) => {
+ const mediaAttributes = media.attributes || {};
+ return main && main.mediaGroups && main.mediaGroups.AUDIO && mediaAttributes.AUDIO && main.mediaGroups.AUDIO[mediaAttributes.AUDIO];
};
-
- var isMuxed = function isMuxed(master, media) {
- if (!isMaat(master, media)) {
+ const isMuxed = (main, media) => {
+ if (!isMaat(main, media)) {
return true;
}
-
- var mediaAttributes = media.attributes || {};
- var audioGroup = master.mediaGroups.AUDIO[mediaAttributes.AUDIO];
-
- for (var groupId in audioGroup) {
+ const mediaAttributes = media.attributes || {};
+ const audioGroup = main.mediaGroups.AUDIO[mediaAttributes.AUDIO];
+ for (const groupId in audioGroup) {
// If an audio group has a URI (the case for HLS, as HLS will use external playlists),
// or there are listed playlists (the case for DASH, as the manifest will have already
// provided all of the details necessary to generate the audio playlist, as opposed to
@@ -54489,87 +55018,75 @@
return true;
}
}
-
return false;
};
-
- var unwrapCodecList = function unwrapCodecList(codecList) {
- var codecs = {};
- codecList.forEach(function (_ref) {
- var mediaType = _ref.mediaType,
- type = _ref.type,
- details = _ref.details;
+ const unwrapCodecList = function (codecList) {
+ const codecs = {};
+ codecList.forEach(({
+ mediaType,
+ type,
+ details
+ }) => {
codecs[mediaType] = codecs[mediaType] || [];
- codecs[mediaType].push(translateLegacyCodec("" + type + details));
+ codecs[mediaType].push(translateLegacyCodec(`${type}${details}`));
});
Object.keys(codecs).forEach(function (mediaType) {
if (codecs[mediaType].length > 1) {
- logFn$1("multiple " + mediaType + " codecs found as attributes: " + codecs[mediaType].join(', ') + ". Setting playlist codecs to null so that we wait for mux.js to probe segments for real codecs.");
+ logFn$1(`multiple ${mediaType} codecs found as attributes: ${codecs[mediaType].join(', ')}. Setting playlist codecs to null so that we wait for mux.js to probe segments for real codecs.`);
codecs[mediaType] = null;
return;
}
-
codecs[mediaType] = codecs[mediaType][0];
});
return codecs;
};
-
- var codecCount = function codecCount(codecObj) {
- var count = 0;
-
+ const codecCount = function (codecObj) {
+ let count = 0;
if (codecObj.audio) {
count++;
}
-
if (codecObj.video) {
count++;
}
-
return count;
};
/**
* Calculates the codec strings for a working configuration of
- * SourceBuffers to play variant streams in a master playlist. If
+ * SourceBuffers to play variant streams in a main playlist. If
* there is no possible working configuration, an empty object will be
* returned.
*
- * @param master {Object} the m3u8 object for the master playlist
+ * @param main {Object} the m3u8 object for the main playlist
* @param media {Object} the m3u8 object for the variant playlist
* @return {Object} the codec strings.
*
* @private
*/
-
- var codecsForPlaylist = function codecsForPlaylist(master, media) {
- var mediaAttributes = media.attributes || {};
- var codecInfo = unwrapCodecList(getCodecs(media) || []); // HLS with multiple-audio tracks must always get an audio codec.
+ const codecsForPlaylist = function (main, media) {
+ const mediaAttributes = media.attributes || {};
+ const codecInfo = unwrapCodecList(getCodecs(media) || []); // HLS with multiple-audio tracks must always get an audio codec.
// Put another way, there is no way to have a video-only multiple-audio HLS!
- if (isMaat(master, media) && !codecInfo.audio) {
- if (!isMuxed(master, media)) {
+ if (isMaat(main, media) && !codecInfo.audio) {
+ if (!isMuxed(main, media)) {
// It is possible for codecs to be specified on the audio media group playlist but
// not on the rendition playlist. This is mostly the case for DASH, where audio and
// video are always separate (and separately specified).
- var defaultCodecs = unwrapCodecList(codecsFromDefault(master, mediaAttributes.AUDIO) || []);
-
+ const defaultCodecs = unwrapCodecList(codecsFromDefault(main, mediaAttributes.AUDIO) || []);
if (defaultCodecs.audio) {
codecInfo.audio = defaultCodecs.audio;
}
}
}
-
return codecInfo;
};
-
- var logFn = logger('PlaylistSelector');
-
- var representationToString = function representationToString(representation) {
+ const logFn = logger('PlaylistSelector');
+ const representationToString = function (representation) {
if (!representation || !representation.playlist) {
return;
}
-
- var playlist = representation.playlist;
+ const playlist = representation.playlist;
return JSON.stringify({
id: playlist.id,
bandwidth: representation.bandwidth,
@@ -54590,18 +55107,14 @@
* @param {string} the proprety to get the style for
*/
-
- var safeGetComputedStyle = function safeGetComputedStyle(el, property) {
+ const safeGetComputedStyle = function (el, property) {
if (!el) {
return '';
}
-
- var result = window.getComputedStyle(el);
-
+ const result = window.getComputedStyle(el);
if (!result) {
return '';
}
-
return result[property];
};
/**
@@ -54612,16 +55125,13 @@
* @function stableSort
*/
-
- var stableSort = function stableSort(array, sortFn) {
- var newArray = array.slice();
+ const stableSort = function (array, sortFn) {
+ const newArray = array.slice();
array.sort(function (left, right) {
- var cmp = sortFn(left, right);
-
+ const cmp = sortFn(left, right);
if (cmp === 0) {
return newArray.indexOf(left) - newArray.indexOf(right);
}
-
return cmp;
});
};
@@ -54636,21 +55146,16 @@
* exactly zero if the two are equal.
*/
-
- var comparePlaylistBandwidth = function comparePlaylistBandwidth(left, right) {
- var leftBandwidth;
- var rightBandwidth;
-
+ const comparePlaylistBandwidth = function (left, right) {
+ let leftBandwidth;
+ let rightBandwidth;
if (left.attributes.BANDWIDTH) {
leftBandwidth = left.attributes.BANDWIDTH;
}
-
leftBandwidth = leftBandwidth || window.Number.MAX_VALUE;
-
if (right.attributes.BANDWIDTH) {
rightBandwidth = right.attributes.BANDWIDTH;
}
-
rightBandwidth = rightBandwidth || window.Number.MAX_VALUE;
return leftBandwidth - rightBandwidth;
};
@@ -54665,35 +55170,29 @@
* exactly zero if the two are equal.
*/
-
- var comparePlaylistResolution = function comparePlaylistResolution(left, right) {
- var leftWidth;
- var rightWidth;
-
+ const comparePlaylistResolution = function (left, right) {
+ let leftWidth;
+ let rightWidth;
if (left.attributes.RESOLUTION && left.attributes.RESOLUTION.width) {
leftWidth = left.attributes.RESOLUTION.width;
}
-
leftWidth = leftWidth || window.Number.MAX_VALUE;
-
if (right.attributes.RESOLUTION && right.attributes.RESOLUTION.width) {
rightWidth = right.attributes.RESOLUTION.width;
}
-
rightWidth = rightWidth || window.Number.MAX_VALUE; // NOTE - Fallback to bandwidth sort as appropriate in cases where multiple renditions
// have the same media dimensions/ resolution
if (leftWidth === rightWidth && left.attributes.BANDWIDTH && right.attributes.BANDWIDTH) {
return left.attributes.BANDWIDTH - right.attributes.BANDWIDTH;
}
-
return leftWidth - rightWidth;
};
/**
* Chooses the appropriate media playlist based on bandwidth and player size
*
- * @param {Object} master
- * Object representation of the master manifest
+ * @param {Object} main
+ * Object representation of the main manifest
* @param {number} playerBandwidth
* Current calculated bandwidth of the player
* @param {number} playerWidth
@@ -54702,191 +55201,148 @@
* Current height of the player element (should account for the device pixel ratio)
* @param {boolean} limitRenditionByPlayerDimensions
* True if the player width and height should be used during the selection, false otherwise
- * @param {Object} masterPlaylistController
- * the current masterPlaylistController object
+ * @param {Object} playlistController
+ * the current playlistController object
* @return {Playlist} the highest bitrate playlist less than the
* currently detected bandwidth, accounting for some amount of
* bandwidth variance
*/
-
- var simpleSelector = function simpleSelector(master, playerBandwidth, playerWidth, playerHeight, limitRenditionByPlayerDimensions, masterPlaylistController) {
- // If we end up getting called before `master` is available, exit early
- if (!master) {
+ let simpleSelector = function (main, playerBandwidth, playerWidth, playerHeight, limitRenditionByPlayerDimensions, playlistController) {
+ // If we end up getting called before `main` is available, exit early
+ if (!main) {
return;
}
-
- var options = {
+ const options = {
bandwidth: playerBandwidth,
width: playerWidth,
height: playerHeight,
- limitRenditionByPlayerDimensions: limitRenditionByPlayerDimensions
+ limitRenditionByPlayerDimensions
};
- var playlists = master.playlists; // if playlist is audio only, select between currently active audio group playlists.
+ let playlists = main.playlists; // if playlist is audio only, select between currently active audio group playlists.
- if (Playlist.isAudioOnly(master)) {
- playlists = masterPlaylistController.getAudioTrackPlaylists_(); // add audioOnly to options so that we log audioOnly: true
+ if (Playlist.isAudioOnly(main)) {
+ playlists = playlistController.getAudioTrackPlaylists_(); // add audioOnly to options so that we log audioOnly: true
// at the buttom of this function for debugging.
options.audioOnly = true;
} // convert the playlists to an intermediary representation to make comparisons easier
-
- var sortedPlaylistReps = playlists.map(function (playlist) {
- var bandwidth;
- var width = playlist.attributes && playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.width;
- var height = playlist.attributes && playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.height;
+ let sortedPlaylistReps = playlists.map(playlist => {
+ let bandwidth;
+ const width = playlist.attributes && playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.width;
+ const height = playlist.attributes && playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.height;
bandwidth = playlist.attributes && playlist.attributes.BANDWIDTH;
bandwidth = bandwidth || window.Number.MAX_VALUE;
return {
- bandwidth: bandwidth,
- width: width,
- height: height,
- playlist: playlist
+ bandwidth,
+ width,
+ height,
+ playlist
};
});
- stableSort(sortedPlaylistReps, function (left, right) {
- return left.bandwidth - right.bandwidth;
- }); // filter out any playlists that have been excluded due to
+ stableSort(sortedPlaylistReps, (left, right) => left.bandwidth - right.bandwidth); // filter out any playlists that have been excluded due to
// incompatible configurations
- sortedPlaylistReps = sortedPlaylistReps.filter(function (rep) {
- return !Playlist.isIncompatible(rep.playlist);
- }); // filter out any playlists that have been disabled manually through the representations
- // api or blacklisted temporarily due to playback errors.
-
- var enabledPlaylistReps = sortedPlaylistReps.filter(function (rep) {
- return Playlist.isEnabled(rep.playlist);
- });
+ sortedPlaylistReps = sortedPlaylistReps.filter(rep => !Playlist.isIncompatible(rep.playlist)); // filter out any playlists that have been disabled manually through the representations
+ // api or excluded temporarily due to playback errors.
+ let enabledPlaylistReps = sortedPlaylistReps.filter(rep => Playlist.isEnabled(rep.playlist));
if (!enabledPlaylistReps.length) {
- // if there are no enabled playlists, then they have all been blacklisted or disabled
- // by the user through the representations api. In this case, ignore blacklisting and
+ // if there are no enabled playlists, then they have all been excluded or disabled
+ // by the user through the representations api. In this case, ignore exclusion and
// fallback to what the user wants by using playlists the user has not disabled.
- enabledPlaylistReps = sortedPlaylistReps.filter(function (rep) {
- return !Playlist.isDisabled(rep.playlist);
- });
+ enabledPlaylistReps = sortedPlaylistReps.filter(rep => !Playlist.isDisabled(rep.playlist));
} // filter out any variant that has greater effective bitrate
// than the current estimated bandwidth
-
- var bandwidthPlaylistReps = enabledPlaylistReps.filter(function (rep) {
- return rep.bandwidth * Config.BANDWIDTH_VARIANCE < playerBandwidth;
- });
- var highestRemainingBandwidthRep = bandwidthPlaylistReps[bandwidthPlaylistReps.length - 1]; // get all of the renditions with the same (highest) bandwidth
+ const bandwidthPlaylistReps = enabledPlaylistReps.filter(rep => rep.bandwidth * Config.BANDWIDTH_VARIANCE < playerBandwidth);
+ let highestRemainingBandwidthRep = bandwidthPlaylistReps[bandwidthPlaylistReps.length - 1]; // get all of the renditions with the same (highest) bandwidth
// and then taking the very first element
- var bandwidthBestRep = bandwidthPlaylistReps.filter(function (rep) {
- return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;
- })[0]; // if we're not going to limit renditions by player size, make an early decision.
+ const bandwidthBestRep = bandwidthPlaylistReps.filter(rep => rep.bandwidth === highestRemainingBandwidthRep.bandwidth)[0]; // if we're not going to limit renditions by player size, make an early decision.
if (limitRenditionByPlayerDimensions === false) {
- var _chosenRep = bandwidthBestRep || enabledPlaylistReps[0] || sortedPlaylistReps[0];
-
- if (_chosenRep && _chosenRep.playlist) {
- var type = 'sortedPlaylistReps';
-
+ const chosenRep = bandwidthBestRep || enabledPlaylistReps[0] || sortedPlaylistReps[0];
+ if (chosenRep && chosenRep.playlist) {
+ let type = 'sortedPlaylistReps';
if (bandwidthBestRep) {
type = 'bandwidthBestRep';
}
-
if (enabledPlaylistReps[0]) {
type = 'enabledPlaylistReps';
}
-
- logFn("choosing " + representationToString(_chosenRep) + " using " + type + " with options", options);
- return _chosenRep.playlist;
+ logFn(`choosing ${representationToString(chosenRep)} using ${type} with options`, options);
+ return chosenRep.playlist;
}
-
logFn('could not choose a playlist with options', options);
return null;
} // filter out playlists without resolution information
+ const haveResolution = bandwidthPlaylistReps.filter(rep => rep.width && rep.height); // sort variants by resolution
- var haveResolution = bandwidthPlaylistReps.filter(function (rep) {
- return rep.width && rep.height;
- }); // sort variants by resolution
+ stableSort(haveResolution, (left, right) => left.width - right.width); // if we have the exact resolution as the player use it
- stableSort(haveResolution, function (left, right) {
- return left.width - right.width;
- }); // if we have the exact resolution as the player use it
-
- var resolutionBestRepList = haveResolution.filter(function (rep) {
- return rep.width === playerWidth && rep.height === playerHeight;
- });
+ const resolutionBestRepList = haveResolution.filter(rep => rep.width === playerWidth && rep.height === playerHeight);
highestRemainingBandwidthRep = resolutionBestRepList[resolutionBestRepList.length - 1]; // ensure that we pick the highest bandwidth variant that have exact resolution
- var resolutionBestRep = resolutionBestRepList.filter(function (rep) {
- return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;
- })[0];
- var resolutionPlusOneList;
- var resolutionPlusOneSmallest;
- var resolutionPlusOneRep; // find the smallest variant that is larger than the player
+ const resolutionBestRep = resolutionBestRepList.filter(rep => rep.bandwidth === highestRemainingBandwidthRep.bandwidth)[0];
+ let resolutionPlusOneList;
+ let resolutionPlusOneSmallest;
+ let resolutionPlusOneRep; // find the smallest variant that is larger than the player
// if there is no match of exact resolution
if (!resolutionBestRep) {
- resolutionPlusOneList = haveResolution.filter(function (rep) {
- return rep.width > playerWidth || rep.height > playerHeight;
- }); // find all the variants have the same smallest resolution
+ resolutionPlusOneList = haveResolution.filter(rep => rep.width > playerWidth || rep.height > playerHeight); // find all the variants have the same smallest resolution
- resolutionPlusOneSmallest = resolutionPlusOneList.filter(function (rep) {
- return rep.width === resolutionPlusOneList[0].width && rep.height === resolutionPlusOneList[0].height;
- }); // ensure that we also pick the highest bandwidth variant that
+ resolutionPlusOneSmallest = resolutionPlusOneList.filter(rep => rep.width === resolutionPlusOneList[0].width && rep.height === resolutionPlusOneList[0].height); // ensure that we also pick the highest bandwidth variant that
// is just-larger-than the video player
highestRemainingBandwidthRep = resolutionPlusOneSmallest[resolutionPlusOneSmallest.length - 1];
- resolutionPlusOneRep = resolutionPlusOneSmallest.filter(function (rep) {
- return rep.bandwidth === highestRemainingBandwidthRep.bandwidth;
- })[0];
+ resolutionPlusOneRep = resolutionPlusOneSmallest.filter(rep => rep.bandwidth === highestRemainingBandwidthRep.bandwidth)[0];
}
-
- var leastPixelDiffRep; // If this selector proves to be better than others,
+ let leastPixelDiffRep; // If this selector proves to be better than others,
// resolutionPlusOneRep and resolutionBestRep and all
// the code involving them should be removed.
- if (masterPlaylistController.experimentalLeastPixelDiffSelector) {
+ if (playlistController.leastPixelDiffSelector) {
// find the variant that is closest to the player's pixel size
- var leastPixelDiffList = haveResolution.map(function (rep) {
+ const leastPixelDiffList = haveResolution.map(rep => {
rep.pixelDiff = Math.abs(rep.width - playerWidth) + Math.abs(rep.height - playerHeight);
return rep;
}); // get the highest bandwidth, closest resolution playlist
- stableSort(leastPixelDiffList, function (left, right) {
+ stableSort(leastPixelDiffList, (left, right) => {
// sort by highest bandwidth if pixelDiff is the same
if (left.pixelDiff === right.pixelDiff) {
return right.bandwidth - left.bandwidth;
}
-
return left.pixelDiff - right.pixelDiff;
});
leastPixelDiffRep = leastPixelDiffList[0];
} // fallback chain of variants
-
- var chosenRep = leastPixelDiffRep || resolutionPlusOneRep || resolutionBestRep || bandwidthBestRep || enabledPlaylistReps[0] || sortedPlaylistReps[0];
-
+ const chosenRep = leastPixelDiffRep || resolutionPlusOneRep || resolutionBestRep || bandwidthBestRep || enabledPlaylistReps[0] || sortedPlaylistReps[0];
if (chosenRep && chosenRep.playlist) {
- var _type = 'sortedPlaylistReps';
-
+ let type = 'sortedPlaylistReps';
if (leastPixelDiffRep) {
- _type = 'leastPixelDiffRep';
+ type = 'leastPixelDiffRep';
} else if (resolutionPlusOneRep) {
- _type = 'resolutionPlusOneRep';
+ type = 'resolutionPlusOneRep';
} else if (resolutionBestRep) {
- _type = 'resolutionBestRep';
+ type = 'resolutionBestRep';
} else if (bandwidthBestRep) {
- _type = 'bandwidthBestRep';
+ type = 'bandwidthBestRep';
} else if (enabledPlaylistReps[0]) {
- _type = 'enabledPlaylistReps';
+ type = 'enabledPlaylistReps';
}
-
- logFn("choosing " + representationToString(chosenRep) + " using " + _type + " with options", options);
+ logFn(`choosing ${representationToString(chosenRep)} using ${type} with options`, options);
return chosenRep.playlist;
}
-
logFn('could not choose a playlist with options', options);
return null;
};
+
/**
* Chooses the appropriate media playlist based on the most recent
* bandwidth estimate and the player size.
@@ -54898,10 +55354,12 @@
* bandwidth variance
*/
-
- var lastBandwidthSelector = function lastBandwidthSelector() {
- var pixelRatio = this.useDevicePixelRatio ? window.devicePixelRatio || 1 : 1;
- return simpleSelector(this.playlists.master, this.systemBandwidth, parseInt(safeGetComputedStyle(this.tech_.el(), 'width'), 10) * pixelRatio, parseInt(safeGetComputedStyle(this.tech_.el(), 'height'), 10) * pixelRatio, this.limitRenditionByPlayerDimensions, this.masterPlaylistController_);
+ const lastBandwidthSelector = function () {
+ let pixelRatio = this.useDevicePixelRatio ? window.devicePixelRatio || 1 : 1;
+ if (!isNaN(this.customPixelRatio)) {
+ pixelRatio = this.customPixelRatio;
+ }
+ return simpleSelector(this.playlists.main, this.systemBandwidth, parseInt(safeGetComputedStyle(this.tech_.el(), 'width'), 10) * pixelRatio, parseInt(safeGetComputedStyle(this.tech_.el(), 'height'), 10) * pixelRatio, this.limitRenditionByPlayerDimensions, this.playlistController_);
};
/**
* Chooses the appropriate media playlist based on an
@@ -54918,18 +55376,17 @@
* @see https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average
*/
-
- var movingAverageBandwidthSelector = function movingAverageBandwidthSelector(decay) {
- var average = -1;
- var lastSystemBandwidth = -1;
-
+ const movingAverageBandwidthSelector = function (decay) {
+ let average = -1;
+ let lastSystemBandwidth = -1;
if (decay < 0 || decay > 1) {
throw new Error('Moving average bandwidth decay must be between 0 and 1.');
}
-
return function () {
- var pixelRatio = this.useDevicePixelRatio ? window.devicePixelRatio || 1 : 1;
-
+ let pixelRatio = this.useDevicePixelRatio ? window.devicePixelRatio || 1 : 1;
+ if (!isNaN(this.customPixelRatio)) {
+ pixelRatio = this.customPixelRatio;
+ }
if (average < 0) {
average = this.systemBandwidth;
lastSystemBandwidth = this.systemBandwidth;
@@ -54939,13 +55396,11 @@
// stop average from setting to a very low value when the
// systemBandwidth becomes 0 in case of chunk cancellation
-
if (this.systemBandwidth > 0 && this.systemBandwidth !== lastSystemBandwidth) {
average = decay * this.systemBandwidth + (1 - decay) * average;
lastSystemBandwidth = this.systemBandwidth;
}
-
- return simpleSelector(this.playlists.master, average, parseInt(safeGetComputedStyle(this.tech_.el(), 'width'), 10) * pixelRatio, parseInt(safeGetComputedStyle(this.tech_.el(), 'height'), 10) * pixelRatio, this.limitRenditionByPlayerDimensions, this.masterPlaylistController_);
+ return simpleSelector(this.playlists.main, average, parseInt(safeGetComputedStyle(this.tech_.el(), 'width'), 10) * pixelRatio, parseInt(safeGetComputedStyle(this.tech_.el(), 'height'), 10) * pixelRatio, this.limitRenditionByPlayerDimensions, this.playlistController_);
};
};
/**
@@ -54953,8 +55408,8 @@
*
* @param {Object} settings
* Object of information required to use this selector
- * @param {Object} settings.master
- * Object representation of the master manifest
+ * @param {Object} settings.main
+ * Object representation of the main manifest
* @param {number} settings.currentTime
* The current time of the player
* @param {number} settings.bandwidth
@@ -54977,62 +55432,49 @@
* negative value means that switching will cause zero rebuffering.
*/
-
- var minRebufferMaxBandwidthSelector = function minRebufferMaxBandwidthSelector(settings) {
- var master = settings.master,
- currentTime = settings.currentTime,
- bandwidth = settings.bandwidth,
- duration = settings.duration,
- segmentDuration = settings.segmentDuration,
- timeUntilRebuffer = settings.timeUntilRebuffer,
- currentTimeline = settings.currentTimeline,
- syncController = settings.syncController; // filter out any playlists that have been excluded due to
+ const minRebufferMaxBandwidthSelector = function (settings) {
+ const {
+ main,
+ currentTime,
+ bandwidth,
+ duration,
+ segmentDuration,
+ timeUntilRebuffer,
+ currentTimeline,
+ syncController
+ } = settings; // filter out any playlists that have been excluded due to
// incompatible configurations
- var compatiblePlaylists = master.playlists.filter(function (playlist) {
- return !Playlist.isIncompatible(playlist);
- }); // filter out any playlists that have been disabled manually through the representations
- // api or blacklisted temporarily due to playback errors.
-
- var enabledPlaylists = compatiblePlaylists.filter(Playlist.isEnabled);
+ const compatiblePlaylists = main.playlists.filter(playlist => !Playlist.isIncompatible(playlist)); // filter out any playlists that have been disabled manually through the representations
+ // api or excluded temporarily due to playback errors.
+ let enabledPlaylists = compatiblePlaylists.filter(Playlist.isEnabled);
if (!enabledPlaylists.length) {
- // if there are no enabled playlists, then they have all been blacklisted or disabled
- // by the user through the representations api. In this case, ignore blacklisting and
+ // if there are no enabled playlists, then they have all been excluded or disabled
+ // by the user through the representations api. In this case, ignore exclusion and
// fallback to what the user wants by using playlists the user has not disabled.
- enabledPlaylists = compatiblePlaylists.filter(function (playlist) {
- return !Playlist.isDisabled(playlist);
- });
+ enabledPlaylists = compatiblePlaylists.filter(playlist => !Playlist.isDisabled(playlist));
}
-
- var bandwidthPlaylists = enabledPlaylists.filter(Playlist.hasAttribute.bind(null, 'BANDWIDTH'));
- var rebufferingEstimates = bandwidthPlaylists.map(function (playlist) {
- var syncPoint = syncController.getSyncPoint(playlist, duration, currentTimeline, currentTime); // If there is no sync point for this playlist, switching to it will require a
+ const bandwidthPlaylists = enabledPlaylists.filter(Playlist.hasAttribute.bind(null, 'BANDWIDTH'));
+ const rebufferingEstimates = bandwidthPlaylists.map(playlist => {
+ const syncPoint = syncController.getSyncPoint(playlist, duration, currentTimeline, currentTime); // If there is no sync point for this playlist, switching to it will require a
// sync request first. This will double the request time
- var numRequests = syncPoint ? 1 : 2;
- var requestTimeEstimate = Playlist.estimateSegmentRequestTime(segmentDuration, bandwidth, playlist);
- var rebufferingImpact = requestTimeEstimate * numRequests - timeUntilRebuffer;
+ const numRequests = syncPoint ? 1 : 2;
+ const requestTimeEstimate = Playlist.estimateSegmentRequestTime(segmentDuration, bandwidth, playlist);
+ const rebufferingImpact = requestTimeEstimate * numRequests - timeUntilRebuffer;
return {
- playlist: playlist,
- rebufferingImpact: rebufferingImpact
+ playlist,
+ rebufferingImpact
};
});
- var noRebufferingPlaylists = rebufferingEstimates.filter(function (estimate) {
- return estimate.rebufferingImpact <= 0;
- }); // Sort by bandwidth DESC
-
- stableSort(noRebufferingPlaylists, function (a, b) {
- return comparePlaylistBandwidth(b.playlist, a.playlist);
- });
+ const noRebufferingPlaylists = rebufferingEstimates.filter(estimate => estimate.rebufferingImpact <= 0); // Sort by bandwidth DESC
+ stableSort(noRebufferingPlaylists, (a, b) => comparePlaylistBandwidth(b.playlist, a.playlist));
if (noRebufferingPlaylists.length) {
return noRebufferingPlaylists[0];
}
-
- stableSort(rebufferingEstimates, function (a, b) {
- return a.rebufferingImpact - b.rebufferingImpact;
- });
+ stableSort(rebufferingEstimates, (a, b) => a.rebufferingImpact - b.rebufferingImpact);
return rebufferingEstimates[0] || null;
};
/**
@@ -55047,27 +55489,21 @@
* exists pick the lowest audio rendition.
*/
-
- var lowestBitrateCompatibleVariantSelector = function lowestBitrateCompatibleVariantSelector() {
- var _this = this; // filter out any playlists that have been excluded due to
+ const lowestBitrateCompatibleVariantSelector = function () {
+ // filter out any playlists that have been excluded due to
// incompatible configurations or playback errors
+ const playlists = this.playlists.main.playlists.filter(Playlist.isEnabled); // Sort ascending by bitrate
-
- var playlists = this.playlists.master.playlists.filter(Playlist.isEnabled); // Sort ascending by bitrate
-
- stableSort(playlists, function (a, b) {
- return comparePlaylistBandwidth(a, b);
- }); // Parse and assume that playlists with no video codec have no video
+ stableSort(playlists, (a, b) => comparePlaylistBandwidth(a, b)); // Parse and assume that playlists with no video codec have no video
// (this is not necessarily true, although it is generally true).
//
// If an entire manifest has no valid videos everything will get filtered
// out.
- var playlistsWithVideo = playlists.filter(function (playlist) {
- return !!codecsForPlaylist(_this.playlists.master, playlist).video;
- });
+ const playlistsWithVideo = playlists.filter(playlist => !!codecsForPlaylist(this.playlists.main, playlist).video);
return playlistsWithVideo[0] || null;
};
+
/**
* Combine all segments into a single Uint8Array
*
@@ -55075,27 +55511,40 @@
* @return {Uint8Array} concatenated bytes
* @private
*/
-
-
- var concatSegments = function concatSegments(segmentObj) {
- var offset = 0;
- var tempBuffer;
-
+ const concatSegments = segmentObj => {
+ let offset = 0;
+ let tempBuffer;
if (segmentObj.bytes) {
tempBuffer = new Uint8Array(segmentObj.bytes); // combine the individual segments into one large typed-array
- segmentObj.segments.forEach(function (segment) {
+ segmentObj.segments.forEach(segment => {
tempBuffer.set(segment, offset);
offset += segment.byteLength;
});
}
-
return tempBuffer;
};
/**
- * @file text-tracks.js
+ * Example:
+ * https://host.com/path1/path2/path3/segment.ts?arg1=val1
+ * -->
+ * path3/segment.ts
+ *
+ * @param resolvedUri
+ * @return {string}
*/
+ function compactSegmentUrlDescription(resolvedUri) {
+ try {
+ return new URL(resolvedUri).pathname.split('/').slice(-2).join('/');
+ } catch (e) {
+ return '';
+ }
+ }
+
+ /**
+ * @file text-tracks.js
+ */
/**
* Create captions text tracks on video.js if they do not exist
*
@@ -55105,25 +55554,18 @@
* @private
*/
-
- var createCaptionsTrackIfNotExists = function createCaptionsTrackIfNotExists(inbandTextTracks, tech, captionStream) {
+ const createCaptionsTrackIfNotExists = function (inbandTextTracks, tech, captionStream) {
if (!inbandTextTracks[captionStream]) {
tech.trigger({
type: 'usage',
name: 'vhs-608'
});
- tech.trigger({
- type: 'usage',
- name: 'hls-608'
- });
- var instreamId = captionStream; // we need to translate SERVICEn for 708 to how mux.js currently labels them
+ let instreamId = captionStream; // we need to translate SERVICEn for 708 to how mux.js currently labels them
if (/^cc708_/.test(captionStream)) {
instreamId = 'SERVICE' + captionStream.split('_')[1];
}
-
- var track = tech.textTracks().getTrackById(instreamId);
-
+ const track = tech.textTracks().getTrackById(instreamId);
if (track) {
// Resuse an existing track with a CC# id because this was
// very likely created by videojs-contrib-hls from information
@@ -55132,27 +55574,25 @@
} else {
// This section gets called when we have caption services that aren't specified in the manifest.
// Manifest level caption services are handled in media-groups.js under CLOSED-CAPTIONS.
- var captionServices = tech.options_.vhs && tech.options_.vhs.captionServices || {};
- var label = captionStream;
- var language = captionStream;
- var def = false;
- var captionService = captionServices[instreamId];
-
+ const captionServices = tech.options_.vhs && tech.options_.vhs.captionServices || {};
+ let label = captionStream;
+ let language = captionStream;
+ let def = false;
+ const captionService = captionServices[instreamId];
if (captionService) {
label = captionService.label;
language = captionService.language;
- def = captionService["default"];
+ def = captionService.default;
} // Otherwise, create a track with the default `CC#` label and
// without a language
-
inbandTextTracks[captionStream] = tech.addRemoteTextTrack({
kind: 'captions',
id: instreamId,
// TODO: investigate why this doesn't seem to turn the caption on by default
- "default": def,
- label: label,
- language: language
+ default: def,
+ label,
+ language
}, false).track;
}
}
@@ -55167,20 +55607,32 @@
* @private
*/
-
- var addCaptionData = function addCaptionData(_ref) {
- var inbandTextTracks = _ref.inbandTextTracks,
- captionArray = _ref.captionArray,
- timestampOffset = _ref.timestampOffset;
-
+ const addCaptionData = function ({
+ inbandTextTracks,
+ captionArray,
+ timestampOffset
+ }) {
if (!captionArray) {
return;
}
+ const Cue = window.WebKitDataCue || window.VTTCue;
+ captionArray.forEach(caption => {
+ const track = caption.stream; // in CEA 608 captions, video.js/mux.js sends a content array
+ // with positioning data
- var Cue = window.WebKitDataCue || window.VTTCue;
- captionArray.forEach(function (caption) {
- var track = caption.stream;
- inbandTextTracks[track].addCue(new Cue(caption.startTime + timestampOffset, caption.endTime + timestampOffset, caption.text));
+ if (caption.content) {
+ caption.content.forEach(value => {
+ const cue = new Cue(caption.startTime + timestampOffset, caption.endTime + timestampOffset, value.text);
+ cue.line = value.line;
+ cue.align = 'left';
+ cue.position = value.position;
+ cue.positionAlign = 'line-left';
+ inbandTextTracks[track].addCue(cue);
+ });
+ } else {
+ // otherwise, a text value with combined captions is sent
+ inbandTextTracks[track].addCue(new Cue(caption.startTime + timestampOffset, caption.endTime + timestampOffset, caption.text));
+ }
});
};
/**
@@ -55192,23 +55644,22 @@
* @private
*/
-
- var deprecateOldCue = function deprecateOldCue(cue) {
+ const deprecateOldCue = function (cue) {
Object.defineProperties(cue.frame, {
id: {
- get: function get() {
+ get() {
videojs.log.warn('cue.frame.id is deprecated. Use cue.value.key instead.');
return cue.value.key;
}
},
value: {
- get: function get() {
+ get() {
videojs.log.warn('cue.frame.value is deprecated. Use cue.value.data instead.');
return cue.value.data;
}
},
privateData: {
- get: function get() {
+ get() {
videojs.log.warn('cue.frame.privateData is deprecated. Use cue.value.data instead.');
return cue.value.data;
}
@@ -55226,80 +55677,127 @@
* @private
*/
-
- var addMetadata = function addMetadata(_ref2) {
- var inbandTextTracks = _ref2.inbandTextTracks,
- metadataArray = _ref2.metadataArray,
- timestampOffset = _ref2.timestampOffset,
- videoDuration = _ref2.videoDuration;
-
+ const addMetadata = ({
+ inbandTextTracks,
+ metadataArray,
+ timestampOffset,
+ videoDuration
+ }) => {
if (!metadataArray) {
return;
}
-
- var Cue = window.WebKitDataCue || window.VTTCue;
- var metadataTrack = inbandTextTracks.metadataTrack_;
-
+ const Cue = window.WebKitDataCue || window.VTTCue;
+ const metadataTrack = inbandTextTracks.metadataTrack_;
if (!metadataTrack) {
return;
}
-
- metadataArray.forEach(function (metadata) {
- var time = metadata.cueTime + timestampOffset; // if time isn't a finite number between 0 and Infinity, like NaN,
+ metadataArray.forEach(metadata => {
+ const time = metadata.cueTime + timestampOffset; // if time isn't a finite number between 0 and Infinity, like NaN,
// ignore this bit of metadata.
// This likely occurs when you have an non-timed ID3 tag like TIT2,
// which is the "Title/Songname/Content description" frame
if (typeof time !== 'number' || window.isNaN(time) || time < 0 || !(time < Infinity)) {
return;
- }
+ } // If we have no frames, we can't create a cue.
- metadata.frames.forEach(function (frame) {
- var cue = new Cue(time, time, frame.value || frame.url || frame.data || '');
+ if (!metadata.frames || !metadata.frames.length) {
+ return;
+ }
+ metadata.frames.forEach(frame => {
+ const cue = new Cue(time, time, frame.value || frame.url || frame.data || '');
cue.frame = frame;
cue.value = frame;
deprecateOldCue(cue);
metadataTrack.addCue(cue);
});
});
-
if (!metadataTrack.cues || !metadataTrack.cues.length) {
return;
} // Updating the metadeta cues so that
// the endTime of each cue is the startTime of the next cue
// the endTime of last cue is the duration of the video
-
- var cues = metadataTrack.cues;
- var cuesArray = []; // Create a copy of the TextTrackCueList...
+ const cues = metadataTrack.cues;
+ const cuesArray = []; // Create a copy of the TextTrackCueList...
// ...disregarding cues with a falsey value
- for (var i = 0; i < cues.length; i++) {
+ for (let i = 0; i < cues.length; i++) {
if (cues[i]) {
cuesArray.push(cues[i]);
}
} // Group cues by their startTime value
-
- var cuesGroupedByStartTime = cuesArray.reduce(function (obj, cue) {
- var timeSlot = obj[cue.startTime] || [];
+ const cuesGroupedByStartTime = cuesArray.reduce((obj, cue) => {
+ const timeSlot = obj[cue.startTime] || [];
timeSlot.push(cue);
obj[cue.startTime] = timeSlot;
return obj;
}, {}); // Sort startTimes by ascending order
- var sortedStartTimes = Object.keys(cuesGroupedByStartTime).sort(function (a, b) {
- return Number(a) - Number(b);
- }); // Map each cue group's endTime to the next group's startTime
+ const sortedStartTimes = Object.keys(cuesGroupedByStartTime).sort((a, b) => Number(a) - Number(b)); // Map each cue group's endTime to the next group's startTime
- sortedStartTimes.forEach(function (startTime, idx) {
- var cueGroup = cuesGroupedByStartTime[startTime];
- var nextTime = Number(sortedStartTimes[idx + 1]) || videoDuration; // Map each cue's endTime the next group's startTime
+ sortedStartTimes.forEach((startTime, idx) => {
+ const cueGroup = cuesGroupedByStartTime[startTime];
+ const finiteDuration = isFinite(videoDuration) ? videoDuration : startTime;
+ const nextTime = Number(sortedStartTimes[idx + 1]) || finiteDuration; // Map each cue's endTime the next group's startTime
- cueGroup.forEach(function (cue) {
+ cueGroup.forEach(cue => {
cue.endTime = nextTime;
});
});
+ }; // object for mapping daterange attributes
+
+ const dateRangeAttr = {
+ id: 'ID',
+ class: 'CLASS',
+ startDate: 'START-DATE',
+ duration: 'DURATION',
+ endDate: 'END-DATE',
+ endOnNext: 'END-ON-NEXT',
+ plannedDuration: 'PLANNED-DURATION',
+ scte35Out: 'SCTE35-OUT',
+ scte35In: 'SCTE35-IN'
+ };
+ const dateRangeKeysToOmit = new Set(['id', 'class', 'startDate', 'duration', 'endDate', 'endOnNext', 'startTime', 'endTime', 'processDateRange']);
+ /**
+ * Add DateRange metadata text track to a source handler given an array of metadata
+ *
+ * @param {Object}
+ * @param {Object} inbandTextTracks the inband text tracks
+ * @param {Array} dateRanges parsed media playlist
+ * @private
+ */
+
+ const addDateRangeMetadata = ({
+ inbandTextTracks,
+ dateRanges
+ }) => {
+ const metadataTrack = inbandTextTracks.metadataTrack_;
+ if (!metadataTrack) {
+ return;
+ }
+ const Cue = window.WebKitDataCue || window.VTTCue;
+ dateRanges.forEach(dateRange => {
+ // we generate multiple cues for each date range with different attributes
+ for (const key of Object.keys(dateRange)) {
+ if (dateRangeKeysToOmit.has(key)) {
+ continue;
+ }
+ const cue = new Cue(dateRange.startTime, dateRange.endTime, '');
+ cue.id = dateRange.id;
+ cue.type = 'com.apple.quicktime.HLS';
+ cue.value = {
+ key: dateRangeAttr[key],
+ data: dateRange[key]
+ };
+ if (key === 'scte35Out' || key === 'scte35In') {
+ cue.value.data = new Uint8Array(cue.value.data.match(/[\da-f]{2}/gi)).buffer;
+ }
+ metadataTrack.addCue(cue);
+ }
+ dateRange.processDateRange();
+ });
};
/**
* Create metadata text track on video.js if it does not exist
@@ -55310,17 +55808,17 @@
* @private
*/
-
- var createMetadataTrackIfNotExists = function createMetadataTrackIfNotExists(inbandTextTracks, dispatchType, tech) {
+ const createMetadataTrackIfNotExists = (inbandTextTracks, dispatchType, tech) => {
if (inbandTextTracks.metadataTrack_) {
return;
}
-
inbandTextTracks.metadataTrack_ = tech.addRemoteTextTrack({
kind: 'metadata',
label: 'Timed Metadata'
}, false).track;
- inbandTextTracks.metadataTrack_.inBandMetadataTrackDispatchType = dispatchType;
+ if (!videojs.browser.IS_ANY_SAFARI) {
+ inbandTextTracks.metadataTrack_.inBandMetadataTrackDispatchType = dispatchType;
+ }
};
/**
* Remove cues from a track on video.js.
@@ -55331,21 +55829,16 @@
* @private
*/
-
- var removeCuesFromTrack = function removeCuesFromTrack(start, end, track) {
- var i;
- var cue;
-
+ const removeCuesFromTrack = function (start, end, track) {
+ let i;
+ let cue;
if (!track) {
return;
}
-
if (!track.cues) {
return;
}
-
i = track.cues.length;
-
while (i--) {
cue = track.cues[i]; // Remove any cue within the provided start and end time
@@ -55362,35 +55855,23 @@
* @private
*/
-
- var removeDuplicateCuesFromTrack = function removeDuplicateCuesFromTrack(track) {
- var cues = track.cues;
-
+ const removeDuplicateCuesFromTrack = function (track) {
+ const cues = track.cues;
if (!cues) {
return;
}
-
- for (var i = 0; i < cues.length; i++) {
- var duplicates = [];
- var occurrences = 0;
-
- for (var j = 0; j < cues.length; j++) {
- if (cues[i].startTime === cues[j].startTime && cues[i].endTime === cues[j].endTime && cues[i].text === cues[j].text) {
- occurrences++;
-
- if (occurrences > 1) {
- duplicates.push(cues[j]);
- }
- }
- }
-
- if (duplicates.length) {
- duplicates.forEach(function (dupe) {
- return track.removeCue(dupe);
- });
+ const uniqueCues = {};
+ for (let i = cues.length - 1; i >= 0; i--) {
+ const cue = cues[i];
+ const cueKey = `${cue.startTime}-${cue.endTime}-${cue.text}`;
+ if (uniqueCues[cueKey]) {
+ track.removeCue(cue);
+ } else {
+ uniqueCues[cueKey] = cue;
}
}
};
+
/**
* Returns a list of gops in the buffer that have a pts value of 3 seconds or more in
* front of current time.
@@ -55405,22 +55886,18 @@
* List of gops considered safe to append over
*/
-
- var gopsSafeToAlignWith = function gopsSafeToAlignWith(buffer, currentTime, mapping) {
+ const gopsSafeToAlignWith = (buffer, currentTime, mapping) => {
if (typeof currentTime === 'undefined' || currentTime === null || !buffer.length) {
return [];
} // pts value for current time + 3 seconds to give a bit more wiggle room
-
- var currentTimePts = Math.ceil((currentTime - mapping + 3) * clock_1);
- var i;
-
+ const currentTimePts = Math.ceil((currentTime - mapping + 3) * clock_1);
+ let i;
for (i = 0; i < buffer.length; i++) {
if (buffer[i].pts > currentTimePts) {
break;
}
}
-
return buffer.slice(i);
};
/**
@@ -55438,12 +55915,10 @@
* Updated list of gop information
*/
-
- var updateGopBuffer = function updateGopBuffer(buffer, gops, replace) {
+ const updateGopBuffer = (buffer, gops, replace) => {
if (!gops.length) {
return buffer;
}
-
if (replace) {
// If we are in safe append mode, then completely overwrite the gop buffer
// with the most recent appeneded data. This will make sure that when appending
@@ -55451,16 +55926,13 @@
// time and in the last segment appended.
return gops.slice();
}
-
- var start = gops[0].pts;
- var i = 0;
-
+ const start = gops[0].pts;
+ let i = 0;
for (i; i < buffer.length; i++) {
if (buffer[i].pts >= start) {
break;
}
}
-
return buffer.slice(0, i).concat(gops);
};
/**
@@ -55476,39 +55948,32 @@
* Offset to map display time to stream presentation time
*/
-
- var removeGopBuffer = function removeGopBuffer(buffer, start, end, mapping) {
- var startPts = Math.ceil((start - mapping) * clock_1);
- var endPts = Math.ceil((end - mapping) * clock_1);
- var updatedBuffer = buffer.slice();
- var i = buffer.length;
-
+ const removeGopBuffer = (buffer, start, end, mapping) => {
+ const startPts = Math.ceil((start - mapping) * clock_1);
+ const endPts = Math.ceil((end - mapping) * clock_1);
+ const updatedBuffer = buffer.slice();
+ let i = buffer.length;
while (i--) {
if (buffer[i].pts <= endPts) {
break;
}
}
-
if (i === -1) {
// no removal because end of remove range is before start of buffer
return updatedBuffer;
}
-
- var j = i + 1;
-
+ let j = i + 1;
while (j--) {
if (buffer[j].pts <= startPts) {
break;
}
} // clamp remove range start to 0 index
-
j = Math.max(j, 0);
updatedBuffer.splice(j, i - j + 1);
return updatedBuffer;
};
-
- var shallowEqual = function shallowEqual(a, b) {
+ const shallowEqual = function (a, b) {
// if both are undefined
// or one or the other is undefined
// they are not equal
@@ -55516,38 +55981,31 @@
return false;
} // they are the same object and thus, equal
-
if (a === b) {
return true;
} // sort keys so we can make sure they have
// all the same keys later.
-
- var akeys = Object.keys(a).sort();
- var bkeys = Object.keys(b).sort(); // different number of keys, not equal
+ const akeys = Object.keys(a).sort();
+ const bkeys = Object.keys(b).sort(); // different number of keys, not equal
if (akeys.length !== bkeys.length) {
return false;
}
-
- for (var i = 0; i < akeys.length; i++) {
- var key = akeys[i]; // different sorted keys, not equal
+ for (let i = 0; i < akeys.length; i++) {
+ const key = akeys[i]; // different sorted keys, not equal
if (key !== bkeys[i]) {
return false;
} // different values, not equal
-
if (a[key] !== b[key]) {
return false;
}
}
-
return true;
- }; // https://www.w3.org/TR/WebIDL-1/#quotaexceedederror
+ };
-
- var QUOTA_EXCEEDED_ERR = 22;
/**
* The segment loader has no recourse except to fetch a segment in the
* current playlist and use the internal timestamps in that segment to
@@ -55558,68 +56016,53 @@
* @return {number} An index of a segment from the playlist to load
*/
- var getSyncSegmentCandidate = function getSyncSegmentCandidate(currentTimeline, segments, targetTime) {
+ const getSyncSegmentCandidate = function (currentTimeline, segments, targetTime) {
segments = segments || [];
- var timelineSegments = [];
- var time = 0;
-
- for (var i = 0; i < segments.length; i++) {
- var segment = segments[i];
-
+ const timelineSegments = [];
+ let time = 0;
+ for (let i = 0; i < segments.length; i++) {
+ const segment = segments[i];
if (currentTimeline === segment.timeline) {
timelineSegments.push(i);
time += segment.duration;
-
if (time > targetTime) {
return i;
}
}
}
-
if (timelineSegments.length === 0) {
return 0;
} // default to the last timeline segment
-
return timelineSegments[timelineSegments.length - 1];
}; // In the event of a quota exceeded error, keep at least one second of back buffer. This
// number was arbitrarily chosen and may be updated in the future, but seemed reasonable
// as a start to prevent any potential issues with removing content too close to the
// playhead.
+ const MIN_BACK_BUFFER = 1; // in ms
- var MIN_BACK_BUFFER = 1; // in ms
-
- var CHECK_BUFFER_DELAY = 500;
-
- var finite = function finite(num) {
- return typeof num === 'number' && isFinite(num);
- }; // With most content hovering around 30fps, if a segment has a duration less than a half
+ const CHECK_BUFFER_DELAY = 500;
+ const finite = num => typeof num === 'number' && isFinite(num); // With most content hovering around 30fps, if a segment has a duration less than a half
// frame at 30fps or one frame at 60fps, the bandwidth and throughput calculations will
// not accurately reflect the rest of the content.
-
- var MIN_SEGMENT_DURATION_TO_SAVE_STATS = 1 / 60;
-
- var illegalMediaSwitch = function illegalMediaSwitch(loaderType, startingMedia, trackInfo) {
+ const MIN_SEGMENT_DURATION_TO_SAVE_STATS = 1 / 60;
+ const illegalMediaSwitch = (loaderType, startingMedia, trackInfo) => {
// Although these checks should most likely cover non 'main' types, for now it narrows
// the scope of our checks.
if (loaderType !== 'main' || !startingMedia || !trackInfo) {
return null;
}
-
if (!trackInfo.hasAudio && !trackInfo.hasVideo) {
return 'Neither audio nor video found in segment.';
}
-
if (startingMedia.hasVideo && !trackInfo.hasVideo) {
return 'Only audio found in segment when we expected video.' + ' We can\'t switch to audio only from a stream that had video.' + ' To get rid of this message, please add codec information to the manifest.';
}
-
if (!startingMedia.hasVideo && trackInfo.hasVideo) {
return 'Video found in segment when we expected only audio.' + ' We can\'t switch to a stream with video from an audio only stream.' + ' To get rid of this message, please add codec information to the manifest.';
}
-
return null;
};
/**
@@ -55636,15 +56079,13 @@
* Time that is safe to remove from the back buffer without interrupting playback
*/
-
- var safeBackBufferTrimTime = function safeBackBufferTrimTime(seekable, currentTime, targetDuration) {
+ const safeBackBufferTrimTime = (seekable, currentTime, targetDuration) => {
// 30 seconds before the playhead provides a safe default for trimming.
//
// Choosing a reasonable default is particularly important for high bitrate content and
// VOD videos/live streams with large windows, as the buffer may end up overfilled and
// throw an APPEND_BUFFER_ERR.
- var trimTime = currentTime - Config.BACK_BUFFER_LENGTH;
-
+ let trimTime = currentTime - Config.BACK_BUFFER_LENGTH;
if (seekable.length) {
// Some live playlists may have a shorter window of content than the full allowed back
// buffer. For these playlists, don't save content that's no longer within the window.
@@ -55652,48 +56093,42 @@
} // Don't remove within target duration of the current time to avoid the possibility of
// removing the GOP currently being played, as removing it can cause playback stalls.
-
- var maxTrimTime = currentTime - targetDuration;
+ const maxTrimTime = currentTime - targetDuration;
return Math.min(maxTrimTime, trimTime);
};
-
- var segmentInfoString = function segmentInfoString(segmentInfo) {
- var startOfSegment = segmentInfo.startOfSegment,
- duration = segmentInfo.duration,
- segment = segmentInfo.segment,
- part = segmentInfo.part,
- _segmentInfo$playlist = segmentInfo.playlist,
- seq = _segmentInfo$playlist.mediaSequence,
- id = _segmentInfo$playlist.id,
- _segmentInfo$playlist2 = _segmentInfo$playlist.segments,
- segments = _segmentInfo$playlist2 === void 0 ? [] : _segmentInfo$playlist2,
- index = segmentInfo.mediaIndex,
- partIndex = segmentInfo.partIndex,
- timeline = segmentInfo.timeline;
- var segmentLen = segments.length - 1;
- var selection = 'mediaIndex/partIndex increment';
-
+ const segmentInfoString = segmentInfo => {
+ const {
+ startOfSegment,
+ duration,
+ segment,
+ part,
+ playlist: {
+ mediaSequence: seq,
+ id,
+ segments = []
+ },
+ mediaIndex: index,
+ partIndex,
+ timeline
+ } = segmentInfo;
+ const segmentLen = segments.length - 1;
+ let selection = 'mediaIndex/partIndex increment';
if (segmentInfo.getMediaInfoForTime) {
- selection = "getMediaInfoForTime (" + segmentInfo.getMediaInfoForTime + ")";
+ selection = `getMediaInfoForTime (${segmentInfo.getMediaInfoForTime})`;
} else if (segmentInfo.isSyncRequest) {
selection = 'getSyncSegmentCandidate (isSyncRequest)';
}
-
if (segmentInfo.independent) {
- selection += " with independent " + segmentInfo.independent;
+ selection += ` with independent ${segmentInfo.independent}`;
}
-
- var hasPartIndex = typeof partIndex === 'number';
- var name = segmentInfo.segment.uri ? 'segment' : 'pre-segment';
- var zeroBasedPartCount = hasPartIndex ? getKnownPartCount({
+ const hasPartIndex = typeof partIndex === 'number';
+ const name = segmentInfo.segment.uri ? 'segment' : 'pre-segment';
+ const zeroBasedPartCount = hasPartIndex ? getKnownPartCount({
preloadSegment: segment
}) - 1 : 0;
- return name + " [" + (seq + index) + "/" + (seq + segmentLen) + "]" + (hasPartIndex ? " part [" + partIndex + "/" + zeroBasedPartCount + "]" : '') + (" segment start/end [" + segment.start + " => " + segment.end + "]") + (hasPartIndex ? " part start/end [" + part.start + " => " + part.end + "]" : '') + (" startOfSegment [" + startOfSegment + "]") + (" duration [" + duration + "]") + (" timeline [" + timeline + "]") + (" selected by [" + selection + "]") + (" playlist [" + id + "]");
- };
-
- var timingInfoPropertyForMedia = function timingInfoPropertyForMedia(mediaType) {
- return mediaType + "TimingInfo";
+ return `${name} [${seq + index}/${seq + segmentLen}]` + (hasPartIndex ? ` part [${partIndex}/${zeroBasedPartCount}]` : '') + ` segment start/end [${segment.start} => ${segment.end}]` + (hasPartIndex ? ` part start/end [${part.start} => ${part.end}]` : '') + ` startOfSegment [${startOfSegment}]` + ` duration [${duration}]` + ` timeline [${timeline}]` + ` selected by [${selection}]` + ` playlist [${id}]`;
};
+ const timingInfoPropertyForMedia = mediaType => `${mediaType}TimingInfo`;
/**
* Returns the timestamp offset to use for the segment.
*
@@ -55714,19 +56149,19 @@
* part of the same timeline
*/
-
- var timestampOffsetForSegment = function timestampOffsetForSegment(_ref) {
- var segmentTimeline = _ref.segmentTimeline,
- currentTimeline = _ref.currentTimeline,
- startOfSegment = _ref.startOfSegment,
- buffered = _ref.buffered,
- overrideCheck = _ref.overrideCheck; // Check to see if we are crossing a discontinuity to see if we need to set the
+ const timestampOffsetForSegment = ({
+ segmentTimeline,
+ currentTimeline,
+ startOfSegment,
+ buffered,
+ overrideCheck
+ }) => {
+ // Check to see if we are crossing a discontinuity to see if we need to set the
// timestamp offset on the transmuxer and source buffer.
//
// Previously, we changed the timestampOffset if the start of this segment was less than
// the currently set timestampOffset, but this isn't desirable as it can produce bad
// behavior, especially around long running live streams.
-
if (!overrideCheck && segmentTimeline === currentTimeline) {
return null;
} // When changing renditions, it's possible to request a segment on an older timeline. For
@@ -55754,7 +56189,6 @@
// using the buffered end, the startOfSegment can be used, which, hopefully, will be
// more accurate to the actual start time of the segment.
-
if (segmentTimeline < currentTimeline) {
return startOfSegment;
} // segmentInfo.startOfSegment used to be used as the timestamp offset, however, that
@@ -55763,7 +56197,6 @@
// content post discontinuity should line up with the buffered end as if it were
// time 0 for the new content.
-
return buffered.length ? buffered.end(buffered.length - 1) : startOfSegment;
};
/**
@@ -55862,20 +56295,18 @@
* controller before processing the segment
*/
-
- var shouldWaitForTimelineChange = function shouldWaitForTimelineChange(_ref2) {
- var timelineChangeController = _ref2.timelineChangeController,
- currentTimeline = _ref2.currentTimeline,
- segmentTimeline = _ref2.segmentTimeline,
- loaderType = _ref2.loaderType,
- audioDisabled = _ref2.audioDisabled;
-
+ const shouldWaitForTimelineChange = ({
+ timelineChangeController,
+ currentTimeline,
+ segmentTimeline,
+ loaderType,
+ audioDisabled
+ }) => {
if (currentTimeline === segmentTimeline) {
return false;
}
-
if (loaderType === 'audio') {
- var lastMainTimelineChange = timelineChangeController.lastTimelineChange({
+ const lastMainTimelineChange = timelineChangeController.lastTimelineChange({
type: 'main'
}); // Audio loader should wait if:
//
@@ -55888,9 +56319,8 @@
// loader's segments (or the content is audio/video only and handled by the main
// loader).
-
if (loaderType === 'main' && audioDisabled) {
- var pendingAudioTimelineChange = timelineChangeController.pendingTimelineChange({
+ const pendingAudioTimelineChange = timelineChangeController.pendingTimelineChange({
type: 'audio'
}); // Main loader should wait for the audio loader if audio is not pending a timeline
// change to the current timeline.
@@ -55914,32 +56344,53 @@
if (pendingAudioTimelineChange && pendingAudioTimelineChange.to === segmentTimeline) {
return false;
}
-
return true;
}
-
return false;
};
-
- var mediaDuration = function mediaDuration(timingInfos) {
- var maxDuration = 0;
+ const shouldFixBadTimelineChanges = timelineChangeController => {
+ if (!timelineChangeController) {
+ return false;
+ }
+ const pendingAudioTimelineChange = timelineChangeController.pendingTimelineChange({
+ type: 'audio'
+ });
+ const pendingMainTimelineChange = timelineChangeController.pendingTimelineChange({
+ type: 'main'
+ });
+ const hasPendingTimelineChanges = pendingAudioTimelineChange && pendingMainTimelineChange;
+ const differentPendingChanges = hasPendingTimelineChanges && pendingAudioTimelineChange.to !== pendingMainTimelineChange.to;
+ const isNotInitialPendingTimelineChange = hasPendingTimelineChanges && pendingAudioTimelineChange.from !== -1 && pendingMainTimelineChange.from !== -1;
+ if (isNotInitialPendingTimelineChange && differentPendingChanges) {
+ return true;
+ }
+ return false;
+ };
+ const fixBadTimelineChange = segmentLoader => {
+ if (!segmentLoader) {
+ return;
+ }
+ segmentLoader.pause();
+ segmentLoader.resetEverything();
+ segmentLoader.load();
+ };
+ const mediaDuration = timingInfos => {
+ let maxDuration = 0;
['video', 'audio'].forEach(function (type) {
- var typeTimingInfo = timingInfos[type + "TimingInfo"];
-
+ const typeTimingInfo = timingInfos[`${type}TimingInfo`];
if (!typeTimingInfo) {
return;
}
-
- var start = typeTimingInfo.start,
- end = typeTimingInfo.end;
- var duration;
-
+ const {
+ start,
+ end
+ } = typeTimingInfo;
+ let duration;
if (typeof start === 'bigint' || typeof end === 'bigint') {
duration = window.BigInt(end) - window.BigInt(start);
} else if (typeof start === 'number' && typeof end === 'number') {
duration = end - start;
}
-
if (typeof duration !== 'undefined' && duration > maxDuration) {
maxDuration = duration;
}
@@ -55949,15 +56400,14 @@
if (typeof maxDuration === 'bigint' && maxDuration < Number.MAX_SAFE_INTEGER) {
maxDuration = Number(maxDuration);
}
-
return maxDuration;
};
-
- var segmentTooLong = function segmentTooLong(_ref3) {
- var segmentDuration = _ref3.segmentDuration,
- maxDuration = _ref3.maxDuration; // 0 duration segments are most likely due to metadata only segments or a lack of
+ const segmentTooLong = ({
+ segmentDuration,
+ maxDuration
+ }) => {
+ // 0 duration segments are most likely due to metadata only segments or a lack of
// information.
-
if (!segmentDuration) {
return false;
} // For HLS:
@@ -55972,18 +56422,15 @@
// duration. Although that reported duration is occasionally approximate (i.e., not
// exact), a strict check may report that a segment is too long more often in DASH.
-
return Math.round(segmentDuration) > maxDuration + TIME_FUDGE_FACTOR;
};
-
- var getTroublesomeSegmentDurationMessage = function getTroublesomeSegmentDurationMessage(segmentInfo, sourceType) {
+ const getTroublesomeSegmentDurationMessage = (segmentInfo, sourceType) => {
// Right now we aren't following DASH's timing model exactly, so only perform
// this check for HLS content.
if (sourceType !== 'hls') {
return null;
}
-
- var segmentDuration = mediaDuration({
+ const segmentDuration = mediaDuration({
audioTimingInfo: segmentInfo.audioTimingInfo,
videoTimingInfo: segmentInfo.videoTimingInfo
}); // Don't report if we lack information.
@@ -55994,27 +56441,49 @@
if (!segmentDuration) {
return null;
}
-
- var targetDuration = segmentInfo.playlist.targetDuration;
- var isSegmentWayTooLong = segmentTooLong({
- segmentDuration: segmentDuration,
+ const targetDuration = segmentInfo.playlist.targetDuration;
+ const isSegmentWayTooLong = segmentTooLong({
+ segmentDuration,
maxDuration: targetDuration * 2
});
- var isSegmentSlightlyTooLong = segmentTooLong({
- segmentDuration: segmentDuration,
+ const isSegmentSlightlyTooLong = segmentTooLong({
+ segmentDuration,
maxDuration: targetDuration
});
- var segmentTooLongMessage = "Segment with index " + segmentInfo.mediaIndex + " " + ("from playlist " + segmentInfo.playlist.id + " ") + ("has a duration of " + segmentDuration + " ") + ("when the reported duration is " + segmentInfo.duration + " ") + ("and the target duration is " + targetDuration + ". ") + 'For HLS content, a duration in excess of the target duration may result in ' + 'playback issues. See the HLS specification section on EXT-X-TARGETDURATION for ' + 'more details: ' + 'https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.3.1';
-
+ const segmentTooLongMessage = `Segment with index ${segmentInfo.mediaIndex} ` + `from playlist ${segmentInfo.playlist.id} ` + `has a duration of ${segmentDuration} ` + `when the reported duration is ${segmentInfo.duration} ` + `and the target duration is ${targetDuration}. ` + 'For HLS content, a duration in excess of the target duration may result in ' + 'playback issues. See the HLS specification section on EXT-X-TARGETDURATION for ' + 'more details: ' + 'https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.3.1';
if (isSegmentWayTooLong || isSegmentSlightlyTooLong) {
return {
severity: isSegmentWayTooLong ? 'warn' : 'info',
message: segmentTooLongMessage
};
}
-
return null;
};
+ /**
+ *
+ * @param {Object} options type of segment loader and segment either segmentInfo or simple segment
+ * @return a segmentInfo payload for events or errors.
+ */
+
+ const segmentInfoPayload = ({
+ type,
+ segment
+ }) => {
+ if (!segment) {
+ return;
+ }
+ const isEncrypted = Boolean(segment.key || segment.map && segment.map.ke);
+ const isMediaInitialization = Boolean(segment.map && !segment.map.bytes);
+ const start = segment.startOfSegment === undefined ? segment.start : segment.startOfSegment;
+ return {
+ type: type || segment.type,
+ uri: segment.resolvedUri || segment.uri,
+ start,
+ duration: segment.duration,
+ isEncrypted,
+ isMediaInitialization
+ };
+ };
/**
* An object that manages segment loading and appending.
*
@@ -56023,180 +56492,177 @@
* @extends videojs.EventTarget
*/
-
- var SegmentLoader = /*#__PURE__*/function (_videojs$EventTarget) {
- inheritsLoose(SegmentLoader, _videojs$EventTarget);
-
- function SegmentLoader(settings, options) {
- var _this;
-
- _this = _videojs$EventTarget.call(this) || this; // check pre-conditions
+ class SegmentLoader extends videojs.EventTarget {
+ constructor(settings, options = {}) {
+ super(); // check pre-conditions
if (!settings) {
throw new TypeError('Initialization settings are required');
}
-
if (typeof settings.currentTime !== 'function') {
throw new TypeError('No currentTime getter specified');
}
-
if (!settings.mediaSource) {
throw new TypeError('No MediaSource specified');
} // public properties
-
- _this.bandwidth = settings.bandwidth;
- _this.throughput = {
+ this.bandwidth = settings.bandwidth;
+ this.throughput = {
rate: 0,
count: 0
};
- _this.roundTrip = NaN;
+ this.roundTrip = NaN;
+ this.resetStats_();
+ this.mediaIndex = null;
+ this.partIndex = null; // private settings
- _this.resetStats_();
+ this.hasPlayed_ = settings.hasPlayed;
+ this.currentTime_ = settings.currentTime;
+ this.seekable_ = settings.seekable;
+ this.seeking_ = settings.seeking;
+ this.duration_ = settings.duration;
+ this.mediaSource_ = settings.mediaSource;
+ this.vhs_ = settings.vhs;
+ this.loaderType_ = settings.loaderType;
+ this.currentMediaInfo_ = void 0;
+ this.startingMediaInfo_ = void 0;
+ this.segmentMetadataTrack_ = settings.segmentMetadataTrack;
+ this.goalBufferLength_ = settings.goalBufferLength;
+ this.sourceType_ = settings.sourceType;
+ this.sourceUpdater_ = settings.sourceUpdater;
+ this.inbandTextTracks_ = settings.inbandTextTracks;
+ this.state_ = 'INIT';
+ this.timelineChangeController_ = settings.timelineChangeController;
+ this.shouldSaveSegmentTimingInfo_ = true;
+ this.parse708captions_ = settings.parse708captions;
+ this.useDtsForTimestampOffset_ = settings.useDtsForTimestampOffset;
+ this.captionServices_ = settings.captionServices;
+ this.exactManifestTimings = settings.exactManifestTimings;
+ this.addMetadataToTextTrack = settings.addMetadataToTextTrack; // private instance variables
- _this.mediaIndex = null;
- _this.partIndex = null; // private settings
+ this.checkBufferTimeout_ = null;
+ this.error_ = void 0;
+ this.currentTimeline_ = -1;
+ this.shouldForceTimestampOffsetAfterResync_ = false;
+ this.pendingSegment_ = null;
+ this.xhrOptions_ = null;
+ this.pendingSegments_ = [];
+ this.audioDisabled_ = false;
+ this.isPendingTimestampOffset_ = false; // TODO possibly move gopBuffer and timeMapping info to a separate controller
- _this.hasPlayed_ = settings.hasPlayed;
- _this.currentTime_ = settings.currentTime;
- _this.seekable_ = settings.seekable;
- _this.seeking_ = settings.seeking;
- _this.duration_ = settings.duration;
- _this.mediaSource_ = settings.mediaSource;
- _this.vhs_ = settings.vhs;
- _this.loaderType_ = settings.loaderType;
- _this.currentMediaInfo_ = void 0;
- _this.startingMediaInfo_ = void 0;
- _this.segmentMetadataTrack_ = settings.segmentMetadataTrack;
- _this.goalBufferLength_ = settings.goalBufferLength;
- _this.sourceType_ = settings.sourceType;
- _this.sourceUpdater_ = settings.sourceUpdater;
- _this.inbandTextTracks_ = settings.inbandTextTracks;
- _this.state_ = 'INIT';
- _this.timelineChangeController_ = settings.timelineChangeController;
- _this.shouldSaveSegmentTimingInfo_ = true;
- _this.parse708captions_ = settings.parse708captions;
- _this.useDtsForTimestampOffset_ = settings.useDtsForTimestampOffset;
- _this.captionServices_ = settings.captionServices;
- _this.experimentalExactManifestTimings = settings.experimentalExactManifestTimings; // private instance variables
-
- _this.checkBufferTimeout_ = null;
- _this.error_ = void 0;
- _this.currentTimeline_ = -1;
- _this.pendingSegment_ = null;
- _this.xhrOptions_ = null;
- _this.pendingSegments_ = [];
- _this.audioDisabled_ = false;
- _this.isPendingTimestampOffset_ = false; // TODO possibly move gopBuffer and timeMapping info to a separate controller
-
- _this.gopBuffer_ = [];
- _this.timeMapping_ = 0;
- _this.safeAppend_ = videojs.browser.IE_VERSION >= 11;
- _this.appendInitSegment_ = {
+ this.gopBuffer_ = [];
+ this.timeMapping_ = 0;
+ this.safeAppend_ = false;
+ this.appendInitSegment_ = {
audio: true,
video: true
};
- _this.playlistOfLastInitSegment_ = {
+ this.playlistOfLastInitSegment_ = {
audio: null,
video: null
};
- _this.callQueue_ = []; // If the segment loader prepares to load a segment, but does not have enough
+ this.callQueue_ = []; // If the segment loader prepares to load a segment, but does not have enough
// information yet to start the loading process (e.g., if the audio loader wants to
// load a segment from the next timeline but the main loader hasn't yet crossed that
// timeline), then the load call will be added to the queue until it is ready to be
// processed.
- _this.loadQueue_ = [];
- _this.metadataQueue_ = {
+ this.loadQueue_ = [];
+ this.metadataQueue_ = {
id3: [],
caption: []
};
- _this.waitingOnRemove_ = false;
- _this.quotaExceededErrorRetryTimeout_ = null; // Fragmented mp4 playback
+ this.waitingOnRemove_ = false;
+ this.quotaExceededErrorRetryTimeout_ = null; // Fragmented mp4 playback
- _this.activeInitSegmentId_ = null;
- _this.initSegments_ = {}; // HLSe playback
+ this.activeInitSegmentId_ = null;
+ this.initSegments_ = {}; // HLSe playback
- _this.cacheEncryptionKeys_ = settings.cacheEncryptionKeys;
- _this.keyCache_ = {};
- _this.decrypter_ = settings.decrypter; // Manages the tracking and generation of sync-points, mappings
+ this.cacheEncryptionKeys_ = settings.cacheEncryptionKeys;
+ this.keyCache_ = {};
+ this.decrypter_ = settings.decrypter; // Manages the tracking and generation of sync-points, mappings
// between a time in the display time and a segment index within
// a playlist
- _this.syncController_ = settings.syncController;
- _this.syncPoint_ = {
+ this.syncController_ = settings.syncController;
+ this.syncPoint_ = {
segmentIndex: 0,
time: 0
};
- _this.transmuxer_ = _this.createTransmuxer_();
-
- _this.triggerSyncInfoUpdate_ = function () {
- return _this.trigger('syncinfoupdate');
- };
-
- _this.syncController_.on('syncinfoupdate', _this.triggerSyncInfoUpdate_);
-
- _this.mediaSource_.addEventListener('sourceopen', function () {
- if (!_this.isEndOfStream_()) {
- _this.ended_ = false;
+ this.transmuxer_ = this.createTransmuxer_();
+ this.triggerSyncInfoUpdate_ = () => this.trigger('syncinfoupdate');
+ this.syncController_.on('syncinfoupdate', this.triggerSyncInfoUpdate_);
+ this.mediaSource_.addEventListener('sourceopen', () => {
+ if (!this.isEndOfStream_()) {
+ this.ended_ = false;
}
}); // ...for determining the fetch location
-
- _this.fetchAtBuffer_ = false;
- _this.logger_ = logger("SegmentLoader[" + _this.loaderType_ + "]");
- Object.defineProperty(assertThisInitialized(_this), 'state', {
- get: function get() {
+ this.fetchAtBuffer_ = false;
+ this.logger_ = logger(`SegmentLoader[${this.loaderType_}]`);
+ Object.defineProperty(this, 'state', {
+ get() {
return this.state_;
},
- set: function set(newState) {
+ set(newState) {
if (newState !== this.state_) {
- this.logger_(this.state_ + " -> " + newState);
+ this.logger_(`${this.state_} -> ${newState}`);
this.state_ = newState;
this.trigger('statechange');
}
}
});
-
- _this.sourceUpdater_.on('ready', function () {
- if (_this.hasEnoughInfoToAppend_()) {
- _this.processCallQueue_();
+ this.sourceUpdater_.on('ready', () => {
+ if (this.hasEnoughInfoToAppend_()) {
+ this.processCallQueue_();
}
+ });
+ this.sourceUpdater_.on('codecschange', metadata => {
+ this.trigger(_extends$1({
+ type: 'codecschange'
+ }, metadata));
}); // Only the main loader needs to listen for pending timeline changes, as the main
// loader should wait for audio to be ready to change its timeline so that both main
// and audio timelines change together. For more details, see the
// shouldWaitForTimelineChange function.
-
- if (_this.loaderType_ === 'main') {
- _this.timelineChangeController_.on('pendingtimelinechange', function () {
- if (_this.hasEnoughInfoToAppend_()) {
- _this.processCallQueue_();
+ if (this.loaderType_ === 'main') {
+ this.timelineChangeController_.on('pendingtimelinechange', () => {
+ if (this.hasEnoughInfoToAppend_()) {
+ this.processCallQueue_();
}
});
} // The main loader only listens on pending timeline changes, but the audio loader,
// since its loads follow main, needs to listen on timeline changes. For more details,
// see the shouldWaitForTimelineChange function.
-
- if (_this.loaderType_ === 'audio') {
- _this.timelineChangeController_.on('timelinechange', function () {
- if (_this.hasEnoughInfoToLoad_()) {
- _this.processLoadQueue_();
+ if (this.loaderType_ === 'audio') {
+ this.timelineChangeController_.on('timelinechange', metadata => {
+ this.trigger(_extends$1({
+ type: 'timelinechange'
+ }, metadata));
+ if (this.hasEnoughInfoToLoad_()) {
+ this.processLoadQueue_();
}
-
- if (_this.hasEnoughInfoToAppend_()) {
- _this.processCallQueue_();
+ if (this.hasEnoughInfoToAppend_()) {
+ this.processCallQueue_();
}
});
}
-
- return _this;
}
+ /**
+ * TODO: Current sync controller consists of many hls-specific strategies
+ * media sequence sync is also hls-specific, and we would like to be protocol-agnostic on this level
+ * this should be a part of the sync-controller and sync controller should expect different strategy list based on the protocol.
+ *
+ * @return {MediaSequenceSync|null}
+ * @private
+ */
- var _proto = SegmentLoader.prototype;
-
- _proto.createTransmuxer_ = function createTransmuxer_() {
+ get mediaSequenceSync_() {
+ return this.syncController_.getMediaSequenceSync(this.loaderType_);
+ }
+ createTransmuxer_() {
return segmentTransmuxer.createTransmuxer({
remux: false,
alignGopsAtEnd: this.safeAppend_,
@@ -56210,9 +56676,8 @@
*
* @private
*/
- ;
- _proto.resetStats_ = function resetStats_() {
+ resetStats_() {
this.mediaBytesTransferred = 0;
this.mediaRequests = 0;
this.mediaRequestsAborted = 0;
@@ -56225,34 +56690,26 @@
/**
* dispose of the SegmentLoader and reset to the default state
*/
- ;
- _proto.dispose = function dispose() {
+ dispose() {
this.trigger('dispose');
this.state = 'DISPOSED';
this.pause();
this.abort_();
-
if (this.transmuxer_) {
this.transmuxer_.terminate();
}
-
this.resetStats_();
-
if (this.checkBufferTimeout_) {
window.clearTimeout(this.checkBufferTimeout_);
}
-
if (this.syncController_ && this.triggerSyncInfoUpdate_) {
this.syncController_.off('syncinfoupdate', this.triggerSyncInfoUpdate_);
}
-
this.off();
- };
-
- _proto.setAudio = function setAudio(enable) {
+ }
+ setAudio(enable) {
this.audioDisabled_ = !enable;
-
if (enable) {
this.appendInitSegment_.audio = true;
} else {
@@ -56264,17 +56721,14 @@
* abort anything that is currently doing on with the SegmentLoader
* and reset to a default state
*/
- ;
- _proto.abort = function abort() {
+ abort() {
if (this.state !== 'WAITING') {
if (this.pendingSegment_) {
this.pendingSegment_ = null;
}
-
return;
}
-
this.abort_(); // We aborted the requests we were waiting on, so reset the loader's state to READY
// since we are no longer "waiting" on any requests. XHR callback is not always run
// when the request is aborted. This will prevent the loader from being stuck in the
@@ -56292,14 +56746,12 @@
*
* @private
*/
- ;
- _proto.abort_ = function abort_() {
+ abort_() {
if (this.pendingSegment_ && this.pendingSegment_.abortRequests) {
this.pendingSegment_.abortRequests();
} // clear out the segment being processed
-
this.pendingSegment_ = null;
this.callQueue_ = [];
this.loadQueue_ = [];
@@ -56309,20 +56761,17 @@
this.waitingOnRemove_ = false;
window.clearTimeout(this.quotaExceededErrorRetryTimeout_);
this.quotaExceededErrorRetryTimeout_ = null;
- };
-
- _proto.checkForAbort_ = function checkForAbort_(requestId) {
+ }
+ checkForAbort_(requestId) {
// If the state is APPENDING, then aborts will not modify the state, meaning the first
// callback that happens should reset the state to READY so that loading can continue.
if (this.state === 'APPENDING' && !this.pendingSegment_) {
this.state = 'READY';
return true;
}
-
if (!this.pendingSegment_ || this.pendingSegment_.requestId !== requestId) {
return true;
}
-
return false;
}
/**
@@ -56331,26 +56780,21 @@
* @param {Error} error the error to set on the SegmentLoader
* @return {Error} the error that was set or that is currently set
*/
- ;
- _proto.error = function error(_error) {
- if (typeof _error !== 'undefined') {
- this.logger_('error occurred:', _error);
- this.error_ = _error;
+ error(error) {
+ if (typeof error !== 'undefined') {
+ this.logger_('error occurred:', error);
+ this.error_ = error;
}
-
this.pendingSegment_ = null;
return this.error_;
- };
-
- _proto.endOfStream = function endOfStream() {
+ }
+ endOfStream() {
this.ended_ = true;
-
if (this.transmuxer_) {
// need to clear out any cached data to prepare for the new segment
segmentTransmuxer.reset(this.transmuxer_);
}
-
this.gopBuffer_.length = 0;
this.pause();
this.trigger('ended');
@@ -56361,31 +56805,27 @@
* @return {TimeRange}
* TimeRange object representing the current buffered ranges
*/
- ;
-
- _proto.buffered_ = function buffered_() {
- var trackInfo = this.getMediaInfo_();
+ buffered_() {
+ const trackInfo = this.getMediaInfo_();
if (!this.sourceUpdater_ || !trackInfo) {
- return videojs.createTimeRanges();
+ return createTimeRanges();
}
-
if (this.loaderType_ === 'main') {
- var hasAudio = trackInfo.hasAudio,
- hasVideo = trackInfo.hasVideo,
- isMuxed = trackInfo.isMuxed;
-
+ const {
+ hasAudio,
+ hasVideo,
+ isMuxed
+ } = trackInfo;
if (hasVideo && hasAudio && !this.audioDisabled_ && !isMuxed) {
return this.sourceUpdater_.buffered();
}
-
if (hasVideo) {
return this.sourceUpdater_.videoBuffered();
}
} // One case that can be ignored for now is audio only with alt audio,
// as we don't yet have proper support for that.
-
return this.sourceUpdater_.audioBuffered();
}
/**
@@ -56398,20 +56838,13 @@
* @return {Object}
* map object for desired init segment
*/
- ;
-
- _proto.initSegmentForMap = function initSegmentForMap(map, set) {
- if (set === void 0) {
- set = false;
- }
+ initSegmentForMap(map, set = false) {
if (!map) {
return null;
}
-
- var id = initSegmentId(map);
- var storedMap = this.initSegments_[id];
-
+ const id = initSegmentId(map);
+ let storedMap = this.initSegments_[id];
if (set && !storedMap && map.bytes) {
this.initSegments_[id] = storedMap = {
resolvedUri: map.resolvedUri,
@@ -56421,7 +56854,6 @@
timescales: map.timescales
};
}
-
return storedMap || map;
}
/**
@@ -56434,19 +56866,13 @@
* @return {Object}
* Key object for desired key
*/
- ;
-
- _proto.segmentKey = function segmentKey(key, set) {
- if (set === void 0) {
- set = false;
- }
+ segmentKey(key, set = false) {
if (!key) {
return null;
}
-
- var id = segmentKeyId(key);
- var storedKey = this.keyCache_[id]; // TODO: We should use the HTTP Expires header to invalidate our cache per
+ const id = segmentKeyId(key);
+ let storedKey = this.keyCache_[id]; // TODO: We should use the HTTP Expires header to invalidate our cache per
// https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-6.2.3
if (this.cacheEncryptionKeys_ && set && !storedKey && key.bytes) {
@@ -56455,15 +56881,12 @@
bytes: key.bytes
};
}
-
- var result = {
+ const result = {
resolvedUri: (storedKey || key).resolvedUri
};
-
if (storedKey) {
result.bytes = storedKey.bytes;
}
-
return result;
}
/**
@@ -56472,17 +56895,15 @@
* @return {boolean} True if the all configuration is ready for loading
* @private
*/
- ;
- _proto.couldBeginLoading_ = function couldBeginLoading_() {
+ couldBeginLoading_() {
return this.playlist_ && !this.paused();
}
/**
* load a playlist and start to fill the buffer
*/
- ;
- _proto.load = function load() {
+ load() {
// un-pause
this.monitorBuffer_(); // if we don't have a playlist yet, keep waiting for one to be
// specified
@@ -56491,17 +56912,14 @@
return;
} // if all the configuration is ready, initialize and begin loading
-
if (this.state === 'INIT' && this.couldBeginLoading_()) {
return this.init_();
} // if we're in the middle of processing a segment already, don't
// kick off an additional segment request
-
if (!this.couldBeginLoading_() || this.state !== 'READY' && this.state !== 'INIT') {
return;
}
-
this.state = 'READY';
}
/**
@@ -56511,9 +56929,8 @@
*
* @private
*/
- ;
- _proto.init_ = function init_() {
+ init_() {
this.state = 'READY'; // if this is the audio segment loader, and it hasn't been inited before, then any old
// audio data from the muxed content should be removed
@@ -56525,19 +56942,13 @@
*
* @param {PlaylistLoader} media the playlist to set on the segment loader
*/
- ;
-
- _proto.playlist = function playlist(newPlaylist, options) {
- if (options === void 0) {
- options = {};
- }
+ playlist(newPlaylist, options = {}) {
if (!newPlaylist) {
return;
}
-
- var oldPlaylist = this.playlist_;
- var segmentInfo = this.pendingSegment_;
+ const oldPlaylist = this.playlist_;
+ const segmentInfo = this.pendingSegment_;
this.playlist_ = newPlaylist;
this.xhrOptions_ = options; // when we haven't started playing yet, the start of a live playlist
// is always our zero-time so force a sync update each time the playlist
@@ -56564,9 +56975,7 @@
this.syncController_.setDateTimeMappingForStart(newPlaylist);
}
}
-
- var oldId = null;
-
+ let oldId = null;
if (oldPlaylist) {
if (oldPlaylist.id) {
oldId = oldPlaylist.id;
@@ -56574,8 +56983,14 @@
oldId = oldPlaylist.uri;
}
}
-
- this.logger_("playlist update [" + oldId + " => " + (newPlaylist.id || newPlaylist.uri) + "]"); // in VOD, this is always a rendition switch (or we updated our syncInfo above)
+ this.logger_(`playlist update [${oldId} => ${newPlaylist.id || newPlaylist.uri}]`);
+ if (this.mediaSequenceSync_) {
+ this.mediaSequenceSync_.update(newPlaylist, this.currentTime_());
+ this.logger_(`Playlist update:
+currentTime: ${this.currentTime_()}
+bufferedEnd: ${lastBufferedEnd(this.buffered_())}
+`, this.mediaSequenceSync_.diagnostics);
+ } // in VOD, this is always a rendition switch (or we updated our syncInfo above)
// in LIVE, we always want to update with new playlists (including refreshes)
this.trigger('syncinfoupdate'); // if we were unpaused but waiting for a playlist, start
@@ -56584,24 +56999,23 @@
if (this.state === 'INIT' && this.couldBeginLoading_()) {
return this.init_();
}
-
if (!oldPlaylist || oldPlaylist.uri !== newPlaylist.uri) {
if (this.mediaIndex !== null) {
// we must reset/resync the segment loader when we switch renditions and
// the segment loader is already synced to the previous rendition
- // on playlist changes we want it to be possible to fetch
- // at the buffer for vod but not for live. So we use resetLoader
- // for live and resyncLoader for vod. We want this because
- // if a playlist uses independent and non-independent segments/parts the
- // buffer may not accurately reflect the next segment that we should try
- // downloading.
- if (!newPlaylist.endList) {
+ // We only want to reset the loader here for LLHLS playback, as resetLoader sets fetchAtBuffer_
+ // to false, resulting in fetching segments at currentTime and causing repeated
+ // same-segment requests on playlist change. This erroneously drives up the playback watcher
+ // stalled segment count, as re-requesting segments at the currentTime or browser cached segments
+ // will not change the buffer.
+ // Reference for LLHLS fixes: https://github.com/videojs/http-streaming/pull/1201
+ const isLLHLS = !newPlaylist.endList && typeof newPlaylist.partTargetDuration === 'number';
+ if (isLLHLS) {
this.resetLoader();
} else {
this.resyncLoader();
}
}
-
this.currentMediaInfo_ = void 0;
this.trigger('playlistupdate'); // the rest of this function depends on `oldPlaylist` being defined
@@ -56609,9 +57023,8 @@
} // we reloaded the same playlist so we are in a live scenario
// and we will likely need to adjust the mediaIndex
-
- var mediaSequenceDiff = newPlaylist.mediaSequence - oldPlaylist.mediaSequence;
- this.logger_("live window shift [" + mediaSequenceDiff + "]"); // update the mediaIndex on the SegmentLoader
+ const mediaSequenceDiff = newPlaylist.mediaSequence - oldPlaylist.mediaSequence;
+ this.logger_(`live window shift [${mediaSequenceDiff}]`); // update the mediaIndex on the SegmentLoader
// this is important because we can abort a request and this value must be
// equal to the last appended mediaIndex
@@ -56624,13 +57037,13 @@
this.mediaIndex = null;
this.partIndex = null;
} else {
- var segment = this.playlist_.segments[this.mediaIndex]; // partIndex should remain the same for the same segment
+ const segment = this.playlist_.segments[this.mediaIndex]; // partIndex should remain the same for the same segment
// unless parts fell off of the playlist for this segment.
// In that case we need to reset partIndex and resync
if (this.partIndex && (!segment.parts || !segment.parts.length || !segment.parts[this.partIndex])) {
- var mediaIndex = this.mediaIndex;
- this.logger_("currently processing part (index " + this.partIndex + ") no longer exists.");
+ const mediaIndex = this.mediaIndex;
+ this.logger_(`currently processing part (index ${this.partIndex}) no longer exists.`);
this.resetLoader(); // We want to throw away the partIndex and the data associated with it,
// as the part was dropped from our current playlists segment.
// The mediaIndex will still be valid so keep that around.
@@ -56642,10 +57055,8 @@
// this is important because we will update this.mediaIndex with this value
// in `handleAppendsDone_` after the segment has been successfully appended
-
if (segmentInfo) {
segmentInfo.mediaIndex -= mediaSequenceDiff;
-
if (segmentInfo.mediaIndex < 0) {
segmentInfo.mediaIndex = null;
segmentInfo.partIndex = null;
@@ -56656,13 +57067,11 @@
if (segmentInfo.mediaIndex >= 0) {
segmentInfo.segment = newPlaylist.segments[segmentInfo.mediaIndex];
}
-
if (segmentInfo.partIndex >= 0 && segmentInfo.segment.parts) {
segmentInfo.part = segmentInfo.segment.parts[segmentInfo.partIndex];
}
}
}
-
this.syncController_.saveExpiredSegmentInfo(oldPlaylist, newPlaylist);
}
/**
@@ -56671,9 +57080,8 @@
* before the loader halts. A segment loader can be unpaused by
* calling load().
*/
- ;
- _proto.pause = function pause() {
+ pause() {
if (this.checkBufferTimeout_) {
window.clearTimeout(this.checkBufferTimeout_);
this.checkBufferTimeout_ = null;
@@ -56684,9 +57092,8 @@
* segments when given the opportunity. This property can be
* modified through calls to pause() and load().
*/
- ;
- _proto.paused = function paused() {
+ paused() {
return this.checkBufferTimeout_ === null;
}
/**
@@ -56695,10 +57102,10 @@
* @param {Function} [done] an optional callback to be executed when the remove
* operation is complete
*/
- ;
- _proto.resetEverything = function resetEverything(done) {
+ resetEverything(done) {
this.ended_ = false;
+ this.activeInitSegmentId_ = null;
this.appendInitSegment_ = {
audio: true,
video: true
@@ -56725,34 +57132,40 @@
*
* Useful for fast quality changes
*/
- ;
- _proto.resetLoader = function resetLoader() {
+ resetLoader() {
this.fetchAtBuffer_ = false;
+ if (this.mediaSequenceSync_) {
+ this.mediaSequenceSync_.resetAppendedStatus();
+ }
this.resyncLoader();
}
/**
* Force the SegmentLoader to restart synchronization and make a conservative guess
* before returning to the simple walk-forward method
*/
- ;
- _proto.resyncLoader = function resyncLoader() {
+ resyncLoader() {
if (this.transmuxer_) {
// need to clear out any cached data to prepare for the new segment
segmentTransmuxer.reset(this.transmuxer_);
}
-
this.mediaIndex = null;
this.partIndex = null;
this.syncPoint_ = null;
- this.isPendingTimestampOffset_ = false;
+ this.isPendingTimestampOffset_ = false; // this is mainly to sync timing-info when switching between renditions with and without timestamp-rollover,
+ // so we don't want it for DASH or fragmented mp4 segments.
+
+ const isFmp4 = this.currentMediaInfo_ && this.currentMediaInfo_.isFmp4;
+ const isHlsTs = this.sourceType_ === 'hls' && !isFmp4;
+ if (isHlsTs) {
+ this.shouldForceTimestampOffsetAfterResync_ = true;
+ }
this.callQueue_ = [];
this.loadQueue_ = [];
this.metadataQueue_.id3 = [];
this.metadataQueue_.caption = [];
this.abort();
-
if (this.transmuxer_) {
this.transmuxer_.postMessage({
action: 'clearParsedMp4Captions'
@@ -56768,49 +57181,34 @@
* @param {boolean} force - force all remove operations to happen
* operation is complete
*/
- ;
- _proto.remove = function remove(start, end, done, force) {
- if (done === void 0) {
- done = function done() {};
- }
-
- if (force === void 0) {
- force = false;
- } // clamp end to duration if we need to remove everything.
+ remove(start, end, done = () => {}, force = false) {
+ // clamp end to duration if we need to remove everything.
// This is due to a browser bug that causes issues if we remove to Infinity.
// videojs/videojs-contrib-hls#1225
-
-
if (end === Infinity) {
end = this.duration_();
} // skip removes that would throw an error
// commonly happens during a rendition switch at the start of a video
// from start 0 to end 0
-
if (end <= start) {
this.logger_('skipping remove because end ${end} is <= start ${start}');
return;
}
-
if (!this.sourceUpdater_ || !this.getMediaInfo_()) {
this.logger_('skipping remove because no source updater or starting media info'); // nothing to remove if we haven't processed any media
return;
} // set it to one to complete this function's removes
-
- var removesRemaining = 1;
-
- var removeFinished = function removeFinished() {
+ let removesRemaining = 1;
+ const removeFinished = () => {
removesRemaining--;
-
if (removesRemaining === 0) {
done();
}
};
-
if (force || !this.audioDisabled_) {
removesRemaining++;
this.sourceUpdater_.removeAudio(start, end, removeFinished);
@@ -56823,18 +57221,15 @@
// (when we add support for that), we may need to clear the video contents despite
// what the new media will contain.
-
if (force || this.loaderType_ === 'main') {
this.gopBuffer_ = removeGopBuffer(this.gopBuffer_, start, end, this.timeMapping_);
removesRemaining++;
this.sourceUpdater_.removeVideo(start, end, removeFinished);
} // remove any captions and ID3 tags
-
- for (var track in this.inbandTextTracks_) {
+ for (const track in this.inbandTextTracks_) {
removeCuesFromTrack(start, end, this.inbandTextTracks_[track]);
}
-
removeCuesFromTrack(start, end, this.segmentMetadataTrack_); // finished this function's removes
removeFinished();
@@ -56844,13 +57239,11 @@
*
* @private
*/
- ;
- _proto.monitorBuffer_ = function monitorBuffer_() {
+ monitorBuffer_() {
if (this.checkBufferTimeout_) {
window.clearTimeout(this.checkBufferTimeout_);
}
-
this.checkBufferTimeout_ = window.setTimeout(this.monitorBufferTick_.bind(this), 1);
}
/**
@@ -56859,17 +57252,14 @@
*
* @private
*/
- ;
- _proto.monitorBufferTick_ = function monitorBufferTick_() {
+ monitorBufferTick_() {
if (this.state === 'READY') {
this.fillBuffer_();
}
-
if (this.checkBufferTimeout_) {
window.clearTimeout(this.checkBufferTimeout_);
}
-
this.checkBufferTimeout_ = window.setTimeout(this.monitorBufferTick_.bind(this), CHECK_BUFFER_DELAY);
}
/**
@@ -56881,22 +57271,28 @@
*
* @private
*/
- ;
- _proto.fillBuffer_ = function fillBuffer_() {
+ fillBuffer_() {
// TODO since the source buffer maintains a queue, and we shouldn't call this function
// except when we're ready for the next segment, this check can most likely be removed
if (this.sourceUpdater_.updating()) {
return;
} // see if we need to begin loading immediately
-
- var segmentInfo = this.chooseNextRequest_();
-
+ const segmentInfo = this.chooseNextRequest_();
if (!segmentInfo) {
return;
}
-
+ const metadata = {
+ segmentInfo: segmentInfoPayload({
+ type: this.loaderType_,
+ segment: segmentInfo
+ })
+ };
+ this.trigger({
+ type: 'segmentselected',
+ metadata
+ });
if (typeof segmentInfo.timestampOffset === 'number') {
this.isPendingTimestampOffset_ = false;
this.timelineChangeController_.pendingTimelineChange({
@@ -56905,7 +57301,6 @@
to: segmentInfo.timeline
});
}
-
this.loadSegment_(segmentInfo);
}
/**
@@ -56917,30 +57312,16 @@
* @param {Object} [playlist] a media playlist object
* @return {boolean} do we need to call endOfStream on the MediaSource
*/
- ;
-
- _proto.isEndOfStream_ = function isEndOfStream_(mediaIndex, playlist, partIndex) {
- if (mediaIndex === void 0) {
- mediaIndex = this.mediaIndex;
- }
-
- if (playlist === void 0) {
- playlist = this.playlist_;
- }
-
- if (partIndex === void 0) {
- partIndex = this.partIndex;
- }
+ isEndOfStream_(mediaIndex = this.mediaIndex, playlist = this.playlist_, partIndex = this.partIndex) {
if (!playlist || !this.mediaSource_) {
return false;
}
+ const segment = typeof mediaIndex === 'number' && playlist.segments[mediaIndex]; // mediaIndex is zero based but length is 1 based
- var segment = typeof mediaIndex === 'number' && playlist.segments[mediaIndex]; // mediaIndex is zero based but length is 1 based
+ const appendedLastSegment = mediaIndex + 1 === playlist.segments.length; // true if there are no parts, or this is the last part.
- var appendedLastSegment = mediaIndex + 1 === playlist.segments.length; // true if there are no parts, or this is the last part.
-
- var appendedLastPart = !segment || !segment.parts || partIndex + 1 === segment.parts.length; // if we've buffered to the end of the video, we need to call endOfStream
+ const appendedLastPart = !segment || !segment.parts || partIndex + 1 === segment.parts.length; // if we've buffered to the end of the video, we need to call endOfStream
// so that MediaSources can trigger the `ended` event when it runs out of
// buffered data instead of waiting for me
@@ -56951,15 +57332,14 @@
*
* @return {Object} a request object that describes the segment/part to load
*/
- ;
- _proto.chooseNextRequest_ = function chooseNextRequest_() {
- var buffered = this.buffered_();
- var bufferedEnd = lastBufferedEnd(buffered) || 0;
- var bufferedTime = timeAheadOf(buffered, this.currentTime_());
- var preloaded = !this.hasPlayed_() && bufferedTime >= 1;
- var haveEnoughBuffer = bufferedTime >= this.goalBufferLength_();
- var segments = this.playlist_.segments; // return no segment if:
+ chooseNextRequest_() {
+ const buffered = this.buffered_();
+ const bufferedEnd = lastBufferedEnd(buffered) || 0;
+ const bufferedTime = timeAheadOf(buffered, this.currentTime_());
+ const preloaded = !this.hasPlayed_() && bufferedTime >= 1;
+ const haveEnoughBuffer = bufferedTime >= this.goalBufferLength_();
+ const segments = this.playlist_.segments; // return no segment if:
// 1. we don't have segments
// 2. The video has not yet played and we already downloaded a segment
// 3. we already have enough buffered time
@@ -56967,23 +57347,21 @@
if (!segments.length || preloaded || haveEnoughBuffer) {
return null;
}
-
- this.syncPoint_ = this.syncPoint_ || this.syncController_.getSyncPoint(this.playlist_, this.duration_(), this.currentTimeline_, this.currentTime_());
- var next = {
+ this.syncPoint_ = this.syncPoint_ || this.syncController_.getSyncPoint(this.playlist_, this.duration_(), this.currentTimeline_, this.currentTime_(), this.loaderType_);
+ const next = {
partIndex: null,
mediaIndex: null,
startOfSegment: null,
playlist: this.playlist_,
isSyncRequest: Boolean(!this.syncPoint_)
};
-
if (next.isSyncRequest) {
next.mediaIndex = getSyncSegmentCandidate(this.currentTimeline_, segments, bufferedEnd);
+ this.logger_(`choose next request. Can not find sync point. Fallback to media Index: ${next.mediaIndex}`);
} else if (this.mediaIndex !== null) {
- var segment = segments[this.mediaIndex];
- var partIndex = typeof this.partIndex === 'number' ? this.partIndex : -1;
+ const segment = segments[this.mediaIndex];
+ const partIndex = typeof this.partIndex === 'number' ? this.partIndex : -1;
next.startOfSegment = segment.end ? segment.end : bufferedEnd;
-
if (segment.parts && segment.parts[partIndex + 1]) {
next.mediaIndex = this.mediaIndex;
next.partIndex = partIndex + 1;
@@ -56991,27 +57369,60 @@
next.mediaIndex = this.mediaIndex + 1;
}
} else {
- // Find the segment containing the end of the buffer or current time.
- var _Playlist$getMediaInf = Playlist.getMediaInfoForTime({
- experimentalExactManifestTimings: this.experimentalExactManifestTimings,
- playlist: this.playlist_,
- currentTime: this.fetchAtBuffer_ ? bufferedEnd : this.currentTime_(),
- startingPartIndex: this.syncPoint_.partIndex,
- startingSegmentIndex: this.syncPoint_.segmentIndex,
- startTime: this.syncPoint_.time
- }),
- segmentIndex = _Playlist$getMediaInf.segmentIndex,
- startTime = _Playlist$getMediaInf.startTime,
- _partIndex = _Playlist$getMediaInf.partIndex;
+ let segmentIndex;
+ let partIndex;
+ let startTime;
+ const targetTime = this.fetchAtBuffer_ ? bufferedEnd : this.currentTime_();
+ if (this.mediaSequenceSync_) {
+ this.logger_(`chooseNextRequest_ request after Quality Switch:
+For TargetTime: ${targetTime}.
+CurrentTime: ${this.currentTime_()}
+BufferedEnd: ${bufferedEnd}
+Fetch At Buffer: ${this.fetchAtBuffer_}
+`, this.mediaSequenceSync_.diagnostics);
+ }
+ if (this.mediaSequenceSync_ && this.mediaSequenceSync_.isReliable) {
+ const syncInfo = this.getSyncInfoFromMediaSequenceSync_(targetTime);
+ if (!syncInfo) {
+ const message = 'No sync info found while using media sequence sync';
+ this.error({
+ message,
+ metadata: {
+ errorType: videojs.Error.StreamingFailedToSelectNextSegment,
+ error: new Error(message)
+ }
+ });
+ this.logger_('chooseNextRequest_ - no sync info found using media sequence sync'); // no match
- next.getMediaInfoForTime = this.fetchAtBuffer_ ? "bufferedEnd " + bufferedEnd : "currentTime " + this.currentTime_();
+ return null;
+ }
+ this.logger_(`chooseNextRequest_ mediaSequence syncInfo (${syncInfo.start} --> ${syncInfo.end})`);
+ segmentIndex = syncInfo.segmentIndex;
+ partIndex = syncInfo.partIndex;
+ startTime = syncInfo.start;
+ } else {
+ this.logger_('chooseNextRequest_ - fallback to a regular segment selection algorithm, based on a syncPoint.'); // fallback
+
+ const mediaInfoForTime = Playlist.getMediaInfoForTime({
+ exactManifestTimings: this.exactManifestTimings,
+ playlist: this.playlist_,
+ currentTime: targetTime,
+ startingPartIndex: this.syncPoint_.partIndex,
+ startingSegmentIndex: this.syncPoint_.segmentIndex,
+ startTime: this.syncPoint_.time
+ });
+ segmentIndex = mediaInfoForTime.segmentIndex;
+ partIndex = mediaInfoForTime.partIndex;
+ startTime = mediaInfoForTime.startTime;
+ }
+ next.getMediaInfoForTime = this.fetchAtBuffer_ ? `bufferedEnd ${targetTime}` : `currentTime ${targetTime}`;
next.mediaIndex = segmentIndex;
next.startOfSegment = startTime;
- next.partIndex = _partIndex;
+ next.partIndex = partIndex;
+ this.logger_(`choose next request. Playlist switched and we have a sync point. Media Index: ${next.mediaIndex} `);
}
-
- var nextSegment = segments[next.mediaIndex];
- var nextPart = nextSegment && typeof next.partIndex === 'number' && nextSegment.parts && nextSegment.parts[next.partIndex]; // if the next segment index is invalid or
+ const nextSegment = segments[next.mediaIndex];
+ let nextPart = nextSegment && typeof next.partIndex === 'number' && nextSegment.parts && nextSegment.parts[next.partIndex]; // if the next segment index is invalid or
// the next partIndex is invalid do not choose a next segment.
if (!nextSegment || typeof next.partIndex === 'number' && !nextPart) {
@@ -57019,21 +57430,22 @@
} // if the next segment has parts, and we don't have a partIndex.
// Set partIndex to 0
-
if (typeof next.partIndex !== 'number' && nextSegment.parts) {
next.partIndex = 0;
nextPart = nextSegment.parts[0];
- } // if we have no buffered data then we need to make sure
+ } // independentSegments applies to every segment in a playlist. If independentSegments appears in a main playlist,
+ // it applies to each segment in each media playlist.
+ // https://datatracker.ietf.org/doc/html/draft-pantos-http-live-streaming-23#section-4.3.5.1
+
+ const hasIndependentSegments = this.vhs_.playlists && this.vhs_.playlists.main && this.vhs_.playlists.main.independentSegments || this.playlist_.independentSegments; // if we have no buffered data then we need to make sure
// that the next part we append is "independent" if possible.
// So we check if the previous part is independent, and request
// it if it is.
-
- if (!bufferedTime && nextPart && !nextPart.independent) {
+ if (!bufferedTime && nextPart && !hasIndependentSegments && !nextPart.independent) {
if (next.partIndex === 0) {
- var lastSegment = segments[next.mediaIndex - 1];
- var lastSegmentLastPart = lastSegment.parts && lastSegment.parts.length && lastSegment.parts[lastSegment.parts.length - 1];
-
+ const lastSegment = segments[next.mediaIndex - 1];
+ const lastSegmentLastPart = lastSegment.parts && lastSegment.parts.length && lastSegment.parts[lastSegment.parts.length - 1];
if (lastSegmentLastPart && lastSegmentLastPart.independent) {
next.mediaIndex -= 1;
next.partIndex = lastSegment.parts.length - 1;
@@ -57044,8 +57456,7 @@
next.independent = 'previous part';
}
}
-
- var ended = this.mediaSource_ && this.mediaSource_.readyState === 'ended'; // do not choose a next segment if all of the following:
+ const ended = this.mediaSource_ && this.mediaSource_.readyState === 'ended'; // do not choose a next segment if all of the following:
// 1. this is the last segment in the playlist
// 2. end of stream has been called on the media source already
// 3. the player is not seeking
@@ -57053,34 +57464,70 @@
if (next.mediaIndex >= segments.length - 1 && ended && !this.seeking_()) {
return null;
}
-
+ if (this.shouldForceTimestampOffsetAfterResync_) {
+ this.shouldForceTimestampOffsetAfterResync_ = false;
+ next.forceTimestampOffset = true;
+ this.logger_('choose next request. Force timestamp offset after loader resync');
+ }
return this.generateSegmentInfo_(next);
- };
+ }
+ getSyncInfoFromMediaSequenceSync_(targetTime) {
+ if (!this.mediaSequenceSync_) {
+ return null;
+ } // we should pull the target time to the least available time if we drop out of sync for any reason
- _proto.generateSegmentInfo_ = function generateSegmentInfo_(options) {
- var independent = options.independent,
- playlist = options.playlist,
- mediaIndex = options.mediaIndex,
- startOfSegment = options.startOfSegment,
- isSyncRequest = options.isSyncRequest,
- partIndex = options.partIndex,
- forceTimestampOffset = options.forceTimestampOffset,
- getMediaInfoForTime = options.getMediaInfoForTime;
- var segment = playlist.segments[mediaIndex];
- var part = typeof partIndex === 'number' && segment.parts[partIndex];
- var segmentInfo = {
+ const finalTargetTime = Math.max(targetTime, this.mediaSequenceSync_.start);
+ if (targetTime !== finalTargetTime) {
+ this.logger_(`getSyncInfoFromMediaSequenceSync_. Pulled target time from ${targetTime} to ${finalTargetTime}`);
+ }
+ const mediaSequenceSyncInfo = this.mediaSequenceSync_.getSyncInfoForTime(finalTargetTime);
+ if (!mediaSequenceSyncInfo) {
+ // no match at all
+ return null;
+ }
+ if (!mediaSequenceSyncInfo.isAppended) {
+ // has a perfect match
+ return mediaSequenceSyncInfo;
+ } // has match, but segment was already appended.
+ // attempt to auto-advance to the nearest next segment:
+
+ const nextMediaSequenceSyncInfo = this.mediaSequenceSync_.getSyncInfoForTime(mediaSequenceSyncInfo.end);
+ if (!nextMediaSequenceSyncInfo) {
+ // no match at all
+ return null;
+ }
+ if (nextMediaSequenceSyncInfo.isAppended) {
+ this.logger_('getSyncInfoFromMediaSequenceSync_: We encounter unexpected scenario where next media sequence sync info is also appended!');
+ } // got match with the nearest next segment
+
+ return nextMediaSequenceSyncInfo;
+ }
+ generateSegmentInfo_(options) {
+ const {
+ independent,
+ playlist,
+ mediaIndex,
+ startOfSegment,
+ isSyncRequest,
+ partIndex,
+ forceTimestampOffset,
+ getMediaInfoForTime
+ } = options;
+ const segment = playlist.segments[mediaIndex];
+ const part = typeof partIndex === 'number' && segment.parts[partIndex];
+ const segmentInfo = {
requestId: 'segment-loader-' + Math.random(),
// resolve the segment URL relative to the playlist
uri: part && part.resolvedUri || segment.resolvedUri,
// the segment's mediaIndex at the time it was requested
- mediaIndex: mediaIndex,
+ mediaIndex,
partIndex: part ? partIndex : null,
// whether or not to update the SegmentLoader's state with this
// segment's mediaIndex
- isSyncRequest: isSyncRequest,
- startOfSegment: startOfSegment,
+ isSyncRequest,
+ startOfSegment,
// the segment's playlist
- playlist: playlist,
+ playlist,
// unencrypted bytes of the segment
bytes: null,
// when a key is defined for this segment, the encrypted bytes
@@ -57093,43 +57540,40 @@
// The expected duration of the segment in seconds
duration: part && part.duration || segment.duration,
// retain the segment in case the playlist updates while doing an async process
- segment: segment,
- part: part,
+ segment,
+ part,
byteLength: 0,
transmuxer: this.transmuxer_,
// type of getMediaInfoForTime that was used to get this segment
- getMediaInfoForTime: getMediaInfoForTime,
- independent: independent
+ getMediaInfoForTime,
+ independent
};
- var overrideCheck = typeof forceTimestampOffset !== 'undefined' ? forceTimestampOffset : this.isPendingTimestampOffset_;
+ const overrideCheck = typeof forceTimestampOffset !== 'undefined' ? forceTimestampOffset : this.isPendingTimestampOffset_;
segmentInfo.timestampOffset = this.timestampOffsetForSegment_({
segmentTimeline: segment.timeline,
currentTimeline: this.currentTimeline_,
- startOfSegment: startOfSegment,
+ startOfSegment,
buffered: this.buffered_(),
- overrideCheck: overrideCheck
+ overrideCheck
});
- var audioBufferedEnd = lastBufferedEnd(this.sourceUpdater_.audioBuffered());
-
+ const audioBufferedEnd = lastBufferedEnd(this.sourceUpdater_.audioBuffered());
if (typeof audioBufferedEnd === 'number') {
// since the transmuxer is using the actual timing values, but the buffer is
// adjusted by the timestamp offset, we must adjust the value here
segmentInfo.audioAppendStart = audioBufferedEnd - this.sourceUpdater_.audioTimestampOffset();
}
-
if (this.sourceUpdater_.videoBuffered().length) {
- segmentInfo.gopsToAlignWith = gopsSafeToAlignWith(this.gopBuffer_, // since the transmuxer is using the actual timing values, but the time is
+ segmentInfo.gopsToAlignWith = gopsSafeToAlignWith(this.gopBuffer_,
+ // since the transmuxer is using the actual timing values, but the time is
// adjusted by the timestmap offset, we must adjust the value here
this.currentTime_() - this.sourceUpdater_.videoTimestampOffset(), this.timeMapping_);
}
-
return segmentInfo;
} // get the timestampoffset for a segment,
// added so that vtt segment loader can override and prevent
// adding timestamp offsets.
- ;
- _proto.timestampOffsetForSegment_ = function timestampOffsetForSegment_(options) {
+ timestampOffsetForSegment_(options) {
return timestampOffsetForSegment(options);
}
/**
@@ -57141,76 +57585,69 @@
* Object containing stats about the request timing and size
* @private
*/
- ;
- _proto.earlyAbortWhenNeeded_ = function earlyAbortWhenNeeded_(stats) {
- if (this.vhs_.tech_.paused() || // Don't abort if the current playlist is on the lowestEnabledRendition
+ earlyAbortWhenNeeded_(stats) {
+ if (this.vhs_.tech_.paused() ||
+ // Don't abort if the current playlist is on the lowestEnabledRendition
// TODO: Replace using timeout with a boolean indicating whether this playlist is
// the lowestEnabledRendition.
- !this.xhrOptions_.timeout || // Don't abort if we have no bandwidth information to estimate segment sizes
+ !this.xhrOptions_.timeout ||
+ // Don't abort if we have no bandwidth information to estimate segment sizes
!this.playlist_.attributes.BANDWIDTH) {
return;
} // Wait at least 1 second since the first byte of data has been received before
// using the calculated bandwidth from the progress event to allow the bitrate
// to stabilize
-
if (Date.now() - (stats.firstBytesReceivedAt || Date.now()) < 1000) {
return;
}
-
- var currentTime = this.currentTime_();
- var measuredBandwidth = stats.bandwidth;
- var segmentDuration = this.pendingSegment_.duration;
- var requestTimeRemaining = Playlist.estimateSegmentRequestTime(segmentDuration, measuredBandwidth, this.playlist_, stats.bytesReceived); // Subtract 1 from the timeUntilRebuffer so we still consider an early abort
+ const currentTime = this.currentTime_();
+ const measuredBandwidth = stats.bandwidth;
+ const segmentDuration = this.pendingSegment_.duration;
+ const requestTimeRemaining = Playlist.estimateSegmentRequestTime(segmentDuration, measuredBandwidth, this.playlist_, stats.bytesReceived); // Subtract 1 from the timeUntilRebuffer so we still consider an early abort
// if we are only left with less than 1 second when the request completes.
// A negative timeUntilRebuffering indicates we are already rebuffering
- var timeUntilRebuffer$1 = timeUntilRebuffer(this.buffered_(), currentTime, this.vhs_.tech_.playbackRate()) - 1; // Only consider aborting early if the estimated time to finish the download
+ const timeUntilRebuffer$1 = timeUntilRebuffer(this.buffered_(), currentTime, this.vhs_.tech_.playbackRate()) - 1; // Only consider aborting early if the estimated time to finish the download
// is larger than the estimated time until the player runs out of forward buffer
if (requestTimeRemaining <= timeUntilRebuffer$1) {
return;
}
-
- var switchCandidate = minRebufferMaxBandwidthSelector({
- master: this.vhs_.playlists.master,
- currentTime: currentTime,
+ const switchCandidate = minRebufferMaxBandwidthSelector({
+ main: this.vhs_.playlists.main,
+ currentTime,
bandwidth: measuredBandwidth,
duration: this.duration_(),
- segmentDuration: segmentDuration,
+ segmentDuration,
timeUntilRebuffer: timeUntilRebuffer$1,
currentTimeline: this.currentTimeline_,
syncController: this.syncController_
});
-
if (!switchCandidate) {
return;
}
-
- var rebufferingImpact = requestTimeRemaining - timeUntilRebuffer$1;
- var timeSavedBySwitching = rebufferingImpact - switchCandidate.rebufferingImpact;
- var minimumTimeSaving = 0.5; // If we are already rebuffering, increase the amount of variance we add to the
+ const rebufferingImpact = requestTimeRemaining - timeUntilRebuffer$1;
+ const timeSavedBySwitching = rebufferingImpact - switchCandidate.rebufferingImpact;
+ let minimumTimeSaving = 0.5; // If we are already rebuffering, increase the amount of variance we add to the
// potential round trip time of the new request so that we are not too aggressive
// with switching to a playlist that might save us a fraction of a second.
if (timeUntilRebuffer$1 <= TIME_FUDGE_FACTOR) {
minimumTimeSaving = 1;
}
-
if (!switchCandidate.playlist || switchCandidate.playlist.uri === this.playlist_.uri || timeSavedBySwitching < minimumTimeSaving) {
return;
} // set the bandwidth to that of the desired playlist being sure to scale by
// BANDWIDTH_VARIANCE and add one so the playlist selector does not exclude it
// don't trigger a bandwidthupdate as the bandwidth is artifial
-
this.bandwidth = switchCandidate.playlist.attributes.BANDWIDTH * Config.BANDWIDTH_VARIANCE + 1;
this.trigger('earlyabort');
- };
-
- _proto.handleAbort_ = function handleAbort_(segmentInfo) {
- this.logger_("Aborting " + segmentInfoString(segmentInfo));
+ }
+ handleAbort_(segmentInfo) {
+ this.logger_(`Aborting ${segmentInfoString(segmentInfo)}`);
this.mediaRequestsAborted += 1;
}
/**
@@ -57222,29 +57659,40 @@
* A simplified segment object copy
* @private
*/
- ;
- _proto.handleProgress_ = function handleProgress_(event, simpleSegment) {
+ handleProgress_(event, simpleSegment) {
this.earlyAbortWhenNeeded_(simpleSegment.stats);
-
if (this.checkForAbort_(simpleSegment.requestId)) {
return;
}
-
this.trigger('progress');
- };
-
- _proto.handleTrackInfo_ = function handleTrackInfo_(simpleSegment, trackInfo) {
+ }
+ handleTrackInfo_(simpleSegment, trackInfo) {
+ const {
+ hasAudio,
+ hasVideo
+ } = trackInfo;
+ const metadata = {
+ segmentInfo: segmentInfoPayload({
+ type: this.loaderType_,
+ segment: simpleSegment
+ }),
+ trackInfo: {
+ hasAudio,
+ hasVideo
+ }
+ };
+ this.trigger({
+ type: 'segmenttransmuxingtrackinfoavailable',
+ metadata
+ });
this.earlyAbortWhenNeeded_(simpleSegment.stats);
-
if (this.checkForAbort_(simpleSegment.requestId)) {
return;
}
-
if (this.checkForIllegalMediaSwitch(trackInfo)) {
return;
}
-
trackInfo = trackInfo || {}; // When we have track info, determine what media types this loader is dealing with.
// Guard against cases where we're not getting track info at all until we are
// certain that all streams will provide it.
@@ -57261,66 +57709,54 @@
} // trackinfo may cause an abort if the trackinfo
// causes a codec change to an unsupported codec.
-
if (this.checkForAbort_(simpleSegment.requestId)) {
return;
} // set trackinfo on the pending segment so that
// it can append.
-
this.pendingSegment_.trackInfo = trackInfo; // check if any calls were waiting on the track info
if (this.hasEnoughInfoToAppend_()) {
this.processCallQueue_();
}
- };
-
- _proto.handleTimingInfo_ = function handleTimingInfo_(simpleSegment, mediaType, timeType, time) {
+ }
+ handleTimingInfo_(simpleSegment, mediaType, timeType, time) {
this.earlyAbortWhenNeeded_(simpleSegment.stats);
-
if (this.checkForAbort_(simpleSegment.requestId)) {
return;
}
-
- var segmentInfo = this.pendingSegment_;
- var timingInfoProperty = timingInfoPropertyForMedia(mediaType);
+ const segmentInfo = this.pendingSegment_;
+ const timingInfoProperty = timingInfoPropertyForMedia(mediaType);
segmentInfo[timingInfoProperty] = segmentInfo[timingInfoProperty] || {};
segmentInfo[timingInfoProperty][timeType] = time;
- this.logger_("timinginfo: " + mediaType + " - " + timeType + " - " + time); // check if any calls were waiting on the timing info
+ this.logger_(`timinginfo: ${mediaType} - ${timeType} - ${time}`); // check if any calls were waiting on the timing info
if (this.hasEnoughInfoToAppend_()) {
this.processCallQueue_();
}
- };
-
- _proto.handleCaptions_ = function handleCaptions_(simpleSegment, captionData) {
- var _this2 = this;
-
+ }
+ handleCaptions_(simpleSegment, captionData) {
this.earlyAbortWhenNeeded_(simpleSegment.stats);
-
if (this.checkForAbort_(simpleSegment.requestId)) {
return;
} // This could only happen with fmp4 segments, but
// should still not happen in general
-
if (captionData.length === 0) {
this.logger_('SegmentLoader received no captions from a caption event');
return;
}
-
- var segmentInfo = this.pendingSegment_; // Wait until we have some video data so that caption timing
+ const segmentInfo = this.pendingSegment_; // Wait until we have some video data so that caption timing
// can be adjusted by the timestamp offset
if (!segmentInfo.hasAppendedData_) {
this.metadataQueue_.caption.push(this.handleCaptions_.bind(this, simpleSegment, captionData));
return;
}
+ const timestampOffset = this.sourceUpdater_.videoTimestampOffset() === null ? this.sourceUpdater_.audioTimestampOffset() : this.sourceUpdater_.videoTimestampOffset();
+ const captionTracks = {}; // get total start/end and captions for each track/stream
- var timestampOffset = this.sourceUpdater_.videoTimestampOffset() === null ? this.sourceUpdater_.audioTimestampOffset() : this.sourceUpdater_.videoTimestampOffset();
- var captionTracks = {}; // get total start/end and captions for each track/stream
-
- captionData.forEach(function (caption) {
+ captionData.forEach(caption => {
// caption.stream is actually a track name...
// set to the existing values in tracks or default values
captionTracks[caption.stream] = captionTracks[caption.stream] || {
@@ -57330,21 +57766,20 @@
// 0 as an other value will be more than this
endTime: 0
};
- var captionTrack = captionTracks[caption.stream];
+ const captionTrack = captionTracks[caption.stream];
captionTrack.startTime = Math.min(captionTrack.startTime, caption.startTime + timestampOffset);
captionTrack.endTime = Math.max(captionTrack.endTime, caption.endTime + timestampOffset);
captionTrack.captions.push(caption);
});
- Object.keys(captionTracks).forEach(function (trackName) {
- var _captionTracks$trackN = captionTracks[trackName],
- startTime = _captionTracks$trackN.startTime,
- endTime = _captionTracks$trackN.endTime,
- captions = _captionTracks$trackN.captions;
- var inbandTextTracks = _this2.inbandTextTracks_;
-
- _this2.logger_("adding cues from " + startTime + " -> " + endTime + " for " + trackName);
-
- createCaptionsTrackIfNotExists(inbandTextTracks, _this2.vhs_.tech_, trackName); // clear out any cues that start and end at the same time period for the same track.
+ Object.keys(captionTracks).forEach(trackName => {
+ const {
+ startTime,
+ endTime,
+ captions
+ } = captionTracks[trackName];
+ const inbandTextTracks = this.inbandTextTracks_;
+ this.logger_(`adding cues from ${startTime} -> ${endTime} for ${trackName}`);
+ createCaptionsTrackIfNotExists(inbandTextTracks, this.vhs_.tech_, trackName); // clear out any cues that start and end at the same time period for the same track.
// We do this because a rendition change that also changes the timescale for captions
// will result in captions being re-parsed for certain segments. If we add them again
// without clearing we will have two of the same captions visible.
@@ -57352,8 +57787,8 @@
removeCuesFromTrack(startTime, endTime, inbandTextTracks[trackName]);
addCaptionData({
captionArray: captions,
- inbandTextTracks: inbandTextTracks,
- timestampOffset: timestampOffset
+ inbandTextTracks,
+ timestampOffset
});
}); // Reset stored captions since we added parsed
// captions to a text track at this point
@@ -57363,66 +57798,41 @@
action: 'clearParsedMp4Captions'
});
}
- };
-
- _proto.handleId3_ = function handleId3_(simpleSegment, id3Frames, dispatchType) {
+ }
+ handleId3_(simpleSegment, id3Frames, dispatchType) {
this.earlyAbortWhenNeeded_(simpleSegment.stats);
-
if (this.checkForAbort_(simpleSegment.requestId)) {
return;
}
-
- var segmentInfo = this.pendingSegment_; // we need to have appended data in order for the timestamp offset to be set
+ const segmentInfo = this.pendingSegment_; // we need to have appended data in order for the timestamp offset to be set
if (!segmentInfo.hasAppendedData_) {
this.metadataQueue_.id3.push(this.handleId3_.bind(this, simpleSegment, id3Frames, dispatchType));
return;
}
-
- var timestampOffset = this.sourceUpdater_.videoTimestampOffset() === null ? this.sourceUpdater_.audioTimestampOffset() : this.sourceUpdater_.videoTimestampOffset(); // There's potentially an issue where we could double add metadata if there's a muxed
- // audio/video source with a metadata track, and an alt audio with a metadata track.
- // However, this probably won't happen, and if it does it can be handled then.
-
- createMetadataTrackIfNotExists(this.inbandTextTracks_, dispatchType, this.vhs_.tech_);
- addMetadata({
- inbandTextTracks: this.inbandTextTracks_,
- metadataArray: id3Frames,
- timestampOffset: timestampOffset,
- videoDuration: this.duration_()
- });
- };
-
- _proto.processMetadataQueue_ = function processMetadataQueue_() {
- this.metadataQueue_.id3.forEach(function (fn) {
- return fn();
- });
- this.metadataQueue_.caption.forEach(function (fn) {
- return fn();
- });
+ this.addMetadataToTextTrack(dispatchType, id3Frames, this.duration_());
+ }
+ processMetadataQueue_() {
+ this.metadataQueue_.id3.forEach(fn => fn());
+ this.metadataQueue_.caption.forEach(fn => fn());
this.metadataQueue_.id3 = [];
this.metadataQueue_.caption = [];
- };
-
- _proto.processCallQueue_ = function processCallQueue_() {
- var callQueue = this.callQueue_; // Clear out the queue before the queued functions are run, since some of the
+ }
+ processCallQueue_() {
+ const callQueue = this.callQueue_; // Clear out the queue before the queued functions are run, since some of the
// functions may check the length of the load queue and default to pushing themselves
// back onto the queue.
this.callQueue_ = [];
- callQueue.forEach(function (fun) {
- return fun();
- });
- };
-
- _proto.processLoadQueue_ = function processLoadQueue_() {
- var loadQueue = this.loadQueue_; // Clear out the queue before the queued functions are run, since some of the
+ callQueue.forEach(fun => fun());
+ }
+ processLoadQueue_() {
+ const loadQueue = this.loadQueue_; // Clear out the queue before the queued functions are run, since some of the
// functions may check the length of the load queue and default to pushing themselves
// back onto the queue.
this.loadQueue_ = [];
- loadQueue.forEach(function (fun) {
- return fun();
- });
+ loadQueue.forEach(fun => fun());
}
/**
* Determines whether the loader has enough info to load the next segment.
@@ -57430,16 +57840,14 @@
* @return {boolean}
* Whether or not the loader has enough info to load the next segment
*/
- ;
- _proto.hasEnoughInfoToLoad_ = function hasEnoughInfoToLoad_() {
+ hasEnoughInfoToLoad_() {
// Since primary timing goes by video, only the audio loader potentially needs to wait
// to load.
if (this.loaderType_ !== 'audio') {
return true;
}
-
- var segmentInfo = this.pendingSegment_; // A fill buffer must have already run to establish a pending segment before there's
+ const segmentInfo = this.pendingSegment_; // A fill buffer must have already run to establish a pending segment before there's
// enough info to load.
if (!segmentInfo) {
@@ -57449,12 +57857,11 @@
// audio and video data to determine whether to create audio/video source buffers, and
// uses processed (transmuxed or parsed) media to determine the types required.
-
if (!this.getCurrentMediaInfo_()) {
return true;
}
-
- if ( // Technically, instead of waiting to load a segment on timeline changes, a segment
+ if (
+ // Technically, instead of waiting to load a segment on timeline changes, a segment
// can be requested and downloaded and only wait before it is transmuxed or parsed.
// But in practice, there are a few reasons why it is better to wait until a loader
// is ready to append that segment before requesting and downloading:
@@ -57476,60 +57883,51 @@
loaderType: this.loaderType_,
audioDisabled: this.audioDisabled_
})) {
+ if (shouldFixBadTimelineChanges(this.timelineChangeController_)) {
+ fixBadTimelineChange(this);
+ }
return false;
}
-
return true;
- };
-
- _proto.getCurrentMediaInfo_ = function getCurrentMediaInfo_(segmentInfo) {
- if (segmentInfo === void 0) {
- segmentInfo = this.pendingSegment_;
- }
-
+ }
+ getCurrentMediaInfo_(segmentInfo = this.pendingSegment_) {
return segmentInfo && segmentInfo.trackInfo || this.currentMediaInfo_;
- };
-
- _proto.getMediaInfo_ = function getMediaInfo_(segmentInfo) {
- if (segmentInfo === void 0) {
- segmentInfo = this.pendingSegment_;
- }
-
+ }
+ getMediaInfo_(segmentInfo = this.pendingSegment_) {
return this.getCurrentMediaInfo_(segmentInfo) || this.startingMediaInfo_;
- };
-
- _proto.hasEnoughInfoToAppend_ = function hasEnoughInfoToAppend_() {
+ }
+ getPendingSegmentPlaylist() {
+ return this.pendingSegment_ ? this.pendingSegment_.playlist : null;
+ }
+ hasEnoughInfoToAppend_() {
if (!this.sourceUpdater_.ready()) {
return false;
} // If content needs to be removed or the loader is waiting on an append reattempt,
// then no additional content should be appended until the prior append is resolved.
-
if (this.waitingOnRemove_ || this.quotaExceededErrorRetryTimeout_) {
return false;
}
-
- var segmentInfo = this.pendingSegment_;
- var trackInfo = this.getCurrentMediaInfo_(); // no segment to append any data for or
+ const segmentInfo = this.pendingSegment_;
+ const trackInfo = this.getCurrentMediaInfo_(); // no segment to append any data for or
// we do not have information on this specific
// segment yet
if (!segmentInfo || !trackInfo) {
return false;
}
-
- var hasAudio = trackInfo.hasAudio,
- hasVideo = trackInfo.hasVideo,
- isMuxed = trackInfo.isMuxed;
-
+ const {
+ hasAudio,
+ hasVideo,
+ isMuxed
+ } = trackInfo;
if (hasVideo && !segmentInfo.videoTimingInfo) {
return false;
} // muxed content only relies on video timing information for now.
-
if (hasAudio && !this.audioDisabled_ && !isMuxed && !segmentInfo.audioTimingInfo) {
return false;
- }
+ } // we need to allow an append here even if we're moving to different timelines.
if (shouldWaitForTimelineChange({
timelineChangeController: this.timelineChangeController_,
@@ -57538,27 +57936,25 @@
loaderType: this.loaderType_,
audioDisabled: this.audioDisabled_
})) {
+ if (shouldFixBadTimelineChanges(this.timelineChangeController_)) {
+ fixBadTimelineChange(this);
+ }
return false;
}
-
return true;
- };
-
- _proto.handleData_ = function handleData_(simpleSegment, result) {
+ }
+ handleData_(simpleSegment, result) {
this.earlyAbortWhenNeeded_(simpleSegment.stats);
-
if (this.checkForAbort_(simpleSegment.requestId)) {
return;
} // If there's anything in the call queue, then this data came later and should be
// executed after the calls currently queued.
-
if (this.callQueue_.length || !this.hasEnoughInfoToAppend_()) {
this.callQueue_.push(this.handleData_.bind(this, simpleSegment, result));
return;
}
-
- var segmentInfo = this.pendingSegment_; // update the time mapping so we can translate from display time to media time
+ const segmentInfo = this.pendingSegment_; // update the time mapping so we can translate from display time to media time
this.setTimeMapping_(segmentInfo.timeline); // for tracking overall stats
@@ -57573,43 +57969,37 @@
} // if this request included an initialization segment, save that data
// to the initSegment cache
-
if (simpleSegment.map) {
simpleSegment.map = this.initSegmentForMap(simpleSegment.map, true); // move over init segment properties to media request
segmentInfo.segment.map = simpleSegment.map;
} // if this request included a segment key, save that data in the cache
-
if (simpleSegment.key) {
this.segmentKey(simpleSegment.key, true);
}
-
segmentInfo.isFmp4 = simpleSegment.isFmp4;
segmentInfo.timingInfo = segmentInfo.timingInfo || {};
-
if (segmentInfo.isFmp4) {
this.trigger('fmp4');
segmentInfo.timingInfo.start = segmentInfo[timingInfoPropertyForMedia(result.type)].start;
} else {
- var trackInfo = this.getCurrentMediaInfo_();
- var useVideoTimingInfo = this.loaderType_ === 'main' && trackInfo && trackInfo.hasVideo;
- var firstVideoFrameTimeForData;
-
+ const trackInfo = this.getCurrentMediaInfo_();
+ const useVideoTimingInfo = this.loaderType_ === 'main' && trackInfo && trackInfo.hasVideo;
+ let firstVideoFrameTimeForData;
if (useVideoTimingInfo) {
firstVideoFrameTimeForData = segmentInfo.videoTimingInfo.start;
} // Segment loader knows more about segment timing than the transmuxer (in certain
// aspects), so make any changes required for a more accurate start time.
// Don't set the end time yet, as the segment may not be finished processing.
-
segmentInfo.timingInfo.start = this.trueSegmentStart_({
currentStart: segmentInfo.timingInfo.start,
playlist: segmentInfo.playlist,
mediaIndex: segmentInfo.mediaIndex,
currentVideoTimestampOffset: this.sourceUpdater_.videoTimestampOffset(),
- useVideoTimingInfo: useVideoTimingInfo,
- firstVideoFrameTimeForData: firstVideoFrameTimeForData,
+ useVideoTimingInfo,
+ firstVideoFrameTimeForData,
videoTimingInfo: segmentInfo.videoTimingInfo,
audioTimingInfo: segmentInfo.audioTimingInfo
});
@@ -57617,7 +58007,6 @@
// that data is about to be appended, we can check the final cases to determine
// whether we should append an init segment.
-
this.updateAppendInitSegmentStatus(segmentInfo, result.type); // Timestamp offset should be updated once we get new data and have its timing info,
// as we use the start of the segment to offset the best guess (playlist provided)
// timestamp offset.
@@ -57631,10 +58020,10 @@
// and the main reason we make a sync request.
this.updateTimingInfoEnd_(segmentInfo);
this.syncController_.saveSegmentTimingInfo({
- segmentInfo: segmentInfo,
+ segmentInfo,
shouldSaveTimelineMapping: this.loaderType_ === 'main'
});
- var next = this.chooseNextRequest_(); // If the sync request isn't the segment that would be requested next
+ const next = this.chooseNextRequest_(); // If the sync request isn't the segment that would be requested next
// after taking into account its timing info, do not append it.
if (next.mediaIndex !== segmentInfo.mediaIndex || next.partIndex !== segmentInfo.partIndex) {
@@ -57642,23 +58031,21 @@
return;
} // otherwise append it like any other segment as our guess was correct.
-
this.logger_('sync segment was correct, appending');
} // Save some state so that in the future anything waiting on first append (and/or
// timestamp offset(s)) can process immediately. While the extra state isn't optimal,
// we need some notion of whether the timestamp offset or other relevant information
// has had a chance to be set.
-
segmentInfo.hasAppendedData_ = true; // Now that the timestamp offset should be set, we can append any waiting ID3 tags.
this.processMetadataQueue_();
this.appendData_(segmentInfo, result);
- };
-
- _proto.updateAppendInitSegmentStatus = function updateAppendInitSegmentStatus(segmentInfo, type) {
+ }
+ updateAppendInitSegmentStatus(segmentInfo, type) {
// alt audio doesn't manage timestamp offset
- if (this.loaderType_ === 'main' && typeof segmentInfo.timestampOffset === 'number' && // in the case that we're handling partial data, we don't want to append an init
+ if (this.loaderType_ === 'main' && typeof segmentInfo.timestampOffset === 'number' &&
+ // in the case that we're handling partial data, we don't want to append an init
// segment for each chunk
!segmentInfo.changedTimestampOffset) {
// if the timestamp offset changed, the timeline may have changed, so we have to re-
@@ -57668,27 +58055,25 @@
video: true
};
}
-
if (this.playlistOfLastInitSegment_[type] !== segmentInfo.playlist) {
// make sure we append init segment on playlist changes, in case the media config
// changed
this.appendInitSegment_[type] = true;
}
- };
-
- _proto.getInitSegmentAndUpdateState_ = function getInitSegmentAndUpdateState_(_ref4) {
- var type = _ref4.type,
- initSegment = _ref4.initSegment,
- map = _ref4.map,
- playlist = _ref4.playlist; // "The EXT-X-MAP tag specifies how to obtain the Media Initialization Section
+ }
+ getInitSegmentAndUpdateState_({
+ type,
+ initSegment,
+ map,
+ playlist
+ }) {
+ // "The EXT-X-MAP tag specifies how to obtain the Media Initialization Section
// (Section 3) required to parse the applicable Media Segments. It applies to every
// Media Segment that appears after it in the Playlist until the next EXT-X-MAP tag
// or until the end of the playlist."
// https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.2.5
-
if (map) {
- var id = initSegmentId(map);
-
+ const id = initSegmentId(map);
if (this.activeInitSegmentId_ === id) {
// don't need to re-append the init segment if the ID matches
return null;
@@ -57697,7 +58082,6 @@
//
// this also caches the init segment for later use
-
initSegment = this.initSegmentForMap(map, true).bytes;
this.activeInitSegmentId_ = id;
} // We used to always prepend init segments for video, however, that shouldn't be
@@ -57706,7 +58090,6 @@
// frame-by-frame appending for LHLS, simply because of the increased quantity of
// appends.
-
if (initSegment && this.appendInitSegment_[type]) {
// Make sure we track the playlist that we last used for the init segment, so that
// we can re-append the init segment in the event that we get data from a new
@@ -57719,40 +58102,34 @@
this.activeInitSegmentId_ = null;
return initSegment;
}
-
return null;
- };
-
- _proto.handleQuotaExceededError_ = function handleQuotaExceededError_(_ref5, error) {
- var _this3 = this;
-
- var segmentInfo = _ref5.segmentInfo,
- type = _ref5.type,
- bytes = _ref5.bytes;
- var audioBuffered = this.sourceUpdater_.audioBuffered();
- var videoBuffered = this.sourceUpdater_.videoBuffered(); // For now we're ignoring any notion of gaps in the buffer, but they, in theory,
+ }
+ handleQuotaExceededError_({
+ segmentInfo,
+ type,
+ bytes
+ }, error) {
+ const audioBuffered = this.sourceUpdater_.audioBuffered();
+ const videoBuffered = this.sourceUpdater_.videoBuffered(); // For now we're ignoring any notion of gaps in the buffer, but they, in theory,
// should be cleared out during the buffer removals. However, log in case it helps
// debug.
if (audioBuffered.length > 1) {
this.logger_('On QUOTA_EXCEEDED_ERR, found gaps in the audio buffer: ' + timeRangesToArray(audioBuffered).join(', '));
}
-
if (videoBuffered.length > 1) {
this.logger_('On QUOTA_EXCEEDED_ERR, found gaps in the video buffer: ' + timeRangesToArray(videoBuffered).join(', '));
}
-
- var audioBufferStart = audioBuffered.length ? audioBuffered.start(0) : 0;
- var audioBufferEnd = audioBuffered.length ? audioBuffered.end(audioBuffered.length - 1) : 0;
- var videoBufferStart = videoBuffered.length ? videoBuffered.start(0) : 0;
- var videoBufferEnd = videoBuffered.length ? videoBuffered.end(videoBuffered.length - 1) : 0;
-
+ const audioBufferStart = audioBuffered.length ? audioBuffered.start(0) : 0;
+ const audioBufferEnd = audioBuffered.length ? audioBuffered.end(audioBuffered.length - 1) : 0;
+ const videoBufferStart = videoBuffered.length ? videoBuffered.start(0) : 0;
+ const videoBufferEnd = videoBuffered.length ? videoBuffered.end(videoBuffered.length - 1) : 0;
if (audioBufferEnd - audioBufferStart <= MIN_BACK_BUFFER && videoBufferEnd - videoBufferStart <= MIN_BACK_BUFFER) {
// Can't remove enough buffer to make room for new segment (or the browser doesn't
// allow for appends of segments this size). In the future, it may be possible to
// split up the segment and append in pieces, but for now, error out this playlist
// in an attempt to switch to a more manageable rendition.
- this.logger_('On QUOTA_EXCEEDED_ERR, single segment too large to append to ' + 'buffer, triggering an error. ' + ("Appended byte length: " + bytes.byteLength + ", ") + ("audio buffer: " + timeRangesToArray(audioBuffered).join(', ') + ", ") + ("video buffer: " + timeRangesToArray(videoBuffered).join(', ') + ", "));
+ this.logger_('On QUOTA_EXCEEDED_ERR, single segment too large to append to ' + 'buffer, triggering an error. ' + `Appended byte length: ${bytes.byteLength}, ` + `audio buffer: ${timeRangesToArray(audioBuffered).join(', ')}, ` + `video buffer: ${timeRangesToArray(videoBuffered).join(', ')}, `);
this.error({
message: 'Quota exceeded error with append of a single segment of content',
excludeUntil: Infinity
@@ -57772,75 +58149,73 @@
// the availability of clearing out seconds of back buffer to make room for audio).
// But it might still be good to handle this case in the future as a TODO.
-
this.waitingOnRemove_ = true;
this.callQueue_.push(this.appendToSourceBuffer_.bind(this, {
- segmentInfo: segmentInfo,
- type: type,
- bytes: bytes
+ segmentInfo,
+ type,
+ bytes
}));
- var currentTime = this.currentTime_(); // Try to remove as much audio and video as possible to make room for new content
+ const currentTime = this.currentTime_(); // Try to remove as much audio and video as possible to make room for new content
// before retrying.
- var timeToRemoveUntil = currentTime - MIN_BACK_BUFFER;
- this.logger_("On QUOTA_EXCEEDED_ERR, removing audio/video from 0 to " + timeToRemoveUntil);
- this.remove(0, timeToRemoveUntil, function () {
- _this3.logger_("On QUOTA_EXCEEDED_ERR, retrying append in " + MIN_BACK_BUFFER + "s");
-
- _this3.waitingOnRemove_ = false; // wait the length of time alotted in the back buffer to prevent wasted
+ const timeToRemoveUntil = currentTime - MIN_BACK_BUFFER;
+ this.logger_(`On QUOTA_EXCEEDED_ERR, removing audio/video from 0 to ${timeToRemoveUntil}`);
+ this.remove(0, timeToRemoveUntil, () => {
+ this.logger_(`On QUOTA_EXCEEDED_ERR, retrying append in ${MIN_BACK_BUFFER}s`);
+ this.waitingOnRemove_ = false; // wait the length of time alotted in the back buffer to prevent wasted
// attempts (since we can't clear less than the minimum)
- _this3.quotaExceededErrorRetryTimeout_ = window.setTimeout(function () {
- _this3.logger_('On QUOTA_EXCEEDED_ERR, re-processing call queue');
-
- _this3.quotaExceededErrorRetryTimeout_ = null;
-
- _this3.processCallQueue_();
+ this.quotaExceededErrorRetryTimeout_ = window.setTimeout(() => {
+ this.logger_('On QUOTA_EXCEEDED_ERR, re-processing call queue');
+ this.quotaExceededErrorRetryTimeout_ = null;
+ this.processCallQueue_();
}, MIN_BACK_BUFFER * 1000);
}, true);
- };
-
- _proto.handleAppendError_ = function handleAppendError_(_ref6, error) {
- var segmentInfo = _ref6.segmentInfo,
- type = _ref6.type,
- bytes = _ref6.bytes; // if there's no error, nothing to do
-
+ }
+ handleAppendError_({
+ segmentInfo,
+ type,
+ bytes
+ }, error) {
+ // if there's no error, nothing to do
if (!error) {
return;
}
-
if (error.code === QUOTA_EXCEEDED_ERR) {
this.handleQuotaExceededError_({
- segmentInfo: segmentInfo,
- type: type,
- bytes: bytes
+ segmentInfo,
+ type,
+ bytes
}); // A quota exceeded error should be recoverable with a future re-append, so no need
// to trigger an append error.
return;
}
-
- this.logger_('Received non QUOTA_EXCEEDED_ERR on append', error);
- this.error(type + " append of " + bytes.length + "b failed for segment " + ("#" + segmentInfo.mediaIndex + " in playlist " + segmentInfo.playlist.id)); // If an append errors, we often can't recover.
+ this.logger_('Received non QUOTA_EXCEEDED_ERR on append', error); // If an append errors, we often can't recover.
// (see https://w3c.github.io/media-source/#sourcebuffer-append-error).
//
// Trigger a special error so that it can be handled separately from normal,
// recoverable errors.
+ this.error({
+ message: `${type} append of ${bytes.length}b failed for segment ` + `#${segmentInfo.mediaIndex} in playlist ${segmentInfo.playlist.id}`,
+ metadata: {
+ errorType: videojs.Error.StreamingFailedToAppendSegment
+ }
+ });
this.trigger('appenderror');
- };
-
- _proto.appendToSourceBuffer_ = function appendToSourceBuffer_(_ref7) {
- var segmentInfo = _ref7.segmentInfo,
- type = _ref7.type,
- initSegment = _ref7.initSegment,
- data = _ref7.data,
- bytes = _ref7.bytes; // If this is a re-append, bytes were already created and don't need to be recreated
-
+ }
+ appendToSourceBuffer_({
+ segmentInfo,
+ type,
+ initSegment,
+ data,
+ bytes
+ }) {
+ // If this is a re-append, bytes were already created and don't need to be recreated
if (!bytes) {
- var segments = [data];
- var byteLength = data.byteLength;
-
+ const segments = [data];
+ let byteLength = data.byteLength;
if (initSegment) {
// if the media initialization segment is changing, append it before the content
// segment
@@ -57849,36 +58224,40 @@
} // Technically we should be OK appending the init segment separately, however, we
// haven't yet tested that, and prepending is how we have always done things.
-
bytes = concatSegments({
bytes: byteLength,
- segments: segments
+ segments
});
}
-
+ const metadata = {
+ segmentInfo: segmentInfoPayload({
+ type: this.loaderType_,
+ segment: segmentInfo
+ })
+ };
+ this.trigger({
+ type: 'segmentappendstart',
+ metadata
+ });
this.sourceUpdater_.appendBuffer({
- segmentInfo: segmentInfo,
- type: type,
- bytes: bytes
+ segmentInfo,
+ type,
+ bytes
}, this.handleAppendError_.bind(this, {
- segmentInfo: segmentInfo,
- type: type,
- bytes: bytes
+ segmentInfo,
+ type,
+ bytes
}));
- };
-
- _proto.handleSegmentTimingInfo_ = function handleSegmentTimingInfo_(type, requestId, segmentTimingInfo) {
+ }
+ handleSegmentTimingInfo_(type, requestId, segmentTimingInfo) {
if (!this.pendingSegment_ || requestId !== this.pendingSegment_.requestId) {
return;
}
-
- var segment = this.pendingSegment_.segment;
- var timingInfoProperty = type + "TimingInfo";
-
+ const segment = this.pendingSegment_.segment;
+ const timingInfoProperty = `${type}TimingInfo`;
if (!segment[timingInfoProperty]) {
segment[timingInfoProperty] = {};
}
-
segment[timingInfoProperty].transmuxerPrependedSeconds = segmentTimingInfo.prependedContentDuration || 0;
segment[timingInfoProperty].transmuxedPresentationStart = segmentTimingInfo.start.presentation;
segment[timingInfoProperty].transmuxedDecodeStart = segmentTimingInfo.start.decode;
@@ -57886,31 +58265,29 @@
segment[timingInfoProperty].transmuxedDecodeEnd = segmentTimingInfo.end.decode; // mainly used as a reference for debugging
segment[timingInfoProperty].baseMediaDecodeTime = segmentTimingInfo.baseMediaDecodeTime;
- };
-
- _proto.appendData_ = function appendData_(segmentInfo, result) {
- var type = result.type,
- data = result.data;
-
+ }
+ appendData_(segmentInfo, result) {
+ const {
+ type,
+ data
+ } = result;
if (!data || !data.byteLength) {
return;
}
-
if (type === 'audio' && this.audioDisabled_) {
return;
}
-
- var initSegment = this.getInitSegmentAndUpdateState_({
- type: type,
+ const initSegment = this.getInitSegmentAndUpdateState_({
+ type,
initSegment: result.initSegment,
playlist: segmentInfo.playlist,
map: segmentInfo.isFmp4 ? segmentInfo.segment.map : null
});
this.appendToSourceBuffer_({
- segmentInfo: segmentInfo,
- type: type,
- initSegment: initSegment,
- data: data
+ segmentInfo,
+ type,
+ initSegment,
+ data
});
}
/**
@@ -57918,15 +58295,11 @@
*
* @private
*/
- ;
-
- _proto.loadSegment_ = function loadSegment_(segmentInfo) {
- var _this4 = this;
+ loadSegment_(segmentInfo) {
this.state = 'WAITING';
this.pendingSegment_ = segmentInfo;
this.trimBackBuffer_(segmentInfo);
-
if (typeof segmentInfo.timestampOffset === 'number') {
if (this.transmuxer_) {
this.transmuxer_.postMessage({
@@ -57934,35 +58307,27 @@
});
}
}
-
if (!this.hasEnoughInfoToLoad_()) {
- this.loadQueue_.push(function () {
+ this.loadQueue_.push(() => {
// regenerate the audioAppendStart, timestampOffset, etc as they
// may have changed since this function was added to the queue.
- var options = _extends_1({}, segmentInfo, {
+ const options = _extends$1({}, segmentInfo, {
forceTimestampOffset: true
});
-
- _extends_1(segmentInfo, _this4.generateSegmentInfo_(options));
-
- _this4.isPendingTimestampOffset_ = false;
-
- _this4.updateTransmuxerAndRequestSegment_(segmentInfo);
+ _extends$1(segmentInfo, this.generateSegmentInfo_(options));
+ this.isPendingTimestampOffset_ = false;
+ this.updateTransmuxerAndRequestSegment_(segmentInfo);
});
return;
}
-
this.updateTransmuxerAndRequestSegment_(segmentInfo);
- };
-
- _proto.updateTransmuxerAndRequestSegment_ = function updateTransmuxerAndRequestSegment_(segmentInfo) {
- var _this5 = this; // We'll update the source buffer's timestamp offset once we have transmuxed data, but
+ }
+ updateTransmuxerAndRequestSegment_(segmentInfo) {
+ // We'll update the source buffer's timestamp offset once we have transmuxed data, but
// the transmuxer still needs to be updated before then.
//
// Even though keepOriginalTimestamps is set to true for the transmuxer, timestamp
// offset must be passed to the transmuxer for stream correcting adjustments.
-
-
if (this.shouldUpdateTransmuxerTimestampOffset_(segmentInfo.timestampOffset)) {
this.gopBuffer_.length = 0; // gopsToAlignWith was set before the GOP buffer was cleared
@@ -57977,15 +58342,17 @@
timestampOffset: segmentInfo.timestampOffset
});
}
-
- var simpleSegment = this.createSimplifiedSegmentObj_(segmentInfo);
- var isEndOfStream = this.isEndOfStream_(segmentInfo.mediaIndex, segmentInfo.playlist, segmentInfo.partIndex);
- var isWalkingForward = this.mediaIndex !== null;
- var isDiscontinuity = segmentInfo.timeline !== this.currentTimeline_ && // currentTimeline starts at -1, so we shouldn't end the timeline switching to 0,
+ const simpleSegment = this.createSimplifiedSegmentObj_(segmentInfo);
+ const isEndOfStream = this.isEndOfStream_(segmentInfo.mediaIndex, segmentInfo.playlist, segmentInfo.partIndex);
+ const isWalkingForward = this.mediaIndex !== null;
+ const isDiscontinuity = segmentInfo.timeline !== this.currentTimeline_ &&
+ // currentTimeline starts at -1, so we shouldn't end the timeline switching to 0,
// the first timeline
segmentInfo.timeline > 0;
- var isEndOfTimeline = isEndOfStream || isWalkingForward && isDiscontinuity;
- this.logger_("Requesting " + segmentInfoString(segmentInfo)); // If there's an init segment associated with this segment, but it is not cached (identified by a lack of bytes),
+ const isEndOfTimeline = isEndOfStream || isWalkingForward && isDiscontinuity;
+ this.logger_(`Requesting
+${compactSegmentUrlDescription(segmentInfo.uri)}
+${segmentInfoString(segmentInfo)}`); // If there's an init segment associated with this segment, but it is not cached (identified by a lack of bytes),
// then this init segment has never been seen before and should be appended.
//
// At this point the content type (audio/video or both) is not yet known, but it should be safe to set
@@ -57998,7 +58365,6 @@
audio: true
};
}
-
segmentInfo.abortRequests = mediaSegmentRequest({
xhr: this.vhs_.xhr,
xhrOptions: this.xhrOptions_,
@@ -58011,19 +58377,47 @@
videoSegmentTimingInfoFn: this.handleSegmentTimingInfo_.bind(this, 'video', segmentInfo.requestId),
audioSegmentTimingInfoFn: this.handleSegmentTimingInfo_.bind(this, 'audio', segmentInfo.requestId),
captionsFn: this.handleCaptions_.bind(this),
- isEndOfTimeline: isEndOfTimeline,
- endedTimelineFn: function endedTimelineFn() {
- _this5.logger_('received endedtimeline callback');
+ isEndOfTimeline,
+ endedTimelineFn: () => {
+ this.logger_('received endedtimeline callback');
},
id3Fn: this.handleId3_.bind(this),
dataFn: this.handleData_.bind(this),
doneFn: this.segmentRequestFinished_.bind(this),
- onTransmuxerLog: function onTransmuxerLog(_ref8) {
- var message = _ref8.message,
- level = _ref8.level,
- stream = _ref8.stream;
+ onTransmuxerLog: ({
+ message,
+ level,
+ stream
+ }) => {
+ this.logger_(`${segmentInfoString(segmentInfo)} logged from transmuxer stream ${stream} as a ${level}: ${message}`);
+ },
+ triggerSegmentEventFn: ({
+ type,
+ segment,
+ keyInfo,
+ trackInfo,
+ timingInfo
+ }) => {
+ const segInfo = segmentInfoPayload({
+ segment
+ });
+ const metadata = {
+ segmentInfo: segInfo
+ }; // add other properties if necessary.
- _this5.logger_(segmentInfoString(segmentInfo) + " logged from transmuxer stream " + stream + " as a " + level + ": " + message);
+ if (keyInfo) {
+ metadata.keyInfo = keyInfo;
+ }
+ if (trackInfo) {
+ metadata.trackInfo = trackInfo;
+ }
+ if (timingInfo) {
+ metadata.timingInfo = timingInfo;
+ }
+ this.trigger({
+ type,
+ metadata
+ });
}
});
}
@@ -58035,10 +58429,9 @@
*
* @param {Object} segmentInfo - the current segment
*/
- ;
- _proto.trimBackBuffer_ = function trimBackBuffer_(segmentInfo) {
- var removeToTime = safeBackBufferTrimTime(this.seekable_(), this.currentTime_(), this.playlist_.targetDuration || 10); // Chrome has a hard limit of 150MB of
+ trimBackBuffer_(segmentInfo) {
+ const removeToTime = safeBackBufferTrimTime(this.seekable_(), this.currentTime_(), this.playlist_.targetDuration || 10); // Chrome has a hard limit of 150MB of
// buffer and a very conservative "garbage collector"
// We manually clear out the old buffer to ensure
// we don't trigger the QuotaExceeded error
@@ -58057,22 +58450,27 @@
* @param {Object} segmentInfo - the current segment
* @return {Object} a simplified segment object copy
*/
- ;
- _proto.createSimplifiedSegmentObj_ = function createSimplifiedSegmentObj_(segmentInfo) {
- var segment = segmentInfo.segment;
- var part = segmentInfo.part;
- var simpleSegment = {
+ createSimplifiedSegmentObj_(segmentInfo) {
+ const segment = segmentInfo.segment;
+ const part = segmentInfo.part;
+ const isEncrypted = segmentInfo.segment.key || segmentInfo.segment.map && segmentInfo.segment.map.key;
+ const isMediaInitialization = segmentInfo.segment.map && !segmentInfo.segment.map.bytes;
+ const simpleSegment = {
resolvedUri: part ? part.resolvedUri : segment.resolvedUri,
byterange: part ? part.byterange : segment.byterange,
requestId: segmentInfo.requestId,
transmuxer: segmentInfo.transmuxer,
audioAppendStart: segmentInfo.audioAppendStart,
gopsToAlignWith: segmentInfo.gopsToAlignWith,
- part: segmentInfo.part
+ part: segmentInfo.part,
+ type: this.loaderType_,
+ start: segmentInfo.startOfSegment,
+ duration: segmentInfo.duration,
+ isEncrypted,
+ isMediaInitialization
};
- var previousSegment = segmentInfo.playlist.segments[segmentInfo.mediaIndex - 1];
-
+ const previousSegment = segmentInfo.playlist.segments[segmentInfo.mediaIndex - 1];
if (previousSegment && previousSegment.timeline === segment.timeline) {
// The baseStartTime of a segment is used to handle rollover when probing the TS
// segment to retrieve timing information. Since the probe only looks at the media's
@@ -58088,55 +58486,58 @@
simpleSegment.baseStartTime = previousSegment.audioTimingInfo.transmuxedDecodeEnd;
}
}
-
if (segment.key) {
// if the media sequence is greater than 2^32, the IV will be incorrect
// assuming 10s segments, that would be about 1300 years
- var iv = segment.key.iv || new Uint32Array([0, 0, 0, segmentInfo.mediaIndex + segmentInfo.playlist.mediaSequence]);
+ const iv = segment.key.iv || new Uint32Array([0, 0, 0, segmentInfo.mediaIndex + segmentInfo.playlist.mediaSequence]);
simpleSegment.key = this.segmentKey(segment.key);
simpleSegment.key.iv = iv;
}
-
if (segment.map) {
simpleSegment.map = this.initSegmentForMap(segment.map);
}
-
return simpleSegment;
- };
-
- _proto.saveTransferStats_ = function saveTransferStats_(stats) {
+ }
+ saveTransferStats_(stats) {
// every request counts as a media request even if it has been aborted
// or canceled due to a timeout
this.mediaRequests += 1;
-
if (stats) {
this.mediaBytesTransferred += stats.bytesReceived;
this.mediaTransferDuration += stats.roundTripTime;
}
- };
-
- _proto.saveBandwidthRelatedStats_ = function saveBandwidthRelatedStats_(duration, stats) {
+ }
+ saveBandwidthRelatedStats_(duration, stats) {
// byteLength will be used for throughput, and should be based on bytes receieved,
// which we only know at the end of the request and should reflect total bytes
// downloaded rather than just bytes processed from components of the segment
this.pendingSegment_.byteLength = stats.bytesReceived;
-
if (duration < MIN_SEGMENT_DURATION_TO_SAVE_STATS) {
- this.logger_("Ignoring segment's bandwidth because its duration of " + duration + (" is less than the min to record " + MIN_SEGMENT_DURATION_TO_SAVE_STATS));
+ this.logger_(`Ignoring segment's bandwidth because its duration of ${duration}` + ` is less than the min to record ${MIN_SEGMENT_DURATION_TO_SAVE_STATS}`);
return;
}
+ const metadata = {
+ bandwidthInfo: {
+ from: this.bandwidth,
+ to: stats.bandwidth
+ }
+ }; // player event with payload
+ this.trigger({
+ type: 'bandwidthupdated',
+ metadata
+ });
this.bandwidth = stats.bandwidth;
this.roundTrip = stats.roundTripTime;
- };
-
- _proto.handleTimeout_ = function handleTimeout_() {
+ }
+ handleTimeout_() {
// although the VTT segment loader bandwidth isn't really used, it's good to
// maintain functinality between segment loaders
this.mediaRequestsTimedout += 1;
this.bandwidth = 1;
this.roundTrip = NaN;
this.trigger('bandwidthupdate');
+ this.trigger('timeout');
}
/**
* Handle the callback from the segmentRequest function and set the
@@ -58144,9 +58545,8 @@
*
* @private
*/
- ;
- _proto.segmentRequestFinished_ = function segmentRequestFinished_(error, simpleSegment, result) {
+ segmentRequestFinished_(error, simpleSegment, result) {
// TODO handle special cases, e.g., muxed audio/video but only audio in the segment
// check the call queue directly since this function doesn't need to deal with any
// data, and can continue even if the source buffers are not set up and we didn't get
@@ -58155,7 +58555,6 @@
this.callQueue_.push(this.segmentRequestFinished_.bind(this, error, simpleSegment, result));
return;
}
-
this.saveTransferStats_(simpleSegment.stats); // The request was aborted and the SegmentLoader has already been reset
if (!this.pendingSegment_) {
@@ -58165,12 +58564,10 @@
// request triggers due to a limitation in the XHR library
// do not count this as any sort of request or we risk double-counting
-
if (simpleSegment.requestId !== this.pendingSegment_.requestId) {
return;
} // an error occurred from the active pendingSegment_ so reset everything
-
if (error) {
this.pendingSegment_ = null;
this.state = 'READY'; // aborts are not a true error condition and nothing corrective needs to be done
@@ -58178,7 +58575,6 @@
if (error.code === REQUEST_ERRORS.ABORTED) {
return;
}
-
this.pause(); // the error is really just that at least one of the requests timed-out
// set the bandwidth to a very low value and trigger an ABR switch to
// take emergency action
@@ -58187,87 +58583,73 @@
this.handleTimeout_();
return;
} // if control-flow has arrived here, then the error is real
- // emit an error event to blacklist the current playlist
-
+ // emit an error event to exclude the current playlist
this.mediaRequestsErrored += 1;
this.error(error);
this.trigger('error');
return;
}
-
- var segmentInfo = this.pendingSegment_; // the response was a success so set any bandwidth stats the request
+ const segmentInfo = this.pendingSegment_; // the response was a success so set any bandwidth stats the request
// generated for ABR purposes
this.saveBandwidthRelatedStats_(segmentInfo.duration, simpleSegment.stats);
segmentInfo.endOfAllRequests = simpleSegment.endOfAllRequests;
-
if (result.gopInfo) {
this.gopBuffer_ = updateGopBuffer(this.gopBuffer_, result.gopInfo, this.safeAppend_);
} // Although we may have already started appending on progress, we shouldn't switch the
// state away from loading until we are officially done loading the segment data.
-
this.state = 'APPENDING'; // used for testing
this.trigger('appending');
this.waitForAppendsToComplete_(segmentInfo);
- };
-
- _proto.setTimeMapping_ = function setTimeMapping_(timeline) {
- var timelineMapping = this.syncController_.mappingForTimeline(timeline);
-
+ }
+ setTimeMapping_(timeline) {
+ const timelineMapping = this.syncController_.mappingForTimeline(timeline);
if (timelineMapping !== null) {
this.timeMapping_ = timelineMapping;
}
- };
-
- _proto.updateMediaSecondsLoaded_ = function updateMediaSecondsLoaded_(segment) {
+ }
+ updateMediaSecondsLoaded_(segment) {
if (typeof segment.start === 'number' && typeof segment.end === 'number') {
this.mediaSecondsLoaded += segment.end - segment.start;
} else {
this.mediaSecondsLoaded += segment.duration;
}
- };
-
- _proto.shouldUpdateTransmuxerTimestampOffset_ = function shouldUpdateTransmuxerTimestampOffset_(timestampOffset) {
+ }
+ shouldUpdateTransmuxerTimestampOffset_(timestampOffset) {
if (timestampOffset === null) {
return false;
} // note that we're potentially using the same timestamp offset for both video and
// audio
-
if (this.loaderType_ === 'main' && timestampOffset !== this.sourceUpdater_.videoTimestampOffset()) {
return true;
}
-
if (!this.audioDisabled_ && timestampOffset !== this.sourceUpdater_.audioTimestampOffset()) {
return true;
}
-
return false;
- };
-
- _proto.trueSegmentStart_ = function trueSegmentStart_(_ref9) {
- var currentStart = _ref9.currentStart,
- playlist = _ref9.playlist,
- mediaIndex = _ref9.mediaIndex,
- firstVideoFrameTimeForData = _ref9.firstVideoFrameTimeForData,
- currentVideoTimestampOffset = _ref9.currentVideoTimestampOffset,
- useVideoTimingInfo = _ref9.useVideoTimingInfo,
- videoTimingInfo = _ref9.videoTimingInfo,
- audioTimingInfo = _ref9.audioTimingInfo;
-
+ }
+ trueSegmentStart_({
+ currentStart,
+ playlist,
+ mediaIndex,
+ firstVideoFrameTimeForData,
+ currentVideoTimestampOffset,
+ useVideoTimingInfo,
+ videoTimingInfo,
+ audioTimingInfo
+ }) {
if (typeof currentStart !== 'undefined') {
// if start was set once, keep using it
return currentStart;
}
-
if (!useVideoTimingInfo) {
return audioTimingInfo.start;
}
-
- var previousSegment = playlist.segments[mediaIndex - 1]; // The start of a segment should be the start of the first full frame contained
+ const previousSegment = playlist.segments[mediaIndex - 1]; // The start of a segment should be the start of the first full frame contained
// within that segment. Since the transmuxer maintains a cache of incomplete data
// from and/or the last frame seen, the start time may reflect a frame that starts
// in the previous segment. Check for that case and ensure the start time is
@@ -58276,17 +58658,14 @@
if (mediaIndex === 0 || !previousSegment || typeof previousSegment.start === 'undefined' || previousSegment.end !== firstVideoFrameTimeForData + currentVideoTimestampOffset) {
return firstVideoFrameTimeForData;
}
-
return videoTimingInfo.start;
- };
-
- _proto.waitForAppendsToComplete_ = function waitForAppendsToComplete_(segmentInfo) {
- var trackInfo = this.getCurrentMediaInfo_(segmentInfo);
-
+ }
+ waitForAppendsToComplete_(segmentInfo) {
+ const trackInfo = this.getCurrentMediaInfo_(segmentInfo);
if (!trackInfo) {
this.error({
message: 'No starting media returned, likely due to an unsupported media format.',
- blacklistDuration: Infinity
+ playlistExclusionDuration: Infinity
});
this.trigger('error');
return;
@@ -58294,12 +58673,13 @@
// on each queue this loader is responsible for to ensure that the appends are
// complete.
-
- var hasAudio = trackInfo.hasAudio,
- hasVideo = trackInfo.hasVideo,
- isMuxed = trackInfo.isMuxed;
- var waitForVideo = this.loaderType_ === 'main' && hasVideo;
- var waitForAudio = !this.audioDisabled_ && hasAudio && !isMuxed;
+ const {
+ hasAudio,
+ hasVideo,
+ isMuxed
+ } = trackInfo;
+ const waitForVideo = this.loaderType_ === 'main' && hasVideo;
+ const waitForAudio = !this.audioDisabled_ && hasAudio && !isMuxed;
segmentInfo.waitingOnAppends = 0; // segments with no data
if (!segmentInfo.hasAppendedData_) {
@@ -58315,12 +58695,10 @@
this.isPendingTimestampOffset_ = true;
} // override settings for metadata only segments
-
segmentInfo.timingInfo = {
start: 0
};
segmentInfo.waitingOnAppends++;
-
if (!this.isPendingTimestampOffset_) {
// update the timestampoffset
this.updateSourceBufferTimestampOffset_(segmentInfo); // make sure the metadata queue is processed even though we have
@@ -58329,66 +58707,56 @@
this.processMetadataQueue_();
} // append is "done" instantly with no data.
-
this.checkAppendsDone_(segmentInfo);
return;
} // Since source updater could call back synchronously, do the increments first.
-
if (waitForVideo) {
segmentInfo.waitingOnAppends++;
}
-
if (waitForAudio) {
segmentInfo.waitingOnAppends++;
}
-
if (waitForVideo) {
this.sourceUpdater_.videoQueueCallback(this.checkAppendsDone_.bind(this, segmentInfo));
}
-
if (waitForAudio) {
this.sourceUpdater_.audioQueueCallback(this.checkAppendsDone_.bind(this, segmentInfo));
}
- };
-
- _proto.checkAppendsDone_ = function checkAppendsDone_(segmentInfo) {
+ }
+ checkAppendsDone_(segmentInfo) {
if (this.checkForAbort_(segmentInfo.requestId)) {
return;
}
-
segmentInfo.waitingOnAppends--;
-
if (segmentInfo.waitingOnAppends === 0) {
this.handleAppendsDone_();
}
- };
-
- _proto.checkForIllegalMediaSwitch = function checkForIllegalMediaSwitch(trackInfo) {
- var illegalMediaSwitchError = illegalMediaSwitch(this.loaderType_, this.getCurrentMediaInfo_(), trackInfo);
-
+ }
+ checkForIllegalMediaSwitch(trackInfo) {
+ const illegalMediaSwitchError = illegalMediaSwitch(this.loaderType_, this.getCurrentMediaInfo_(), trackInfo);
if (illegalMediaSwitchError) {
this.error({
message: illegalMediaSwitchError,
- blacklistDuration: Infinity
+ playlistExclusionDuration: Infinity
});
this.trigger('error');
return true;
}
-
return false;
- };
-
- _proto.updateSourceBufferTimestampOffset_ = function updateSourceBufferTimestampOffset_(segmentInfo) {
- if (segmentInfo.timestampOffset === null || // we don't yet have the start for whatever media type (video or audio) has
+ }
+ updateSourceBufferTimestampOffset_(segmentInfo) {
+ if (segmentInfo.timestampOffset === null ||
+ // we don't yet have the start for whatever media type (video or audio) has
// priority, timing-wise, so we must wait
- typeof segmentInfo.timingInfo.start !== 'number' || // already updated the timestamp offset for this segment
- segmentInfo.changedTimestampOffset || // the alt audio loader should not be responsible for setting the timestamp offset
+ typeof segmentInfo.timingInfo.start !== 'number' ||
+ // already updated the timestamp offset for this segment
+ segmentInfo.changedTimestampOffset ||
+ // the alt audio loader should not be responsible for setting the timestamp offset
this.loaderType_ !== 'main') {
return;
}
-
- var didChange = false; // Primary timing goes by video, and audio is trimmed in the transmuxer, meaning that
+ let didChange = false; // Primary timing goes by video, and audio is trimmed in the transmuxer, meaning that
// the timing info here comes from video. In the event that the audio is longer than
// the video, this will trim the start of the audio.
// This also trims any offset from 0 at the beginning of the media
@@ -58402,55 +58770,46 @@
// future (within the same segment), however, there may be a better way to handle it.
segmentInfo.changedTimestampOffset = true;
-
if (segmentInfo.timestampOffset !== this.sourceUpdater_.videoTimestampOffset()) {
this.sourceUpdater_.videoTimestampOffset(segmentInfo.timestampOffset);
didChange = true;
}
-
if (segmentInfo.timestampOffset !== this.sourceUpdater_.audioTimestampOffset()) {
this.sourceUpdater_.audioTimestampOffset(segmentInfo.timestampOffset);
didChange = true;
}
-
if (didChange) {
this.trigger('timestampoffset');
}
- };
-
- _proto.getSegmentStartTimeForTimestampOffsetCalculation_ = function getSegmentStartTimeForTimestampOffsetCalculation_(_ref10) {
- var videoTimingInfo = _ref10.videoTimingInfo,
- audioTimingInfo = _ref10.audioTimingInfo,
- timingInfo = _ref10.timingInfo;
-
+ }
+ getSegmentStartTimeForTimestampOffsetCalculation_({
+ videoTimingInfo,
+ audioTimingInfo,
+ timingInfo
+ }) {
if (!this.useDtsForTimestampOffset_) {
return timingInfo.start;
}
-
if (videoTimingInfo && typeof videoTimingInfo.transmuxedDecodeStart === 'number') {
return videoTimingInfo.transmuxedDecodeStart;
} // handle audio only
-
if (audioTimingInfo && typeof audioTimingInfo.transmuxedDecodeStart === 'number') {
return audioTimingInfo.transmuxedDecodeStart;
} // handle content not transmuxed (e.g., MP4)
-
return timingInfo.start;
- };
-
- _proto.updateTimingInfoEnd_ = function updateTimingInfoEnd_(segmentInfo) {
+ }
+ updateTimingInfoEnd_(segmentInfo) {
segmentInfo.timingInfo = segmentInfo.timingInfo || {};
- var trackInfo = this.getMediaInfo_();
- var useVideoTimingInfo = this.loaderType_ === 'main' && trackInfo && trackInfo.hasVideo;
- var prioritizedTimingInfo = useVideoTimingInfo && segmentInfo.videoTimingInfo ? segmentInfo.videoTimingInfo : segmentInfo.audioTimingInfo;
-
+ const trackInfo = this.getMediaInfo_();
+ const useVideoTimingInfo = this.loaderType_ === 'main' && trackInfo && trackInfo.hasVideo;
+ const prioritizedTimingInfo = useVideoTimingInfo && segmentInfo.videoTimingInfo ? segmentInfo.videoTimingInfo : segmentInfo.audioTimingInfo;
if (!prioritizedTimingInfo) {
return;
}
-
- segmentInfo.timingInfo.end = typeof prioritizedTimingInfo.end === 'number' ? // End time may not exist in a case where we aren't parsing the full segment (one
+ segmentInfo.timingInfo.end = typeof prioritizedTimingInfo.end === 'number' ?
+ // End time may not exist in a case where we aren't parsing the full segment (one
// current example is the case of fmp4), so use the rough duration to calculate an
// end time.
prioritizedTimingInfo.end : prioritizedTimingInfo.start + segmentInfo.duration;
@@ -58462,14 +58821,21 @@
*
* @private
*/
- ;
- _proto.handleAppendsDone_ = function handleAppendsDone_() {
+ handleAppendsDone_() {
// appendsdone can cause an abort
if (this.pendingSegment_) {
- this.trigger('appendsdone');
+ const metadata = {
+ segmentInfo: segmentInfoPayload({
+ type: this.loaderType_,
+ segment: this.pendingSegment_
+ })
+ };
+ this.trigger({
+ type: 'appendsdone',
+ metadata
+ });
}
-
if (!this.pendingSegment_) {
this.state = 'READY'; // TODO should this move into this.checkForAbort to speed up requests post abort in
// all appending cases?
@@ -58477,16 +58843,20 @@
if (!this.paused()) {
this.monitorBuffer_();
}
-
return;
}
-
- var segmentInfo = this.pendingSegment_; // Now that the end of the segment has been reached, we can set the end time. It's
+ const segmentInfo = this.pendingSegment_;
+ if (segmentInfo.part && segmentInfo.part.syncInfo) {
+ // low-latency flow
+ segmentInfo.part.syncInfo.markAppended();
+ } else if (segmentInfo.segment.syncInfo) {
+ // normal flow
+ segmentInfo.segment.syncInfo.markAppended();
+ } // Now that the end of the segment has been reached, we can set the end time. It's
// best to wait until all appends are done so we're sure that the primary media is
// finished (and we have its end time).
this.updateTimingInfoEnd_(segmentInfo);
-
if (this.shouldSaveSegmentTimingInfo_) {
// Timeline mappings should only be saved for the main loader. This is for multiple
// reasons:
@@ -58506,13 +58876,11 @@
// be a case where audio loads two segments without saving a mapping (thus leading
// to missing segment timing info).
this.syncController_.saveSegmentTimingInfo({
- segmentInfo: segmentInfo,
+ segmentInfo,
shouldSaveTimelineMapping: this.loaderType_ === 'main'
});
}
-
- var segmentDurationMessage = getTroublesomeSegmentDurationMessage(segmentInfo, this.sourceType_);
-
+ const segmentDurationMessage = getTroublesomeSegmentDurationMessage(segmentInfo, this.sourceType_);
if (segmentDurationMessage) {
if (segmentDurationMessage.severity === 'warn') {
videojs.log.warn(segmentDurationMessage.message);
@@ -58520,11 +58888,9 @@
this.logger_(segmentDurationMessage.message);
}
}
-
this.recordThroughput_(segmentInfo);
this.pendingSegment_ = null;
this.state = 'READY';
-
if (segmentInfo.isSyncRequest) {
this.trigger('syncinfoupdate'); // if the sync request was not appended
// then it was not the correct segment.
@@ -58532,15 +58898,13 @@
// to get the correct one.
if (!segmentInfo.hasAppendedData_) {
- this.logger_("Throwing away un-appended sync request " + segmentInfoString(segmentInfo));
+ this.logger_(`Throwing away un-appended sync request ${segmentInfoString(segmentInfo)}`);
return;
}
}
-
- this.logger_("Appended " + segmentInfoString(segmentInfo));
+ this.logger_(`Appended ${segmentInfoString(segmentInfo)}`);
this.addSegmentMetadataCue_(segmentInfo);
this.fetchAtBuffer_ = true;
-
if (this.currentTimeline_ !== segmentInfo.timeline) {
this.timelineChangeController_.lastTimelineChange({
type: this.loaderType_,
@@ -58558,34 +58922,31 @@
});
}
}
-
this.currentTimeline_ = segmentInfo.timeline; // We must update the syncinfo to recalculate the seekable range before
// the following conditional otherwise it may consider this a bad "guess"
// and attempt to resync when the post-update seekable window and live
// point would mean that this was the perfect segment to fetch
this.trigger('syncinfoupdate');
- var segment = segmentInfo.segment;
- var part = segmentInfo.part;
- var badSegmentGuess = segment.end && this.currentTime_() - segment.end > segmentInfo.playlist.targetDuration * 3;
- var badPartGuess = part && part.end && this.currentTime_() - part.end > segmentInfo.playlist.partTargetDuration * 3; // If we previously appended a segment/part that ends more than 3 part/targetDurations before
+ const segment = segmentInfo.segment;
+ const part = segmentInfo.part;
+ const badSegmentGuess = segment.end && this.currentTime_() - segment.end > segmentInfo.playlist.targetDuration * 3;
+ const badPartGuess = part && part.end && this.currentTime_() - part.end > segmentInfo.playlist.partTargetDuration * 3; // If we previously appended a segment/part that ends more than 3 part/targetDurations before
// the currentTime_ that means that our conservative guess was too conservative.
// In that case, reset the loader state so that we try to use any information gained
// from the previous request to create a new, more accurate, sync-point.
if (badSegmentGuess || badPartGuess) {
- this.logger_("bad " + (badSegmentGuess ? 'segment' : 'part') + " " + segmentInfoString(segmentInfo));
+ this.logger_(`bad ${badSegmentGuess ? 'segment' : 'part'} ${segmentInfoString(segmentInfo)}`);
this.resetEverything();
return;
}
-
- var isWalkingForward = this.mediaIndex !== null; // Don't do a rendition switch unless we have enough time to get a sync segment
+ const isWalkingForward = this.mediaIndex !== null; // Don't do a rendition switch unless we have enough time to get a sync segment
// and conservatively guess
if (isWalkingForward) {
this.trigger('bandwidthupdate');
}
-
this.trigger('progress');
this.mediaIndex = segmentInfo.mediaIndex;
this.partIndex = segmentInfo.partIndex; // any time an update finishes and the last segment is in the
@@ -58596,13 +58957,10 @@
this.endOfStream();
} // used for testing
-
this.trigger('appended');
-
if (segmentInfo.hasAppendedData_) {
this.mediaAppends++;
}
-
if (!this.paused()) {
this.monitorBuffer_();
}
@@ -58616,20 +58974,18 @@
* @private
* @param {Object} segmentInfo the object returned by loadSegment
*/
- ;
- _proto.recordThroughput_ = function recordThroughput_(segmentInfo) {
+ recordThroughput_(segmentInfo) {
if (segmentInfo.duration < MIN_SEGMENT_DURATION_TO_SAVE_STATS) {
- this.logger_("Ignoring segment's throughput because its duration of " + segmentInfo.duration + (" is less than the min to record " + MIN_SEGMENT_DURATION_TO_SAVE_STATS));
+ this.logger_(`Ignoring segment's throughput because its duration of ${segmentInfo.duration}` + ` is less than the min to record ${MIN_SEGMENT_DURATION_TO_SAVE_STATS}`);
return;
}
-
- var rate = this.throughput.rate; // Add one to the time to ensure that we don't accidentally attempt to divide
+ const rate = this.throughput.rate; // Add one to the time to ensure that we don't accidentally attempt to divide
// by zero in the case where the throughput is ridiculously high
- var segmentProcessingTime = Date.now() - segmentInfo.endOfAllRequests + 1; // Multiply by 8000 to convert from bytes/millisecond to bits/second
+ const segmentProcessingTime = Date.now() - segmentInfo.endOfAllRequests + 1; // Multiply by 8000 to convert from bytes/millisecond to bits/second
- var segmentProcessingThroughput = Math.floor(segmentInfo.byteLength / segmentProcessingTime * 8 * 1000); // This is just a cumulative moving average calculation:
+ const segmentProcessingThroughput = Math.floor(segmentInfo.byteLength / segmentProcessingTime * 8 * 1000); // This is just a cumulative moving average calculation:
// newAvg = oldAvg + (sample - oldAvg) / (sampleCount + 1)
this.throughput.rate += (segmentProcessingThroughput - rate) / ++this.throughput.count;
@@ -58643,27 +58999,25 @@
* the object returned by loadSegment
* @method addSegmentMetadataCue_
*/
- ;
- _proto.addSegmentMetadataCue_ = function addSegmentMetadataCue_(segmentInfo) {
+ addSegmentMetadataCue_(segmentInfo) {
if (!this.segmentMetadataTrack_) {
return;
}
-
- var segment = segmentInfo.segment;
- var start = segment.start;
- var end = segment.end; // Do not try adding the cue if the start and end times are invalid.
+ const segment = segmentInfo.segment;
+ const start = segment.start;
+ const end = segment.end; // Do not try adding the cue if the start and end times are invalid.
if (!finite(start) || !finite(end)) {
return;
}
-
removeCuesFromTrack(start, end, this.segmentMetadataTrack_);
- var Cue = window.WebKitDataCue || window.VTTCue;
- var value = {
+ const Cue = window.WebKitDataCue || window.VTTCue;
+ const value = {
custom: segment.custom,
dateTimeObject: segment.dateTimeObject,
dateTimeString: segment.dateTimeString,
+ programDateTime: segment.programDateTime,
bandwidth: segmentInfo.playlist.attributes.BANDWIDTH,
resolution: segmentInfo.playlist.attributes.RESOLUTION,
codecs: segmentInfo.playlist.attributes.CODECS,
@@ -58671,87 +59025,71 @@
uri: segmentInfo.uri,
timeline: segmentInfo.timeline,
playlist: segmentInfo.playlist.id,
- start: start,
- end: end
+ start,
+ end
};
- var data = JSON.stringify(value);
- var cue = new Cue(start, end, data); // Attach the metadata to the value property of the cue to keep consistency between
+ const data = JSON.stringify(value);
+ const cue = new Cue(start, end, data); // Attach the metadata to the value property of the cue to keep consistency between
// the differences of WebKitDataCue in safari and VTTCue in other browsers
cue.value = value;
this.segmentMetadataTrack_.addCue(cue);
- };
-
- return SegmentLoader;
- }(videojs.EventTarget);
-
+ }
+ }
function noop() {}
-
- var toTitleCase = function toTitleCase(string) {
+ const toTitleCase = function (string) {
if (typeof string !== 'string') {
return string;
}
-
- return string.replace(/./, function (w) {
- return w.toUpperCase();
- });
+ return string.replace(/./, w => w.toUpperCase());
};
- var bufferTypes = ['video', 'audio'];
-
- var _updating = function updating(type, sourceUpdater) {
- var sourceBuffer = sourceUpdater[type + "Buffer"];
+ /**
+ * @file source-updater.js
+ */
+ const bufferTypes = ['video', 'audio'];
+ const updating = (type, sourceUpdater) => {
+ const sourceBuffer = sourceUpdater[`${type}Buffer`];
return sourceBuffer && sourceBuffer.updating || sourceUpdater.queuePending[type];
};
-
- var nextQueueIndexOfType = function nextQueueIndexOfType(type, queue) {
- for (var i = 0; i < queue.length; i++) {
- var queueEntry = queue[i];
-
+ const nextQueueIndexOfType = (type, queue) => {
+ for (let i = 0; i < queue.length; i++) {
+ const queueEntry = queue[i];
if (queueEntry.type === 'mediaSource') {
// If the next entry is a media source entry (uses multiple source buffers), block
// processing to allow it to go through first.
return null;
}
-
if (queueEntry.type === type) {
return i;
}
}
-
return null;
};
-
- var shiftQueue = function shiftQueue(type, sourceUpdater) {
+ const shiftQueue = (type, sourceUpdater) => {
if (sourceUpdater.queue.length === 0) {
return;
}
-
- var queueIndex = 0;
- var queueEntry = sourceUpdater.queue[queueIndex];
-
+ let queueIndex = 0;
+ let queueEntry = sourceUpdater.queue[queueIndex];
if (queueEntry.type === 'mediaSource') {
if (!sourceUpdater.updating() && sourceUpdater.mediaSource.readyState !== 'closed') {
sourceUpdater.queue.shift();
queueEntry.action(sourceUpdater);
-
if (queueEntry.doneFn) {
queueEntry.doneFn();
} // Only specific source buffer actions must wait for async updateend events. Media
// Source actions process synchronously. Therefore, both audio and video source
// buffers are now clear to process the next queue entries.
-
shiftQueue('audio', sourceUpdater);
shiftQueue('video', sourceUpdater);
} // Media Source actions require both source buffers, so if the media source action
// couldn't process yet (because one or both source buffers are busy), block other
// queue actions until both are available and the media source action can process.
-
return;
}
-
if (type === 'mediaSource') {
// If the queue was shifted by a media source action (this happens when pushing a
// media source action onto the queue), then it wasn't from an updateend event from an
@@ -58762,24 +59100,19 @@
// started (i.e., source buffers are created) as they don't need the source buffers, but
// source buffer queue entries do.
-
- if (!sourceUpdater.ready() || sourceUpdater.mediaSource.readyState === 'closed' || _updating(type, sourceUpdater)) {
+ if (!sourceUpdater.ready() || sourceUpdater.mediaSource.readyState === 'closed' || updating(type, sourceUpdater)) {
return;
}
-
if (queueEntry.type !== type) {
queueIndex = nextQueueIndexOfType(type, sourceUpdater.queue);
-
if (queueIndex === null) {
// Either there's no queue entry that uses this source buffer type in the queue, or
// there's a media source queue entry before the next entry of this type, in which
// case wait for that action to process first.
return;
}
-
queueEntry = sourceUpdater.queue[queueIndex];
}
-
sourceUpdater.queue.splice(queueIndex, 1); // Keep a record that this source buffer type is in use.
//
// The queue pending operation must be set before the action is performed in the event
@@ -58790,7 +59123,6 @@
sourceUpdater.queuePending[type] = queueEntry;
queueEntry.action(type, sourceUpdater);
-
if (!queueEntry.doneFn) {
// synchronous operation, process next entry
sourceUpdater.queuePending[type] = null;
@@ -58798,218 +59130,199 @@
return;
}
};
-
- var cleanupBuffer = function cleanupBuffer(type, sourceUpdater) {
- var buffer = sourceUpdater[type + "Buffer"];
- var titleType = toTitleCase(type);
-
+ const cleanupBuffer = (type, sourceUpdater) => {
+ const buffer = sourceUpdater[`${type}Buffer`];
+ const titleType = toTitleCase(type);
if (!buffer) {
return;
}
-
- buffer.removeEventListener('updateend', sourceUpdater["on" + titleType + "UpdateEnd_"]);
- buffer.removeEventListener('error', sourceUpdater["on" + titleType + "Error_"]);
+ buffer.removeEventListener('updateend', sourceUpdater[`on${titleType}UpdateEnd_`]);
+ buffer.removeEventListener('error', sourceUpdater[`on${titleType}Error_`]);
sourceUpdater.codecs[type] = null;
- sourceUpdater[type + "Buffer"] = null;
+ sourceUpdater[`${type}Buffer`] = null;
};
+ const inSourceBuffers = (mediaSource, sourceBuffer) => mediaSource && sourceBuffer && Array.prototype.indexOf.call(mediaSource.sourceBuffers, sourceBuffer) !== -1;
+ const actions = {
+ appendBuffer: (bytes, segmentInfo, onError) => (type, sourceUpdater) => {
+ const sourceBuffer = sourceUpdater[`${type}Buffer`]; // can't do anything if the media source / source buffer is null
+ // or the media source does not contain this source buffer.
- var inSourceBuffers = function inSourceBuffers(mediaSource, sourceBuffer) {
- return mediaSource && sourceBuffer && Array.prototype.indexOf.call(mediaSource.sourceBuffers, sourceBuffer) !== -1;
- };
+ if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
+ return;
+ }
+ sourceUpdater.logger_(`Appending segment ${segmentInfo.mediaIndex}'s ${bytes.length} bytes to ${type}Buffer`);
+ try {
+ sourceBuffer.appendBuffer(bytes);
+ } catch (e) {
+ sourceUpdater.logger_(`Error with code ${e.code} ` + (e.code === QUOTA_EXCEEDED_ERR ? '(QUOTA_EXCEEDED_ERR) ' : '') + `when appending segment ${segmentInfo.mediaIndex} to ${type}Buffer`);
+ sourceUpdater.queuePending[type] = null;
+ onError(e);
+ }
+ },
+ remove: (start, end) => (type, sourceUpdater) => {
+ const sourceBuffer = sourceUpdater[`${type}Buffer`]; // can't do anything if the media source / source buffer is null
+ // or the media source does not contain this source buffer.
- var actions = {
- appendBuffer: function appendBuffer(bytes, segmentInfo, onError) {
- return function (type, sourceUpdater) {
- var sourceBuffer = sourceUpdater[type + "Buffer"]; // can't do anything if the media source / source buffer is null
- // or the media source does not contain this source buffer.
+ if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
+ return;
+ }
+ sourceUpdater.logger_(`Removing ${start} to ${end} from ${type}Buffer`);
+ try {
+ sourceBuffer.remove(start, end);
+ } catch (e) {
+ sourceUpdater.logger_(`Remove ${start} to ${end} from ${type}Buffer failed`);
+ }
+ },
+ timestampOffset: offset => (type, sourceUpdater) => {
+ const sourceBuffer = sourceUpdater[`${type}Buffer`]; // can't do anything if the media source / source buffer is null
+ // or the media source does not contain this source buffer.
- if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
- return;
- }
+ if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
+ return;
+ }
+ sourceUpdater.logger_(`Setting ${type}timestampOffset to ${offset}`);
+ sourceBuffer.timestampOffset = offset;
+ },
+ callback: callback => (type, sourceUpdater) => {
+ callback();
+ },
+ endOfStream: error => sourceUpdater => {
+ if (sourceUpdater.mediaSource.readyState !== 'open') {
+ return;
+ }
+ sourceUpdater.logger_(`Calling mediaSource endOfStream(${error || ''})`);
+ try {
+ sourceUpdater.mediaSource.endOfStream(error);
+ } catch (e) {
+ videojs.log.warn('Failed to call media source endOfStream', e);
+ }
+ },
+ duration: duration => sourceUpdater => {
+ sourceUpdater.logger_(`Setting mediaSource duration to ${duration}`);
+ try {
+ sourceUpdater.mediaSource.duration = duration;
+ } catch (e) {
+ videojs.log.warn('Failed to set media source duration', e);
+ }
+ },
+ abort: () => (type, sourceUpdater) => {
+ if (sourceUpdater.mediaSource.readyState !== 'open') {
+ return;
+ }
+ const sourceBuffer = sourceUpdater[`${type}Buffer`]; // can't do anything if the media source / source buffer is null
+ // or the media source does not contain this source buffer.
- sourceUpdater.logger_("Appending segment " + segmentInfo.mediaIndex + "'s " + bytes.length + " bytes to " + type + "Buffer");
+ if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
+ return;
+ }
+ sourceUpdater.logger_(`calling abort on ${type}Buffer`);
+ try {
+ sourceBuffer.abort();
+ } catch (e) {
+ videojs.log.warn(`Failed to abort on ${type}Buffer`, e);
+ }
+ },
+ addSourceBuffer: (type, codec) => sourceUpdater => {
+ const titleType = toTitleCase(type);
+ const mime = getMimeForCodec(codec);
+ sourceUpdater.logger_(`Adding ${type}Buffer with codec ${codec} to mediaSource`);
+ const sourceBuffer = sourceUpdater.mediaSource.addSourceBuffer(mime);
+ sourceBuffer.addEventListener('updateend', sourceUpdater[`on${titleType}UpdateEnd_`]);
+ sourceBuffer.addEventListener('error', sourceUpdater[`on${titleType}Error_`]);
+ sourceUpdater.codecs[type] = codec;
+ sourceUpdater[`${type}Buffer`] = sourceBuffer;
+ },
+ removeSourceBuffer: type => sourceUpdater => {
+ const sourceBuffer = sourceUpdater[`${type}Buffer`];
+ cleanupBuffer(type, sourceUpdater); // can't do anything if the media source / source buffer is null
+ // or the media source does not contain this source buffer.
- try {
- sourceBuffer.appendBuffer(bytes);
- } catch (e) {
- sourceUpdater.logger_("Error with code " + e.code + " " + (e.code === QUOTA_EXCEEDED_ERR ? '(QUOTA_EXCEEDED_ERR) ' : '') + ("when appending segment " + segmentInfo.mediaIndex + " to " + type + "Buffer"));
- sourceUpdater.queuePending[type] = null;
- onError(e);
+ if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
+ return;
+ }
+ sourceUpdater.logger_(`Removing ${type}Buffer with codec ${sourceUpdater.codecs[type]} from mediaSource`);
+ try {
+ sourceUpdater.mediaSource.removeSourceBuffer(sourceBuffer);
+ } catch (e) {
+ videojs.log.warn(`Failed to removeSourceBuffer ${type}Buffer`, e);
+ }
+ },
+ changeType: codec => (type, sourceUpdater) => {
+ const sourceBuffer = sourceUpdater[`${type}Buffer`];
+ const mime = getMimeForCodec(codec); // can't do anything if the media source / source buffer is null
+ // or the media source does not contain this source buffer.
+
+ if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
+ return;
+ } // do not update codec if we don't need to.
+ // Only update if we change the codec base.
+ // For example, going from avc1.640028 to avc1.64001f does not require a changeType call.
+
+ const newCodecBase = codec.substring(0, codec.indexOf('.'));
+ const oldCodec = sourceUpdater.codecs[type];
+ const oldCodecBase = oldCodec.substring(0, oldCodec.indexOf('.'));
+ if (oldCodecBase === newCodecBase) {
+ return;
+ }
+ const metadata = {
+ codecsChangeInfo: {
+ from: oldCodec,
+ to: codec
}
};
- },
- remove: function remove(start, end) {
- return function (type, sourceUpdater) {
- var sourceBuffer = sourceUpdater[type + "Buffer"]; // can't do anything if the media source / source buffer is null
- // or the media source does not contain this source buffer.
+ sourceUpdater.trigger({
+ type: 'codecschange',
+ metadata
+ });
+ sourceUpdater.logger_(`changing ${type}Buffer codec from ${oldCodec} to ${codec}`); // check if change to the provided type is supported
- if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
- return;
- }
-
- sourceUpdater.logger_("Removing " + start + " to " + end + " from " + type + "Buffer");
-
- try {
- sourceBuffer.remove(start, end);
- } catch (e) {
- sourceUpdater.logger_("Remove " + start + " to " + end + " from " + type + "Buffer failed");
- }
- };
- },
- timestampOffset: function timestampOffset(offset) {
- return function (type, sourceUpdater) {
- var sourceBuffer = sourceUpdater[type + "Buffer"]; // can't do anything if the media source / source buffer is null
- // or the media source does not contain this source buffer.
-
- if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
- return;
- }
-
- sourceUpdater.logger_("Setting " + type + "timestampOffset to " + offset);
- sourceBuffer.timestampOffset = offset;
- };
- },
- callback: function callback(_callback) {
- return function (type, sourceUpdater) {
- _callback();
- };
- },
- endOfStream: function endOfStream(error) {
- return function (sourceUpdater) {
- if (sourceUpdater.mediaSource.readyState !== 'open') {
- return;
- }
-
- sourceUpdater.logger_("Calling mediaSource endOfStream(" + (error || '') + ")");
-
- try {
- sourceUpdater.mediaSource.endOfStream(error);
- } catch (e) {
- videojs.log.warn('Failed to call media source endOfStream', e);
- }
- };
- },
- duration: function duration(_duration) {
- return function (sourceUpdater) {
- sourceUpdater.logger_("Setting mediaSource duration to " + _duration);
-
- try {
- sourceUpdater.mediaSource.duration = _duration;
- } catch (e) {
- videojs.log.warn('Failed to set media source duration', e);
- }
- };
- },
- abort: function abort() {
- return function (type, sourceUpdater) {
- if (sourceUpdater.mediaSource.readyState !== 'open') {
- return;
- }
-
- var sourceBuffer = sourceUpdater[type + "Buffer"]; // can't do anything if the media source / source buffer is null
- // or the media source does not contain this source buffer.
-
- if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
- return;
- }
-
- sourceUpdater.logger_("calling abort on " + type + "Buffer");
-
- try {
- sourceBuffer.abort();
- } catch (e) {
- videojs.log.warn("Failed to abort on " + type + "Buffer", e);
- }
- };
- },
- addSourceBuffer: function addSourceBuffer(type, codec) {
- return function (sourceUpdater) {
- var titleType = toTitleCase(type);
- var mime = getMimeForCodec(codec);
- sourceUpdater.logger_("Adding " + type + "Buffer with codec " + codec + " to mediaSource");
- var sourceBuffer = sourceUpdater.mediaSource.addSourceBuffer(mime);
- sourceBuffer.addEventListener('updateend', sourceUpdater["on" + titleType + "UpdateEnd_"]);
- sourceBuffer.addEventListener('error', sourceUpdater["on" + titleType + "Error_"]);
- sourceUpdater.codecs[type] = codec;
- sourceUpdater[type + "Buffer"] = sourceBuffer;
- };
- },
- removeSourceBuffer: function removeSourceBuffer(type) {
- return function (sourceUpdater) {
- var sourceBuffer = sourceUpdater[type + "Buffer"];
- cleanupBuffer(type, sourceUpdater); // can't do anything if the media source / source buffer is null
- // or the media source does not contain this source buffer.
-
- if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
- return;
- }
-
- sourceUpdater.logger_("Removing " + type + "Buffer with codec " + sourceUpdater.codecs[type] + " from mediaSource");
-
- try {
- sourceUpdater.mediaSource.removeSourceBuffer(sourceBuffer);
- } catch (e) {
- videojs.log.warn("Failed to removeSourceBuffer " + type + "Buffer", e);
- }
- };
- },
- changeType: function changeType(codec) {
- return function (type, sourceUpdater) {
- var sourceBuffer = sourceUpdater[type + "Buffer"];
- var mime = getMimeForCodec(codec); // can't do anything if the media source / source buffer is null
- // or the media source does not contain this source buffer.
-
- if (!inSourceBuffers(sourceUpdater.mediaSource, sourceBuffer)) {
- return;
- } // do not update codec if we don't need to.
-
-
- if (sourceUpdater.codecs[type] === codec) {
- return;
- }
-
- sourceUpdater.logger_("changing " + type + "Buffer codec from " + sourceUpdater.codecs[type] + " to " + codec);
+ try {
sourceBuffer.changeType(mime);
sourceUpdater.codecs[type] = codec;
- };
+ } catch (e) {
+ metadata.errorType = videojs.Error.StreamingCodecsChangeError;
+ metadata.error = e;
+ e.metadata = metadata;
+ sourceUpdater.error_ = e;
+ sourceUpdater.trigger('error');
+ videojs.log.warn(`Failed to changeType on ${type}Buffer`, e);
+ }
}
};
-
- var pushQueue = function pushQueue(_ref) {
- var type = _ref.type,
- sourceUpdater = _ref.sourceUpdater,
- action = _ref.action,
- doneFn = _ref.doneFn,
- name = _ref.name;
+ const pushQueue = ({
+ type,
+ sourceUpdater,
+ action,
+ doneFn,
+ name
+ }) => {
sourceUpdater.queue.push({
- type: type,
- action: action,
- doneFn: doneFn,
- name: name
+ type,
+ action,
+ doneFn,
+ name
});
shiftQueue(type, sourceUpdater);
};
-
- var onUpdateend = function onUpdateend(type, sourceUpdater) {
- return function (e) {
- // Although there should, in theory, be a pending action for any updateend receieved,
- // there are some actions that may trigger updateend events without set definitions in
- // the w3c spec. For instance, setting the duration on the media source may trigger
- // updateend events on source buffers. This does not appear to be in the spec. As such,
- // if we encounter an updateend without a corresponding pending action from our queue
- // for that source buffer type, process the next action.
- if (sourceUpdater.queuePending[type]) {
- var doneFn = sourceUpdater.queuePending[type].doneFn;
- sourceUpdater.queuePending[type] = null;
-
- if (doneFn) {
- // if there's an error, report it
- doneFn(sourceUpdater[type + "Error_"]);
- }
+ const onUpdateend = (type, sourceUpdater) => e => {
+ // Although there should, in theory, be a pending action for any updateend receieved,
+ // there are some actions that may trigger updateend events without set definitions in
+ // the w3c spec. For instance, setting the duration on the media source may trigger
+ // updateend events on source buffers. This does not appear to be in the spec. As such,
+ // if we encounter an updateend without a corresponding pending action from our queue
+ // for that source buffer type, process the next action.
+ const bufferedRangesForType = sourceUpdater[`${type}Buffered`]();
+ const descriptiveString = bufferedRangesToString(bufferedRangesForType);
+ sourceUpdater.logger_(`received "updateend" event for ${type} Source Buffer: `, descriptiveString);
+ if (sourceUpdater.queuePending[type]) {
+ const doneFn = sourceUpdater.queuePending[type].doneFn;
+ sourceUpdater.queuePending[type] = null;
+ if (doneFn) {
+ // if there's an error, report it
+ doneFn(sourceUpdater[`${type}Error_`]);
}
-
- shiftQueue(type, sourceUpdater);
- };
+ }
+ shiftQueue(type, sourceUpdater);
};
/**
* A queue of callbacks to be serialized and applied when a
@@ -59022,89 +59335,66 @@
* @param {string} mimeType the desired MIME type of the underlying SourceBuffer
*/
+ class SourceUpdater extends videojs.EventTarget {
+ constructor(mediaSource) {
+ super();
+ this.mediaSource = mediaSource;
+ this.sourceopenListener_ = () => shiftQueue('mediaSource', this);
+ this.mediaSource.addEventListener('sourceopen', this.sourceopenListener_);
+ this.logger_ = logger('SourceUpdater'); // initial timestamp offset is 0
- var SourceUpdater = /*#__PURE__*/function (_videojs$EventTarget) {
- inheritsLoose(SourceUpdater, _videojs$EventTarget);
-
- function SourceUpdater(mediaSource) {
- var _this;
-
- _this = _videojs$EventTarget.call(this) || this;
- _this.mediaSource = mediaSource;
-
- _this.sourceopenListener_ = function () {
- return shiftQueue('mediaSource', assertThisInitialized(_this));
- };
-
- _this.mediaSource.addEventListener('sourceopen', _this.sourceopenListener_);
-
- _this.logger_ = logger('SourceUpdater'); // initial timestamp offset is 0
-
- _this.audioTimestampOffset_ = 0;
- _this.videoTimestampOffset_ = 0;
- _this.queue = [];
- _this.queuePending = {
+ this.audioTimestampOffset_ = 0;
+ this.videoTimestampOffset_ = 0;
+ this.queue = [];
+ this.queuePending = {
audio: null,
video: null
};
- _this.delayedAudioAppendQueue_ = [];
- _this.videoAppendQueued_ = false;
- _this.codecs = {};
- _this.onVideoUpdateEnd_ = onUpdateend('video', assertThisInitialized(_this));
- _this.onAudioUpdateEnd_ = onUpdateend('audio', assertThisInitialized(_this));
-
- _this.onVideoError_ = function (e) {
+ this.delayedAudioAppendQueue_ = [];
+ this.videoAppendQueued_ = false;
+ this.codecs = {};
+ this.onVideoUpdateEnd_ = onUpdateend('video', this);
+ this.onAudioUpdateEnd_ = onUpdateend('audio', this);
+ this.onVideoError_ = e => {
// used for debugging
- _this.videoError_ = e;
+ this.videoError_ = e;
};
-
- _this.onAudioError_ = function (e) {
+ this.onAudioError_ = e => {
// used for debugging
- _this.audioError_ = e;
+ this.audioError_ = e;
};
-
- _this.createdSourceBuffers_ = false;
- _this.initializedEme_ = false;
- _this.triggeredReady_ = false;
- return _this;
+ this.createdSourceBuffers_ = false;
+ this.initializedEme_ = false;
+ this.triggeredReady_ = false;
}
-
- var _proto = SourceUpdater.prototype;
-
- _proto.initializedEme = function initializedEme() {
+ initializedEme() {
this.initializedEme_ = true;
this.triggerReady();
- };
-
- _proto.hasCreatedSourceBuffers = function hasCreatedSourceBuffers() {
+ }
+ hasCreatedSourceBuffers() {
// if false, likely waiting on one of the segment loaders to get enough data to create
// source buffers
return this.createdSourceBuffers_;
- };
-
- _proto.hasInitializedAnyEme = function hasInitializedAnyEme() {
+ }
+ hasInitializedAnyEme() {
return this.initializedEme_;
- };
-
- _proto.ready = function ready() {
+ }
+ ready() {
return this.hasCreatedSourceBuffers() && this.hasInitializedAnyEme();
- };
-
- _proto.createSourceBuffers = function createSourceBuffers(codecs) {
+ }
+ createSourceBuffers(codecs) {
if (this.hasCreatedSourceBuffers()) {
// already created them before
return;
} // the intial addOrChangeSourceBuffers will always be
// two add buffers.
-
this.addOrChangeSourceBuffers(codecs);
this.createdSourceBuffers_ = true;
this.trigger('createdsourcebuffers');
this.triggerReady();
- };
-
- _proto.triggerReady = function triggerReady() {
+ }
+ triggerReady() {
// only allow ready to be triggered once, this prevents the case
// where:
// 1. we trigger createdsourcebuffers
@@ -59125,9 +59415,8 @@
* @param {string} codec
* The codec to add the source buffer with.
*/
- ;
- _proto.addSourceBuffer = function addSourceBuffer(type, codec) {
+ addSourceBuffer(type, codec) {
pushQueue({
type: 'mediaSource',
sourceUpdater: this,
@@ -59141,11 +59430,10 @@
* @param {string} type
* The type of source buffer to call abort on.
*/
- ;
- _proto.abort = function abort(type) {
+ abort(type) {
pushQueue({
- type: type,
+ type,
sourceUpdater: this,
action: actions.abort(type),
name: 'abort'
@@ -59158,14 +59446,12 @@
* @param {string} type
* The type of source buffer to remove.
*/
- ;
- _proto.removeSourceBuffer = function removeSourceBuffer(type) {
+ removeSourceBuffer(type) {
if (!this.canRemoveSourceBuffer()) {
videojs.log.error('removeSourceBuffer is not supported!');
return;
}
-
pushQueue({
type: 'mediaSource',
sourceUpdater: this,
@@ -59180,14 +59466,11 @@
* @return {boolean}
* if removeSourceBuffer can be called.
*/
- ;
- _proto.canRemoveSourceBuffer = function canRemoveSourceBuffer() {
- // IE reports that it supports removeSourceBuffer, but often throws
- // errors when attempting to use the function. So we report that it
- // does not support removeSourceBuffer. As of Firefox 83 removeSourceBuffer
- // throws errors, so we report that it does not support this as well.
- return !videojs.browser.IE_VERSION && !videojs.browser.IS_FIREFOX && window.MediaSource && window.MediaSource.prototype && typeof window.MediaSource.prototype.removeSourceBuffer === 'function';
+ canRemoveSourceBuffer() {
+ // As of Firefox 83 removeSourceBuffer
+ // throws errors, so we report that it does not support this.
+ return !videojs.browser.IS_FIREFOX && window.MediaSource && window.MediaSource.prototype && typeof window.MediaSource.prototype.removeSourceBuffer === 'function';
}
/**
* Whether or not the changeType function is supported
@@ -59196,9 +59479,8 @@
* @return {boolean}
* if changeType can be called.
*/
- ;
- SourceUpdater.canChangeType = function canChangeType() {
+ static canChangeType() {
return window.SourceBuffer && window.SourceBuffer.prototype && typeof window.SourceBuffer.prototype.changeType === 'function';
}
/**
@@ -59208,9 +59490,8 @@
* @return {boolean}
* if changeType can be called.
*/
- ;
- _proto.canChangeType = function canChangeType() {
+ canChangeType() {
return this.constructor.canChangeType();
}
/**
@@ -59222,16 +59503,14 @@
* @param {string} codec
* The codec string to change type with on the source buffer.
*/
- ;
- _proto.changeType = function changeType(type, codec) {
+ changeType(type, codec) {
if (!this.canChangeType()) {
videojs.log.error('changeType is not supported!');
return;
}
-
pushQueue({
- type: type,
+ type,
sourceUpdater: this,
action: actions.changeType(codec),
name: 'changeType'
@@ -59244,24 +59523,18 @@
* @param {Object} codecs
* Codecs to switch to
*/
- ;
-
- _proto.addOrChangeSourceBuffers = function addOrChangeSourceBuffers(codecs) {
- var _this2 = this;
+ addOrChangeSourceBuffers(codecs) {
if (!codecs || typeof codecs !== 'object' || Object.keys(codecs).length === 0) {
throw new Error('Cannot addOrChangeSourceBuffers to undefined codecs');
}
-
- Object.keys(codecs).forEach(function (type) {
- var codec = codecs[type];
-
- if (!_this2.hasCreatedSourceBuffers()) {
- return _this2.addSourceBuffer(type, codec);
+ Object.keys(codecs).forEach(type => {
+ const codec = codecs[type];
+ if (!this.hasCreatedSourceBuffers()) {
+ return this.addSourceBuffer(type, codec);
}
-
- if (_this2.canChangeType()) {
- _this2.changeType(type, codec);
+ if (this.canChangeType()) {
+ this.changeType(type, codec);
}
});
}
@@ -59272,49 +59545,43 @@
* @param {Function} done the function to call when done
* @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-appendBuffer-void-ArrayBuffer-data
*/
- ;
- _proto.appendBuffer = function appendBuffer(options, doneFn) {
- var _this3 = this;
-
- var segmentInfo = options.segmentInfo,
- type = options.type,
- bytes = options.bytes;
+ appendBuffer(options, doneFn) {
+ const {
+ segmentInfo,
+ type,
+ bytes
+ } = options;
this.processedAppend_ = true;
-
if (type === 'audio' && this.videoBuffer && !this.videoAppendQueued_) {
this.delayedAudioAppendQueue_.push([options, doneFn]);
- this.logger_("delayed audio append of " + bytes.length + " until video append");
+ this.logger_(`delayed audio append of ${bytes.length} until video append`);
return;
} // In the case of certain errors, for instance, QUOTA_EXCEEDED_ERR, updateend will
// not be fired. This means that the queue will be blocked until the next action
// taken by the segment-loader. Provide a mechanism for segment-loader to handle
// these errors by calling the doneFn with the specific error.
-
- var onError = doneFn;
+ const onError = doneFn;
pushQueue({
- type: type,
+ type,
sourceUpdater: this,
action: actions.appendBuffer(bytes, segmentInfo || {
mediaIndex: -1
}, onError),
- doneFn: doneFn,
+ doneFn,
name: 'appendBuffer'
});
-
if (type === 'video') {
this.videoAppendQueued_ = true;
-
if (!this.delayedAudioAppendQueue_.length) {
return;
}
-
- var queue = this.delayedAudioAppendQueue_.slice();
- this.logger_("queuing delayed audio " + queue.length + " appendBuffers");
+ const queue = this.delayedAudioAppendQueue_.slice();
+ this.logger_(`queuing delayed audio ${queue.length} appendBuffers`);
this.delayedAudioAppendQueue_.length = 0;
- queue.forEach(function (que) {
- _this3.appendBuffer.apply(_this3, que);
+ queue.forEach(que => {
+ this.appendBuffer.apply(this, que);
});
}
}
@@ -59324,16 +59591,14 @@
* @return {TimeRange}
* The audio buffer's buffered time range
*/
- ;
- _proto.audioBuffered = function audioBuffered() {
+ audioBuffered() {
// no media source/source buffer or it isn't in the media sources
// source buffer list
if (!inSourceBuffers(this.mediaSource, this.audioBuffer)) {
- return videojs.createTimeRange();
+ return createTimeRanges();
}
-
- return this.audioBuffer.buffered ? this.audioBuffer.buffered : videojs.createTimeRange();
+ return this.audioBuffer.buffered ? this.audioBuffer.buffered : createTimeRanges();
}
/**
* Get the video buffer's buffered timerange.
@@ -59341,16 +59606,14 @@
* @return {TimeRange}
* The video buffer's buffered time range
*/
- ;
- _proto.videoBuffered = function videoBuffered() {
+ videoBuffered() {
// no media source/source buffer or it isn't in the media sources
// source buffer list
if (!inSourceBuffers(this.mediaSource, this.videoBuffer)) {
- return videojs.createTimeRange();
+ return createTimeRanges();
}
-
- return this.videoBuffer.buffered ? this.videoBuffer.buffered : videojs.createTimeRange();
+ return this.videoBuffer.buffered ? this.videoBuffer.buffered : createTimeRanges();
}
/**
* Get a combined video/audio buffer's buffered timerange.
@@ -59358,20 +59621,16 @@
* @return {TimeRange}
* the combined time range
*/
- ;
-
- _proto.buffered = function buffered() {
- var video = inSourceBuffers(this.mediaSource, this.videoBuffer) ? this.videoBuffer : null;
- var audio = inSourceBuffers(this.mediaSource, this.audioBuffer) ? this.audioBuffer : null;
+ buffered() {
+ const video = inSourceBuffers(this.mediaSource, this.videoBuffer) ? this.videoBuffer : null;
+ const audio = inSourceBuffers(this.mediaSource, this.audioBuffer) ? this.audioBuffer : null;
if (audio && !video) {
return this.audioBuffered();
}
-
if (video && !audio) {
return this.videoBuffered();
}
-
return bufferIntersection(this.audioBuffered(), this.videoBuffered());
}
/**
@@ -59383,23 +59642,18 @@
* @param {Function} [doneFn]
* function to run after duration has been set.
*/
- ;
- _proto.setDuration = function setDuration(duration, doneFn) {
- if (doneFn === void 0) {
- doneFn = noop;
- } // In order to set the duration on the media source, it's necessary to wait for all
+ setDuration(duration, doneFn = noop) {
+ // In order to set the duration on the media source, it's necessary to wait for all
// source buffers to no longer be updating. "If the updating attribute equals true on
// any SourceBuffer in sourceBuffers, then throw an InvalidStateError exception and
// abort these steps." (source: https://www.w3.org/TR/media-source/#attributes).
-
-
pushQueue({
type: 'mediaSource',
sourceUpdater: this,
action: actions.duration(duration),
name: 'duration',
- doneFn: doneFn
+ doneFn
});
}
/**
@@ -59412,17 +59666,8 @@
* A function that should be called when the
* endOfStream call has finished.
*/
- ;
-
- _proto.endOfStream = function endOfStream(error, doneFn) {
- if (error === void 0) {
- error = null;
- }
-
- if (doneFn === void 0) {
- doneFn = noop;
- }
+ endOfStream(error = null, doneFn = noop) {
if (typeof error !== 'string') {
error = undefined;
} // In order to set the duration on the media source, it's necessary to wait for all
@@ -59430,13 +59675,12 @@
// any SourceBuffer in sourceBuffers, then throw an InvalidStateError exception and
// abort these steps." (source: https://www.w3.org/TR/media-source/#attributes).
-
pushQueue({
type: 'mediaSource',
sourceUpdater: this,
action: actions.endOfStream(error),
name: 'endOfStream',
- doneFn: doneFn
+ doneFn
});
}
/**
@@ -59448,18 +59692,12 @@
* operation is complete
* @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-remove-void-double-start-unrestricted-double-end
*/
- ;
-
- _proto.removeAudio = function removeAudio(start, end, done) {
- if (done === void 0) {
- done = noop;
- }
+ removeAudio(start, end, done = noop) {
if (!this.audioBuffered().length || this.audioBuffered().end(0) === 0) {
done();
return;
}
-
pushQueue({
type: 'audio',
sourceUpdater: this,
@@ -59477,18 +59715,12 @@
* operation is complete
* @see http://www.w3.org/TR/media-source/#widl-SourceBuffer-remove-void-double-start-unrestricted-double-end
*/
- ;
-
- _proto.removeVideo = function removeVideo(start, end, done) {
- if (done === void 0) {
- done = noop;
- }
+ removeVideo(start, end, done = noop) {
if (!this.videoBuffered().length || this.videoBuffered().end(0) === 0) {
done();
return;
}
-
pushQueue({
type: 'video',
sourceUpdater: this,
@@ -59502,14 +59734,12 @@
*
* @return {boolean} the updating status of the SourceBuffer
*/
- ;
- _proto.updating = function updating() {
+ updating() {
// the audio/video source buffer is updating
- if (_updating('audio', this) || _updating('video', this)) {
+ if (updating('audio', this) || updating('video', this)) {
return true;
}
-
return false;
}
/**
@@ -59517,10 +59747,10 @@
*
* @return {number} the timestamp offset
*/
- ;
- _proto.audioTimestampOffset = function audioTimestampOffset(offset) {
- if (typeof offset !== 'undefined' && this.audioBuffer && // no point in updating if it's the same
+ audioTimestampOffset(offset) {
+ if (typeof offset !== 'undefined' && this.audioBuffer &&
+ // no point in updating if it's the same
this.audioTimestampOffset_ !== offset) {
pushQueue({
type: 'audio',
@@ -59530,7 +59760,6 @@
});
this.audioTimestampOffset_ = offset;
}
-
return this.audioTimestampOffset_;
}
/**
@@ -59538,11 +59767,11 @@
*
* @return {number} the timestamp offset
*/
- ;
- _proto.videoTimestampOffset = function videoTimestampOffset(offset) {
- if (typeof offset !== 'undefined' && this.videoBuffer && // no point in updating if it's the same
- this.videoTimestampOffset !== offset) {
+ videoTimestampOffset(offset) {
+ if (typeof offset !== 'undefined' && this.videoBuffer &&
+ // no point in updating if it's the same
+ this.videoTimestampOffset_ !== offset) {
pushQueue({
type: 'video',
sourceUpdater: this,
@@ -59551,7 +59780,6 @@
});
this.videoTimestampOffset_ = offset;
}
-
return this.videoTimestampOffset_;
}
/**
@@ -59561,13 +59789,11 @@
* @param {Function} callback
* The callback to queue.
*/
- ;
- _proto.audioQueueCallback = function audioQueueCallback(callback) {
+ audioQueueCallback(callback) {
if (!this.audioBuffer) {
return;
}
-
pushQueue({
type: 'audio',
sourceUpdater: this,
@@ -59582,13 +59808,11 @@
* @param {Function} callback
* The callback to queue.
*/
- ;
- _proto.videoQueueCallback = function videoQueueCallback(callback) {
+ videoQueueCallback(callback) {
if (!this.videoBuffer) {
return;
}
-
pushQueue({
type: 'video',
sourceUpdater: this,
@@ -59599,43 +59823,40 @@
/**
* dispose of the source updater and the underlying sourceBuffer
*/
- ;
-
- _proto.dispose = function dispose() {
- var _this4 = this;
+ dispose() {
this.trigger('dispose');
- bufferTypes.forEach(function (type) {
- _this4.abort(type);
-
- if (_this4.canRemoveSourceBuffer()) {
- _this4.removeSourceBuffer(type);
+ bufferTypes.forEach(type => {
+ this.abort(type);
+ if (this.canRemoveSourceBuffer()) {
+ this.removeSourceBuffer(type);
} else {
- _this4[type + "QueueCallback"](function () {
- return cleanupBuffer(type, _this4);
- });
+ this[`${type}QueueCallback`](() => cleanupBuffer(type, this));
}
});
this.videoAppendQueued_ = false;
this.delayedAudioAppendQueue_.length = 0;
-
if (this.sourceopenListener_) {
this.mediaSource.removeEventListener('sourceopen', this.sourceopenListener_);
}
-
this.off();
- };
-
- return SourceUpdater;
- }(videojs.EventTarget);
-
- var uint8ToUtf8 = function uint8ToUtf8(uintArray) {
- return decodeURIComponent(escape(String.fromCharCode.apply(null, uintArray)));
+ }
+ }
+ const uint8ToUtf8 = uintArray => decodeURIComponent(escape(String.fromCharCode.apply(null, uintArray)));
+ const bufferToHexString = buffer => {
+ const uInt8Buffer = new Uint8Array(buffer);
+ return Array.from(uInt8Buffer).map(byte => byte.toString(16).padStart(2, '0')).join('');
};
- var VTT_LINE_TERMINATORS = new Uint8Array('\n\n'.split('').map(function (_char3) {
- return _char3.charCodeAt(0);
- }));
+ /**
+ * @file vtt-segment-loader.js
+ */
+ const VTT_LINE_TERMINATORS = new Uint8Array('\n\n'.split('').map(char => char.charCodeAt(0)));
+ class NoVttJsError extends Error {
+ constructor() {
+ super('Trying to parse received VTT cues, but there is no WebVTT. Make sure vtt.js is loaded.');
+ }
+ }
/**
* An object that manages segment loading and appending.
*
@@ -59644,32 +59865,20 @@
* @extends videojs.EventTarget
*/
- var VTTSegmentLoader = /*#__PURE__*/function (_SegmentLoader) {
- inheritsLoose(VTTSegmentLoader, _SegmentLoader);
-
- function VTTSegmentLoader(settings, options) {
- var _this;
-
- if (options === void 0) {
- options = {};
- }
-
- _this = _SegmentLoader.call(this, settings, options) || this; // SegmentLoader requires a MediaSource be specified or it will throw an error;
+ class VTTSegmentLoader extends SegmentLoader {
+ constructor(settings, options = {}) {
+ super(settings, options); // SegmentLoader requires a MediaSource be specified or it will throw an error;
// however, VTTSegmentLoader has no need of a media source, so delete the reference
- _this.mediaSource_ = null;
- _this.subtitlesTrack_ = null;
- _this.loaderType_ = 'subtitle';
- _this.featuresNativeTextTracks_ = settings.featuresNativeTextTracks; // The VTT segment will have its own time mappings. Saving VTT segment timing info in
+ this.mediaSource_ = null;
+ this.subtitlesTrack_ = null;
+ this.featuresNativeTextTracks_ = settings.featuresNativeTextTracks;
+ this.loadVttJs = settings.loadVttJs; // The VTT segment will have its own time mappings. Saving VTT segment timing info in
// the sync controller leads to improper behavior.
- _this.shouldSaveSegmentTimingInfo_ = false;
- return _this;
+ this.shouldSaveSegmentTimingInfo_ = false;
}
-
- var _proto = VTTSegmentLoader.prototype;
-
- _proto.createTransmuxer_ = function createTransmuxer_() {
+ createTransmuxer_() {
// don't need to transmux any subtitles
return null;
}
@@ -59679,17 +59888,15 @@
* @return {TimeRange}
* TimeRange object representing the current buffered ranges
*/
- ;
- _proto.buffered_ = function buffered_() {
+ buffered_() {
if (!this.subtitlesTrack_ || !this.subtitlesTrack_.cues || !this.subtitlesTrack_.cues.length) {
- return videojs.createTimeRanges();
+ return createTimeRanges();
}
-
- var cues = this.subtitlesTrack_.cues;
- var start = cues[0].startTime;
- var end = cues[cues.length - 1].startTime;
- return videojs.createTimeRanges([[start, end]]);
+ const cues = this.subtitlesTrack_.cues;
+ const start = cues[0].startTime;
+ const end = cues[cues.length - 1].startTime;
+ return createTimeRanges([[start, end]]);
}
/**
* Gets and sets init segment for the provided map
@@ -59701,27 +59908,20 @@
* @return {Object}
* map object for desired init segment
*/
- ;
-
- _proto.initSegmentForMap = function initSegmentForMap(map, set) {
- if (set === void 0) {
- set = false;
- }
+ initSegmentForMap(map, set = false) {
if (!map) {
return null;
}
-
- var id = initSegmentId(map);
- var storedMap = this.initSegments_[id];
-
+ const id = initSegmentId(map);
+ let storedMap = this.initSegments_[id];
if (set && !storedMap && map.bytes) {
// append WebVTT line terminators to the media initialization segment if it exists
// to follow the WebVTT spec (https://w3c.github.io/webvtt/#file-structure) that
// requires two or more WebVTT line terminators between the WebVTT header and the
// rest of the file
- var combinedByteLength = VTT_LINE_TERMINATORS.byteLength + map.bytes.byteLength;
- var combinedSegment = new Uint8Array(combinedByteLength);
+ const combinedByteLength = VTT_LINE_TERMINATORS.byteLength + map.bytes.byteLength;
+ const combinedSegment = new Uint8Array(combinedByteLength);
combinedSegment.set(map.bytes);
combinedSegment.set(VTT_LINE_TERMINATORS, map.bytes.byteLength);
this.initSegments_[id] = storedMap = {
@@ -59730,7 +59930,6 @@
bytes: combinedSegment
};
}
-
return storedMap || map;
}
/**
@@ -59739,9 +59938,8 @@
* @return {boolean} True if the all configuration is ready for loading
* @private
*/
- ;
- _proto.couldBeginLoading_ = function couldBeginLoading_() {
+ couldBeginLoading_() {
return this.playlist_ && this.subtitlesTrack_ && !this.paused();
}
/**
@@ -59751,9 +59949,8 @@
*
* @private
*/
- ;
- _proto.init_ = function init_() {
+ init_() {
this.state = 'READY';
this.resetEverything();
return this.monitorBuffer_();
@@ -59766,20 +59963,17 @@
* @return {TextTrack}
* Returns the subtitles track
*/
- ;
- _proto.track = function track(_track) {
- if (typeof _track === 'undefined') {
+ track(track) {
+ if (typeof track === 'undefined') {
return this.subtitlesTrack_;
}
-
- this.subtitlesTrack_ = _track; // if we were unpaused but waiting for a sourceUpdater, start
+ this.subtitlesTrack_ = track; // if we were unpaused but waiting for a sourceUpdater, start
// buffering now
if (this.state === 'INIT' && this.couldBeginLoading_()) {
this.init_();
}
-
return this.subtitlesTrack_;
}
/**
@@ -59788,9 +59982,8 @@
* @param {number} start - the start time of the region to remove from the buffer
* @param {number} end - the end time of the region to remove from the buffer
*/
- ;
- _proto.remove = function remove(start, end) {
+ remove(start, end) {
removeCuesFromTrack(start, end, this.subtitlesTrack_);
}
/**
@@ -59802,45 +59995,35 @@
*
* @private
*/
- ;
-
- _proto.fillBuffer_ = function fillBuffer_() {
- var _this2 = this; // see if we need to begin loading immediately
-
-
- var segmentInfo = this.chooseNextRequest_();
+ fillBuffer_() {
+ // see if we need to begin loading immediately
+ const segmentInfo = this.chooseNextRequest_();
if (!segmentInfo) {
return;
}
-
if (this.syncController_.timestampOffsetForTimeline(segmentInfo.timeline) === null) {
// We don't have the timestamp offset that we need to sync subtitles.
// Rerun on a timestamp offset or user interaction.
- var checkTimestampOffset = function checkTimestampOffset() {
- _this2.state = 'READY';
-
- if (!_this2.paused()) {
+ const checkTimestampOffset = () => {
+ this.state = 'READY';
+ if (!this.paused()) {
// if not paused, queue a buffer check as soon as possible
- _this2.monitorBuffer_();
+ this.monitorBuffer_();
}
};
-
this.syncController_.one('timestampoffset', checkTimestampOffset);
this.state = 'WAITING_ON_TIMELINE';
return;
}
-
this.loadSegment_(segmentInfo);
} // never set a timestamp offset for vtt segments.
- ;
- _proto.timestampOffsetForSegment_ = function timestampOffsetForSegment_() {
+ timestampOffsetForSegment_() {
return null;
- };
-
- _proto.chooseNextRequest_ = function chooseNextRequest_() {
- return this.skipEmptySegments_(_SegmentLoader.prototype.chooseNextRequest_.call(this));
+ }
+ chooseNextRequest_() {
+ return this.skipEmptySegments_(super.chooseNextRequest_());
}
/**
* Prevents the segment loader from requesting segments we know contain no subtitles
@@ -59852,16 +60035,14 @@
* @return {Object}
* a segment info object that describes the current segment
*/
- ;
- _proto.skipEmptySegments_ = function skipEmptySegments_(segmentInfo) {
+ skipEmptySegments_(segmentInfo) {
while (segmentInfo && segmentInfo.segment.empty) {
// stop at the last possible segmentInfo
if (segmentInfo.mediaIndex + 1 >= segmentInfo.playlist.segments.length) {
segmentInfo = null;
break;
}
-
segmentInfo = this.generateSegmentInfo_({
playlist: segmentInfo.playlist,
mediaIndex: segmentInfo.mediaIndex + 1,
@@ -59869,11 +60050,9 @@
isSyncRequest: segmentInfo.isSyncRequest
});
}
-
return segmentInfo;
- };
-
- _proto.stopForError = function stopForError(error) {
+ }
+ stopForError(error) {
this.error(error);
this.state = 'READY';
this.pause();
@@ -59884,16 +60063,12 @@
*
* @private
*/
- ;
-
- _proto.segmentRequestFinished_ = function segmentRequestFinished_(error, simpleSegment, result) {
- var _this3 = this;
+ segmentRequestFinished_(error, simpleSegment, result) {
if (!this.subtitlesTrack_) {
this.state = 'READY';
return;
}
-
this.saveTransferStats_(simpleSegment.stats); // the request was aborted
if (!this.pendingSegment_) {
@@ -59901,75 +60076,58 @@
this.mediaRequestsAborted += 1;
return;
}
-
if (error) {
if (error.code === REQUEST_ERRORS.TIMEOUT) {
this.handleTimeout_();
}
-
if (error.code === REQUEST_ERRORS.ABORTED) {
this.mediaRequestsAborted += 1;
} else {
this.mediaRequestsErrored += 1;
}
-
this.stopForError(error);
return;
}
-
- var segmentInfo = this.pendingSegment_; // although the VTT segment loader bandwidth isn't really used, it's good to
+ const segmentInfo = this.pendingSegment_; // although the VTT segment loader bandwidth isn't really used, it's good to
// maintain functionality between segment loaders
- this.saveBandwidthRelatedStats_(segmentInfo.duration, simpleSegment.stats);
+ this.saveBandwidthRelatedStats_(segmentInfo.duration, simpleSegment.stats); // if this request included a segment key, save that data in the cache
+
+ if (simpleSegment.key) {
+ this.segmentKey(simpleSegment.key, true);
+ }
this.state = 'APPENDING'; // used for tests
this.trigger('appending');
- var segment = segmentInfo.segment;
-
+ const segment = segmentInfo.segment;
if (segment.map) {
segment.map.bytes = simpleSegment.map.bytes;
}
+ segmentInfo.bytes = simpleSegment.bytes; // Make sure that vttjs has loaded, otherwise, load it and wait till it finished loading
- segmentInfo.bytes = simpleSegment.bytes; // Make sure that vttjs has loaded, otherwise, wait till it finished loading
+ if (typeof window.WebVTT !== 'function' && typeof this.loadVttJs === 'function') {
+ this.state = 'WAITING_ON_VTTJS'; // should be fine to call multiple times
+ // script will be loaded once but multiple listeners will be added to the queue, which is expected.
- if (typeof window.WebVTT !== 'function' && this.subtitlesTrack_ && this.subtitlesTrack_.tech_) {
- var loadHandler;
-
- var errorHandler = function errorHandler() {
- _this3.subtitlesTrack_.tech_.off('vttjsloaded', loadHandler);
-
- _this3.stopForError({
- message: 'Error loading vtt.js'
- });
-
- return;
- };
-
- loadHandler = function loadHandler() {
- _this3.subtitlesTrack_.tech_.off('vttjserror', errorHandler);
-
- _this3.segmentRequestFinished_(error, simpleSegment, result);
- };
-
- this.state = 'WAITING_ON_VTTJS';
- this.subtitlesTrack_.tech_.one('vttjsloaded', loadHandler);
- this.subtitlesTrack_.tech_.one('vttjserror', errorHandler);
+ this.loadVttJs().then(() => this.segmentRequestFinished_(error, simpleSegment, result), () => this.stopForError({
+ message: 'Error loading vtt.js'
+ }));
return;
}
-
segment.requested = true;
-
try {
this.parseVTTCues_(segmentInfo);
} catch (e) {
this.stopForError({
- message: e.message
+ message: e.message,
+ metadata: {
+ errorType: videojs.Error.StreamingVttParserError,
+ error: e
+ }
});
return;
}
-
this.updateTimeMapping_(segmentInfo, this.syncController_.timelines[segmentInfo.timeline], this.playlist_);
-
if (segmentInfo.cues.length) {
segmentInfo.timingInfo = {
start: segmentInfo.cues[0].startTime,
@@ -59981,20 +60139,18 @@
end: segmentInfo.startOfSegment + segmentInfo.duration
};
}
-
if (segmentInfo.isSyncRequest) {
this.trigger('syncinfoupdate');
this.pendingSegment_ = null;
this.state = 'READY';
return;
}
-
segmentInfo.byteLength = segmentInfo.bytes.byteLength;
this.mediaSecondsLoaded += segment.duration; // Create VTTCue instances for each cue in the new segment and add them to
// the subtitle track
- segmentInfo.cues.forEach(function (cue) {
- _this3.subtitlesTrack_.addCue(_this3.featuresNativeTextTracks_ ? new window.VTTCue(cue.startTime, cue.endTime, cue.text) : cue);
+ segmentInfo.cues.forEach(cue => {
+ this.subtitlesTrack_.addCue(this.featuresNativeTextTracks_ ? new window.VTTCue(cue.startTime, cue.endTime, cue.text) : cue);
}); // Remove any duplicate cues from the subtitle track. The WebVTT spec allows
// cues to have identical time-intervals, but if the text is also identical
// we can safely assume it is a duplicate that can be removed (ex. when a cue
@@ -60002,66 +60158,59 @@
removeDuplicateCuesFromTrack(this.subtitlesTrack_);
this.handleAppendsDone_();
- };
-
- _proto.handleData_ = function handleData_() {// noop as we shouldn't be getting video/audio data captions
+ }
+ handleData_() {// noop as we shouldn't be getting video/audio data captions
// that we do not support here.
- };
-
- _proto.updateTimingInfoEnd_ = function updateTimingInfoEnd_() {// noop
+ }
+ updateTimingInfoEnd_() {// noop
}
/**
* Uses the WebVTT parser to parse the segment response
*
+ * @throws NoVttJsError
+ *
* @param {Object} segmentInfo
* a segment info object that describes the current segment
* @private
*/
- ;
-
- _proto.parseVTTCues_ = function parseVTTCues_(segmentInfo) {
- var decoder;
- var decodeBytesToString = false;
+ parseVTTCues_(segmentInfo) {
+ let decoder;
+ let decodeBytesToString = false;
+ if (typeof window.WebVTT !== 'function') {
+ // caller is responsible for exception handling.
+ throw new NoVttJsError();
+ }
if (typeof window.TextDecoder === 'function') {
decoder = new window.TextDecoder('utf8');
} else {
decoder = window.WebVTT.StringDecoder();
decodeBytesToString = true;
}
-
- var parser = new window.WebVTT.Parser(window, window.vttjs, decoder);
+ const parser = new window.WebVTT.Parser(window, window.vttjs, decoder);
segmentInfo.cues = [];
segmentInfo.timestampmap = {
MPEGTS: 0,
LOCAL: 0
};
parser.oncue = segmentInfo.cues.push.bind(segmentInfo.cues);
-
- parser.ontimestampmap = function (map) {
+ parser.ontimestampmap = map => {
segmentInfo.timestampmap = map;
};
-
- parser.onparsingerror = function (error) {
+ parser.onparsingerror = error => {
videojs.log.warn('Error encountered when parsing cues: ' + error.message);
};
-
if (segmentInfo.segment.map) {
- var mapData = segmentInfo.segment.map.bytes;
-
+ let mapData = segmentInfo.segment.map.bytes;
if (decodeBytesToString) {
mapData = uint8ToUtf8(mapData);
}
-
parser.parse(mapData);
}
-
- var segmentData = segmentInfo.bytes;
-
+ let segmentData = segmentInfo.bytes;
if (decodeBytesToString) {
segmentData = uint8ToUtf8(segmentData);
}
-
parser.parse(segmentData);
parser.flush();
}
@@ -60078,18 +60227,15 @@
* the playlist object containing the segment
* @private
*/
- ;
-
- _proto.updateTimeMapping_ = function updateTimeMapping_(segmentInfo, mappingObj, playlist) {
- var segment = segmentInfo.segment;
+ updateTimeMapping_(segmentInfo, mappingObj, playlist) {
+ const segment = segmentInfo.segment;
if (!mappingObj) {
// If the sync controller does not have a mapping of TS to Media Time for the
// timeline, then we don't have enough information to update the cue
// start/end times
return;
}
-
if (!segmentInfo.cues.length) {
// If there are no cues, we also do not have enough information to figure out
// segment timing. Mark that the segment contains no cues so we don't re-request
@@ -60097,31 +60243,77 @@
segment.empty = true;
return;
}
+ const {
+ MPEGTS,
+ LOCAL
+ } = segmentInfo.timestampmap;
+ /**
+ * From the spec:
+ * The MPEGTS media timestamp MUST use a 90KHz timescale,
+ * even when non-WebVTT Media Segments use a different timescale.
+ */
- var timestampmap = segmentInfo.timestampmap;
- var diff = timestampmap.MPEGTS / clock_1 - timestampmap.LOCAL + mappingObj.mapping;
- segmentInfo.cues.forEach(function (cue) {
- // First convert cue time to TS time using the timestamp-map provided within the vtt
- cue.startTime += diff;
- cue.endTime += diff;
+ const mpegTsInSeconds = MPEGTS / clock_1;
+ const diff = mpegTsInSeconds - LOCAL + mappingObj.mapping;
+ segmentInfo.cues.forEach(cue => {
+ const duration = cue.endTime - cue.startTime;
+ const startTime = MPEGTS === 0 ? cue.startTime + diff : this.handleRollover_(cue.startTime + diff, mappingObj.time);
+ cue.startTime = Math.max(startTime, 0);
+ cue.endTime = Math.max(startTime + duration, 0);
});
-
if (!playlist.syncInfo) {
- var firstStart = segmentInfo.cues[0].startTime;
- var lastStart = segmentInfo.cues[segmentInfo.cues.length - 1].startTime;
+ const firstStart = segmentInfo.cues[0].startTime;
+ const lastStart = segmentInfo.cues[segmentInfo.cues.length - 1].startTime;
playlist.syncInfo = {
mediaSequence: playlist.mediaSequence + segmentInfo.mediaIndex,
time: Math.min(firstStart, lastStart - segment.duration)
};
}
- };
+ }
+ /**
+ * MPEG-TS PES timestamps are limited to 2^33.
+ * Once they reach 2^33, they roll over to 0.
+ * mux.js handles PES timestamp rollover for the following scenarios:
+ * [forward rollover(right)] ->
+ * PES timestamps monotonically increase, and once they reach 2^33, they roll over to 0
+ * [backward rollover(left)] -->
+ * we seek back to position before rollover.
+ *
+ * According to the HLS SPEC:
+ * When synchronizing WebVTT with PES timestamps, clients SHOULD account
+ * for cases where the 33-bit PES timestamps have wrapped and the WebVTT
+ * cue times have not. When the PES timestamp wraps, the WebVTT Segment
+ * SHOULD have a X-TIMESTAMP-MAP header that maps the current WebVTT
+ * time to the new (low valued) PES timestamp.
+ *
+ * So we want to handle rollover here and align VTT Cue start/end time to the player's time.
+ */
+
+ handleRollover_(value, reference) {
+ if (reference === null) {
+ return value;
+ }
+ let valueIn90khz = value * clock_1;
+ const referenceIn90khz = reference * clock_1;
+ let offset;
+ if (referenceIn90khz < valueIn90khz) {
+ // - 2^33
+ offset = -8589934592;
+ } else {
+ // + 2^33
+ offset = 8589934592;
+ } // distance(value - reference) > 2^32
+
+ while (Math.abs(valueIn90khz - referenceIn90khz) > 4294967296) {
+ valueIn90khz += offset;
+ }
+ return valueIn90khz / clock_1;
+ }
+ }
- return VTTSegmentLoader;
- }(SegmentLoader);
/**
* @file ad-cue-tags.js
*/
-
/**
* Searches for an ad cue that overlaps with the given mediaTime
*
@@ -60135,36 +60327,24 @@
* the found cue or null
*/
-
- var findAdCue = function findAdCue(track, mediaTime) {
- var cues = track.cues;
-
- for (var i = 0; i < cues.length; i++) {
- var cue = cues[i];
-
+ const findAdCue = function (track, mediaTime) {
+ const cues = track.cues;
+ for (let i = 0; i < cues.length; i++) {
+ const cue = cues[i];
if (mediaTime >= cue.adStartTime && mediaTime <= cue.adEndTime) {
return cue;
}
}
-
return null;
};
-
- var updateAdCues = function updateAdCues(media, track, offset) {
- if (offset === void 0) {
- offset = 0;
- }
-
+ const updateAdCues = function (media, track, offset = 0) {
if (!media.segments) {
return;
}
-
- var mediaTime = offset;
- var cue;
-
- for (var i = 0; i < media.segments.length; i++) {
- var segment = media.segments[i];
-
+ let mediaTime = offset;
+ let cue;
+ for (let i = 0; i < media.segments.length; i++) {
+ const segment = media.segments[i];
if (!cue) {
// Since the cues will span for at least the segment duration, adding a fudge
// factor of half segment duration will prevent duplicate cues from being
@@ -60172,7 +60352,6 @@
// at 10.006677, but next call mediaTime is 10.003332 )
cue = findAdCue(track, mediaTime + segment.duration / 2);
}
-
if (cue) {
if ('cueIn' in segment) {
// Found a CUE-IN so end the cue
@@ -60182,14 +60361,12 @@
cue = null;
continue;
}
-
if (mediaTime < cue.endTime) {
// Already processed this mediaTime for this cue
mediaTime += segment.duration;
continue;
} // otherwise extend cue until a CUE-IN is found
-
cue.endTime += segment.duration;
} else {
if ('cueOut' in segment) {
@@ -60200,88 +60377,336 @@
cue.adEndTime = mediaTime + parseFloat(segment.cueOut);
track.addCue(cue);
}
-
if ('cueOutCont' in segment) {
// Entered into the middle of an ad cue
// Assumes tag formate to be
// #EXT-X-CUE-OUT-CONT:10/30
- var _segment$cueOutCont$s = segment.cueOutCont.split('/').map(parseFloat),
- adOffset = _segment$cueOutCont$s[0],
- adTotal = _segment$cueOutCont$s[1];
-
+ const [adOffset, adTotal] = segment.cueOutCont.split('/').map(parseFloat);
cue = new window.VTTCue(mediaTime, mediaTime + segment.duration, '');
cue.adStartTime = mediaTime - adOffset;
cue.adEndTime = cue.adStartTime + adTotal;
track.addCue(cue);
}
}
-
mediaTime += segment.duration;
}
- }; // synchronize expired playlist segments.
+ };
+ class SyncInfo {
+ /**
+ * @param {number} start - media sequence start
+ * @param {number} end - media sequence end
+ * @param {number} segmentIndex - index for associated segment
+ * @param {number|null} [partIndex] - index for associated part
+ * @param {boolean} [appended] - appended indicator
+ *
+ */
+ constructor({
+ start,
+ end,
+ segmentIndex,
+ partIndex = null,
+ appended = false
+ }) {
+ this.start_ = start;
+ this.end_ = end;
+ this.segmentIndex_ = segmentIndex;
+ this.partIndex_ = partIndex;
+ this.appended_ = appended;
+ }
+ isInRange(targetTime) {
+ return targetTime >= this.start && targetTime < this.end;
+ }
+ markAppended() {
+ this.appended_ = true;
+ }
+ resetAppendedStatus() {
+ this.appended_ = false;
+ }
+ get isAppended() {
+ return this.appended_;
+ }
+ get start() {
+ return this.start_;
+ }
+ get end() {
+ return this.end_;
+ }
+ get segmentIndex() {
+ return this.segmentIndex_;
+ }
+ get partIndex() {
+ return this.partIndex_;
+ }
+ }
+ class SyncInfoData {
+ /**
+ *
+ * @param {SyncInfo} segmentSyncInfo - sync info for a given segment
+ * @param {Array} [partsSyncInfo] - sync infos for a list of parts for a given segment
+ */
+ constructor(segmentSyncInfo, partsSyncInfo = []) {
+ this.segmentSyncInfo_ = segmentSyncInfo;
+ this.partsSyncInfo_ = partsSyncInfo;
+ }
+ get segmentSyncInfo() {
+ return this.segmentSyncInfo_;
+ }
+ get partsSyncInfo() {
+ return this.partsSyncInfo_;
+ }
+ get hasPartsSyncInfo() {
+ return this.partsSyncInfo_.length > 0;
+ }
+ resetAppendStatus() {
+ this.segmentSyncInfo_.resetAppendedStatus();
+ this.partsSyncInfo_.forEach(partSyncInfo => partSyncInfo.resetAppendedStatus());
+ }
+ }
+ class MediaSequenceSync {
+ constructor() {
+ /**
+ * @type {Map}
+ * @protected
+ */
+ this.storage_ = new Map();
+ this.diagnostics_ = '';
+ this.isReliable_ = false;
+ this.start_ = -Infinity;
+ this.end_ = Infinity;
+ }
+ get start() {
+ return this.start_;
+ }
+ get end() {
+ return this.end_;
+ }
+ get diagnostics() {
+ return this.diagnostics_;
+ }
+ get isReliable() {
+ return this.isReliable_;
+ }
+ resetAppendedStatus() {
+ this.storage_.forEach(syncInfoData => syncInfoData.resetAppendStatus());
+ }
+ /**
+ * update sync storage
+ *
+ * @param {Object} playlist
+ * @param {number} currentTime
+ *
+ * @return {void}
+ */
+
+ update(playlist, currentTime) {
+ const {
+ mediaSequence,
+ segments
+ } = playlist;
+ this.isReliable_ = this.isReliablePlaylist_(mediaSequence, segments);
+ if (!this.isReliable_) {
+ return;
+ }
+ return this.updateStorage_(segments, mediaSequence, this.calculateBaseTime_(mediaSequence, currentTime));
+ }
+ /**
+ * @param {number} targetTime
+ * @return {SyncInfo|null}
+ */
+
+ getSyncInfoForTime(targetTime) {
+ for (const {
+ segmentSyncInfo,
+ partsSyncInfo
+ } of this.storage_.values()) {
+ // Normal segment flow:
+ if (!partsSyncInfo.length) {
+ if (segmentSyncInfo.isInRange(targetTime)) {
+ return segmentSyncInfo;
+ }
+ } else {
+ // Low latency flow:
+ for (const partSyncInfo of partsSyncInfo) {
+ if (partSyncInfo.isInRange(targetTime)) {
+ return partSyncInfo;
+ }
+ }
+ }
+ }
+ return null;
+ }
+ getSyncInfoForMediaSequence(mediaSequence) {
+ return this.storage_.get(mediaSequence);
+ }
+ updateStorage_(segments, startingMediaSequence, startingTime) {
+ const newStorage = new Map();
+ let newDiagnostics = '\n';
+ let currentStart = startingTime;
+ let currentMediaSequence = startingMediaSequence;
+ this.start_ = currentStart;
+ segments.forEach((segment, segmentIndex) => {
+ const prevSyncInfoData = this.storage_.get(currentMediaSequence);
+ const segmentStart = currentStart;
+ const segmentEnd = segmentStart + segment.duration;
+ const segmentIsAppended = Boolean(prevSyncInfoData && prevSyncInfoData.segmentSyncInfo && prevSyncInfoData.segmentSyncInfo.isAppended);
+ const segmentSyncInfo = new SyncInfo({
+ start: segmentStart,
+ end: segmentEnd,
+ appended: segmentIsAppended,
+ segmentIndex
+ });
+ segment.syncInfo = segmentSyncInfo;
+ let currentPartStart = currentStart;
+ const partsSyncInfo = (segment.parts || []).map((part, partIndex) => {
+ const partStart = currentPartStart;
+ const partEnd = currentPartStart + part.duration;
+ const partIsAppended = Boolean(prevSyncInfoData && prevSyncInfoData.partsSyncInfo && prevSyncInfoData.partsSyncInfo[partIndex] && prevSyncInfoData.partsSyncInfo[partIndex].isAppended);
+ const partSyncInfo = new SyncInfo({
+ start: partStart,
+ end: partEnd,
+ appended: partIsAppended,
+ segmentIndex,
+ partIndex
+ });
+ currentPartStart = partEnd;
+ newDiagnostics += `Media Sequence: ${currentMediaSequence}.${partIndex} | Range: ${partStart} --> ${partEnd} | Appended: ${partIsAppended}\n`;
+ part.syncInfo = partSyncInfo;
+ return partSyncInfo;
+ });
+ newStorage.set(currentMediaSequence, new SyncInfoData(segmentSyncInfo, partsSyncInfo));
+ newDiagnostics += `${compactSegmentUrlDescription(segment.resolvedUri)} | Media Sequence: ${currentMediaSequence} | Range: ${segmentStart} --> ${segmentEnd} | Appended: ${segmentIsAppended}\n`;
+ currentMediaSequence++;
+ currentStart = segmentEnd;
+ });
+ this.end_ = currentStart;
+ this.storage_ = newStorage;
+ this.diagnostics_ = newDiagnostics;
+ }
+ calculateBaseTime_(mediaSequence, fallback) {
+ if (!this.storage_.size) {
+ // Initial setup flow.
+ return 0;
+ }
+ if (this.storage_.has(mediaSequence)) {
+ // Normal flow.
+ return this.storage_.get(mediaSequence).segmentSyncInfo.start;
+ } // Fallback flow.
+ // There is a gap between last recorded playlist and a new one received.
+
+ return fallback;
+ }
+ isReliablePlaylist_(mediaSequence, segments) {
+ return mediaSequence !== undefined && mediaSequence !== null && Array.isArray(segments) && segments.length;
+ }
+ }
+ class DependantMediaSequenceSync extends MediaSequenceSync {
+ constructor(parent) {
+ super();
+ this.parent_ = parent;
+ }
+ calculateBaseTime_(mediaSequence, fallback) {
+ if (!this.storage_.size) {
+ const info = this.parent_.getSyncInfoForMediaSequence(mediaSequence);
+ if (info) {
+ return info.segmentSyncInfo.start;
+ }
+ return 0;
+ }
+ return super.calculateBaseTime_(mediaSequence, fallback);
+ }
+ }
+
+ /**
+ * @file sync-controller.js
+ */
+ // synchronize expired playlist segments.
// the max media sequence diff is 48 hours of live stream
// content with two second segments. Anything larger than that
// will likely be invalid.
-
- var MAX_MEDIA_SEQUENCE_DIFF_FOR_SYNC = 86400;
- var syncPointStrategies = [// Stategy "VOD": Handle the VOD-case where the sync-point is *always*
+ const MAX_MEDIA_SEQUENCE_DIFF_FOR_SYNC = 86400;
+ const syncPointStrategies = [
+ // Stategy "VOD": Handle the VOD-case where the sync-point is *always*
// the equivalence display-time 0 === segment-index 0
{
name: 'VOD',
- run: function run(syncController, playlist, duration, currentTimeline, currentTime) {
+ run: (syncController, playlist, duration, currentTimeline, currentTime) => {
if (duration !== Infinity) {
- var syncPoint = {
+ const syncPoint = {
time: 0,
segmentIndex: 0,
partIndex: null
};
return syncPoint;
}
-
return null;
}
- }, // Stategy "ProgramDateTime": We have a program-date-time tag in this playlist
+ }, {
+ name: 'MediaSequence',
+ /**
+ * run media sequence strategy
+ *
+ * @param {SyncController} syncController
+ * @param {Object} playlist
+ * @param {number} duration
+ * @param {number} currentTimeline
+ * @param {number} currentTime
+ * @param {string} type
+ */
+ run: (syncController, playlist, duration, currentTimeline, currentTime, type) => {
+ const mediaSequenceSync = syncController.getMediaSequenceSync(type);
+ if (!mediaSequenceSync) {
+ return null;
+ }
+ if (!mediaSequenceSync.isReliable) {
+ return null;
+ }
+ const syncInfo = mediaSequenceSync.getSyncInfoForTime(currentTime);
+ if (!syncInfo) {
+ return null;
+ }
+ return {
+ time: syncInfo.start,
+ partIndex: syncInfo.partIndex,
+ segmentIndex: syncInfo.segmentIndex
+ };
+ }
+ },
+ // Stategy "ProgramDateTime": We have a program-date-time tag in this playlist
{
name: 'ProgramDateTime',
- run: function run(syncController, playlist, duration, currentTimeline, currentTime) {
+ run: (syncController, playlist, duration, currentTimeline, currentTime) => {
if (!Object.keys(syncController.timelineToDatetimeMappings).length) {
return null;
}
-
- var syncPoint = null;
- var lastDistance = null;
- var partsAndSegments = getPartsAndSegments(playlist);
+ let syncPoint = null;
+ let lastDistance = null;
+ const partsAndSegments = getPartsAndSegments(playlist);
currentTime = currentTime || 0;
-
- for (var i = 0; i < partsAndSegments.length; i++) {
+ for (let i = 0; i < partsAndSegments.length; i++) {
// start from the end and loop backwards for live
// or start from the front and loop forwards for non-live
- var index = playlist.endList || currentTime === 0 ? i : partsAndSegments.length - (i + 1);
- var partAndSegment = partsAndSegments[index];
- var segment = partAndSegment.segment;
- var datetimeMapping = syncController.timelineToDatetimeMappings[segment.timeline];
-
+ const index = playlist.endList || currentTime === 0 ? i : partsAndSegments.length - (i + 1);
+ const partAndSegment = partsAndSegments[index];
+ const segment = partAndSegment.segment;
+ const datetimeMapping = syncController.timelineToDatetimeMappings[segment.timeline];
if (!datetimeMapping || !segment.dateTimeObject) {
continue;
}
-
- var segmentTime = segment.dateTimeObject.getTime() / 1000;
- var start = segmentTime + datetimeMapping; // take part duration into account.
+ const segmentTime = segment.dateTimeObject.getTime() / 1000;
+ let start = segmentTime + datetimeMapping; // take part duration into account.
if (segment.parts && typeof partAndSegment.partIndex === 'number') {
- for (var z = 0; z < partAndSegment.partIndex; z++) {
+ for (let z = 0; z < partAndSegment.partIndex; z++) {
start += segment.parts[z].duration;
}
}
-
- var distance = Math.abs(currentTime - start); // Once the distance begins to increase, or if distance is 0, we have passed
+ const distance = Math.abs(currentTime - start); // Once the distance begins to increase, or if distance is 0, we have passed
// currentTime and can stop looking for better candidates
if (lastDistance !== null && (distance === 0 || lastDistance < distance)) {
break;
}
-
lastDistance = distance;
syncPoint = {
time: start,
@@ -60289,35 +60714,32 @@
partIndex: partAndSegment.partIndex
};
}
-
return syncPoint;
}
- }, // Stategy "Segment": We have a known time mapping for a timeline and a
+ },
+ // Stategy "Segment": We have a known time mapping for a timeline and a
// segment in the current timeline with timing data
{
name: 'Segment',
- run: function run(syncController, playlist, duration, currentTimeline, currentTime) {
- var syncPoint = null;
- var lastDistance = null;
+ run: (syncController, playlist, duration, currentTimeline, currentTime) => {
+ let syncPoint = null;
+ let lastDistance = null;
currentTime = currentTime || 0;
- var partsAndSegments = getPartsAndSegments(playlist);
-
- for (var i = 0; i < partsAndSegments.length; i++) {
+ const partsAndSegments = getPartsAndSegments(playlist);
+ for (let i = 0; i < partsAndSegments.length; i++) {
// start from the end and loop backwards for live
// or start from the front and loop forwards for non-live
- var index = playlist.endList || currentTime === 0 ? i : partsAndSegments.length - (i + 1);
- var partAndSegment = partsAndSegments[index];
- var segment = partAndSegment.segment;
- var start = partAndSegment.part && partAndSegment.part.start || segment && segment.start;
-
+ const index = playlist.endList || currentTime === 0 ? i : partsAndSegments.length - (i + 1);
+ const partAndSegment = partsAndSegments[index];
+ const segment = partAndSegment.segment;
+ const start = partAndSegment.part && partAndSegment.part.start || segment && segment.start;
if (segment.timeline === currentTimeline && typeof start !== 'undefined') {
- var distance = Math.abs(currentTime - start); // Once the distance begins to increase, we have passed
+ const distance = Math.abs(currentTime - start); // Once the distance begins to increase, we have passed
// currentTime and can stop looking for better candidates
if (lastDistance !== null && lastDistance < distance) {
break;
}
-
if (!syncPoint || lastDistance === null || lastDistance >= distance) {
lastDistance = distance;
syncPoint = {
@@ -60328,78 +60750,88 @@
}
}
}
-
return syncPoint;
}
- }, // Stategy "Discontinuity": We have a discontinuity with a known
+ },
+ // Stategy "Discontinuity": We have a discontinuity with a known
// display-time
{
name: 'Discontinuity',
- run: function run(syncController, playlist, duration, currentTimeline, currentTime) {
- var syncPoint = null;
+ run: (syncController, playlist, duration, currentTimeline, currentTime) => {
+ let syncPoint = null;
currentTime = currentTime || 0;
-
if (playlist.discontinuityStarts && playlist.discontinuityStarts.length) {
- var lastDistance = null;
-
- for (var i = 0; i < playlist.discontinuityStarts.length; i++) {
- var segmentIndex = playlist.discontinuityStarts[i];
- var discontinuity = playlist.discontinuitySequence + i + 1;
- var discontinuitySync = syncController.discontinuities[discontinuity];
-
+ let lastDistance = null;
+ for (let i = 0; i < playlist.discontinuityStarts.length; i++) {
+ const segmentIndex = playlist.discontinuityStarts[i];
+ const discontinuity = playlist.discontinuitySequence + i + 1;
+ const discontinuitySync = syncController.discontinuities[discontinuity];
if (discontinuitySync) {
- var distance = Math.abs(currentTime - discontinuitySync.time); // Once the distance begins to increase, we have passed
+ const distance = Math.abs(currentTime - discontinuitySync.time); // Once the distance begins to increase, we have passed
// currentTime and can stop looking for better candidates
if (lastDistance !== null && lastDistance < distance) {
break;
}
-
if (!syncPoint || lastDistance === null || lastDistance >= distance) {
lastDistance = distance;
syncPoint = {
time: discontinuitySync.time,
- segmentIndex: segmentIndex,
+ segmentIndex,
partIndex: null
};
}
}
}
}
-
return syncPoint;
}
- }, // Stategy "Playlist": We have a playlist with a known mapping of
+ },
+ // Stategy "Playlist": We have a playlist with a known mapping of
// segment index to display time
{
name: 'Playlist',
- run: function run(syncController, playlist, duration, currentTimeline, currentTime) {
+ run: (syncController, playlist, duration, currentTimeline, currentTime) => {
if (playlist.syncInfo) {
- var syncPoint = {
+ const syncPoint = {
time: playlist.syncInfo.time,
segmentIndex: playlist.syncInfo.mediaSequence - playlist.mediaSequence,
partIndex: null
};
return syncPoint;
}
-
return null;
}
}];
+ class SyncController extends videojs.EventTarget {
+ constructor(options = {}) {
+ super(); // ...for synching across variants
- var SyncController = /*#__PURE__*/function (_videojs$EventTarget) {
- inheritsLoose(SyncController, _videojs$EventTarget);
+ this.timelines = [];
+ this.discontinuities = [];
+ this.timelineToDatetimeMappings = {}; // TODO: this map should be only available for HLS. Since only HLS has MediaSequence.
+ // For some reason this map helps with syncing between quality switch for MPEG-DASH as well.
+ // Moreover if we disable this map for MPEG-DASH - quality switch will be broken.
+ // MPEG-DASH should have its own separate sync strategy
- function SyncController(options) {
- var _this;
+ const main = new MediaSequenceSync();
+ const audio = new DependantMediaSequenceSync(main);
+ const vtt = new DependantMediaSequenceSync(main);
+ this.mediaSequenceStorage_ = {
+ main,
+ audio,
+ vtt
+ };
+ this.logger_ = logger('SyncController');
+ }
+ /**
+ *
+ * @param {string} loaderType
+ * @return {MediaSequenceSync|null}
+ */
- _this = _videojs$EventTarget.call(this) || this; // ...for synching across variants
-
- _this.timelines = [];
- _this.discontinuities = [];
- _this.timelineToDatetimeMappings = {};
- _this.logger_ = logger('SyncController');
- return _this;
+ getMediaSequenceSync(loaderType) {
+ return this.mediaSequenceStorage_[loaderType] || null;
}
/**
* Find a sync-point for the playlist specified
@@ -60413,26 +60845,54 @@
* Duration of the MediaSource (Infinite if playing a live source)
* @param {number} currentTimeline
* The last timeline from which a segment was loaded
+ * @param {number} currentTime
+ * Current player's time
+ * @param {string} type
+ * Segment loader type
* @return {Object}
* A sync-point object
*/
-
- var _proto = SyncController.prototype;
-
- _proto.getSyncPoint = function getSyncPoint(playlist, duration, currentTimeline, currentTime) {
- var syncPoints = this.runStrategies_(playlist, duration, currentTimeline, currentTime);
-
+ getSyncPoint(playlist, duration, currentTimeline, currentTime, type) {
+ // Always use VOD sync point for VOD
+ if (duration !== Infinity) {
+ const vodSyncPointStrategy = syncPointStrategies.find(({
+ name
+ }) => name === 'VOD');
+ return vodSyncPointStrategy.run(this, playlist, duration);
+ }
+ const syncPoints = this.runStrategies_(playlist, duration, currentTimeline, currentTime, type);
if (!syncPoints.length) {
// Signal that we need to attempt to get a sync-point manually
// by fetching a segment in the playlist and constructing
// a sync-point from that information
return null;
+ } // If we have exact match just return it instead of finding the nearest distance
+
+ for (const syncPointInfo of syncPoints) {
+ const {
+ syncPoint,
+ strategy
+ } = syncPointInfo;
+ const {
+ segmentIndex,
+ time
+ } = syncPoint;
+ if (segmentIndex < 0) {
+ continue;
+ }
+ const selectedSegment = playlist.segments[segmentIndex];
+ const start = time;
+ const end = start + selectedSegment.duration;
+ this.logger_(`Strategy: ${strategy}. Current time: ${currentTime}. selected segment: ${segmentIndex}. Time: [${start} -> ${end}]}`);
+ if (currentTime >= start && currentTime < end) {
+ this.logger_('Found sync point with exact match: ', syncPoint);
+ return syncPoint;
+ }
} // Now find the sync-point that is closest to the currentTime because
// that should result in the most accurate guess about which segment
// to fetch
-
return this.selectSyncPoint_(syncPoints, {
key: 'time',
value: currentTime
@@ -60449,20 +60909,17 @@
* The amount of time that has expired off the playlist during playback. Null
* if no sync-points for the playlist can be found.
*/
- ;
- _proto.getExpiredTime = function getExpiredTime(playlist, duration) {
+ getExpiredTime(playlist, duration) {
if (!playlist || !playlist.segments) {
return null;
}
-
- var syncPoints = this.runStrategies_(playlist, duration, playlist.discontinuitySequence, 0); // Without sync-points, there is not enough information to determine the expired time
+ const syncPoints = this.runStrategies_(playlist, duration, playlist.discontinuitySequence, 0); // Without sync-points, there is not enough information to determine the expired time
if (!syncPoints.length) {
return null;
}
-
- var syncPoint = this.selectSyncPoint_(syncPoints, {
+ const syncPoint = this.selectSyncPoint_(syncPoints, {
key: 'segmentIndex',
value: 0
}); // If the sync-point is beyond the start of the playlist, we want to subtract the
@@ -60471,7 +60928,6 @@
if (syncPoint.segmentIndex > 0) {
syncPoint.time *= -1;
}
-
return Math.abs(syncPoint.time + sumDurations({
defaultDuration: playlist.targetDuration,
durationList: playlist.segments,
@@ -60490,27 +60946,28 @@
* Duration of the MediaSource (Infinity if playing a live source)
* @param {number} currentTimeline
* The last timeline from which a segment was loaded
+ * @param {number} currentTime
+ * Current player's time
+ * @param {string} type
+ * Segment loader type
* @return {Array}
* A list of sync-point objects
*/
- ;
- _proto.runStrategies_ = function runStrategies_(playlist, duration, currentTimeline, currentTime) {
- var syncPoints = []; // Try to find a sync-point in by utilizing various strategies...
-
- for (var i = 0; i < syncPointStrategies.length; i++) {
- var strategy = syncPointStrategies[i];
- var syncPoint = strategy.run(this, playlist, duration, currentTimeline, currentTime);
+ runStrategies_(playlist, duration, currentTimeline, currentTime, type) {
+ const syncPoints = []; // Try to find a sync-point in by utilizing various strategies...
+ for (let i = 0; i < syncPointStrategies.length; i++) {
+ const strategy = syncPointStrategies[i];
+ const syncPoint = strategy.run(this, playlist, duration, currentTimeline, currentTime, type);
if (syncPoint) {
syncPoint.strategy = strategy.name;
syncPoints.push({
strategy: strategy.name,
- syncPoint: syncPoint
+ syncPoint
});
}
}
-
return syncPoints;
}
/**
@@ -60528,24 +60985,20 @@
* @return {Object}
* The sync-point nearest the target
*/
- ;
-
- _proto.selectSyncPoint_ = function selectSyncPoint_(syncPoints, target) {
- var bestSyncPoint = syncPoints[0].syncPoint;
- var bestDistance = Math.abs(syncPoints[0].syncPoint[target.key] - target.value);
- var bestStrategy = syncPoints[0].strategy;
-
- for (var i = 1; i < syncPoints.length; i++) {
- var newDistance = Math.abs(syncPoints[i].syncPoint[target.key] - target.value);
+ selectSyncPoint_(syncPoints, target) {
+ let bestSyncPoint = syncPoints[0].syncPoint;
+ let bestDistance = Math.abs(syncPoints[0].syncPoint[target.key] - target.value);
+ let bestStrategy = syncPoints[0].strategy;
+ for (let i = 1; i < syncPoints.length; i++) {
+ const newDistance = Math.abs(syncPoints[i].syncPoint[target.key] - target.value);
if (newDistance < bestDistance) {
bestDistance = newDistance;
bestSyncPoint = syncPoints[i].syncPoint;
bestStrategy = syncPoints[i].strategy;
}
}
-
- this.logger_("syncPoint for [" + target.key + ": " + target.value + "] chosen with strategy" + (" [" + bestStrategy + "]: [time:" + bestSyncPoint.time + ",") + (" segmentIndex:" + bestSyncPoint.segmentIndex) + (typeof bestSyncPoint.partIndex === 'number' ? ",partIndex:" + bestSyncPoint.partIndex : '') + ']');
+ this.logger_(`syncPoint for [${target.key}: ${target.value}] chosen with strategy` + ` [${bestStrategy}]: [time:${bestSyncPoint.time},` + ` segmentIndex:${bestSyncPoint.segmentIndex}` + (typeof bestSyncPoint.partIndex === 'number' ? `,partIndex:${bestSyncPoint.partIndex}` : '') + ']');
return bestSyncPoint;
}
/**
@@ -60556,27 +61009,24 @@
* @param {Playlist} oldPlaylist - The previous active playlist
* @param {Playlist} newPlaylist - The updated and most current playlist
*/
- ;
- _proto.saveExpiredSegmentInfo = function saveExpiredSegmentInfo(oldPlaylist, newPlaylist) {
- var mediaSequenceDiff = newPlaylist.mediaSequence - oldPlaylist.mediaSequence; // Ignore large media sequence gaps
+ saveExpiredSegmentInfo(oldPlaylist, newPlaylist) {
+ const mediaSequenceDiff = newPlaylist.mediaSequence - oldPlaylist.mediaSequence; // Ignore large media sequence gaps
if (mediaSequenceDiff > MAX_MEDIA_SEQUENCE_DIFF_FOR_SYNC) {
- videojs.log.warn("Not saving expired segment info. Media sequence gap " + mediaSequenceDiff + " is too large.");
+ videojs.log.warn(`Not saving expired segment info. Media sequence gap ${mediaSequenceDiff} is too large.`);
return;
} // When a segment expires from the playlist and it has a start time
// save that information as a possible sync-point reference in future
-
- for (var i = mediaSequenceDiff - 1; i >= 0; i--) {
- var lastRemovedSegment = oldPlaylist.segments[i];
-
+ for (let i = mediaSequenceDiff - 1; i >= 0; i--) {
+ const lastRemovedSegment = oldPlaylist.segments[i];
if (lastRemovedSegment && typeof lastRemovedSegment.start !== 'undefined') {
newPlaylist.syncInfo = {
mediaSequence: oldPlaylist.mediaSequence + i,
time: lastRemovedSegment.start
};
- this.logger_("playlist refresh sync: [time:" + newPlaylist.syncInfo.time + "," + (" mediaSequence: " + newPlaylist.syncInfo.mediaSequence + "]"));
+ this.logger_(`playlist refresh sync: [time:${newPlaylist.syncInfo.time},` + ` mediaSequence: ${newPlaylist.syncInfo.mediaSequence}]`);
this.trigger('syncinfoupdate');
break;
}
@@ -60588,18 +61038,16 @@
*
* @param {Playlist} playlist - The currently active playlist
*/
- ;
- _proto.setDateTimeMappingForStart = function setDateTimeMappingForStart(playlist) {
+ setDateTimeMappingForStart(playlist) {
// It's possible for the playlist to be updated before playback starts, meaning time
// zero is not yet set. If, during these playlist refreshes, a discontinuity is
// crossed, then the old time zero mapping (for the prior timeline) would be retained
// unless the mappings are cleared.
this.timelineToDatetimeMappings = {};
-
if (playlist.segments && playlist.segments.length && playlist.segments[0].dateTimeObject) {
- var firstSegment = playlist.segments[0];
- var playlistTimestamp = firstSegment.dateTimeObject.getTime() / 1000;
+ const firstSegment = playlist.segments[0];
+ const playlistTimestamp = firstSegment.dateTimeObject.getTime() / 1000;
this.timelineToDatetimeMappings[firstSegment.timeline] = -playlistTimestamp;
}
}
@@ -60615,14 +61063,13 @@
* If there's a timeline change, determines if the timeline mapping should be
* saved for timeline mapping and program date time mappings.
*/
- ;
-
- _proto.saveSegmentTimingInfo = function saveSegmentTimingInfo(_ref) {
- var segmentInfo = _ref.segmentInfo,
- shouldSaveTimelineMapping = _ref.shouldSaveTimelineMapping;
- var didCalculateSegmentTimeMapping = this.calculateSegmentTimeMapping_(segmentInfo, segmentInfo.timingInfo, shouldSaveTimelineMapping);
- var segment = segmentInfo.segment;
+ saveSegmentTimingInfo({
+ segmentInfo,
+ shouldSaveTimelineMapping
+ }) {
+ const didCalculateSegmentTimeMapping = this.calculateSegmentTimeMapping_(segmentInfo, segmentInfo.timingInfo, shouldSaveTimelineMapping);
+ const segment = segmentInfo.segment;
if (didCalculateSegmentTimeMapping) {
this.saveDiscontinuitySyncInfo_(segmentInfo); // If the playlist does not have sync information yet, record that information
// now with segment timing information
@@ -60634,27 +61081,21 @@
};
}
}
-
- var dateTime = segment.dateTimeObject;
-
+ const dateTime = segment.dateTimeObject;
if (segment.discontinuity && shouldSaveTimelineMapping && dateTime) {
this.timelineToDatetimeMappings[segment.timeline] = -(dateTime.getTime() / 1000);
}
- };
-
- _proto.timestampOffsetForTimeline = function timestampOffsetForTimeline(timeline) {
+ }
+ timestampOffsetForTimeline(timeline) {
if (typeof this.timelines[timeline] === 'undefined') {
return null;
}
-
return this.timelines[timeline].time;
- };
-
- _proto.mappingForTimeline = function mappingForTimeline(timeline) {
+ }
+ mappingForTimeline(timeline) {
if (typeof this.timelines[timeline] === 'undefined') {
return null;
}
-
return this.timelines[timeline].mapping;
}
/**
@@ -60672,28 +61113,24 @@
* @return {boolean}
* Returns false if segment time mapping could not be calculated
*/
- ;
- _proto.calculateSegmentTimeMapping_ = function calculateSegmentTimeMapping_(segmentInfo, timingInfo, shouldSaveTimelineMapping) {
+ calculateSegmentTimeMapping_(segmentInfo, timingInfo, shouldSaveTimelineMapping) {
// TODO: remove side effects
- var segment = segmentInfo.segment;
- var part = segmentInfo.part;
- var mappingObj = this.timelines[segmentInfo.timeline];
- var start;
- var end;
-
+ const segment = segmentInfo.segment;
+ const part = segmentInfo.part;
+ let mappingObj = this.timelines[segmentInfo.timeline];
+ let start;
+ let end;
if (typeof segmentInfo.timestampOffset === 'number') {
mappingObj = {
time: segmentInfo.startOfSegment,
mapping: segmentInfo.startOfSegment - timingInfo.start
};
-
if (shouldSaveTimelineMapping) {
this.timelines[segmentInfo.timeline] = mappingObj;
this.trigger('timestampoffset');
- this.logger_("time mapping for timeline " + segmentInfo.timeline + ": " + ("[time: " + mappingObj.time + "] [mapping: " + mappingObj.mapping + "]"));
+ this.logger_(`time mapping for timeline ${segmentInfo.timeline}: ` + `[time: ${mappingObj.time}] [mapping: ${mappingObj.mapping}]`);
}
-
start = segmentInfo.startOfSegment;
end = timingInfo.end + mappingObj.mapping;
} else if (mappingObj) {
@@ -60702,7 +61139,6 @@
} else {
return false;
}
-
if (part) {
part.start = start;
part.end = end;
@@ -60712,11 +61148,9 @@
// multiple times and we want segment start to be the earliest part start
// value for that segment.
-
if (!segment.start || start < segment.start) {
segment.start = start;
}
-
segment.end = end;
return true;
}
@@ -60728,11 +61162,10 @@
* @private
* @param {SegmentInfo} segmentInfo - The current active request information
*/
- ;
- _proto.saveDiscontinuitySyncInfo_ = function saveDiscontinuitySyncInfo_(segmentInfo) {
- var playlist = segmentInfo.playlist;
- var segment = segmentInfo.segment; // If the current segment is a discontinuity then we know exactly where
+ saveDiscontinuitySyncInfo_(segmentInfo) {
+ const playlist = segmentInfo.playlist;
+ const segment = segmentInfo.segment; // If the current segment is a discontinuity then we know exactly where
// the start of the range and it's accuracy is 0 (greater accuracy values
// mean more approximation)
@@ -60744,15 +61177,13 @@
} else if (playlist.discontinuityStarts && playlist.discontinuityStarts.length) {
// Search for future discontinuities that we can provide better timing
// information for and save that information for sync purposes
- for (var i = 0; i < playlist.discontinuityStarts.length; i++) {
- var segmentIndex = playlist.discontinuityStarts[i];
- var discontinuity = playlist.discontinuitySequence + i + 1;
- var mediaIndexDiff = segmentIndex - segmentInfo.mediaIndex;
- var accuracy = Math.abs(mediaIndexDiff);
-
+ for (let i = 0; i < playlist.discontinuityStarts.length; i++) {
+ const segmentIndex = playlist.discontinuityStarts[i];
+ const discontinuity = playlist.discontinuitySequence + i + 1;
+ const mediaIndexDiff = segmentIndex - segmentInfo.mediaIndex;
+ const accuracy = Math.abs(mediaIndexDiff);
if (!this.discontinuities[discontinuity] || this.discontinuities[discontinuity].accuracy > accuracy) {
- var time = void 0;
-
+ let time;
if (mediaIndexDiff < 0) {
time = segment.start - sumDurations({
defaultDuration: playlist.targetDuration,
@@ -60768,23 +61199,20 @@
endIndex: segmentIndex
});
}
-
this.discontinuities[discontinuity] = {
- time: time,
- accuracy: accuracy
+ time,
+ accuracy
};
}
}
}
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
this.trigger('dispose');
this.off();
- };
+ }
+ }
- return SyncController;
- }(videojs.EventTarget);
/**
* The TimelineChangeController acts as a source for segment loaders to listen for and
* keep track of latest and pending timeline changes. This is useful to ensure proper
@@ -60795,134 +61223,66 @@
* @extends videojs.EventTarget
*/
-
- var TimelineChangeController = /*#__PURE__*/function (_videojs$EventTarget) {
- inheritsLoose(TimelineChangeController, _videojs$EventTarget);
-
- function TimelineChangeController() {
- var _this;
-
- _this = _videojs$EventTarget.call(this) || this;
- _this.pendingTimelineChanges_ = {};
- _this.lastTimelineChanges_ = {};
- return _this;
+ class TimelineChangeController extends videojs.EventTarget {
+ constructor() {
+ super();
+ this.pendingTimelineChanges_ = {};
+ this.lastTimelineChanges_ = {};
}
-
- var _proto = TimelineChangeController.prototype;
-
- _proto.clearPendingTimelineChange = function clearPendingTimelineChange(type) {
+ clearPendingTimelineChange(type) {
this.pendingTimelineChanges_[type] = null;
this.trigger('pendingtimelinechange');
- };
-
- _proto.pendingTimelineChange = function pendingTimelineChange(_ref) {
- var type = _ref.type,
- from = _ref.from,
- to = _ref.to;
-
+ }
+ pendingTimelineChange({
+ type,
+ from,
+ to
+ }) {
if (typeof from === 'number' && typeof to === 'number') {
this.pendingTimelineChanges_[type] = {
- type: type,
- from: from,
- to: to
+ type,
+ from,
+ to
};
this.trigger('pendingtimelinechange');
}
-
return this.pendingTimelineChanges_[type];
- };
-
- _proto.lastTimelineChange = function lastTimelineChange(_ref2) {
- var type = _ref2.type,
- from = _ref2.from,
- to = _ref2.to;
-
+ }
+ lastTimelineChange({
+ type,
+ from,
+ to
+ }) {
if (typeof from === 'number' && typeof to === 'number') {
this.lastTimelineChanges_[type] = {
- type: type,
- from: from,
- to: to
+ type,
+ from,
+ to
};
delete this.pendingTimelineChanges_[type];
- this.trigger('timelinechange');
+ const metadata = {
+ timelineChangeInfo: {
+ from,
+ to
+ }
+ };
+ this.trigger({
+ type: 'timelinechange',
+ metadata
+ });
}
-
return this.lastTimelineChanges_[type];
- };
-
- _proto.dispose = function dispose() {
+ }
+ dispose() {
this.trigger('dispose');
this.pendingTimelineChanges_ = {};
this.lastTimelineChanges_ = {};
this.off();
- };
-
- return TimelineChangeController;
- }(videojs.EventTarget);
- /* rollup-plugin-worker-factory start for worker!/Users/bclifford/Code/vhs-release-test/src/decrypter-worker.js */
-
-
- var workerCode = transform(getWorkerString(function () {
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
-
- function createCommonjsModule(fn, basedir, module) {
- return module = {
- path: basedir,
- exports: {},
- require: function require(path, base) {
- return commonjsRequire(path, base === undefined || base === null ? module.path : base);
- }
- }, fn(module, module.exports), module.exports;
}
+ }
- function commonjsRequire() {
- throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
- }
-
- var createClass = createCommonjsModule(function (module) {
- function _defineProperties(target, props) {
- for (var i = 0; i < props.length; i++) {
- var descriptor = props[i];
- descriptor.enumerable = descriptor.enumerable || false;
- descriptor.configurable = true;
- if ("value" in descriptor) descriptor.writable = true;
- Object.defineProperty(target, descriptor.key, descriptor);
- }
- }
-
- function _createClass(Constructor, protoProps, staticProps) {
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
- if (staticProps) _defineProperties(Constructor, staticProps);
- return Constructor;
- }
-
- module.exports = _createClass;
- module.exports["default"] = module.exports, module.exports.__esModule = true;
- });
- var setPrototypeOf = createCommonjsModule(function (module) {
- function _setPrototypeOf(o, p) {
- module.exports = _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
- o.__proto__ = p;
- return o;
- };
-
- module.exports["default"] = module.exports, module.exports.__esModule = true;
- return _setPrototypeOf(o, p);
- }
-
- module.exports = _setPrototypeOf;
- module.exports["default"] = module.exports, module.exports.__esModule = true;
- });
- var inheritsLoose = createCommonjsModule(function (module) {
- function _inheritsLoose(subClass, superClass) {
- subClass.prototype = Object.create(superClass.prototype);
- subClass.prototype.constructor = subClass;
- setPrototypeOf(subClass, superClass);
- }
-
- module.exports = _inheritsLoose;
- module.exports["default"] = module.exports, module.exports.__esModule = true;
- });
+ /* rollup-plugin-worker-factory start for worker!/home/runner/work/http-streaming/http-streaming/src/decrypter-worker.js */
+ const workerCode = transform(getWorkerString(function () {
/**
* @file stream.js
*/
@@ -60945,14 +61305,11 @@
* the specified type occurs
*/
-
var _proto = Stream.prototype;
-
_proto.on = function on(type, listener) {
if (!this.listeners[type]) {
this.listeners[type] = [];
}
-
this.listeners[type].push(listener);
}
/**
@@ -60962,14 +61319,11 @@
* @param {Function} listener a function previously registered for this
* type of event through `on`
* @return {boolean} if we could turn it off or not
- */
- ;
-
+ */;
_proto.off = function off(type, listener) {
if (!this.listeners[type]) {
return false;
}
-
var index = this.listeners[type].indexOf(listener); // TODO: which is better?
// In Video.js we slice listener functions
// on trigger so that it does not mess up the order
@@ -60988,12 +61342,9 @@
* arguments to this function are passed as parameters to event listeners.
*
* @param {string} type the event name
- */
- ;
-
+ */;
_proto.trigger = function trigger(type) {
var callbacks = this.listeners[type];
-
if (!callbacks) {
return;
} // Slicing the arguments on every invocation of this method
@@ -61001,17 +61352,14 @@
// intermediate object creation for the common case of a
// single callback argument
-
if (arguments.length === 2) {
var length = callbacks.length;
-
for (var i = 0; i < length; ++i) {
callbacks[i].call(this, arguments[1]);
}
} else {
var args = Array.prototype.slice.call(arguments, 1);
var _length = callbacks.length;
-
for (var _i = 0; _i < _length; ++_i) {
callbacks[_i].apply(this, args);
}
@@ -61019,9 +61367,7 @@
}
/**
* Destroys the stream and cleans up.
- */
- ;
-
+ */;
_proto.dispose = function dispose() {
this.listeners = {};
}
@@ -61032,15 +61378,12 @@
*
* @param {Stream} destination the stream that will receive all `data` events
* @see http://nodejs.org/api/stream.html#stream_readable_pipe_destination_options
- */
- ;
-
+ */;
_proto.pipe = function pipe(destination) {
this.on('data', function (data) {
destination.push(data);
});
};
-
return Stream;
}();
/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
@@ -61053,11 +61396,10 @@
* @see http://tools.ietf.org/html/rfc5652
*/
-
function unpad(padded) {
return padded.subarray(0, padded.byteLength - padded[padded.byteLength - 1]);
}
- /*! @name aes-decrypter @version 3.1.3 @license Apache-2.0 */
+ /*! @name aes-decrypter @version 4.0.1 @license Apache-2.0 */
/**
* @file aes.js
@@ -61104,29 +61446,27 @@
* @private
*/
-
- var precompute = function precompute() {
- var tables = [[[], [], [], [], []], [[], [], [], [], []]];
- var encTable = tables[0];
- var decTable = tables[1];
- var sbox = encTable[4];
- var sboxInv = decTable[4];
- var i;
- var x;
- var xInv;
- var d = [];
- var th = [];
- var x2;
- var x4;
- var x8;
- var s;
- var tEnc;
- var tDec; // Compute double and third tables
+ const precompute = function () {
+ const tables = [[[], [], [], [], []], [[], [], [], [], []]];
+ const encTable = tables[0];
+ const decTable = tables[1];
+ const sbox = encTable[4];
+ const sboxInv = decTable[4];
+ let i;
+ let x;
+ let xInv;
+ const d = [];
+ const th = [];
+ let x2;
+ let x4;
+ let x8;
+ let s;
+ let tEnc;
+ let tDec; // Compute double and third tables
for (i = 0; i < 256; i++) {
th[(d[i] = i << 1 ^ (i >> 7) * 283) ^ i] = i;
}
-
for (x = xInv = 0; !sbox[x]; x ^= x2 || 1, xInv = th[xInv] || 1) {
// Compute sbox
s = xInv ^ xInv << 1 ^ xInv << 2 ^ xInv << 3 ^ xInv << 4;
@@ -61137,23 +61477,19 @@
x8 = d[x4 = d[x2 = d[x]]];
tDec = x8 * 0x1010101 ^ x4 * 0x10001 ^ x2 * 0x101 ^ x * 0x1010100;
tEnc = d[s] * 0x101 ^ s * 0x1010100;
-
for (i = 0; i < 4; i++) {
encTable[i][x] = tEnc = tEnc << 24 ^ tEnc >>> 8;
decTable[i][s] = tDec = tDec << 24 ^ tDec >>> 8;
}
} // Compactify. Considerable speedup on Firefox.
-
for (i = 0; i < 5; i++) {
encTable[i] = encTable[i].slice(0);
decTable[i] = decTable[i].slice(0);
}
-
return tables;
};
-
- var aesTables = null;
+ let aesTables = null;
/**
* Schedule out an AES key for both encryption and decryption. This
* is a low-level class. Use a cipher mode to do bulk encryption.
@@ -61162,8 +61498,8 @@
* @param key {Array} The key as an array of 4, 6 or 8 words.
*/
- var AES = /*#__PURE__*/function () {
- function AES(key) {
+ class AES {
+ constructor(key) {
/**
* The expanded S-box and inverse S-box tables. These will be computed
* on the client so that we don't have to send them down the wire.
@@ -61182,22 +61518,19 @@
aesTables = precompute();
} // then make a copy of that object for use
-
this._tables = [[aesTables[0][0].slice(), aesTables[0][1].slice(), aesTables[0][2].slice(), aesTables[0][3].slice(), aesTables[0][4].slice()], [aesTables[1][0].slice(), aesTables[1][1].slice(), aesTables[1][2].slice(), aesTables[1][3].slice(), aesTables[1][4].slice()]];
- var i;
- var j;
- var tmp;
- var sbox = this._tables[0][4];
- var decTable = this._tables[1];
- var keyLen = key.length;
- var rcon = 1;
-
+ let i;
+ let j;
+ let tmp;
+ const sbox = this._tables[0][4];
+ const decTable = this._tables[1];
+ const keyLen = key.length;
+ let rcon = 1;
if (keyLen !== 4 && keyLen !== 6 && keyLen !== 8) {
throw new Error('Invalid aes key size');
}
-
- var encKey = key.slice(0);
- var decKey = [];
+ const encKey = key.slice(0);
+ const decKey = [];
this._key = [encKey, decKey]; // schedule encryption keys
for (i = keyLen; i < 4 * keyLen + 28; i++) {
@@ -61211,14 +61544,11 @@
rcon = rcon << 1 ^ (rcon >> 7) * 283;
}
}
-
encKey[i] = encKey[i - keyLen] ^ tmp;
} // schedule decryption keys
-
for (j = 0; i; j++, i--) {
tmp = encKey[j & 3 ? i : i - 4];
-
if (i <= 4 || j < 4) {
decKey[j] = tmp;
} else {
@@ -61240,30 +61570,27 @@
* @return {Array} The plaintext.
*/
+ decrypt(encrypted0, encrypted1, encrypted2, encrypted3, out, offset) {
+ const key = this._key[1]; // state variables a,b,c,d are loaded with pre-whitened data
- var _proto = AES.prototype;
+ let a = encrypted0 ^ key[0];
+ let b = encrypted3 ^ key[1];
+ let c = encrypted2 ^ key[2];
+ let d = encrypted1 ^ key[3];
+ let a2;
+ let b2;
+ let c2; // key.length === 2 ?
- _proto.decrypt = function decrypt(encrypted0, encrypted1, encrypted2, encrypted3, out, offset) {
- var key = this._key[1]; // state variables a,b,c,d are loaded with pre-whitened data
+ const nInnerRounds = key.length / 4 - 2;
+ let i;
+ let kIndex = 4;
+ const table = this._tables[1]; // load up the tables
- var a = encrypted0 ^ key[0];
- var b = encrypted3 ^ key[1];
- var c = encrypted2 ^ key[2];
- var d = encrypted1 ^ key[3];
- var a2;
- var b2;
- var c2; // key.length === 2 ?
-
- var nInnerRounds = key.length / 4 - 2;
- var i;
- var kIndex = 4;
- var table = this._tables[1]; // load up the tables
-
- var table0 = table[0];
- var table1 = table[1];
- var table2 = table[2];
- var table3 = table[3];
- var sbox = table[4]; // Inner rounds. Cribbed from OpenSSL.
+ const table0 = table[0];
+ const table1 = table[1];
+ const table2 = table[2];
+ const table3 = table[3];
+ const sbox = table[4]; // Inner rounds. Cribbed from OpenSSL.
for (i = 0; i < nInnerRounds; i++) {
a2 = table0[a >>> 24] ^ table1[b >> 16 & 255] ^ table2[c >> 8 & 255] ^ table3[d & 255] ^ key[kIndex];
@@ -61276,7 +61603,6 @@
c = c2;
} // Last round.
-
for (i = 0; i < 4; i++) {
out[(3 & -i) + offset] = sbox[a >>> 24] << 24 ^ sbox[b >> 16 & 255] << 16 ^ sbox[c >> 8 & 255] << 8 ^ sbox[d & 255] ^ key[kIndex++];
a2 = a;
@@ -61285,10 +61611,12 @@
c = d;
d = a2;
}
- };
+ }
+ }
+ /**
+ * @file async-stream.js
+ */
- return AES;
- }();
/**
* A wrapper around the Stream class to use setTimeout
* and run stream "jobs" Asynchronously
@@ -61297,18 +61625,12 @@
* @extends Stream
*/
-
- var AsyncStream = /*#__PURE__*/function (_Stream) {
- inheritsLoose(AsyncStream, _Stream);
-
- function AsyncStream() {
- var _this;
-
- _this = _Stream.call(this, Stream) || this;
- _this.jobs = [];
- _this.delay = 1;
- _this.timeout_ = null;
- return _this;
+ class AsyncStream extends Stream {
+ constructor() {
+ super(Stream);
+ this.jobs = [];
+ this.delay = 1;
+ this.timeout_ = null;
}
/**
* process an async job
@@ -61316,12 +61638,8 @@
* @private
*/
-
- var _proto = AsyncStream.prototype;
-
- _proto.processJob_ = function processJob_() {
+ processJob_() {
this.jobs.shift()();
-
if (this.jobs.length) {
this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);
} else {
@@ -61333,25 +61651,27 @@
*
* @param {Function} job the job to push into the stream
*/
- ;
- _proto.push = function push(job) {
+ push(job) {
this.jobs.push(job);
-
if (!this.timeout_) {
this.timeout_ = setTimeout(this.processJob_.bind(this), this.delay);
}
- };
+ }
+ }
+ /**
+ * @file decrypter.js
+ *
+ * An asynchronous implementation of AES-128 CBC decryption with
+ * PKCS#7 padding.
+ */
- return AsyncStream;
- }(Stream);
/**
* Convert network-order (big-endian) bytes into their little-endian
* representation.
*/
-
- var ntoh = function ntoh(word) {
+ const ntoh = function (word) {
return word << 24 | (word & 0xff00) << 8 | (word & 0xff0000) >> 8 | word >>> 24;
};
/**
@@ -61368,26 +61688,25 @@
* @see https://tools.ietf.org/html/rfc2315
*/
-
- var decrypt = function decrypt(encrypted, key, initVector) {
+ const decrypt = function (encrypted, key, initVector) {
// word-level access to the encrypted bytes
- var encrypted32 = new Int32Array(encrypted.buffer, encrypted.byteOffset, encrypted.byteLength >> 2);
- var decipher = new AES(Array.prototype.slice.call(key)); // byte and word-level access for the decrypted output
+ const encrypted32 = new Int32Array(encrypted.buffer, encrypted.byteOffset, encrypted.byteLength >> 2);
+ const decipher = new AES(Array.prototype.slice.call(key)); // byte and word-level access for the decrypted output
- var decrypted = new Uint8Array(encrypted.byteLength);
- var decrypted32 = new Int32Array(decrypted.buffer); // temporary variables for working with the IV, encrypted, and
+ const decrypted = new Uint8Array(encrypted.byteLength);
+ const decrypted32 = new Int32Array(decrypted.buffer); // temporary variables for working with the IV, encrypted, and
// decrypted data
- var init0;
- var init1;
- var init2;
- var init3;
- var encrypted0;
- var encrypted1;
- var encrypted2;
- var encrypted3; // iteration variable
+ let init0;
+ let init1;
+ let init2;
+ let init3;
+ let encrypted0;
+ let encrypted1;
+ let encrypted2;
+ let encrypted3; // iteration variable
- var wordIx; // pull out the words of the IV to ensure we don't modify the
+ let wordIx; // pull out the words of the IV to ensure we don't modify the
// passed-in reference and easier access
init0 = initVector[0];
@@ -61417,7 +61736,6 @@
init2 = encrypted2;
init3 = encrypted3;
}
-
return decrypted;
};
/**
@@ -61432,23 +61750,20 @@
* @class Decrypter
*/
-
- var Decrypter = /*#__PURE__*/function () {
- function Decrypter(encrypted, key, initVector, done) {
- var step = Decrypter.STEP;
- var encrypted32 = new Int32Array(encrypted.buffer);
- var decrypted = new Uint8Array(encrypted.byteLength);
- var i = 0;
+ class Decrypter {
+ constructor(encrypted, key, initVector, done) {
+ const step = Decrypter.STEP;
+ const encrypted32 = new Int32Array(encrypted.buffer);
+ const decrypted = new Uint8Array(encrypted.byteLength);
+ let i = 0;
this.asyncStream_ = new AsyncStream(); // split up the encryption job and do the individual chunks asynchronously
this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));
-
for (i = step; i < encrypted32.length; i += step) {
initVector = new Uint32Array([ntoh(encrypted32[i - 4]), ntoh(encrypted32[i - 3]), ntoh(encrypted32[i - 2]), ntoh(encrypted32[i - 1])]);
this.asyncStream_.push(this.decryptChunk_(encrypted32.subarray(i, i + step), key, initVector, decrypted));
} // invoke the done() callback when everything is finished
-
this.asyncStream_.push(function () {
// remove pkcs#7 padding from the decrypted bytes
done(null, unpad(decrypted));
@@ -61460,31 +61775,23 @@
* @return {number} the value of step 32000
*/
-
- var _proto = Decrypter.prototype;
+ static get STEP() {
+ // 4 * 8000;
+ return 32000;
+ }
/**
* @private
*/
- _proto.decryptChunk_ = function decryptChunk_(encrypted, key, initVector, decrypted) {
+ decryptChunk_(encrypted, key, initVector, decrypted) {
return function () {
- var bytes = decrypt(encrypted, key, initVector);
+ const bytes = decrypt(encrypted, key, initVector);
decrypted.set(bytes, encrypted.byteOffset);
};
- };
-
- createClass(Decrypter, null, [{
- key: "STEP",
- get: function get() {
- // 4 * 8000;
- return 32000;
- }
- }]);
- return Decrypter;
- }();
-
+ }
+ }
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
var win;
-
if (typeof window !== "undefined") {
win = window;
} else if (typeof commonjsGlobal !== "undefined") {
@@ -61494,19 +61801,26 @@
} else {
win = {};
}
-
var window_1 = win;
-
var isArrayBufferView = function isArrayBufferView(obj) {
if (ArrayBuffer.isView === 'function') {
return ArrayBuffer.isView(obj);
}
-
return obj && obj.buffer instanceof ArrayBuffer;
};
-
var BigInt = window_1.BigInt || Number;
[BigInt('0x1'), BigInt('0x100'), BigInt('0x10000'), BigInt('0x1000000'), BigInt('0x100000000'), BigInt('0x10000000000'), BigInt('0x1000000000000'), BigInt('0x100000000000000'), BigInt('0x10000000000000000')];
+ (function () {
+ var a = new Uint16Array([0xFFCC]);
+ var b = new Uint8Array(a.buffer, a.byteOffset, a.byteLength);
+ if (b[0] === 0xFF) {
+ return 'big';
+ }
+ if (b[0] === 0xCC) {
+ return 'little';
+ }
+ return 'unknown';
+ })();
/**
* Creates an object for sending to a web worker modifying properties that are TypedArrays
* into a new object with seperated properties for the buffer, byteOffset, and byteLength.
@@ -61518,12 +61832,10 @@
* @function createTransferableMessage
*/
-
- var createTransferableMessage = function createTransferableMessage(message) {
- var transferable = {};
- Object.keys(message).forEach(function (key) {
- var value = message[key];
-
+ const createTransferableMessage = function (message) {
+ const transferable = {};
+ Object.keys(message).forEach(key => {
+ const value = message[key];
if (isArrayBufferView(value)) {
transferable[key] = {
bytes: value.buffer,
@@ -61544,12 +61856,11 @@
* webworkify.
*/
-
self.onmessage = function (event) {
- var data = event.data;
- var encrypted = new Uint8Array(data.encrypted.bytes, data.encrypted.byteOffset, data.encrypted.byteLength);
- var key = new Uint32Array(data.key.bytes, data.key.byteOffset, data.key.byteLength / 4);
- var iv = new Uint32Array(data.iv.bytes, data.iv.byteOffset, data.iv.byteLength / 4);
+ const data = event.data;
+ const encrypted = new Uint8Array(data.encrypted.bytes, data.encrypted.byteOffset, data.encrypted.byteLength);
+ const key = new Uint32Array(data.key.bytes, data.key.byteOffset, data.key.byteLength / 4);
+ const iv = new Uint32Array(data.iv.bytes, data.iv.byteOffset, data.iv.byteLength / 4);
/* eslint-disable no-new, handle-callback-err */
new Decrypter(encrypted, key, iv, function (err, bytes) {
@@ -61562,7 +61873,7 @@
};
}));
var Decrypter = factory(workerCode);
- /* rollup-plugin-worker-factory end for worker!/Users/bclifford/Code/vhs-release-test/src/decrypter-worker.js */
+ /* rollup-plugin-worker-factory end for worker!/home/runner/work/http-streaming/http-streaming/src/decrypter-worker.js */
/**
* Convert the properties of an HLS track into an audioTrackKind.
@@ -61570,13 +61881,11 @@
* @private
*/
- var audioTrackKind_ = function audioTrackKind_(properties) {
- var kind = properties["default"] ? 'main' : 'alternative';
-
+ const audioTrackKind_ = properties => {
+ let kind = properties.default ? 'main' : 'alternative';
if (properties.characteristics && properties.characteristics.indexOf('public.accessibility.describes-video') >= 0) {
kind = 'main-desc';
}
-
return kind;
};
/**
@@ -61589,11 +61898,9 @@
* @function stopLoaders
*/
-
- var stopLoaders = function stopLoaders(segmentLoader, mediaType) {
+ const stopLoaders = (segmentLoader, mediaType) => {
segmentLoader.abort();
segmentLoader.pause();
-
if (mediaType && mediaType.activePlaylistLoader) {
mediaType.activePlaylistLoader.pause();
mediaType.activePlaylistLoader = null;
@@ -61609,8 +61916,7 @@
* @function startLoaders
*/
-
- var startLoaders = function startLoaders(playlistLoader, mediaType) {
+ const startLoaders = (playlistLoader, mediaType) => {
// Segment loader will be started after `loadedmetadata` or `loadedplaylist` from the
// playlist loader
mediaType.activePlaylistLoader = playlistLoader;
@@ -61632,57 +61938,57 @@
* @function onGroupChanged
*/
-
- var onGroupChanged = function onGroupChanged(type, settings) {
- return function () {
- var _settings$segmentLoad = settings.segmentLoaders,
- segmentLoader = _settings$segmentLoad[type],
- mainSegmentLoader = _settings$segmentLoad.main,
- mediaType = settings.mediaTypes[type];
- var activeTrack = mediaType.activeTrack();
- var activeGroup = mediaType.getActiveGroup();
- var previousActiveLoader = mediaType.activePlaylistLoader;
- var lastGroup = mediaType.lastGroup_; // the group did not change do nothing
-
- if (activeGroup && lastGroup && activeGroup.id === lastGroup.id) {
- return;
+ const onGroupChanged = (type, settings) => () => {
+ const {
+ segmentLoaders: {
+ [type]: segmentLoader,
+ main: mainSegmentLoader
+ },
+ mediaTypes: {
+ [type]: mediaType
}
+ } = settings;
+ const activeTrack = mediaType.activeTrack();
+ const activeGroup = mediaType.getActiveGroup();
+ const previousActiveLoader = mediaType.activePlaylistLoader;
+ const lastGroup = mediaType.lastGroup_; // the group did not change do nothing
- mediaType.lastGroup_ = activeGroup;
- mediaType.lastTrack_ = activeTrack;
- stopLoaders(segmentLoader, mediaType);
-
- if (!activeGroup || activeGroup.isMasterPlaylist) {
- // there is no group active or active group is a main playlist and won't change
- return;
+ if (activeGroup && lastGroup && activeGroup.id === lastGroup.id) {
+ return;
+ }
+ mediaType.lastGroup_ = activeGroup;
+ mediaType.lastTrack_ = activeTrack;
+ stopLoaders(segmentLoader, mediaType);
+ if (!activeGroup || activeGroup.isMainPlaylist) {
+ // there is no group active or active group is a main playlist and won't change
+ return;
+ }
+ if (!activeGroup.playlistLoader) {
+ if (previousActiveLoader) {
+ // The previous group had a playlist loader but the new active group does not
+ // this means we are switching from demuxed to muxed audio. In this case we want to
+ // do a destructive reset of the main segment loader and not restart the audio
+ // loaders.
+ mainSegmentLoader.resetEverything();
}
+ return;
+ } // Non-destructive resync
- if (!activeGroup.playlistLoader) {
- if (previousActiveLoader) {
- // The previous group had a playlist loader but the new active group does not
- // this means we are switching from demuxed to muxed audio. In this case we want to
- // do a destructive reset of the main segment loader and not restart the audio
- // loaders.
- mainSegmentLoader.resetEverything();
- }
-
- return;
- } // Non-destructive resync
-
-
- segmentLoader.resyncLoader();
- startLoaders(activeGroup.playlistLoader, mediaType);
- };
+ segmentLoader.resyncLoader();
+ startLoaders(activeGroup.playlistLoader, mediaType);
};
-
- var onGroupChanging = function onGroupChanging(type, settings) {
- return function () {
- var segmentLoader = settings.segmentLoaders[type],
- mediaType = settings.mediaTypes[type];
- mediaType.lastGroup_ = null;
- segmentLoader.abort();
- segmentLoader.pause();
- };
+ const onGroupChanging = (type, settings) => () => {
+ const {
+ segmentLoaders: {
+ [type]: segmentLoader
+ },
+ mediaTypes: {
+ [type]: mediaType
+ }
+ } = settings;
+ mediaType.lastGroup_ = null;
+ segmentLoader.abort();
+ segmentLoader.pause();
};
/**
* Returns a function to be called when the media track changes. It performs a
@@ -61699,91 +62005,82 @@
* @function onTrackChanged
*/
+ const onTrackChanged = (type, settings) => () => {
+ const {
+ mainPlaylistLoader,
+ segmentLoaders: {
+ [type]: segmentLoader,
+ main: mainSegmentLoader
+ },
+ mediaTypes: {
+ [type]: mediaType
+ }
+ } = settings;
+ const activeTrack = mediaType.activeTrack();
+ const activeGroup = mediaType.getActiveGroup();
+ const previousActiveLoader = mediaType.activePlaylistLoader;
+ const lastTrack = mediaType.lastTrack_; // track did not change, do nothing
- var onTrackChanged = function onTrackChanged(type, settings) {
- return function () {
- var masterPlaylistLoader = settings.masterPlaylistLoader,
- _settings$segmentLoad2 = settings.segmentLoaders,
- segmentLoader = _settings$segmentLoad2[type],
- mainSegmentLoader = _settings$segmentLoad2.main,
- mediaType = settings.mediaTypes[type];
- var activeTrack = mediaType.activeTrack();
- var activeGroup = mediaType.getActiveGroup();
- var previousActiveLoader = mediaType.activePlaylistLoader;
- var lastTrack = mediaType.lastTrack_; // track did not change, do nothing
-
- if (lastTrack && activeTrack && lastTrack.id === activeTrack.id) {
+ if (lastTrack && activeTrack && lastTrack.id === activeTrack.id) {
+ return;
+ }
+ mediaType.lastGroup_ = activeGroup;
+ mediaType.lastTrack_ = activeTrack;
+ stopLoaders(segmentLoader, mediaType);
+ if (!activeGroup) {
+ // there is no group active so we do not want to restart loaders
+ return;
+ }
+ if (activeGroup.isMainPlaylist) {
+ // track did not change, do nothing
+ if (!activeTrack || !lastTrack || activeTrack.id === lastTrack.id) {
return;
}
+ const pc = settings.vhs.playlistController_;
+ const newPlaylist = pc.selectPlaylist(); // media will not change do nothing
- mediaType.lastGroup_ = activeGroup;
- mediaType.lastTrack_ = activeTrack;
- stopLoaders(segmentLoader, mediaType);
-
- if (!activeGroup) {
- // there is no group active so we do not want to restart loaders
+ if (pc.media() === newPlaylist) {
return;
}
+ mediaType.logger_(`track change. Switching main audio from ${lastTrack.id} to ${activeTrack.id}`);
+ mainPlaylistLoader.pause();
+ mainSegmentLoader.resetEverything();
+ pc.fastQualityChange_(newPlaylist);
+ return;
+ }
+ if (type === 'AUDIO') {
+ if (!activeGroup.playlistLoader) {
+ // when switching from demuxed audio/video to muxed audio/video (noted by no
+ // playlist loader for the audio group), we want to do a destructive reset of the
+ // main segment loader and not restart the audio loaders
+ mainSegmentLoader.setAudio(true); // don't have to worry about disabling the audio of the audio segment loader since
+ // it should be stopped
- if (activeGroup.isMasterPlaylist) {
- // track did not change, do nothing
- if (!activeTrack || !lastTrack || activeTrack.id === lastTrack.id) {
- return;
- }
-
- var mpc = settings.vhs.masterPlaylistController_;
- var newPlaylist = mpc.selectPlaylist(); // media will not change do nothing
-
- if (mpc.media() === newPlaylist) {
- return;
- }
-
- mediaType.logger_("track change. Switching master audio from " + lastTrack.id + " to " + activeTrack.id);
- masterPlaylistLoader.pause();
mainSegmentLoader.resetEverything();
- mpc.fastQualityChange_(newPlaylist);
return;
- }
+ } // although the segment loader is an audio segment loader, call the setAudio
+ // function to ensure it is prepared to re-append the init segment (or handle other
+ // config changes)
- if (type === 'AUDIO') {
- if (!activeGroup.playlistLoader) {
- // when switching from demuxed audio/video to muxed audio/video (noted by no
- // playlist loader for the audio group), we want to do a destructive reset of the
- // main segment loader and not restart the audio loaders
- mainSegmentLoader.setAudio(true); // don't have to worry about disabling the audio of the audio segment loader since
- // it should be stopped
-
- mainSegmentLoader.resetEverything();
- return;
- } // although the segment loader is an audio segment loader, call the setAudio
- // function to ensure it is prepared to re-append the init segment (or handle other
- // config changes)
-
-
- segmentLoader.setAudio(true);
- mainSegmentLoader.setAudio(false);
- }
-
- if (previousActiveLoader === activeGroup.playlistLoader) {
- // Nothing has actually changed. This can happen because track change events can fire
- // multiple times for a "single" change. One for enabling the new active track, and
- // one for disabling the track that was active
- startLoaders(activeGroup.playlistLoader, mediaType);
- return;
- }
-
- if (segmentLoader.track) {
- // For WebVTT, set the new text track in the segmentloader
- segmentLoader.track(activeTrack);
- } // destructive reset
-
-
- segmentLoader.resetEverything();
+ segmentLoader.setAudio(true);
+ mainSegmentLoader.setAudio(false);
+ }
+ if (previousActiveLoader === activeGroup.playlistLoader) {
+ // Nothing has actually changed. This can happen because track change events can fire
+ // multiple times for a "single" change. One for enabling the new active track, and
+ // one for disabling the track that was active
startLoaders(activeGroup.playlistLoader, mediaType);
- };
- };
+ return;
+ }
+ if (segmentLoader.track) {
+ // For WebVTT, set the new text track in the segmentloader
+ segmentLoader.track(activeTrack);
+ } // destructive reset
- var onError = {
+ segmentLoader.resetEverything();
+ startLoaders(activeGroup.playlistLoader, mediaType);
+ };
+ const onError = {
/**
* Returns a function to be called when a SegmentLoader or PlaylistLoader encounters
* an error.
@@ -61793,43 +62090,38 @@
* @param {Object} settings
* Object containing required information for media groups
* @return {Function}
- * Error handler. Logs warning (or error if the playlist is blacklisted) to
+ * Error handler. Logs warning (or error if the playlist is excluded) to
* console and switches back to default audio track.
* @function onError.AUDIO
*/
- AUDIO: function AUDIO(type, settings) {
- return function () {
- var segmentLoader = settings.segmentLoaders[type],
- mediaType = settings.mediaTypes[type],
- blacklistCurrentPlaylist = settings.blacklistCurrentPlaylist;
- stopLoaders(segmentLoader, mediaType); // switch back to default audio track
+ AUDIO: (type, settings) => () => {
+ const {
+ mediaTypes: {
+ [type]: mediaType
+ },
+ excludePlaylist
+ } = settings; // switch back to default audio track
- var activeTrack = mediaType.activeTrack();
- var activeGroup = mediaType.activeGroup();
- var id = (activeGroup.filter(function (group) {
- return group["default"];
- })[0] || activeGroup[0]).id;
- var defaultTrack = mediaType.tracks[id];
-
- if (activeTrack === defaultTrack) {
- // Default track encountered an error. All we can do now is blacklist the current
- // rendition and hope another will switch audio groups
- blacklistCurrentPlaylist({
+ const activeTrack = mediaType.activeTrack();
+ const activeGroup = mediaType.activeGroup();
+ const id = (activeGroup.filter(group => group.default)[0] || activeGroup[0]).id;
+ const defaultTrack = mediaType.tracks[id];
+ if (activeTrack === defaultTrack) {
+ // Default track encountered an error. All we can do now is exclude the current
+ // rendition and hope another will switch audio groups
+ excludePlaylist({
+ error: {
message: 'Problem encountered loading the default audio track.'
- });
- return;
- }
-
- videojs.log.warn('Problem encountered loading the alternate audio track.' + 'Switching back to default.');
-
- for (var trackId in mediaType.tracks) {
- mediaType.tracks[trackId].enabled = mediaType.tracks[trackId] === defaultTrack;
- }
-
- mediaType.onTrackChanged();
- };
+ }
+ });
+ return;
+ }
+ videojs.log.warn('Problem encountered loading the alternate audio track.' + 'Switching back to default.');
+ for (const trackId in mediaType.tracks) {
+ mediaType.tracks[trackId].enabled = mediaType.tracks[trackId] === defaultTrack;
+ }
+ mediaType.onTrackChanged();
},
-
/**
* Returns a function to be called when a SegmentLoader or PlaylistLoader encounters
* an error.
@@ -61842,23 +62134,21 @@
* Error handler. Logs warning to console and disables the active subtitle track
* @function onError.SUBTITLES
*/
- SUBTITLES: function SUBTITLES(type, settings) {
- return function () {
- var segmentLoader = settings.segmentLoaders[type],
- mediaType = settings.mediaTypes[type];
- videojs.log.warn('Problem encountered loading the subtitle track.' + 'Disabling subtitle track.');
- stopLoaders(segmentLoader, mediaType);
- var track = mediaType.activeTrack();
-
- if (track) {
- track.mode = 'disabled';
+ SUBTITLES: (type, settings) => () => {
+ const {
+ mediaTypes: {
+ [type]: mediaType
}
-
- mediaType.onTrackChanged();
- };
+ } = settings;
+ videojs.log.warn('Problem encountered loading the subtitle track.' + 'Disabling subtitle track.');
+ const track = mediaType.activeTrack();
+ if (track) {
+ track.mode = 'disabled';
+ }
+ mediaType.onTrackChanged();
}
};
- var setupListeners = {
+ const setupListeners = {
/**
* Setup event listeners for audio playlist loader
*
@@ -61870,17 +62160,20 @@
* Object containing required information for media groups
* @function setupListeners.AUDIO
*/
- AUDIO: function AUDIO(type, playlistLoader, settings) {
+ AUDIO: (type, playlistLoader, settings) => {
if (!playlistLoader) {
// no playlist loader means audio will be muxed with the video
return;
}
-
- var tech = settings.tech,
- requestOptions = settings.requestOptions,
- segmentLoader = settings.segmentLoaders[type];
- playlistLoader.on('loadedmetadata', function () {
- var media = playlistLoader.media();
+ const {
+ tech,
+ requestOptions,
+ segmentLoaders: {
+ [type]: segmentLoader
+ }
+ } = settings;
+ playlistLoader.on('loadedmetadata', () => {
+ const media = playlistLoader.media();
segmentLoader.playlist(media, requestOptions); // if the video is already playing, or if this isn't a live video and preload
// permits, start downloading segments
@@ -61888,7 +62181,7 @@
segmentLoader.load();
}
});
- playlistLoader.on('loadedplaylist', function () {
+ playlistLoader.on('loadedplaylist', () => {
segmentLoader.playlist(playlistLoader.media(), requestOptions); // If the player isn't paused, ensure that the segment loader is running
if (!tech.paused()) {
@@ -61897,7 +62190,6 @@
});
playlistLoader.on('error', onError[type](type, settings));
},
-
/**
* Setup event listeners for subtitle playlist loader
*
@@ -61909,13 +62201,19 @@
* Object containing required information for media groups
* @function setupListeners.SUBTITLES
*/
- SUBTITLES: function SUBTITLES(type, playlistLoader, settings) {
- var tech = settings.tech,
- requestOptions = settings.requestOptions,
- segmentLoader = settings.segmentLoaders[type],
- mediaType = settings.mediaTypes[type];
- playlistLoader.on('loadedmetadata', function () {
- var media = playlistLoader.media();
+ SUBTITLES: (type, playlistLoader, settings) => {
+ const {
+ tech,
+ requestOptions,
+ segmentLoaders: {
+ [type]: segmentLoader
+ },
+ mediaTypes: {
+ [type]: mediaType
+ }
+ } = settings;
+ playlistLoader.on('loadedmetadata', () => {
+ const media = playlistLoader.media();
segmentLoader.playlist(media, requestOptions);
segmentLoader.track(mediaType.activeTrack()); // if the video is already playing, or if this isn't a live video and preload
// permits, start downloading segments
@@ -61924,7 +62222,7 @@
segmentLoader.load();
}
});
- playlistLoader.on('loadedplaylist', function () {
+ playlistLoader.on('loadedplaylist', () => {
segmentLoader.playlist(playlistLoader.media(), requestOptions); // If the player isn't paused, ensure that the segment loader is running
if (!tech.paused()) {
@@ -61934,7 +62232,7 @@
playlistLoader.on('error', onError[type](type, settings));
}
};
- var initialize = {
+ const initialize = {
/**
* Setup PlaylistLoaders and AudioTracks for the audio groups
*
@@ -61944,45 +62242,50 @@
* Object containing required information for media groups
* @function initialize.AUDIO
*/
- 'AUDIO': function AUDIO(type, settings) {
- var vhs = settings.vhs,
- sourceType = settings.sourceType,
- segmentLoader = settings.segmentLoaders[type],
- requestOptions = settings.requestOptions,
- mediaGroups = settings.master.mediaGroups,
- _settings$mediaTypes$ = settings.mediaTypes[type],
- groups = _settings$mediaTypes$.groups,
- tracks = _settings$mediaTypes$.tracks,
- logger_ = _settings$mediaTypes$.logger_,
- masterPlaylistLoader = settings.masterPlaylistLoader;
- var audioOnlyMaster = isAudioOnly(masterPlaylistLoader.master); // force a default if we have none
+ 'AUDIO': (type, settings) => {
+ const {
+ vhs,
+ sourceType,
+ segmentLoaders: {
+ [type]: segmentLoader
+ },
+ requestOptions,
+ main: {
+ mediaGroups
+ },
+ mediaTypes: {
+ [type]: {
+ groups,
+ tracks,
+ logger_
+ }
+ },
+ mainPlaylistLoader
+ } = settings;
+ const audioOnlyMain = isAudioOnly(mainPlaylistLoader.main); // force a default if we have none
if (!mediaGroups[type] || Object.keys(mediaGroups[type]).length === 0) {
mediaGroups[type] = {
main: {
- "default": {
- "default": true
+ default: {
+ default: true
}
}
};
-
- if (audioOnlyMaster) {
- mediaGroups[type].main["default"].playlists = masterPlaylistLoader.master.playlists;
+ if (audioOnlyMain) {
+ mediaGroups[type].main.default.playlists = mainPlaylistLoader.main.playlists;
}
}
-
- for (var groupId in mediaGroups[type]) {
+ for (const groupId in mediaGroups[type]) {
if (!groups[groupId]) {
groups[groupId] = [];
}
-
- for (var variantLabel in mediaGroups[type][groupId]) {
- var properties = mediaGroups[type][groupId][variantLabel];
- var playlistLoader = void 0;
-
- if (audioOnlyMaster) {
- logger_("AUDIO group '" + groupId + "' label '" + variantLabel + "' is a master playlist");
- properties.isMasterPlaylist = true;
+ for (const variantLabel in mediaGroups[type][groupId]) {
+ let properties = mediaGroups[type][groupId][variantLabel];
+ let playlistLoader;
+ if (audioOnlyMain) {
+ logger_(`AUDIO group '${groupId}' label '${variantLabel}' is a main playlist`);
+ properties.isMainPlaylist = true;
playlistLoader = null; // if vhs-json was provided as the source, and the media playlist was resolved,
// use the resolved media playlist object
} else if (sourceType === 'vhs-json' && properties.playlists) {
@@ -61991,27 +62294,25 @@
playlistLoader = new PlaylistLoader(properties.resolvedUri, vhs, requestOptions); // TODO: dash isn't the only type with properties.playlists
// should we even have properties.playlists in this check.
} else if (properties.playlists && sourceType === 'dash') {
- playlistLoader = new DashPlaylistLoader(properties.playlists[0], vhs, requestOptions, masterPlaylistLoader);
+ playlistLoader = new DashPlaylistLoader(properties.playlists[0], vhs, requestOptions, mainPlaylistLoader);
} else {
// no resolvedUri means the audio is muxed with the video when using this
// audio track
playlistLoader = null;
}
-
- properties = videojs.mergeOptions({
+ properties = merge({
id: variantLabel,
- playlistLoader: playlistLoader
+ playlistLoader
}, properties);
setupListeners[type](type, properties.playlistLoader, settings);
groups[groupId].push(properties);
-
if (typeof tracks[variantLabel] === 'undefined') {
- var track = new videojs.AudioTrack({
+ const track = new videojs.AudioTrack({
id: variantLabel,
kind: audioTrackKind_(properties),
enabled: false,
language: properties.language,
- "default": properties["default"],
+ default: properties.default,
label: variantLabel
});
tracks[variantLabel] = track;
@@ -62019,10 +62320,8 @@
}
} // setup single error event handler for the segment loader
-
segmentLoader.on('error', onError[type](type, settings));
},
-
/**
* Setup PlaylistLoaders and TextTracks for the subtitle groups
*
@@ -62032,25 +62331,32 @@
* Object containing required information for media groups
* @function initialize.SUBTITLES
*/
- 'SUBTITLES': function SUBTITLES(type, settings) {
- var tech = settings.tech,
- vhs = settings.vhs,
- sourceType = settings.sourceType,
- segmentLoader = settings.segmentLoaders[type],
- requestOptions = settings.requestOptions,
- mediaGroups = settings.master.mediaGroups,
- _settings$mediaTypes$2 = settings.mediaTypes[type],
- groups = _settings$mediaTypes$2.groups,
- tracks = _settings$mediaTypes$2.tracks,
- masterPlaylistLoader = settings.masterPlaylistLoader;
-
- for (var groupId in mediaGroups[type]) {
+ 'SUBTITLES': (type, settings) => {
+ const {
+ tech,
+ vhs,
+ sourceType,
+ segmentLoaders: {
+ [type]: segmentLoader
+ },
+ requestOptions,
+ main: {
+ mediaGroups
+ },
+ mediaTypes: {
+ [type]: {
+ groups,
+ tracks
+ }
+ },
+ mainPlaylistLoader
+ } = settings;
+ for (const groupId in mediaGroups[type]) {
if (!groups[groupId]) {
groups[groupId] = [];
}
-
- for (var variantLabel in mediaGroups[type][groupId]) {
- if (mediaGroups[type][groupId][variantLabel].forced) {
+ for (const variantLabel in mediaGroups[type][groupId]) {
+ if (!vhs.options_.useForcedSubtitles && mediaGroups[type][groupId][variantLabel].forced) {
// Subtitle playlists with the forced attribute are not selectable in Safari.
// According to Apple's HLS Authoring Specification:
// If content has forced subtitles and regular subtitles in a given language,
@@ -62061,40 +62367,33 @@
// all platforms
continue;
}
-
- var properties = mediaGroups[type][groupId][variantLabel];
- var playlistLoader = void 0;
-
+ let properties = mediaGroups[type][groupId][variantLabel];
+ let playlistLoader;
if (sourceType === 'hls') {
playlistLoader = new PlaylistLoader(properties.resolvedUri, vhs, requestOptions);
} else if (sourceType === 'dash') {
- var playlists = properties.playlists.filter(function (p) {
- return p.excludeUntil !== Infinity;
- });
-
+ const playlists = properties.playlists.filter(p => p.excludeUntil !== Infinity);
if (!playlists.length) {
return;
}
-
- playlistLoader = new DashPlaylistLoader(properties.playlists[0], vhs, requestOptions, masterPlaylistLoader);
+ playlistLoader = new DashPlaylistLoader(properties.playlists[0], vhs, requestOptions, mainPlaylistLoader);
} else if (sourceType === 'vhs-json') {
- playlistLoader = new PlaylistLoader( // if the vhs-json object included the media playlist, use the media playlist
+ playlistLoader = new PlaylistLoader(
+ // if the vhs-json object included the media playlist, use the media playlist
// as provided, otherwise use the resolved URI to load the playlist
properties.playlists ? properties.playlists[0] : properties.resolvedUri, vhs, requestOptions);
}
-
- properties = videojs.mergeOptions({
+ properties = merge({
id: variantLabel,
- playlistLoader: playlistLoader
+ playlistLoader
}, properties);
setupListeners[type](type, properties.playlistLoader, settings);
groups[groupId].push(properties);
-
if (typeof tracks[variantLabel] === 'undefined') {
- var track = tech.addRemoteTextTrack({
+ const track = tech.addRemoteTextTrack({
id: variantLabel,
kind: 'subtitles',
- "default": properties["default"] && properties.autoselect,
+ default: properties.default && properties.autoselect,
language: properties.language,
label: variantLabel
}, false).track;
@@ -62103,10 +62402,8 @@
}
} // setup single error event handler for the segment loader
-
segmentLoader.on('error', onError[type](type, settings));
},
-
/**
* Setup TextTracks for the closed-caption groups
*
@@ -62116,52 +62413,52 @@
* Object containing required information for media groups
* @function initialize['CLOSED-CAPTIONS']
*/
- 'CLOSED-CAPTIONS': function CLOSEDCAPTIONS(type, settings) {
- var tech = settings.tech,
- mediaGroups = settings.master.mediaGroups,
- _settings$mediaTypes$3 = settings.mediaTypes[type],
- groups = _settings$mediaTypes$3.groups,
- tracks = _settings$mediaTypes$3.tracks;
-
- for (var groupId in mediaGroups[type]) {
+ 'CLOSED-CAPTIONS': (type, settings) => {
+ const {
+ tech,
+ main: {
+ mediaGroups
+ },
+ mediaTypes: {
+ [type]: {
+ groups,
+ tracks
+ }
+ }
+ } = settings;
+ for (const groupId in mediaGroups[type]) {
if (!groups[groupId]) {
groups[groupId] = [];
}
-
- for (var variantLabel in mediaGroups[type][groupId]) {
- var properties = mediaGroups[type][groupId][variantLabel]; // Look for either 608 (CCn) or 708 (SERVICEn) caption services
+ for (const variantLabel in mediaGroups[type][groupId]) {
+ const properties = mediaGroups[type][groupId][variantLabel]; // Look for either 608 (CCn) or 708 (SERVICEn) caption services
if (!/^(?:CC|SERVICE)/.test(properties.instreamId)) {
continue;
}
-
- var captionServices = tech.options_.vhs && tech.options_.vhs.captionServices || {};
- var newProps = {
+ const captionServices = tech.options_.vhs && tech.options_.vhs.captionServices || {};
+ let newProps = {
label: variantLabel,
language: properties.language,
instreamId: properties.instreamId,
- "default": properties["default"] && properties.autoselect
+ default: properties.default && properties.autoselect
};
-
if (captionServices[newProps.instreamId]) {
- newProps = videojs.mergeOptions(newProps, captionServices[newProps.instreamId]);
+ newProps = merge(newProps, captionServices[newProps.instreamId]);
}
-
- if (newProps["default"] === undefined) {
- delete newProps["default"];
+ if (newProps.default === undefined) {
+ delete newProps.default;
} // No PlaylistLoader is required for Closed-Captions because the captions are
// embedded within the video stream
-
- groups[groupId].push(videojs.mergeOptions({
+ groups[groupId].push(merge({
id: variantLabel
}, properties));
-
if (typeof tracks[variantLabel] === 'undefined') {
- var track = tech.addRemoteTextTrack({
+ const track = tech.addRemoteTextTrack({
id: newProps.instreamId,
kind: 'captions',
- "default": newProps["default"],
+ default: newProps.default,
language: newProps.language,
label: newProps.label
}, false).track;
@@ -62171,18 +62468,15 @@
}
}
};
-
- var groupMatch = function groupMatch(list, media) {
- for (var i = 0; i < list.length; i++) {
+ const groupMatch = (list, media) => {
+ for (let i = 0; i < list.length; i++) {
if (playlistMatch(media, list[i])) {
return true;
}
-
if (list[i].playlists && groupMatch(list[i].playlists, media)) {
return true;
}
}
-
return false;
};
/**
@@ -62200,63 +62494,54 @@
* @function activeGroup
*/
-
- var activeGroup = function activeGroup(type, settings) {
- return function (track) {
- var masterPlaylistLoader = settings.masterPlaylistLoader,
- groups = settings.mediaTypes[type].groups;
- var media = masterPlaylistLoader.media();
-
- if (!media) {
- return null;
- }
-
- var variants = null; // set to variants to main media active group
-
- if (media.attributes[type]) {
- variants = groups[media.attributes[type]];
- }
-
- var groupKeys = Object.keys(groups);
-
- if (!variants) {
- // find the masterPlaylistLoader media
- // that is in a media group if we are dealing
- // with audio only
- if (type === 'AUDIO' && groupKeys.length > 1 && isAudioOnly(settings.master)) {
- for (var i = 0; i < groupKeys.length; i++) {
- var groupPropertyList = groups[groupKeys[i]];
-
- if (groupMatch(groupPropertyList, media)) {
- variants = groupPropertyList;
- break;
- }
- } // use the main group if it exists
-
- } else if (groups.main) {
- variants = groups.main; // only one group, use that one
- } else if (groupKeys.length === 1) {
- variants = groups[groupKeys[0]];
+ const activeGroup = (type, settings) => track => {
+ const {
+ mainPlaylistLoader,
+ mediaTypes: {
+ [type]: {
+ groups
}
}
+ } = settings;
+ const media = mainPlaylistLoader.media();
+ if (!media) {
+ return null;
+ }
+ let variants = null; // set to variants to main media active group
- if (typeof track === 'undefined') {
- return variants;
+ if (media.attributes[type]) {
+ variants = groups[media.attributes[type]];
+ }
+ const groupKeys = Object.keys(groups);
+ if (!variants) {
+ // find the mainPlaylistLoader media
+ // that is in a media group if we are dealing
+ // with audio only
+ if (type === 'AUDIO' && groupKeys.length > 1 && isAudioOnly(settings.main)) {
+ for (let i = 0; i < groupKeys.length; i++) {
+ const groupPropertyList = groups[groupKeys[i]];
+ if (groupMatch(groupPropertyList, media)) {
+ variants = groupPropertyList;
+ break;
+ }
+ } // use the main group if it exists
+ } else if (groups.main) {
+ variants = groups.main; // only one group, use that one
+ } else if (groupKeys.length === 1) {
+ variants = groups[groupKeys[0]];
}
-
- if (track === null || !variants) {
- // An active track was specified so a corresponding group is expected. track === null
- // means no track is currently active so there is no corresponding group
- return null;
- }
-
- return variants.filter(function (props) {
- return props.id === track.id;
- })[0] || null;
- };
+ }
+ if (typeof track === 'undefined') {
+ return variants;
+ }
+ if (track === null || !variants) {
+ // An active track was specified so a corresponding group is expected. track === null
+ // means no track is currently active so there is no corresponding group
+ return null;
+ }
+ return variants.filter(props => props.id === track.id)[0] || null;
};
-
- var activeTrack = {
+ const activeTrack = {
/**
* Returns a function used to get the active track of type provided
*
@@ -62269,20 +62554,21 @@
* null if no track is active
* @function activeTrack.AUDIO
*/
- AUDIO: function AUDIO(type, settings) {
- return function () {
- var tracks = settings.mediaTypes[type].tracks;
-
- for (var id in tracks) {
- if (tracks[id].enabled) {
- return tracks[id];
+ AUDIO: (type, settings) => () => {
+ const {
+ mediaTypes: {
+ [type]: {
+ tracks
}
}
-
- return null;
- };
+ } = settings;
+ for (const id in tracks) {
+ if (tracks[id].enabled) {
+ return tracks[id];
+ }
+ }
+ return null;
},
-
/**
* Returns a function used to get the active track of type provided
*
@@ -62295,36 +62581,34 @@
* null if no track is active
* @function activeTrack.SUBTITLES
*/
- SUBTITLES: function SUBTITLES(type, settings) {
- return function () {
- var tracks = settings.mediaTypes[type].tracks;
-
- for (var id in tracks) {
- if (tracks[id].mode === 'showing' || tracks[id].mode === 'hidden') {
- return tracks[id];
+ SUBTITLES: (type, settings) => () => {
+ const {
+ mediaTypes: {
+ [type]: {
+ tracks
}
}
-
- return null;
- };
+ } = settings;
+ for (const id in tracks) {
+ if (tracks[id].mode === 'showing' || tracks[id].mode === 'hidden') {
+ return tracks[id];
+ }
+ }
+ return null;
}
};
-
- var getActiveGroup = function getActiveGroup(type, _ref) {
- var mediaTypes = _ref.mediaTypes;
- return function () {
- var activeTrack_ = mediaTypes[type].activeTrack();
-
- if (!activeTrack_) {
- return null;
- }
-
- return mediaTypes[type].activeGroup(activeTrack_);
- };
+ const getActiveGroup = (type, {
+ mediaTypes
+ }) => () => {
+ const activeTrack_ = mediaTypes[type].activeTrack();
+ if (!activeTrack_) {
+ return null;
+ }
+ return mediaTypes[type].activeGroup(activeTrack_);
};
/**
* Setup PlaylistLoaders and Tracks for media groups (Audio, Subtitles,
- * Closed-Captions) specified in the master manifest.
+ * Closed-Captions) specified in the main manifest.
*
* @param {Object} settings
* Object containing required information for setting up the media groups
@@ -62332,33 +62616,35 @@
* The tech of the player
* @param {Object} settings.requestOptions
* XHR request options used by the segment loaders
- * @param {PlaylistLoader} settings.masterPlaylistLoader
- * PlaylistLoader for the master source
+ * @param {PlaylistLoader} settings.mainPlaylistLoader
+ * PlaylistLoader for the main source
* @param {VhsHandler} settings.vhs
* VHS SourceHandler
- * @param {Object} settings.master
- * The parsed master manifest
+ * @param {Object} settings.main
+ * The parsed main manifest
* @param {Object} settings.mediaTypes
* Object to store the loaders, tracks, and utility methods for each media type
- * @param {Function} settings.blacklistCurrentPlaylist
- * Blacklists the current rendition and forces a rendition switch.
+ * @param {Function} settings.excludePlaylist
+ * Excludes the current rendition and forces a rendition switch.
* @function setupMediaGroups
*/
-
- var setupMediaGroups = function setupMediaGroups(settings) {
- ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(function (type) {
+ const setupMediaGroups = settings => {
+ ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(type => {
initialize[type](type, settings);
});
- var mediaTypes = settings.mediaTypes,
- masterPlaylistLoader = settings.masterPlaylistLoader,
- tech = settings.tech,
- vhs = settings.vhs,
- _settings$segmentLoad3 = settings.segmentLoaders,
- audioSegmentLoader = _settings$segmentLoad3['AUDIO'],
- mainSegmentLoader = _settings$segmentLoad3.main; // setup active group and track getters and change event handlers
+ const {
+ mediaTypes,
+ mainPlaylistLoader,
+ tech,
+ vhs,
+ segmentLoaders: {
+ ['AUDIO']: audioSegmentLoader,
+ main: mainSegmentLoader
+ }
+ } = settings; // setup active group and track getters and change event handlers
- ['AUDIO', 'SUBTITLES'].forEach(function (type) {
+ ['AUDIO', 'SUBTITLES'].forEach(type => {
mediaTypes[type].activeGroup = activeGroup(type, settings);
mediaTypes[type].activeTrack = activeTrack[type](type, settings);
mediaTypes[type].onGroupChanged = onGroupChanged(type, settings);
@@ -62368,16 +62654,13 @@
}); // DO NOT enable the default subtitle or caption track.
// DO enable the default audio track
- var audioGroup = mediaTypes.AUDIO.activeGroup();
-
+ const audioGroup = mediaTypes.AUDIO.activeGroup();
if (audioGroup) {
- var groupId = (audioGroup.filter(function (group) {
- return group["default"];
- })[0] || audioGroup[0]).id;
+ const groupId = (audioGroup.filter(group => group.default)[0] || audioGroup[0]).id;
mediaTypes.AUDIO.tracks[groupId].enabled = true;
mediaTypes.AUDIO.onGroupChanged();
mediaTypes.AUDIO.onTrackChanged();
- var activeAudioGroup = mediaTypes.AUDIO.getActiveGroup(); // a similar check for handling setAudio on each loader is run again each time the
+ const activeAudioGroup = mediaTypes.AUDIO.getActiveGroup(); // a similar check for handling setAudio on each loader is run again each time the
// track is changed, but needs to be handled here since the track may not be considered
// changed on the first call to onTrackChanged
@@ -62390,40 +62673,29 @@
audioSegmentLoader.setAudio(true);
}
}
-
- masterPlaylistLoader.on('mediachange', function () {
- ['AUDIO', 'SUBTITLES'].forEach(function (type) {
- return mediaTypes[type].onGroupChanged();
- });
+ mainPlaylistLoader.on('mediachange', () => {
+ ['AUDIO', 'SUBTITLES'].forEach(type => mediaTypes[type].onGroupChanged());
});
- masterPlaylistLoader.on('mediachanging', function () {
- ['AUDIO', 'SUBTITLES'].forEach(function (type) {
- return mediaTypes[type].onGroupChanging();
- });
+ mainPlaylistLoader.on('mediachanging', () => {
+ ['AUDIO', 'SUBTITLES'].forEach(type => mediaTypes[type].onGroupChanging());
}); // custom audio track change event handler for usage event
- var onAudioTrackChanged = function onAudioTrackChanged() {
+ const onAudioTrackChanged = () => {
mediaTypes.AUDIO.onTrackChanged();
tech.trigger({
type: 'usage',
name: 'vhs-audio-change'
});
- tech.trigger({
- type: 'usage',
- name: 'hls-audio-change'
- });
};
-
tech.audioTracks().addEventListener('change', onAudioTrackChanged);
tech.remoteTextTracks().addEventListener('change', mediaTypes.SUBTITLES.onTrackChanged);
- vhs.on('dispose', function () {
+ vhs.on('dispose', () => {
tech.audioTracks().removeEventListener('change', onAudioTrackChanged);
tech.remoteTextTracks().removeEventListener('change', mediaTypes.SUBTITLES.onTrackChanged);
}); // clear existing audio tracks and add the ones we just created
tech.clearTracks('audio');
-
- for (var id in mediaTypes.AUDIO.tracks) {
+ for (const id in mediaTypes.AUDIO.tracks) {
tech.audioTracks().addTrack(mediaTypes.AUDIO.tracks[id]);
}
};
@@ -62436,10 +62708,9 @@
* @function createMediaTypes
*/
-
- var createMediaTypes = function createMediaTypes() {
- var mediaTypes = {};
- ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(function (type) {
+ const createMediaTypes = () => {
+ const mediaTypes = {};
+ ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(type => {
mediaTypes[type] = {
groups: {},
tracks: {},
@@ -62450,52 +62721,494 @@
onGroupChanged: noop,
onTrackChanged: noop,
lastTrack_: null,
- logger_: logger("MediaGroups[" + type + "]")
+ logger_: logger(`MediaGroups[${type}]`)
};
});
return mediaTypes;
};
- var ABORT_EARLY_BLACKLIST_SECONDS = 60 * 2;
- var Vhs$1; // SegmentLoader stats that need to have each loader's
+ /**
+ * A utility class for setting properties and maintaining the state of the content steering manifest.
+ *
+ * Content Steering manifest format:
+ * VERSION: number (required) currently only version 1 is supported.
+ * TTL: number in seconds (optional) until the next content steering manifest reload.
+ * RELOAD-URI: string (optional) uri to fetch the next content steering manifest.
+ * SERVICE-LOCATION-PRIORITY or PATHWAY-PRIORITY a non empty array of unique string values.
+ * PATHWAY-CLONES: array (optional) (HLS only) pathway clone objects to copy from other playlists.
+ */
+
+ class SteeringManifest {
+ constructor() {
+ this.priority_ = [];
+ this.pathwayClones_ = new Map();
+ }
+ set version(number) {
+ // Only version 1 is currently supported for both DASH and HLS.
+ if (number === 1) {
+ this.version_ = number;
+ }
+ }
+ set ttl(seconds) {
+ // TTL = time-to-live, default = 300 seconds.
+ this.ttl_ = seconds || 300;
+ }
+ set reloadUri(uri) {
+ if (uri) {
+ // reload URI can be relative to the previous reloadUri.
+ this.reloadUri_ = resolveUrl(this.reloadUri_, uri);
+ }
+ }
+ set priority(array) {
+ // priority must be non-empty and unique values.
+ if (array && array.length) {
+ this.priority_ = array;
+ }
+ }
+ set pathwayClones(array) {
+ // pathwayClones must be non-empty.
+ if (array && array.length) {
+ this.pathwayClones_ = new Map(array.map(clone => [clone.ID, clone]));
+ }
+ }
+ get version() {
+ return this.version_;
+ }
+ get ttl() {
+ return this.ttl_;
+ }
+ get reloadUri() {
+ return this.reloadUri_;
+ }
+ get priority() {
+ return this.priority_;
+ }
+ get pathwayClones() {
+ return this.pathwayClones_;
+ }
+ }
+ /**
+ * This class represents a content steering manifest and associated state. See both HLS and DASH specifications.
+ * HLS: https://developer.apple.com/streaming/HLSContentSteeringSpecification.pdf and
+ * https://datatracker.ietf.org/doc/draft-pantos-hls-rfc8216bis/ section 4.4.6.6.
+ * DASH: https://dashif.org/docs/DASH-IF-CTS-00XX-Content-Steering-Community-Review.pdf
+ *
+ * @param {function} xhr for making a network request from the browser.
+ * @param {function} bandwidth for fetching the current bandwidth from the main segment loader.
+ */
+
+ class ContentSteeringController extends videojs.EventTarget {
+ constructor(xhr, bandwidth) {
+ super();
+ this.currentPathway = null;
+ this.defaultPathway = null;
+ this.queryBeforeStart = false;
+ this.availablePathways_ = new Set();
+ this.steeringManifest = new SteeringManifest();
+ this.proxyServerUrl_ = null;
+ this.manifestType_ = null;
+ this.ttlTimeout_ = null;
+ this.request_ = null;
+ this.currentPathwayClones = new Map();
+ this.nextPathwayClones = new Map();
+ this.excludedSteeringManifestURLs = new Set();
+ this.logger_ = logger('Content Steering');
+ this.xhr_ = xhr;
+ this.getBandwidth_ = bandwidth;
+ }
+ /**
+ * Assigns the content steering tag properties to the steering controller
+ *
+ * @param {string} baseUrl the baseURL from the main manifest for resolving the steering manifest url
+ * @param {Object} steeringTag the content steering tag from the main manifest
+ */
+
+ assignTagProperties(baseUrl, steeringTag) {
+ this.manifestType_ = steeringTag.serverUri ? 'HLS' : 'DASH'; // serverUri is HLS serverURL is DASH
+
+ const steeringUri = steeringTag.serverUri || steeringTag.serverURL;
+ if (!steeringUri) {
+ this.logger_(`steering manifest URL is ${steeringUri}, cannot request steering manifest.`);
+ this.trigger('error');
+ return;
+ } // Content steering manifests can be encoded as a data URI. We can decode, parse and return early if that's the case.
+
+ if (steeringUri.startsWith('data:')) {
+ this.decodeDataUriManifest_(steeringUri.substring(steeringUri.indexOf(',') + 1));
+ return;
+ } // reloadUri is the resolution of the main manifest URL and steering URL.
+
+ this.steeringManifest.reloadUri = resolveUrl(baseUrl, steeringUri); // pathwayId is HLS defaultServiceLocation is DASH
+
+ this.defaultPathway = steeringTag.pathwayId || steeringTag.defaultServiceLocation; // currently only DASH supports the following properties on tags.
+
+ this.queryBeforeStart = steeringTag.queryBeforeStart;
+ this.proxyServerUrl_ = steeringTag.proxyServerURL; // trigger a steering event if we have a pathway from the content steering tag.
+ // this tells VHS which segment pathway to start with.
+ // If queryBeforeStart is true we need to wait for the steering manifest response.
+
+ if (this.defaultPathway && !this.queryBeforeStart) {
+ this.trigger('content-steering');
+ }
+ }
+ /**
+ * Requests the content steering manifest and parse the response. This should only be called after
+ * assignTagProperties was called with a content steering tag.
+ *
+ * @param {string} initialUri The optional uri to make the request with.
+ * If set, the request should be made with exactly what is passed in this variable.
+ * This scenario should only happen once on initalization.
+ */
+
+ requestSteeringManifest(initial) {
+ const reloadUri = this.steeringManifest.reloadUri;
+ if (!reloadUri) {
+ return;
+ } // We currently don't support passing MPD query parameters directly to the content steering URL as this requires
+ // ExtUrlQueryInfo tag support. See the DASH content steering spec section 8.1.
+ // This request URI accounts for manifest URIs that have been excluded.
+
+ const uri = initial ? reloadUri : this.getRequestURI(reloadUri); // If there are no valid manifest URIs, we should stop content steering.
+
+ if (!uri) {
+ this.logger_('No valid content steering manifest URIs. Stopping content steering.');
+ this.trigger('error');
+ this.dispose();
+ return;
+ }
+ const metadata = {
+ contentSteeringInfo: {
+ uri
+ }
+ };
+ this.trigger({
+ type: 'contentsteeringloadstart',
+ metadata
+ });
+ this.request_ = this.xhr_({
+ uri,
+ requestType: 'content-steering-manifest'
+ }, (error, errorInfo) => {
+ if (error) {
+ // If the client receives HTTP 410 Gone in response to a manifest request,
+ // it MUST NOT issue another request for that URI for the remainder of the
+ // playback session. It MAY continue to use the most-recently obtained set
+ // of Pathways.
+ if (errorInfo.status === 410) {
+ this.logger_(`manifest request 410 ${error}.`);
+ this.logger_(`There will be no more content steering requests to ${uri} this session.`);
+ this.excludedSteeringManifestURLs.add(uri);
+ return;
+ } // If the client receives HTTP 429 Too Many Requests with a Retry-After
+ // header in response to a manifest request, it SHOULD wait until the time
+ // specified by the Retry-After header to reissue the request.
+
+ if (errorInfo.status === 429) {
+ const retrySeconds = errorInfo.responseHeaders['retry-after'];
+ this.logger_(`manifest request 429 ${error}.`);
+ this.logger_(`content steering will retry in ${retrySeconds} seconds.`);
+ this.startTTLTimeout_(parseInt(retrySeconds, 10));
+ return;
+ } // If the Steering Manifest cannot be loaded and parsed correctly, the
+ // client SHOULD continue to use the previous values and attempt to reload
+ // it after waiting for the previously-specified TTL (or 5 minutes if
+ // none).
+
+ this.logger_(`manifest failed to load ${error}.`);
+ this.startTTLTimeout_();
+ return;
+ }
+ this.trigger({
+ type: 'contentsteeringloadcomplete',
+ metadata
+ });
+ let steeringManifestJson;
+ try {
+ steeringManifestJson = JSON.parse(this.request_.responseText);
+ } catch (parseError) {
+ const errorMetadata = {
+ errorType: videojs.Error.StreamingContentSteeringParserError,
+ error: parseError
+ };
+ this.trigger({
+ type: 'error',
+ metadata: errorMetadata
+ });
+ }
+ this.assignSteeringProperties_(steeringManifestJson);
+ const parsedMetadata = {
+ contentSteeringInfo: metadata.contentSteeringInfo,
+ contentSteeringManifest: {
+ version: this.steeringManifest.version,
+ reloadUri: this.steeringManifest.reloadUri,
+ priority: this.steeringManifest.priority
+ }
+ };
+ this.trigger({
+ type: 'contentsteeringparsed',
+ metadata: parsedMetadata
+ });
+ this.startTTLTimeout_();
+ });
+ }
+ /**
+ * Set the proxy server URL and add the steering manifest url as a URI encoded parameter.
+ *
+ * @param {string} steeringUrl the steering manifest url
+ * @return the steering manifest url to a proxy server with all parameters set
+ */
+
+ setProxyServerUrl_(steeringUrl) {
+ const steeringUrlObject = new window.URL(steeringUrl);
+ const proxyServerUrlObject = new window.URL(this.proxyServerUrl_);
+ proxyServerUrlObject.searchParams.set('url', encodeURI(steeringUrlObject.toString()));
+ return this.setSteeringParams_(proxyServerUrlObject.toString());
+ }
+ /**
+ * Decodes and parses the data uri encoded steering manifest
+ *
+ * @param {string} dataUri the data uri to be decoded and parsed.
+ */
+
+ decodeDataUriManifest_(dataUri) {
+ const steeringManifestJson = JSON.parse(window.atob(dataUri));
+ this.assignSteeringProperties_(steeringManifestJson);
+ }
+ /**
+ * Set the HLS or DASH content steering manifest request query parameters. For example:
+ * _HLS_pathway="" and _HLS_throughput=
+ * _DASH_pathway and _DASH_throughput
+ *
+ * @param {string} uri to add content steering server parameters to.
+ * @return a new uri as a string with the added steering query parameters.
+ */
+
+ setSteeringParams_(url) {
+ const urlObject = new window.URL(url);
+ const path = this.getPathway();
+ const networkThroughput = this.getBandwidth_();
+ if (path) {
+ const pathwayKey = `_${this.manifestType_}_pathway`;
+ urlObject.searchParams.set(pathwayKey, path);
+ }
+ if (networkThroughput) {
+ const throughputKey = `_${this.manifestType_}_throughput`;
+ urlObject.searchParams.set(throughputKey, networkThroughput);
+ }
+ return urlObject.toString();
+ }
+ /**
+ * Assigns the current steering manifest properties and to the SteeringManifest object
+ *
+ * @param {Object} steeringJson the raw JSON steering manifest
+ */
+
+ assignSteeringProperties_(steeringJson) {
+ this.steeringManifest.version = steeringJson.VERSION;
+ if (!this.steeringManifest.version) {
+ this.logger_(`manifest version is ${steeringJson.VERSION}, which is not supported.`);
+ this.trigger('error');
+ return;
+ }
+ this.steeringManifest.ttl = steeringJson.TTL;
+ this.steeringManifest.reloadUri = steeringJson['RELOAD-URI']; // HLS = PATHWAY-PRIORITY required. DASH = SERVICE-LOCATION-PRIORITY optional
+
+ this.steeringManifest.priority = steeringJson['PATHWAY-PRIORITY'] || steeringJson['SERVICE-LOCATION-PRIORITY']; // Pathway clones to be created/updated in HLS.
+ // See section 7.2 https://datatracker.ietf.org/doc/draft-pantos-hls-rfc8216bis/
+
+ this.steeringManifest.pathwayClones = steeringJson['PATHWAY-CLONES'];
+ this.nextPathwayClones = this.steeringManifest.pathwayClones; // 1. apply first pathway from the array.
+ // 2. if first pathway doesn't exist in manifest, try next pathway.
+ // a. if all pathways are exhausted, ignore the steering manifest priority.
+ // 3. if segments fail from an established pathway, try all variants/renditions, then exclude the failed pathway.
+ // a. exclude a pathway for a minimum of the last TTL duration. Meaning, from the next steering response,
+ // the excluded pathway will be ignored.
+ // See excludePathway usage in excludePlaylist().
+ // If there are no available pathways, we need to stop content steering.
+
+ if (!this.availablePathways_.size) {
+ this.logger_('There are no available pathways for content steering. Ending content steering.');
+ this.trigger('error');
+ this.dispose();
+ }
+ const chooseNextPathway = pathwaysByPriority => {
+ for (const path of pathwaysByPriority) {
+ if (this.availablePathways_.has(path)) {
+ return path;
+ }
+ } // If no pathway matches, ignore the manifest and choose the first available.
+
+ return [...this.availablePathways_][0];
+ };
+ const nextPathway = chooseNextPathway(this.steeringManifest.priority);
+ if (this.currentPathway !== nextPathway) {
+ this.currentPathway = nextPathway;
+ this.trigger('content-steering');
+ }
+ }
+ /**
+ * Returns the pathway to use for steering decisions
+ *
+ * @return {string} returns the current pathway or the default
+ */
+
+ getPathway() {
+ return this.currentPathway || this.defaultPathway;
+ }
+ /**
+ * Chooses the manifest request URI based on proxy URIs and server URLs.
+ * Also accounts for exclusion on certain manifest URIs.
+ *
+ * @param {string} reloadUri the base uri before parameters
+ *
+ * @return {string} the final URI for the request to the manifest server.
+ */
+
+ getRequestURI(reloadUri) {
+ if (!reloadUri) {
+ return null;
+ }
+ const isExcluded = uri => this.excludedSteeringManifestURLs.has(uri);
+ if (this.proxyServerUrl_) {
+ const proxyURI = this.setProxyServerUrl_(reloadUri);
+ if (!isExcluded(proxyURI)) {
+ return proxyURI;
+ }
+ }
+ const steeringURI = this.setSteeringParams_(reloadUri);
+ if (!isExcluded(steeringURI)) {
+ return steeringURI;
+ } // Return nothing if all valid manifest URIs are excluded.
+
+ return null;
+ }
+ /**
+ * Start the timeout for re-requesting the steering manifest at the TTL interval.
+ *
+ * @param {number} ttl time in seconds of the timeout. Defaults to the
+ * ttl interval in the steering manifest
+ */
+
+ startTTLTimeout_(ttl = this.steeringManifest.ttl) {
+ // 300 (5 minutes) is the default value.
+ const ttlMS = ttl * 1000;
+ this.ttlTimeout_ = window.setTimeout(() => {
+ this.requestSteeringManifest();
+ }, ttlMS);
+ }
+ /**
+ * Clear the TTL timeout if necessary.
+ */
+
+ clearTTLTimeout_() {
+ window.clearTimeout(this.ttlTimeout_);
+ this.ttlTimeout_ = null;
+ }
+ /**
+ * aborts any current steering xhr and sets the current request object to null
+ */
+
+ abort() {
+ if (this.request_) {
+ this.request_.abort();
+ }
+ this.request_ = null;
+ }
+ /**
+ * aborts steering requests clears the ttl timeout and resets all properties.
+ */
+
+ dispose() {
+ this.off('content-steering');
+ this.off('error');
+ this.abort();
+ this.clearTTLTimeout_();
+ this.currentPathway = null;
+ this.defaultPathway = null;
+ this.queryBeforeStart = null;
+ this.proxyServerUrl_ = null;
+ this.manifestType_ = null;
+ this.ttlTimeout_ = null;
+ this.request_ = null;
+ this.excludedSteeringManifestURLs = new Set();
+ this.availablePathways_ = new Set();
+ this.steeringManifest = new SteeringManifest();
+ }
+ /**
+ * adds a pathway to the available pathways set
+ *
+ * @param {string} pathway the pathway string to add
+ */
+
+ addAvailablePathway(pathway) {
+ if (pathway) {
+ this.availablePathways_.add(pathway);
+ }
+ }
+ /**
+ * Clears all pathways from the available pathways set
+ */
+
+ clearAvailablePathways() {
+ this.availablePathways_.clear();
+ }
+ /**
+ * Removes a pathway from the available pathways set.
+ */
+
+ excludePathway(pathway) {
+ return this.availablePathways_.delete(pathway);
+ }
+ /**
+ * Checks the refreshed DASH manifest content steering tag for changes.
+ *
+ * @param {string} baseURL new steering tag on DASH manifest refresh
+ * @param {Object} newTag the new tag to check for changes
+ * @return a true or false whether the new tag has different values
+ */
+
+ didDASHTagChange(baseURL, newTag) {
+ return !newTag && this.steeringManifest.reloadUri || newTag && (resolveUrl(baseURL, newTag.serverURL) !== this.steeringManifest.reloadUri || newTag.defaultServiceLocation !== this.defaultPathway || newTag.queryBeforeStart !== this.queryBeforeStart || newTag.proxyServerURL !== this.proxyServerUrl_);
+ }
+ getAvailablePathways() {
+ return this.availablePathways_;
+ }
+ }
+ const ABORT_EARLY_EXCLUSION_SECONDS = 10;
+ let Vhs$1; // SegmentLoader stats that need to have each loader's
// values summed to calculate the final value
- var loaderStats = ['mediaRequests', 'mediaRequestsAborted', 'mediaRequestsTimedout', 'mediaRequestsErrored', 'mediaTransferDuration', 'mediaBytesTransferred', 'mediaAppends'];
-
- var sumLoaderStat = function sumLoaderStat(stat) {
+ const loaderStats = ['mediaRequests', 'mediaRequestsAborted', 'mediaRequestsTimedout', 'mediaRequestsErrored', 'mediaTransferDuration', 'mediaBytesTransferred', 'mediaAppends'];
+ const sumLoaderStat = function (stat) {
return this.audioSegmentLoader_[stat] + this.mainSegmentLoader_[stat];
};
-
- var shouldSwitchToMedia = function shouldSwitchToMedia(_ref) {
- var currentPlaylist = _ref.currentPlaylist,
- buffered = _ref.buffered,
- currentTime = _ref.currentTime,
- nextPlaylist = _ref.nextPlaylist,
- bufferLowWaterLine = _ref.bufferLowWaterLine,
- bufferHighWaterLine = _ref.bufferHighWaterLine,
- duration = _ref.duration,
- experimentalBufferBasedABR = _ref.experimentalBufferBasedABR,
- log = _ref.log; // we have no other playlist to switch to
-
+ const shouldSwitchToMedia = function ({
+ currentPlaylist,
+ buffered,
+ currentTime,
+ nextPlaylist,
+ bufferLowWaterLine,
+ bufferHighWaterLine,
+ duration,
+ bufferBasedABR,
+ log
+ }) {
+ // we have no other playlist to switch to
if (!nextPlaylist) {
videojs.log.warn('We received no playlist to switch to. Please check your stream.');
return false;
}
-
- var sharedLogLine = "allowing switch " + (currentPlaylist && currentPlaylist.id || 'null') + " -> " + nextPlaylist.id;
-
+ const sharedLogLine = `allowing switch ${currentPlaylist && currentPlaylist.id || 'null'} -> ${nextPlaylist.id}`;
if (!currentPlaylist) {
- log(sharedLogLine + " as current playlist is not set");
+ log(`${sharedLogLine} as current playlist is not set`);
return true;
} // no need to switch if playlist is the same
-
if (nextPlaylist.id === currentPlaylist.id) {
return false;
} // determine if current time is in a buffered range.
-
- var isBuffered = Boolean(findRange(buffered, currentTime).length); // If the playlist is live, then we want to not take low water line into account.
+ const isBuffered = Boolean(findRange(buffered, currentTime).length); // If the playlist is live, then we want to not take low water line into account.
// This is because in LIVE, the player plays 3 segments from the end of the
// playlist, and if `BUFFER_LOW_WATER_LINE` is greater than the duration availble
// in those segments, a viewer will never experience a rendition upswitch.
@@ -62504,218 +63217,197 @@
// For LLHLS live streams, don't switch renditions before playback has started, as it almost
// doubles the time to first playback.
if (!isBuffered && typeof currentPlaylist.partTargetDuration === 'number') {
- log("not " + sharedLogLine + " as current playlist is live llhls, but currentTime isn't in buffered.");
+ log(`not ${sharedLogLine} as current playlist is live llhls, but currentTime isn't in buffered.`);
return false;
}
-
- log(sharedLogLine + " as current playlist is live");
+ log(`${sharedLogLine} as current playlist is live`);
return true;
}
-
- var forwardBuffer = timeAheadOf(buffered, currentTime);
- var maxBufferLowWaterLine = experimentalBufferBasedABR ? Config.EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE : Config.MAX_BUFFER_LOW_WATER_LINE; // For the same reason as LIVE, we ignore the low water line when the VOD
+ const forwardBuffer = timeAheadOf(buffered, currentTime);
+ const maxBufferLowWaterLine = bufferBasedABR ? Config.EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE : Config.MAX_BUFFER_LOW_WATER_LINE; // For the same reason as LIVE, we ignore the low water line when the VOD
// duration is below the max potential low water line
if (duration < maxBufferLowWaterLine) {
- log(sharedLogLine + " as duration < max low water line (" + duration + " < " + maxBufferLowWaterLine + ")");
+ log(`${sharedLogLine} as duration < max low water line (${duration} < ${maxBufferLowWaterLine})`);
return true;
}
-
- var nextBandwidth = nextPlaylist.attributes.BANDWIDTH;
- var currBandwidth = currentPlaylist.attributes.BANDWIDTH; // when switching down, if our buffer is lower than the high water line,
+ const nextBandwidth = nextPlaylist.attributes.BANDWIDTH;
+ const currBandwidth = currentPlaylist.attributes.BANDWIDTH; // when switching down, if our buffer is lower than the high water line,
// we can switch down
- if (nextBandwidth < currBandwidth && (!experimentalBufferBasedABR || forwardBuffer < bufferHighWaterLine)) {
- var logLine = sharedLogLine + " as next bandwidth < current bandwidth (" + nextBandwidth + " < " + currBandwidth + ")";
-
- if (experimentalBufferBasedABR) {
- logLine += " and forwardBuffer < bufferHighWaterLine (" + forwardBuffer + " < " + bufferHighWaterLine + ")";
+ if (nextBandwidth < currBandwidth && (!bufferBasedABR || forwardBuffer < bufferHighWaterLine)) {
+ let logLine = `${sharedLogLine} as next bandwidth < current bandwidth (${nextBandwidth} < ${currBandwidth})`;
+ if (bufferBasedABR) {
+ logLine += ` and forwardBuffer < bufferHighWaterLine (${forwardBuffer} < ${bufferHighWaterLine})`;
}
-
log(logLine);
return true;
} // and if our buffer is higher than the low water line,
// we can switch up
-
- if ((!experimentalBufferBasedABR || nextBandwidth > currBandwidth) && forwardBuffer >= bufferLowWaterLine) {
- var _logLine = sharedLogLine + " as forwardBuffer >= bufferLowWaterLine (" + forwardBuffer + " >= " + bufferLowWaterLine + ")";
-
- if (experimentalBufferBasedABR) {
- _logLine += " and next bandwidth > current bandwidth (" + nextBandwidth + " > " + currBandwidth + ")";
+ if ((!bufferBasedABR || nextBandwidth > currBandwidth) && forwardBuffer >= bufferLowWaterLine) {
+ let logLine = `${sharedLogLine} as forwardBuffer >= bufferLowWaterLine (${forwardBuffer} >= ${bufferLowWaterLine})`;
+ if (bufferBasedABR) {
+ logLine += ` and next bandwidth > current bandwidth (${nextBandwidth} > ${currBandwidth})`;
}
-
- log(_logLine);
+ log(logLine);
return true;
}
-
- log("not " + sharedLogLine + " as no switching criteria met");
+ log(`not ${sharedLogLine} as no switching criteria met`);
return false;
};
/**
- * the master playlist controller controller all interactons
+ * the main playlist controller controller all interactons
* between playlists and segmentloaders. At this time this mainly
- * involves a master playlist and a series of audio playlists
+ * involves a main playlist and a series of audio playlists
* if they are available
*
- * @class MasterPlaylistController
+ * @class PlaylistController
* @extends videojs.EventTarget
*/
-
- var MasterPlaylistController = /*#__PURE__*/function (_videojs$EventTarget) {
- inheritsLoose(MasterPlaylistController, _videojs$EventTarget);
-
- function MasterPlaylistController(options) {
- var _this;
-
- _this = _videojs$EventTarget.call(this) || this;
- var src = options.src,
- handleManifestRedirects = options.handleManifestRedirects,
- withCredentials = options.withCredentials,
- tech = options.tech,
- bandwidth = options.bandwidth,
- externVhs = options.externVhs,
- useCueTags = options.useCueTags,
- blacklistDuration = options.blacklistDuration,
- enableLowInitialPlaylist = options.enableLowInitialPlaylist,
- sourceType = options.sourceType,
- cacheEncryptionKeys = options.cacheEncryptionKeys,
- experimentalBufferBasedABR = options.experimentalBufferBasedABR,
- experimentalLeastPixelDiffSelector = options.experimentalLeastPixelDiffSelector,
- captionServices = options.captionServices;
-
+ class PlaylistController extends videojs.EventTarget {
+ constructor(options) {
+ super();
+ const {
+ src,
+ withCredentials,
+ tech,
+ bandwidth,
+ externVhs,
+ useCueTags,
+ playlistExclusionDuration,
+ enableLowInitialPlaylist,
+ sourceType,
+ cacheEncryptionKeys,
+ bufferBasedABR,
+ leastPixelDiffSelector,
+ captionServices
+ } = options;
if (!src) {
throw new Error('A non-empty playlist URL or JSON manifest string is required');
}
-
- var maxPlaylistRetries = options.maxPlaylistRetries;
-
+ let {
+ maxPlaylistRetries
+ } = options;
if (maxPlaylistRetries === null || typeof maxPlaylistRetries === 'undefined') {
maxPlaylistRetries = Infinity;
}
-
Vhs$1 = externVhs;
- _this.experimentalBufferBasedABR = Boolean(experimentalBufferBasedABR);
- _this.experimentalLeastPixelDiffSelector = Boolean(experimentalLeastPixelDiffSelector);
- _this.withCredentials = withCredentials;
- _this.tech_ = tech;
- _this.vhs_ = tech.vhs;
- _this.sourceType_ = sourceType;
- _this.useCueTags_ = useCueTags;
- _this.blacklistDuration = blacklistDuration;
- _this.maxPlaylistRetries = maxPlaylistRetries;
- _this.enableLowInitialPlaylist = enableLowInitialPlaylist;
-
- if (_this.useCueTags_) {
- _this.cueTagsTrack_ = _this.tech_.addTextTrack('metadata', 'ad-cues');
- _this.cueTagsTrack_.inBandMetadataTrackDispatchType = '';
+ this.bufferBasedABR = Boolean(bufferBasedABR);
+ this.leastPixelDiffSelector = Boolean(leastPixelDiffSelector);
+ this.withCredentials = withCredentials;
+ this.tech_ = tech;
+ this.vhs_ = tech.vhs;
+ this.player_ = options.player_;
+ this.sourceType_ = sourceType;
+ this.useCueTags_ = useCueTags;
+ this.playlistExclusionDuration = playlistExclusionDuration;
+ this.maxPlaylistRetries = maxPlaylistRetries;
+ this.enableLowInitialPlaylist = enableLowInitialPlaylist;
+ if (this.useCueTags_) {
+ this.cueTagsTrack_ = this.tech_.addTextTrack('metadata', 'ad-cues');
+ this.cueTagsTrack_.inBandMetadataTrackDispatchType = '';
}
-
- _this.requestOptions_ = {
- withCredentials: withCredentials,
- handleManifestRedirects: handleManifestRedirects,
- maxPlaylistRetries: maxPlaylistRetries,
+ this.requestOptions_ = {
+ withCredentials,
+ maxPlaylistRetries,
timeout: null
};
+ this.on('error', this.pauseLoading);
+ this.mediaTypes_ = createMediaTypes();
+ this.mediaSource = new window.MediaSource();
+ this.handleDurationChange_ = this.handleDurationChange_.bind(this);
+ this.handleSourceOpen_ = this.handleSourceOpen_.bind(this);
+ this.handleSourceEnded_ = this.handleSourceEnded_.bind(this);
+ this.mediaSource.addEventListener('durationchange', this.handleDurationChange_); // load the media source into the player
- _this.on('error', _this.pauseLoading);
-
- _this.mediaTypes_ = createMediaTypes();
- _this.mediaSource = new window.MediaSource();
- _this.handleDurationChange_ = _this.handleDurationChange_.bind(assertThisInitialized(_this));
- _this.handleSourceOpen_ = _this.handleSourceOpen_.bind(assertThisInitialized(_this));
- _this.handleSourceEnded_ = _this.handleSourceEnded_.bind(assertThisInitialized(_this));
-
- _this.mediaSource.addEventListener('durationchange', _this.handleDurationChange_); // load the media source into the player
-
-
- _this.mediaSource.addEventListener('sourceopen', _this.handleSourceOpen_);
-
- _this.mediaSource.addEventListener('sourceended', _this.handleSourceEnded_); // we don't have to handle sourceclose since dispose will handle termination of
+ this.mediaSource.addEventListener('sourceopen', this.handleSourceOpen_);
+ this.mediaSource.addEventListener('sourceended', this.handleSourceEnded_); // we don't have to handle sourceclose since dispose will handle termination of
// everything, and the MediaSource should not be detached without a proper disposal
-
- _this.seekable_ = videojs.createTimeRanges();
- _this.hasPlayed_ = false;
- _this.syncController_ = new SyncController(options);
- _this.segmentMetadataTrack_ = tech.addRemoteTextTrack({
+ this.seekable_ = createTimeRanges();
+ this.hasPlayed_ = false;
+ this.syncController_ = new SyncController(options);
+ this.segmentMetadataTrack_ = tech.addRemoteTextTrack({
kind: 'metadata',
label: 'segment-metadata'
}, false).track;
- _this.decrypter_ = new Decrypter();
- _this.sourceUpdater_ = new SourceUpdater(_this.mediaSource);
- _this.inbandTextTracks_ = {};
- _this.timelineChangeController_ = new TimelineChangeController();
- var segmentLoaderSettings = {
- vhs: _this.vhs_,
+ this.decrypter_ = new Decrypter();
+ this.sourceUpdater_ = new SourceUpdater(this.mediaSource);
+ this.inbandTextTracks_ = {};
+ this.timelineChangeController_ = new TimelineChangeController();
+ this.keyStatusMap_ = new Map();
+ const segmentLoaderSettings = {
+ vhs: this.vhs_,
parse708captions: options.parse708captions,
useDtsForTimestampOffset: options.useDtsForTimestampOffset,
- captionServices: captionServices,
- mediaSource: _this.mediaSource,
- currentTime: _this.tech_.currentTime.bind(_this.tech_),
- seekable: function seekable() {
- return _this.seekable();
- },
- seeking: function seeking() {
- return _this.tech_.seeking();
- },
- duration: function duration() {
- return _this.duration();
- },
- hasPlayed: function hasPlayed() {
- return _this.hasPlayed_;
- },
- goalBufferLength: function goalBufferLength() {
- return _this.goalBufferLength();
- },
- bandwidth: bandwidth,
- syncController: _this.syncController_,
- decrypter: _this.decrypter_,
- sourceType: _this.sourceType_,
- inbandTextTracks: _this.inbandTextTracks_,
- cacheEncryptionKeys: cacheEncryptionKeys,
- sourceUpdater: _this.sourceUpdater_,
- timelineChangeController: _this.timelineChangeController_,
- experimentalExactManifestTimings: options.experimentalExactManifestTimings
+ captionServices,
+ mediaSource: this.mediaSource,
+ currentTime: this.tech_.currentTime.bind(this.tech_),
+ seekable: () => this.seekable(),
+ seeking: () => this.tech_.seeking(),
+ duration: () => this.duration(),
+ hasPlayed: () => this.hasPlayed_,
+ goalBufferLength: () => this.goalBufferLength(),
+ bandwidth,
+ syncController: this.syncController_,
+ decrypter: this.decrypter_,
+ sourceType: this.sourceType_,
+ inbandTextTracks: this.inbandTextTracks_,
+ cacheEncryptionKeys,
+ sourceUpdater: this.sourceUpdater_,
+ timelineChangeController: this.timelineChangeController_,
+ exactManifestTimings: options.exactManifestTimings,
+ addMetadataToTextTrack: this.addMetadataToTextTrack.bind(this)
}; // The source type check not only determines whether a special DASH playlist loader
// should be used, but also covers the case where the provided src is a vhs-json
// manifest object (instead of a URL). In the case of vhs-json, the default
// PlaylistLoader should be used.
- _this.masterPlaylistLoader_ = _this.sourceType_ === 'dash' ? new DashPlaylistLoader(src, _this.vhs_, _this.requestOptions_) : new PlaylistLoader(src, _this.vhs_, _this.requestOptions_);
-
- _this.setupMasterPlaylistLoaderListeners_(); // setup segment loaders
+ this.mainPlaylistLoader_ = this.sourceType_ === 'dash' ? new DashPlaylistLoader(src, this.vhs_, merge(this.requestOptions_, {
+ addMetadataToTextTrack: this.addMetadataToTextTrack.bind(this)
+ })) : new PlaylistLoader(src, this.vhs_, merge(this.requestOptions_, {
+ addDateRangesToTextTrack: this.addDateRangesToTextTrack_.bind(this)
+ }));
+ this.setupMainPlaylistLoaderListeners_(); // setup segment loaders
// combined audio/video or just video when alternate audio track is selected
-
- _this.mainSegmentLoader_ = new SegmentLoader(videojs.mergeOptions(segmentLoaderSettings, {
- segmentMetadataTrack: _this.segmentMetadataTrack_,
+ this.mainSegmentLoader_ = new SegmentLoader(merge(segmentLoaderSettings, {
+ segmentMetadataTrack: this.segmentMetadataTrack_,
loaderType: 'main'
}), options); // alternate audio track
- _this.audioSegmentLoader_ = new SegmentLoader(videojs.mergeOptions(segmentLoaderSettings, {
+ this.audioSegmentLoader_ = new SegmentLoader(merge(segmentLoaderSettings, {
loaderType: 'audio'
}), options);
- _this.subtitleSegmentLoader_ = new VTTSegmentLoader(videojs.mergeOptions(segmentLoaderSettings, {
+ this.subtitleSegmentLoader_ = new VTTSegmentLoader(merge(segmentLoaderSettings, {
loaderType: 'vtt',
- featuresNativeTextTracks: _this.tech_.featuresNativeTextTracks
+ featuresNativeTextTracks: this.tech_.featuresNativeTextTracks,
+ loadVttJs: () => new Promise((resolve, reject) => {
+ function onLoad() {
+ tech.off('vttjserror', onError);
+ resolve();
+ }
+ function onError() {
+ tech.off('vttjsloaded', onLoad);
+ reject();
+ }
+ tech.one('vttjsloaded', onLoad);
+ tech.one('vttjserror', onError); // safe to call multiple times, script will be loaded only once:
+
+ tech.addWebVttScript_();
+ })
}), options);
-
- _this.setupSegmentLoaderListeners_();
-
- if (_this.experimentalBufferBasedABR) {
- _this.masterPlaylistLoader_.one('loadedplaylist', function () {
- return _this.startABRTimer_();
- });
-
- _this.tech_.on('pause', function () {
- return _this.stopABRTimer_();
- });
-
- _this.tech_.on('play', function () {
- return _this.startABRTimer_();
- });
+ const getBandwidth = () => {
+ return this.mainSegmentLoader_.bandwidth;
+ };
+ this.contentSteeringController_ = new ContentSteeringController(this.vhs_.xhr, getBandwidth);
+ this.setupSegmentLoaderListeners_();
+ if (this.bufferBasedABR) {
+ this.mainPlaylistLoader_.one('loadedplaylist', () => this.startABRTimer_());
+ this.tech_.on('pause', () => this.stopABRTimer_());
+ this.tech_.on('play', () => this.startABRTimer_());
} // Create SegmentLoader stat-getters
// mediaRequests_
// mediaRequestsAborted_
@@ -62725,127 +63417,138 @@
// mediaBytesTransferred_
// mediaAppends_
-
- loaderStats.forEach(function (stat) {
- _this[stat + '_'] = sumLoaderStat.bind(assertThisInitialized(_this), stat);
+ loaderStats.forEach(stat => {
+ this[stat + '_'] = sumLoaderStat.bind(this, stat);
});
- _this.logger_ = logger('MPC');
- _this.triggeredFmp4Usage = false;
-
- if (_this.tech_.preload() === 'none') {
- _this.loadOnPlay_ = function () {
- _this.loadOnPlay_ = null;
-
- _this.masterPlaylistLoader_.load();
+ this.logger_ = logger('pc');
+ this.triggeredFmp4Usage = false;
+ if (this.tech_.preload() === 'none') {
+ this.loadOnPlay_ = () => {
+ this.loadOnPlay_ = null;
+ this.mainPlaylistLoader_.load();
};
-
- _this.tech_.one('play', _this.loadOnPlay_);
+ this.tech_.one('play', this.loadOnPlay_);
} else {
- _this.masterPlaylistLoader_.load();
+ this.mainPlaylistLoader_.load();
}
+ this.timeToLoadedData__ = -1;
+ this.mainAppendsToLoadedData__ = -1;
+ this.audioAppendsToLoadedData__ = -1;
+ const event = this.tech_.preload() === 'none' ? 'play' : 'loadstart'; // start the first frame timer on loadstart or play (for preload none)
- _this.timeToLoadedData__ = -1;
- _this.mainAppendsToLoadedData__ = -1;
- _this.audioAppendsToLoadedData__ = -1;
- var event = _this.tech_.preload() === 'none' ? 'play' : 'loadstart'; // start the first frame timer on loadstart or play (for preload none)
-
- _this.tech_.one(event, function () {
- var timeToLoadedDataStart = Date.now();
-
- _this.tech_.one('loadeddata', function () {
- _this.timeToLoadedData__ = Date.now() - timeToLoadedDataStart;
- _this.mainAppendsToLoadedData__ = _this.mainSegmentLoader_.mediaAppends;
- _this.audioAppendsToLoadedData__ = _this.audioSegmentLoader_.mediaAppends;
+ this.tech_.one(event, () => {
+ const timeToLoadedDataStart = Date.now();
+ this.tech_.one('loadeddata', () => {
+ this.timeToLoadedData__ = Date.now() - timeToLoadedDataStart;
+ this.mainAppendsToLoadedData__ = this.mainSegmentLoader_.mediaAppends;
+ this.audioAppendsToLoadedData__ = this.audioSegmentLoader_.mediaAppends;
});
});
-
- return _this;
}
-
- var _proto = MasterPlaylistController.prototype;
-
- _proto.mainAppendsToLoadedData_ = function mainAppendsToLoadedData_() {
+ mainAppendsToLoadedData_() {
return this.mainAppendsToLoadedData__;
- };
-
- _proto.audioAppendsToLoadedData_ = function audioAppendsToLoadedData_() {
+ }
+ audioAppendsToLoadedData_() {
return this.audioAppendsToLoadedData__;
- };
-
- _proto.appendsToLoadedData_ = function appendsToLoadedData_() {
- var main = this.mainAppendsToLoadedData_();
- var audio = this.audioAppendsToLoadedData_();
-
+ }
+ appendsToLoadedData_() {
+ const main = this.mainAppendsToLoadedData_();
+ const audio = this.audioAppendsToLoadedData_();
if (main === -1 || audio === -1) {
return -1;
}
-
return main + audio;
- };
-
- _proto.timeToLoadedData_ = function timeToLoadedData_() {
+ }
+ timeToLoadedData_() {
return this.timeToLoadedData__;
}
/**
* Run selectPlaylist and switch to the new playlist if we should
*
+ * @param {string} [reason=abr] a reason for why the ABR check is made
* @private
- *
*/
- ;
-
- _proto.checkABR_ = function checkABR_() {
- var nextPlaylist = this.selectPlaylist();
+ checkABR_(reason = 'abr') {
+ const nextPlaylist = this.selectPlaylist();
if (nextPlaylist && this.shouldSwitchToMedia_(nextPlaylist)) {
- this.switchMedia_(nextPlaylist, 'abr');
+ this.switchMedia_(nextPlaylist, reason);
}
- };
-
- _proto.switchMedia_ = function switchMedia_(playlist, cause, delay) {
- var oldMedia = this.media();
- var oldId = oldMedia && (oldMedia.id || oldMedia.uri);
- var newId = playlist.id || playlist.uri;
-
+ }
+ switchMedia_(playlist, cause, delay) {
+ const oldMedia = this.media();
+ const oldId = oldMedia && (oldMedia.id || oldMedia.uri);
+ const newId = playlist && (playlist.id || playlist.uri);
if (oldId && oldId !== newId) {
- this.logger_("switch media " + oldId + " -> " + newId + " from " + cause);
+ this.logger_(`switch media ${oldId} -> ${newId} from ${cause}`);
+ const metadata = {
+ renditionInfo: {
+ id: newId,
+ bandwidth: playlist.attributes.BANDWIDTH,
+ resolution: playlist.attributes.RESOLUTION,
+ codecs: playlist.attributes.CODECS
+ },
+ cause
+ };
+ this.trigger({
+ type: 'renditionselected',
+ metadata
+ });
this.tech_.trigger({
type: 'usage',
- name: "vhs-rendition-change-" + cause
+ name: `vhs-rendition-change-${cause}`
});
}
+ this.mainPlaylistLoader_.media(playlist, delay);
+ }
+ /**
+ * A function that ensures we switch our playlists inside of `mediaTypes`
+ * to match the current `serviceLocation` provided by the contentSteering controller.
+ * We want to check media types of `AUDIO`, `SUBTITLES`, and `CLOSED-CAPTIONS`.
+ *
+ * This should only be called on a DASH playback scenario while using content steering.
+ * This is necessary due to differences in how media in HLS manifests are generally tied to
+ * a video playlist, where in DASH that is not always the case.
+ */
- this.masterPlaylistLoader_.media(playlist, delay);
+ switchMediaForDASHContentSteering_() {
+ ['AUDIO', 'SUBTITLES', 'CLOSED-CAPTIONS'].forEach(type => {
+ const mediaType = this.mediaTypes_[type];
+ const activeGroup = mediaType ? mediaType.activeGroup() : null;
+ const pathway = this.contentSteeringController_.getPathway();
+ if (activeGroup && pathway) {
+ // activeGroup can be an array or a single group
+ const mediaPlaylists = activeGroup.length ? activeGroup[0].playlists : activeGroup.playlists;
+ const dashMediaPlaylists = mediaPlaylists.filter(p => p.attributes.serviceLocation === pathway); // Switch the current active playlist to the correct CDN
+
+ if (dashMediaPlaylists.length) {
+ this.mediaTypes_[type].activePlaylistLoader.media(dashMediaPlaylists[0]);
+ }
+ }
+ });
}
/**
* Start a timer that periodically calls checkABR_
*
* @private
*/
- ;
-
- _proto.startABRTimer_ = function startABRTimer_() {
- var _this2 = this;
+ startABRTimer_() {
this.stopABRTimer_();
- this.abrTimer_ = window.setInterval(function () {
- return _this2.checkABR_();
- }, 250);
+ this.abrTimer_ = window.setInterval(() => this.checkABR_(), 250);
}
/**
* Stop the timer that periodically calls checkABR_
*
* @private
*/
- ;
- _proto.stopABRTimer_ = function stopABRTimer_() {
+ stopABRTimer_() {
// if we're scrubbing, we don't need to pause.
// This getter will be added to Video.js in version 7.11.
if (this.tech_.scrubbing && this.tech_.scrubbing()) {
return;
}
-
window.clearInterval(this.abrTimer_);
this.abrTimer_ = null;
}
@@ -62854,61 +63557,54 @@
*
* @return {Array} the array of audio playlists
*/
- ;
- _proto.getAudioTrackPlaylists_ = function getAudioTrackPlaylists_() {
- var master = this.master();
- var defaultPlaylists = master && master.playlists || []; // if we don't have any audio groups then we can only
- // assume that the audio tracks are contained in masters
+ getAudioTrackPlaylists_() {
+ const main = this.main();
+ const defaultPlaylists = main && main.playlists || []; // if we don't have any audio groups then we can only
+ // assume that the audio tracks are contained in main
// playlist array, use that or an empty array.
- if (!master || !master.mediaGroups || !master.mediaGroups.AUDIO) {
+ if (!main || !main.mediaGroups || !main.mediaGroups.AUDIO) {
return defaultPlaylists;
}
-
- var AUDIO = master.mediaGroups.AUDIO;
- var groupKeys = Object.keys(AUDIO);
- var track; // get the current active track
+ const AUDIO = main.mediaGroups.AUDIO;
+ const groupKeys = Object.keys(AUDIO);
+ let track; // get the current active track
if (Object.keys(this.mediaTypes_.AUDIO.groups).length) {
- track = this.mediaTypes_.AUDIO.activeTrack(); // or get the default track from master if mediaTypes_ isn't setup yet
+ track = this.mediaTypes_.AUDIO.activeTrack(); // or get the default track from main if mediaTypes_ isn't setup yet
} else {
// default group is `main` or just the first group.
- var defaultGroup = AUDIO.main || groupKeys.length && AUDIO[groupKeys[0]];
-
- for (var label in defaultGroup) {
- if (defaultGroup[label]["default"]) {
+ const defaultGroup = AUDIO.main || groupKeys.length && AUDIO[groupKeys[0]];
+ for (const label in defaultGroup) {
+ if (defaultGroup[label].default) {
track = {
- label: label
+ label
};
break;
}
}
} // no active track no playlists.
-
if (!track) {
return defaultPlaylists;
}
-
- var playlists = []; // get all of the playlists that are possible for the
+ const playlists = []; // get all of the playlists that are possible for the
// active track.
- for (var group in AUDIO) {
+ for (const group in AUDIO) {
if (AUDIO[group][track.label]) {
- var properties = AUDIO[group][track.label];
-
+ const properties = AUDIO[group][track.label];
if (properties.playlists && properties.playlists.length) {
playlists.push.apply(playlists, properties.playlists);
} else if (properties.uri) {
playlists.push(properties);
- } else if (master.playlists.length) {
+ } else if (main.playlists.length) {
// if an audio group does not have a uri
// see if we have main playlists that use it as a group.
// if we do then add those to the playlists list.
- for (var i = 0; i < master.playlists.length; i++) {
- var playlist = master.playlists[i];
-
+ for (let i = 0; i < main.playlists.length; i++) {
+ const playlist = main.playlists[i];
if (playlist.attributes && playlist.attributes.AUDIO && playlist.attributes.AUDIO === group) {
playlists.push(playlist);
}
@@ -62916,201 +63612,183 @@
}
}
}
-
if (!playlists.length) {
return defaultPlaylists;
}
-
return playlists;
}
/**
- * Register event handlers on the master playlist loader. A helper
+ * Register event handlers on the main playlist loader. A helper
* function for construction time.
*
* @private
*/
- ;
- _proto.setupMasterPlaylistLoaderListeners_ = function setupMasterPlaylistLoaderListeners_() {
- var _this3 = this;
-
- this.masterPlaylistLoader_.on('loadedmetadata', function () {
- var media = _this3.masterPlaylistLoader_.media();
-
- var requestTimeout = media.targetDuration * 1.5 * 1000; // If we don't have any more available playlists, we don't want to
+ setupMainPlaylistLoaderListeners_() {
+ this.mainPlaylistLoader_.on('loadedmetadata', () => {
+ const media = this.mainPlaylistLoader_.media();
+ const requestTimeout = media.targetDuration * 1.5 * 1000; // If we don't have any more available playlists, we don't want to
// timeout the request.
- if (isLowestEnabledRendition(_this3.masterPlaylistLoader_.master, _this3.masterPlaylistLoader_.media())) {
- _this3.requestOptions_.timeout = 0;
+ if (isLowestEnabledRendition(this.mainPlaylistLoader_.main, this.mainPlaylistLoader_.media())) {
+ this.requestOptions_.timeout = 0;
} else {
- _this3.requestOptions_.timeout = requestTimeout;
+ this.requestOptions_.timeout = requestTimeout;
} // if this isn't a live video and preload permits, start
// downloading segments
-
- if (media.endList && _this3.tech_.preload() !== 'none') {
- _this3.mainSegmentLoader_.playlist(media, _this3.requestOptions_);
-
- _this3.mainSegmentLoader_.load();
+ if (media.endList && this.tech_.preload() !== 'none') {
+ this.mainSegmentLoader_.playlist(media, this.requestOptions_);
+ this.mainSegmentLoader_.load();
}
-
setupMediaGroups({
- sourceType: _this3.sourceType_,
+ sourceType: this.sourceType_,
segmentLoaders: {
- AUDIO: _this3.audioSegmentLoader_,
- SUBTITLES: _this3.subtitleSegmentLoader_,
- main: _this3.mainSegmentLoader_
+ AUDIO: this.audioSegmentLoader_,
+ SUBTITLES: this.subtitleSegmentLoader_,
+ main: this.mainSegmentLoader_
},
- tech: _this3.tech_,
- requestOptions: _this3.requestOptions_,
- masterPlaylistLoader: _this3.masterPlaylistLoader_,
- vhs: _this3.vhs_,
- master: _this3.master(),
- mediaTypes: _this3.mediaTypes_,
- blacklistCurrentPlaylist: _this3.blacklistCurrentPlaylist.bind(_this3)
+ tech: this.tech_,
+ requestOptions: this.requestOptions_,
+ mainPlaylistLoader: this.mainPlaylistLoader_,
+ vhs: this.vhs_,
+ main: this.main(),
+ mediaTypes: this.mediaTypes_,
+ excludePlaylist: this.excludePlaylist.bind(this)
});
-
- _this3.triggerPresenceUsage_(_this3.master(), media);
-
- _this3.setupFirstPlay();
-
- if (!_this3.mediaTypes_.AUDIO.activePlaylistLoader || _this3.mediaTypes_.AUDIO.activePlaylistLoader.media()) {
- _this3.trigger('selectedinitialmedia');
+ this.triggerPresenceUsage_(this.main(), media);
+ this.setupFirstPlay();
+ if (!this.mediaTypes_.AUDIO.activePlaylistLoader || this.mediaTypes_.AUDIO.activePlaylistLoader.media()) {
+ this.trigger('selectedinitialmedia');
} else {
// We must wait for the active audio playlist loader to
// finish setting up before triggering this event so the
// representations API and EME setup is correct
- _this3.mediaTypes_.AUDIO.activePlaylistLoader.one('loadedmetadata', function () {
- _this3.trigger('selectedinitialmedia');
+ this.mediaTypes_.AUDIO.activePlaylistLoader.one('loadedmetadata', () => {
+ this.trigger('selectedinitialmedia');
});
}
});
- this.masterPlaylistLoader_.on('loadedplaylist', function () {
- if (_this3.loadOnPlay_) {
- _this3.tech_.off('play', _this3.loadOnPlay_);
+ this.mainPlaylistLoader_.on('loadedplaylist', () => {
+ if (this.loadOnPlay_) {
+ this.tech_.off('play', this.loadOnPlay_);
}
-
- var updatedPlaylist = _this3.masterPlaylistLoader_.media();
-
+ let updatedPlaylist = this.mainPlaylistLoader_.media();
if (!updatedPlaylist) {
- // exclude any variants that are not supported by the browser before selecting
+ // Add content steering listeners on first load and init.
+ this.attachContentSteeringListeners_();
+ this.initContentSteeringController_(); // exclude any variants that are not supported by the browser before selecting
// an initial media as the playlist selectors do not consider browser support
- _this3.excludeUnsupportedVariants_();
- var selectedMedia;
-
- if (_this3.enableLowInitialPlaylist) {
- selectedMedia = _this3.selectInitialPlaylist();
+ this.excludeUnsupportedVariants_();
+ let selectedMedia;
+ if (this.enableLowInitialPlaylist) {
+ selectedMedia = this.selectInitialPlaylist();
}
-
if (!selectedMedia) {
- selectedMedia = _this3.selectPlaylist();
+ selectedMedia = this.selectPlaylist();
}
-
- if (!selectedMedia || !_this3.shouldSwitchToMedia_(selectedMedia)) {
+ if (!selectedMedia || !this.shouldSwitchToMedia_(selectedMedia)) {
return;
}
-
- _this3.initialMedia_ = selectedMedia;
-
- _this3.switchMedia_(_this3.initialMedia_, 'initial'); // Under the standard case where a source URL is provided, loadedplaylist will
+ this.initialMedia_ = selectedMedia;
+ this.switchMedia_(this.initialMedia_, 'initial'); // Under the standard case where a source URL is provided, loadedplaylist will
// fire again since the playlist will be requested. In the case of vhs-json
// (where the manifest object is provided as the source), when the media
// playlist's `segments` list is already available, a media playlist won't be
// requested, and loadedplaylist won't fire again, so the playlist handler must be
// called on its own here.
-
- var haveJsonSource = _this3.sourceType_ === 'vhs-json' && _this3.initialMedia_.segments;
-
+ const haveJsonSource = this.sourceType_ === 'vhs-json' && this.initialMedia_.segments;
if (!haveJsonSource) {
return;
}
-
- updatedPlaylist = _this3.initialMedia_;
+ updatedPlaylist = this.initialMedia_;
}
-
- _this3.handleUpdatedMediaPlaylist(updatedPlaylist);
+ this.handleUpdatedMediaPlaylist(updatedPlaylist);
});
- this.masterPlaylistLoader_.on('error', function () {
- _this3.blacklistCurrentPlaylist(_this3.masterPlaylistLoader_.error);
+ this.mainPlaylistLoader_.on('error', () => {
+ const error = this.mainPlaylistLoader_.error;
+ this.excludePlaylist({
+ playlistToExclude: error.playlist,
+ error
+ });
});
- this.masterPlaylistLoader_.on('mediachanging', function () {
- _this3.mainSegmentLoader_.abort();
-
- _this3.mainSegmentLoader_.pause();
+ this.mainPlaylistLoader_.on('mediachanging', () => {
+ this.mainSegmentLoader_.abort();
+ this.mainSegmentLoader_.pause();
});
- this.masterPlaylistLoader_.on('mediachange', function () {
- var media = _this3.masterPlaylistLoader_.media();
-
- var requestTimeout = media.targetDuration * 1.5 * 1000; // If we don't have any more available playlists, we don't want to
+ this.mainPlaylistLoader_.on('mediachange', () => {
+ const media = this.mainPlaylistLoader_.media();
+ const requestTimeout = media.targetDuration * 1.5 * 1000; // If we don't have any more available playlists, we don't want to
// timeout the request.
- if (isLowestEnabledRendition(_this3.masterPlaylistLoader_.master, _this3.masterPlaylistLoader_.media())) {
- _this3.requestOptions_.timeout = 0;
+ if (isLowestEnabledRendition(this.mainPlaylistLoader_.main, this.mainPlaylistLoader_.media())) {
+ this.requestOptions_.timeout = 0;
} else {
- _this3.requestOptions_.timeout = requestTimeout;
+ this.requestOptions_.timeout = requestTimeout;
+ }
+ if (this.sourceType_ === 'dash') {
+ // we don't want to re-request the same hls playlist right after it was changed
+ this.mainPlaylistLoader_.load();
} // TODO: Create a new event on the PlaylistLoader that signals
// that the segments have changed in some way and use that to
// update the SegmentLoader instead of doing it twice here and
// on `loadedplaylist`
-
- _this3.mainSegmentLoader_.playlist(media, _this3.requestOptions_);
-
- _this3.mainSegmentLoader_.load();
-
- _this3.tech_.trigger({
+ this.mainSegmentLoader_.pause();
+ this.mainSegmentLoader_.playlist(media, this.requestOptions_);
+ if (this.waitingForFastQualityPlaylistReceived_) {
+ this.runFastQualitySwitch_();
+ } else {
+ this.mainSegmentLoader_.load();
+ }
+ this.tech_.trigger({
type: 'mediachange',
bubbles: true
});
});
- this.masterPlaylistLoader_.on('playlistunchanged', function () {
- var updatedPlaylist = _this3.masterPlaylistLoader_.media(); // ignore unchanged playlists that have already been
+ this.mainPlaylistLoader_.on('playlistunchanged', () => {
+ const updatedPlaylist = this.mainPlaylistLoader_.media(); // ignore unchanged playlists that have already been
// excluded for not-changing. We likely just have a really slowly updating
// playlist.
-
if (updatedPlaylist.lastExcludeReason_ === 'playlist-unchanged') {
return;
}
-
- var playlistOutdated = _this3.stuckAtPlaylistEnd_(updatedPlaylist);
-
+ const playlistOutdated = this.stuckAtPlaylistEnd_(updatedPlaylist);
if (playlistOutdated) {
// Playlist has stopped updating and we're stuck at its end. Try to
- // blacklist it and switch to another playlist in the hope that that
+ // exclude it and switch to another playlist in the hope that that
// one is updating (and give the player a chance to re-adjust to the
// safe live point).
- _this3.blacklistCurrentPlaylist({
- message: 'Playlist no longer updating.',
- reason: 'playlist-unchanged'
+ this.excludePlaylist({
+ error: {
+ message: 'Playlist no longer updating.',
+ reason: 'playlist-unchanged'
+ }
}); // useful for monitoring QoS
-
- _this3.tech_.trigger('playliststuck');
+ this.tech_.trigger('playliststuck');
}
});
- this.masterPlaylistLoader_.on('renditiondisabled', function () {
- _this3.tech_.trigger({
+ this.mainPlaylistLoader_.on('renditiondisabled', () => {
+ this.tech_.trigger({
type: 'usage',
name: 'vhs-rendition-disabled'
});
-
- _this3.tech_.trigger({
- type: 'usage',
- name: 'hls-rendition-disabled'
- });
});
- this.masterPlaylistLoader_.on('renditionenabled', function () {
- _this3.tech_.trigger({
+ this.mainPlaylistLoader_.on('renditionenabled', () => {
+ this.tech_.trigger({
type: 'usage',
name: 'vhs-rendition-enabled'
});
-
- _this3.tech_.trigger({
- type: 'usage',
- name: 'hls-rendition-enabled'
+ });
+ const playlistLoaderEvents = ['manifestrequeststart', 'manifestrequestcomplete', 'manifestparsestart', 'manifestparsecomplete', 'playlistrequeststart', 'playlistrequestcomplete', 'playlistparsestart', 'playlistparsecomplete', 'renditiondisabled', 'renditionenabled'];
+ playlistLoaderEvents.forEach(eventName => {
+ this.mainPlaylistLoader_.on(eventName, metadata => {
+ // trigger directly on the player to ensure early events are fired.
+ this.player_.trigger(_extends$1({}, metadata));
});
});
}
@@ -63123,9 +63801,8 @@
*
* @private
*/
- ;
- _proto.handleUpdatedMediaPlaylist = function handleUpdatedMediaPlaylist(updatedPlaylist) {
+ handleUpdatedMediaPlaylist(updatedPlaylist) {
if (this.useCueTags_) {
this.updateAdCues_(updatedPlaylist);
} // TODO: Create a new event on the PlaylistLoader that signals
@@ -63133,15 +63810,17 @@
// update the SegmentLoader instead of doing it twice here and
// on `mediachange`
-
+ this.mainSegmentLoader_.pause();
this.mainSegmentLoader_.playlist(updatedPlaylist, this.requestOptions_);
+ if (this.waitingForFastQualityPlaylistReceived_) {
+ this.runFastQualitySwitch_();
+ }
this.updateDuration(!updatedPlaylist.endList); // If the player isn't paused, ensure that the segment loader is running,
// as it is possible that it was temporarily stopped while waiting for
// a playlist (e.g., in case the playlist errored and we re-requested it).
if (!this.tech_.paused()) {
this.mainSegmentLoader_.load();
-
if (this.audioSegmentLoader_) {
this.audioSegmentLoader_.load();
}
@@ -63152,94 +63831,65 @@
*
* @private
*/
- ;
-
- _proto.triggerPresenceUsage_ = function triggerPresenceUsage_(master, media) {
- var mediaGroups = master.mediaGroups || {};
- var defaultDemuxed = true;
- var audioGroupKeys = Object.keys(mediaGroups.AUDIO);
-
- for (var mediaGroup in mediaGroups.AUDIO) {
- for (var label in mediaGroups.AUDIO[mediaGroup]) {
- var properties = mediaGroups.AUDIO[mediaGroup][label];
+ triggerPresenceUsage_(main, media) {
+ const mediaGroups = main.mediaGroups || {};
+ let defaultDemuxed = true;
+ const audioGroupKeys = Object.keys(mediaGroups.AUDIO);
+ for (const mediaGroup in mediaGroups.AUDIO) {
+ for (const label in mediaGroups.AUDIO[mediaGroup]) {
+ const properties = mediaGroups.AUDIO[mediaGroup][label];
if (!properties.uri) {
defaultDemuxed = false;
}
}
}
-
if (defaultDemuxed) {
this.tech_.trigger({
type: 'usage',
name: 'vhs-demuxed'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-demuxed'
- });
}
-
if (Object.keys(mediaGroups.SUBTITLES).length) {
this.tech_.trigger({
type: 'usage',
name: 'vhs-webvtt'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-webvtt'
- });
}
-
if (Vhs$1.Playlist.isAes(media)) {
this.tech_.trigger({
type: 'usage',
name: 'vhs-aes'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-aes'
- });
}
-
if (audioGroupKeys.length && Object.keys(mediaGroups.AUDIO[audioGroupKeys[0]]).length > 1) {
this.tech_.trigger({
type: 'usage',
name: 'vhs-alternate-audio'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-alternate-audio'
- });
}
-
if (this.useCueTags_) {
this.tech_.trigger({
type: 'usage',
name: 'vhs-playlist-cue-tags'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-playlist-cue-tags'
- });
}
- };
-
- _proto.shouldSwitchToMedia_ = function shouldSwitchToMedia_(nextPlaylist) {
- var currentPlaylist = this.masterPlaylistLoader_.media() || this.masterPlaylistLoader_.pendingMedia_;
- var currentTime = this.tech_.currentTime();
- var bufferLowWaterLine = this.bufferLowWaterLine();
- var bufferHighWaterLine = this.bufferHighWaterLine();
- var buffered = this.tech_.buffered();
+ }
+ shouldSwitchToMedia_(nextPlaylist) {
+ const currentPlaylist = this.mainPlaylistLoader_.media() || this.mainPlaylistLoader_.pendingMedia_;
+ const currentTime = this.tech_.currentTime();
+ const bufferLowWaterLine = this.bufferLowWaterLine();
+ const bufferHighWaterLine = this.bufferHighWaterLine();
+ const buffered = this.tech_.buffered();
return shouldSwitchToMedia({
- buffered: buffered,
- currentTime: currentTime,
- currentPlaylist: currentPlaylist,
- nextPlaylist: nextPlaylist,
- bufferLowWaterLine: bufferLowWaterLine,
- bufferHighWaterLine: bufferHighWaterLine,
+ buffered,
+ currentTime,
+ currentPlaylist,
+ nextPlaylist,
+ bufferLowWaterLine,
+ bufferHighWaterLine,
duration: this.duration(),
- experimentalBufferBasedABR: this.experimentalBufferBasedABR,
+ bufferBasedABR: this.bufferBasedABR,
log: this.logger_
});
}
@@ -63249,164 +63899,138 @@
*
* @private
*/
- ;
- _proto.setupSegmentLoaderListeners_ = function setupSegmentLoaderListeners_() {
- var _this4 = this;
+ setupSegmentLoaderListeners_() {
+ this.mainSegmentLoader_.on('bandwidthupdate', () => {
+ // Whether or not buffer based ABR or another ABR is used, on a bandwidth change it's
+ // useful to check to see if a rendition switch should be made.
+ this.checkABR_('bandwidthupdate');
+ this.tech_.trigger('bandwidthupdate');
+ });
+ this.mainSegmentLoader_.on('timeout', () => {
+ if (this.bufferBasedABR) {
+ // If a rendition change is needed, then it would've be done on `bandwidthupdate`.
+ // Here the only consideration is that for buffer based ABR there's no guarantee
+ // of an immediate switch (since the bandwidth is averaged with a timeout
+ // bandwidth value of 1), so force a load on the segment loader to keep it going.
+ this.mainSegmentLoader_.load();
+ }
+ }); // `progress` events are not reliable enough of a bandwidth measure to trigger buffer
+ // based ABR.
- if (!this.experimentalBufferBasedABR) {
- this.mainSegmentLoader_.on('bandwidthupdate', function () {
- var nextPlaylist = _this4.selectPlaylist();
-
- if (_this4.shouldSwitchToMedia_(nextPlaylist)) {
- _this4.switchMedia_(nextPlaylist, 'bandwidthupdate');
- }
-
- _this4.tech_.trigger('bandwidthupdate');
- });
- this.mainSegmentLoader_.on('progress', function () {
- _this4.trigger('progress');
+ if (!this.bufferBasedABR) {
+ this.mainSegmentLoader_.on('progress', () => {
+ this.trigger('progress');
});
}
-
- this.mainSegmentLoader_.on('error', function () {
- _this4.blacklistCurrentPlaylist(_this4.mainSegmentLoader_.error());
+ this.mainSegmentLoader_.on('error', () => {
+ const error = this.mainSegmentLoader_.error();
+ this.excludePlaylist({
+ playlistToExclude: error.playlist,
+ error
+ });
});
- this.mainSegmentLoader_.on('appenderror', function () {
- _this4.error = _this4.mainSegmentLoader_.error_;
-
- _this4.trigger('error');
+ this.mainSegmentLoader_.on('appenderror', () => {
+ this.error = this.mainSegmentLoader_.error_;
+ this.trigger('error');
});
- this.mainSegmentLoader_.on('syncinfoupdate', function () {
- _this4.onSyncInfoUpdate_();
+ this.mainSegmentLoader_.on('syncinfoupdate', () => {
+ this.onSyncInfoUpdate_();
});
- this.mainSegmentLoader_.on('timestampoffset', function () {
- _this4.tech_.trigger({
+ this.mainSegmentLoader_.on('timestampoffset', () => {
+ this.tech_.trigger({
type: 'usage',
name: 'vhs-timestamp-offset'
});
-
- _this4.tech_.trigger({
- type: 'usage',
- name: 'hls-timestamp-offset'
- });
});
- this.audioSegmentLoader_.on('syncinfoupdate', function () {
- _this4.onSyncInfoUpdate_();
+ this.audioSegmentLoader_.on('syncinfoupdate', () => {
+ this.onSyncInfoUpdate_();
});
- this.audioSegmentLoader_.on('appenderror', function () {
- _this4.error = _this4.audioSegmentLoader_.error_;
-
- _this4.trigger('error');
+ this.audioSegmentLoader_.on('appenderror', () => {
+ this.error = this.audioSegmentLoader_.error_;
+ this.trigger('error');
});
- this.mainSegmentLoader_.on('ended', function () {
- _this4.logger_('main segment loader ended');
-
- _this4.onEndOfStream();
+ this.mainSegmentLoader_.on('ended', () => {
+ this.logger_('main segment loader ended');
+ this.onEndOfStream();
});
- this.mainSegmentLoader_.on('earlyabort', function (event) {
+ this.mainSegmentLoader_.on('earlyabort', event => {
// never try to early abort with the new ABR algorithm
- if (_this4.experimentalBufferBasedABR) {
+ if (this.bufferBasedABR) {
return;
}
-
- _this4.delegateLoaders_('all', ['abort']);
-
- _this4.blacklistCurrentPlaylist({
- message: 'Aborted early because there isn\'t enough bandwidth to complete the ' + 'request without rebuffering.'
- }, ABORT_EARLY_BLACKLIST_SECONDS);
+ this.delegateLoaders_('all', ['abort']);
+ this.excludePlaylist({
+ error: {
+ message: 'Aborted early because there isn\'t enough bandwidth to complete ' + 'the request without rebuffering.'
+ },
+ playlistExclusionDuration: ABORT_EARLY_EXCLUSION_SECONDS
+ });
});
-
- var updateCodecs = function updateCodecs() {
- if (!_this4.sourceUpdater_.hasCreatedSourceBuffers()) {
- return _this4.tryToCreateSourceBuffers_();
+ const updateCodecs = () => {
+ if (!this.sourceUpdater_.hasCreatedSourceBuffers()) {
+ return this.tryToCreateSourceBuffers_();
}
-
- var codecs = _this4.getCodecsOrExclude_(); // no codecs means that the playlist was excluded
-
+ const codecs = this.getCodecsOrExclude_(); // no codecs means that the playlist was excluded
if (!codecs) {
return;
}
-
- _this4.sourceUpdater_.addOrChangeSourceBuffers(codecs);
+ this.sourceUpdater_.addOrChangeSourceBuffers(codecs);
};
-
this.mainSegmentLoader_.on('trackinfo', updateCodecs);
this.audioSegmentLoader_.on('trackinfo', updateCodecs);
- this.mainSegmentLoader_.on('fmp4', function () {
- if (!_this4.triggeredFmp4Usage) {
- _this4.tech_.trigger({
+ this.mainSegmentLoader_.on('fmp4', () => {
+ if (!this.triggeredFmp4Usage) {
+ this.tech_.trigger({
type: 'usage',
name: 'vhs-fmp4'
});
-
- _this4.tech_.trigger({
- type: 'usage',
- name: 'hls-fmp4'
- });
-
- _this4.triggeredFmp4Usage = true;
+ this.triggeredFmp4Usage = true;
}
});
- this.audioSegmentLoader_.on('fmp4', function () {
- if (!_this4.triggeredFmp4Usage) {
- _this4.tech_.trigger({
+ this.audioSegmentLoader_.on('fmp4', () => {
+ if (!this.triggeredFmp4Usage) {
+ this.tech_.trigger({
type: 'usage',
name: 'vhs-fmp4'
});
-
- _this4.tech_.trigger({
- type: 'usage',
- name: 'hls-fmp4'
- });
-
- _this4.triggeredFmp4Usage = true;
+ this.triggeredFmp4Usage = true;
}
});
- this.audioSegmentLoader_.on('ended', function () {
- _this4.logger_('audioSegmentLoader ended');
-
- _this4.onEndOfStream();
+ this.audioSegmentLoader_.on('ended', () => {
+ this.logger_('audioSegmentLoader ended');
+ this.onEndOfStream();
});
- };
-
- _proto.mediaSecondsLoaded_ = function mediaSecondsLoaded_() {
+ const segmentLoaderEvents = ['segmentselected', 'segmentloadstart', 'segmentloaded', 'segmentkeyloadstart', 'segmentkeyloadcomplete', 'segmentdecryptionstart', 'segmentdecryptioncomplete', 'segmenttransmuxingstart', 'segmenttransmuxingcomplete', 'segmenttransmuxingtrackinfoavailable', 'segmenttransmuxingtiminginfoavailable', 'segmentappendstart', 'appendsdone', 'bandwidthupdated', 'timelinechange', 'codecschange'];
+ segmentLoaderEvents.forEach(eventName => {
+ this.mainSegmentLoader_.on(eventName, metadata => {
+ this.player_.trigger(_extends$1({}, metadata));
+ });
+ this.audioSegmentLoader_.on(eventName, metadata => {
+ this.player_.trigger(_extends$1({}, metadata));
+ });
+ this.subtitleSegmentLoader_.on(eventName, metadata => {
+ this.player_.trigger(_extends$1({}, metadata));
+ });
+ });
+ }
+ mediaSecondsLoaded_() {
return Math.max(this.audioSegmentLoader_.mediaSecondsLoaded + this.mainSegmentLoader_.mediaSecondsLoaded);
}
/**
* Call load on our SegmentLoaders
*/
- ;
- _proto.load = function load() {
+ load() {
this.mainSegmentLoader_.load();
-
if (this.mediaTypes_.AUDIO.activePlaylistLoader) {
this.audioSegmentLoader_.load();
}
-
if (this.mediaTypes_.SUBTITLES.activePlaylistLoader) {
this.subtitleSegmentLoader_.load();
}
}
- /**
- * Re-tune playback quality level for the current player
- * conditions without performing destructive actions, like
- * removing already buffered content
- *
- * @private
- * @deprecated
- */
- ;
-
- _proto.smoothQualityChange_ = function smoothQualityChange_(media) {
- if (media === void 0) {
- media = this.selectPlaylist();
- }
-
- this.fastQualityChange_(media);
- }
/**
* Re-tune playback quality level for the current player
* conditions. This method will perform destructive actions like removing
@@ -63415,56 +64039,40 @@
*
* @private
*/
- ;
- _proto.fastQualityChange_ = function fastQualityChange_(media) {
- var _this5 = this;
-
- if (media === void 0) {
- media = this.selectPlaylist();
- }
-
- if (media === this.masterPlaylistLoader_.media()) {
+ fastQualityChange_(media = this.selectPlaylist()) {
+ if (media && media === this.mainPlaylistLoader_.media()) {
this.logger_('skipping fastQualityChange because new media is same as old');
return;
}
+ this.switchMedia_(media, 'fast-quality'); // we would like to avoid race condition when we call fastQuality,
+ // reset everything and start loading segments from prev segments instead of new because new playlist is not received yet
- this.switchMedia_(media, 'fast-quality'); // Delete all buffered data to allow an immediate quality switch, then seek to give
- // the browser a kick to remove any cached frames from the previous rendtion (.04 seconds
- // ahead is roughly the minimum that will accomplish this across a variety of content
- // in IE and Edge, but seeking in place is sufficient on all other browsers)
- // Edge/IE bug: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14600375/
- // Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=651904
+ this.waitingForFastQualityPlaylistReceived_ = true;
+ }
+ runFastQualitySwitch_() {
+ this.waitingForFastQualityPlaylistReceived_ = false; // Delete all buffered data to allow an immediate quality switch.
- this.mainSegmentLoader_.resetEverything(function () {
- // Since this is not a typical seek, we avoid the seekTo method which can cause segments
- // from the previously enabled rendition to load before the new playlist has finished loading
- if (videojs.browser.IE_VERSION || videojs.browser.IS_EDGE) {
- _this5.tech_.setCurrentTime(_this5.tech_.currentTime() + 0.04);
- } else {
- _this5.tech_.setCurrentTime(_this5.tech_.currentTime());
- }
+ this.mainSegmentLoader_.pause();
+ this.mainSegmentLoader_.resetEverything(() => {
+ this.mainSegmentLoader_.load();
}); // don't need to reset audio as it is reset when media changes
}
/**
* Begin playback.
*/
- ;
- _proto.play = function play() {
+ play() {
if (this.setupFirstPlay()) {
return;
}
-
if (this.tech_.ended()) {
this.tech_.setCurrentTime(0);
}
-
if (this.hasPlayed_) {
this.load();
}
-
- var seekable = this.tech_.seekable(); // if the viewer has paused and we fell out of the live window,
+ const seekable = this.tech_.seekable(); // if the viewer has paused and we fell out of the live window,
// seek forward to the live point
if (this.tech_.duration() === Infinity) {
@@ -63477,12 +64085,9 @@
* Seek to the latest media position if this is a live video and the
* player and video are loaded and initialized.
*/
- ;
- _proto.setupFirstPlay = function setupFirstPlay() {
- var _this6 = this;
-
- var media = this.masterPlaylistLoader_.media(); // Check that everything is ready to begin buffering for the first call to play
+ setupFirstPlay() {
+ const media = this.mainPlaylistLoader_.media(); // Check that everything is ready to begin buffering for the first call to play
// If 1) there is no active media
// 2) the player is paused
// 3) the first play has already been setup
@@ -63490,37 +64095,30 @@
if (!media || this.tech_.paused() || this.hasPlayed_) {
return false;
- } // when the video is a live stream
-
-
- if (!media.endList) {
- var seekable = this.seekable();
+ } // when the video is a live stream and/or has a start time
+ if (!media.endList || media.start) {
+ const seekable = this.seekable();
if (!seekable.length) {
- // without a seekable range, the player cannot seek to begin buffering at the live
- // point
+ // without a seekable range, the player cannot seek to begin buffering at the
+ // live or start point
return false;
}
-
- if (videojs.browser.IE_VERSION && this.tech_.readyState() === 0) {
- // IE11 throws an InvalidStateError if you try to set currentTime while the
- // readyState is 0, so it must be delayed until the tech fires loadedmetadata.
- this.tech_.one('loadedmetadata', function () {
- _this6.trigger('firstplay');
-
- _this6.tech_.setCurrentTime(seekable.end(0));
-
- _this6.hasPlayed_ = true;
- });
- return false;
+ const seekableEnd = seekable.end(0);
+ let startPoint = seekableEnd;
+ if (media.start) {
+ const offset = media.start.timeOffset;
+ if (offset < 0) {
+ startPoint = Math.max(seekableEnd + offset, seekable.start(0));
+ } else {
+ startPoint = Math.min(seekableEnd, offset);
+ }
} // trigger firstplay to inform the source handler to ignore the next seek event
-
this.trigger('firstplay'); // seek to the live point
- this.tech_.setCurrentTime(seekable.end(0));
+ this.tech_.setCurrentTime(startPoint);
}
-
this.hasPlayed_ = true; // we can begin loading now that everything is ready
this.load();
@@ -63531,9 +64129,8 @@
*
* @private
*/
- ;
- _proto.handleSourceOpen_ = function handleSourceOpen_() {
+ handleSourceOpen_() {
// Only attempt to create the source buffer if none already exist.
// handleSourceOpen is also called when we are "re-opening" a source buffer
// after `endOfStream` has been called (in response to a seek for instance)
@@ -63542,14 +64139,13 @@
// *after* the media source has opened.
if (this.tech_.autoplay()) {
- var playPromise = this.tech_.play(); // Catch/silence error when a pause interrupts a play request
+ const playPromise = this.tech_.play(); // Catch/silence error when a pause interrupts a play request
// on browsers which return a promise
if (typeof playPromise !== 'undefined' && typeof playPromise.then === 'function') {
- playPromise.then(null, function (e) {});
+ playPromise.then(null, e => {});
}
}
-
this.trigger('sourceopen');
}
/**
@@ -63557,20 +64153,16 @@
*
* @private
*/
- ;
- _proto.handleSourceEnded_ = function handleSourceEnded_() {
+ handleSourceEnded_() {
if (!this.inbandTextTracks_.metadataTrack_) {
return;
}
-
- var cues = this.inbandTextTracks_.metadataTrack_.cues;
-
+ const cues = this.inbandTextTracks_.metadataTrack_.cues;
if (!cues || !cues.length) {
return;
}
-
- var duration = this.duration();
+ const duration = this.duration();
cues[cues.length - 1].endTime = isNaN(duration) || Math.abs(duration) === Infinity ? Number.MAX_VALUE : duration;
}
/**
@@ -63578,9 +64170,8 @@
*
* @private
*/
- ;
- _proto.handleDurationChange_ = function handleDurationChange_() {
+ handleDurationChange_() {
this.tech_.trigger('durationchange');
}
/**
@@ -63591,13 +64182,11 @@
* Stream type of the segment loader that called endOfStream
* @private
*/
- ;
-
- _proto.onEndOfStream = function onEndOfStream() {
- var isEndOfStream = this.mainSegmentLoader_.ended_;
+ onEndOfStream() {
+ let isEndOfStream = this.mainSegmentLoader_.ended_;
if (this.mediaTypes_.AUDIO.activePlaylistLoader) {
- var mainMediaInfo = this.mainSegmentLoader_.getCurrentMediaInfo_(); // if the audio playlist loader exists, then alternate audio is active
+ const mainMediaInfo = this.mainSegmentLoader_.getCurrentMediaInfo_(); // if the audio playlist loader exists, then alternate audio is active
if (!mainMediaInfo || mainMediaInfo.hasVideo) {
// if we do not know if the main segment loader contains video yet or if we
@@ -63609,11 +64198,9 @@
isEndOfStream = this.audioSegmentLoader_.ended_;
}
}
-
if (!isEndOfStream) {
return;
}
-
this.stopABRTimer_();
this.sourceUpdater_.endOfStream();
}
@@ -63623,108 +64210,107 @@
* @param {Object} playlist the media playlist object
* @return {boolean} whether the playlist has stopped being updated or not
*/
- ;
-
- _proto.stuckAtPlaylistEnd_ = function stuckAtPlaylistEnd_(playlist) {
- var seekable = this.seekable();
+ stuckAtPlaylistEnd_(playlist) {
+ const seekable = this.seekable();
if (!seekable.length) {
// playlist doesn't have enough information to determine whether we are stuck
return false;
}
-
- var expired = this.syncController_.getExpiredTime(playlist, this.duration());
-
+ const expired = this.syncController_.getExpiredTime(playlist, this.duration());
if (expired === null) {
return false;
} // does not use the safe live end to calculate playlist end, since we
// don't want to say we are stuck while there is still content
-
- var absolutePlaylistEnd = Vhs$1.Playlist.playlistEnd(playlist, expired);
- var currentTime = this.tech_.currentTime();
- var buffered = this.tech_.buffered();
-
+ const absolutePlaylistEnd = Vhs$1.Playlist.playlistEnd(playlist, expired);
+ const currentTime = this.tech_.currentTime();
+ const buffered = this.tech_.buffered();
if (!buffered.length) {
// return true if the playhead reached the absolute end of the playlist
return absolutePlaylistEnd - currentTime <= SAFE_TIME_DELTA;
}
-
- var bufferedEnd = buffered.end(buffered.length - 1); // return true if there is too little buffer left and buffer has reached absolute
+ const bufferedEnd = buffered.end(buffered.length - 1); // return true if there is too little buffer left and buffer has reached absolute
// end of playlist
return bufferedEnd - currentTime <= SAFE_TIME_DELTA && absolutePlaylistEnd - bufferedEnd <= SAFE_TIME_DELTA;
}
/**
- * Blacklists a playlist when an error occurs for a set amount of time
- * making it unavailable for selection by the rendition selection algorithm
- * and then forces a new playlist (rendition) selection.
+ * Exclude a playlist for a set amount of time, making it unavailable for selection by
+ * the rendition selection algorithm, then force a new playlist (rendition) selection.
*
- * @param {Object=} error an optional error that may include the playlist
- * to blacklist
- * @param {number=} blacklistDuration an optional number of seconds to blacklist the
- * playlist
+ * @param {Object=} playlistToExclude
+ * the playlist to exclude, defaults to the currently selected playlist
+ * @param {Object=} error
+ * an optional error
+ * @param {number=} playlistExclusionDuration
+ * an optional number of seconds to exclude the playlist
*/
- ;
- _proto.blacklistCurrentPlaylist = function blacklistCurrentPlaylist(error, blacklistDuration) {
- if (error === void 0) {
- error = {};
- } // If the `error` was generated by the playlist loader, it will contain
+ excludePlaylist({
+ playlistToExclude = this.mainPlaylistLoader_.media(),
+ error = {},
+ playlistExclusionDuration
+ }) {
+ // If the `error` was generated by the playlist loader, it will contain
// the playlist we were trying to load (but failed) and that should be
- // blacklisted instead of the currently selected playlist which is likely
+ // excluded instead of the currently selected playlist which is likely
// out-of-date in this scenario
+ playlistToExclude = playlistToExclude || this.mainPlaylistLoader_.media();
+ playlistExclusionDuration = playlistExclusionDuration || error.playlistExclusionDuration || this.playlistExclusionDuration; // If there is no current playlist, then an error occurred while we were
+ // trying to load the main OR while we were disposing of the tech
-
- var currentPlaylist = error.playlist || this.masterPlaylistLoader_.media();
- blacklistDuration = blacklistDuration || error.blacklistDuration || this.blacklistDuration; // If there is no current playlist, then an error occurred while we were
- // trying to load the master OR while we were disposing of the tech
-
- if (!currentPlaylist) {
+ if (!playlistToExclude) {
this.error = error;
-
if (this.mediaSource.readyState !== 'open') {
this.trigger('error');
} else {
this.sourceUpdater_.endOfStream('network');
}
-
return;
}
-
- currentPlaylist.playlistErrors_++;
- var playlists = this.masterPlaylistLoader_.master.playlists;
- var enabledPlaylists = playlists.filter(isEnabled);
- var isFinalRendition = enabledPlaylists.length === 1 && enabledPlaylists[0] === currentPlaylist; // Don't blacklist the only playlist unless it was blacklisted
+ playlistToExclude.playlistErrors_++;
+ const playlists = this.mainPlaylistLoader_.main.playlists;
+ const enabledPlaylists = playlists.filter(isEnabled);
+ const isFinalRendition = enabledPlaylists.length === 1 && enabledPlaylists[0] === playlistToExclude; // Don't exclude the only playlist unless it was excluded
// forever
- if (playlists.length === 1 && blacklistDuration !== Infinity) {
- videojs.log.warn("Problem encountered with playlist " + currentPlaylist.id + ". " + 'Trying again since it is the only playlist.');
+ if (playlists.length === 1 && playlistExclusionDuration !== Infinity) {
+ videojs.log.warn(`Problem encountered with playlist ${playlistToExclude.id}. ` + 'Trying again since it is the only playlist.');
this.tech_.trigger('retryplaylist'); // if this is a final rendition, we should delay
- return this.masterPlaylistLoader_.load(isFinalRendition);
+ return this.mainPlaylistLoader_.load(isFinalRendition);
}
-
if (isFinalRendition) {
- // Since we're on the final non-blacklisted playlist, and we're about to blacklist
+ // If we're content steering, try other pathways.
+ if (this.main().contentSteering) {
+ const pathway = this.pathwayAttribute_(playlistToExclude); // Ignore at least 1 steering manifest refresh.
+
+ const reIncludeDelay = this.contentSteeringController_.steeringManifest.ttl * 1000;
+ this.contentSteeringController_.excludePathway(pathway);
+ this.excludeThenChangePathway_();
+ setTimeout(() => {
+ this.contentSteeringController_.addAvailablePathway(pathway);
+ }, reIncludeDelay);
+ return;
+ } // Since we're on the final non-excluded playlist, and we're about to exclude
// it, instead of erring the player or retrying this playlist, clear out the current
- // blacklist. This allows other playlists to be attempted in case any have been
+ // exclusion list. This allows other playlists to be attempted in case any have been
// fixed.
- var reincluded = false;
- playlists.forEach(function (playlist) {
- // skip current playlist which is about to be blacklisted
- if (playlist === currentPlaylist) {
+
+ let reincluded = false;
+ playlists.forEach(playlist => {
+ // skip current playlist which is about to be excluded
+ if (playlist === playlistToExclude) {
return;
}
-
- var excludeUntil = playlist.excludeUntil; // a playlist cannot be reincluded if it wasn't excluded to begin with.
+ const excludeUntil = playlist.excludeUntil; // a playlist cannot be reincluded if it wasn't excluded to begin with.
if (typeof excludeUntil !== 'undefined' && excludeUntil !== Infinity) {
reincluded = true;
delete playlist.excludeUntil;
}
});
-
if (reincluded) {
videojs.log.warn('Removing other playlists from the exclusion list because the last ' + 'rendition is about to be excluded.'); // Technically we are retrying a playlist, in that we are simply retrying a previous
// playlist. This is needed for users relying on the retryplaylist event to catch a
@@ -63732,70 +64318,55 @@
this.tech_.trigger('retryplaylist');
}
- } // Blacklist this playlist
+ } // Exclude this playlist
-
- var excludeUntil;
-
- if (currentPlaylist.playlistErrors_ > this.maxPlaylistRetries) {
+ let excludeUntil;
+ if (playlistToExclude.playlistErrors_ > this.maxPlaylistRetries) {
excludeUntil = Infinity;
} else {
- excludeUntil = Date.now() + blacklistDuration * 1000;
+ excludeUntil = Date.now() + playlistExclusionDuration * 1000;
}
-
- currentPlaylist.excludeUntil = excludeUntil;
-
+ playlistToExclude.excludeUntil = excludeUntil;
if (error.reason) {
- currentPlaylist.lastExcludeReason_ = error.reason;
+ playlistToExclude.lastExcludeReason_ = error.reason;
}
-
- this.tech_.trigger('blacklistplaylist');
+ this.tech_.trigger('excludeplaylist');
this.tech_.trigger({
type: 'usage',
- name: 'vhs-rendition-blacklisted'
- });
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-rendition-blacklisted'
- }); // TODO: should we select a new playlist if this blacklist wasn't for the currentPlaylist?
- // Would be something like media().id !=== currentPlaylist.id and we would need something
- // like `pendingMedia` in playlist loaders to check against that too. This will prevent us
- // from loading a new playlist on any blacklist.
- // Select a new playlist
-
- var nextPlaylist = this.selectPlaylist();
+ name: 'vhs-rendition-excluded'
+ }); // TODO: only load a new playlist if we're excluding the current playlist
+ // If this function was called with a playlist that's not the current active playlist
+ // (e.g., media().id !== playlistToExclude.id),
+ // then a new playlist should not be selected and loaded, as there's nothing wrong with the current playlist.
+ const nextPlaylist = this.selectPlaylist();
if (!nextPlaylist) {
this.error = 'Playback cannot continue. No available working or supported playlists.';
this.trigger('error');
return;
}
+ const logFn = error.internal ? this.logger_ : videojs.log.warn;
+ const errorMessage = error.message ? ' ' + error.message : '';
+ logFn(`${error.internal ? 'Internal problem' : 'Problem'} encountered with playlist ${playlistToExclude.id}.` + `${errorMessage} Switching to playlist ${nextPlaylist.id}.`); // if audio group changed reset audio loaders
- var logFn = error.internal ? this.logger_ : videojs.log.warn;
- var errorMessage = error.message ? ' ' + error.message : '';
- logFn((error.internal ? 'Internal problem' : 'Problem') + " encountered with playlist " + currentPlaylist.id + "." + (errorMessage + " Switching to playlist " + nextPlaylist.id + ".")); // if audio group changed reset audio loaders
-
- if (nextPlaylist.attributes.AUDIO !== currentPlaylist.attributes.AUDIO) {
+ if (nextPlaylist.attributes.AUDIO !== playlistToExclude.attributes.AUDIO) {
this.delegateLoaders_('audio', ['abort', 'pause']);
} // if subtitle group changed reset subtitle loaders
-
- if (nextPlaylist.attributes.SUBTITLES !== currentPlaylist.attributes.SUBTITLES) {
+ if (nextPlaylist.attributes.SUBTITLES !== playlistToExclude.attributes.SUBTITLES) {
this.delegateLoaders_('subtitle', ['abort', 'pause']);
}
-
this.delegateLoaders_('main', ['abort', 'pause']);
- var delayDuration = nextPlaylist.targetDuration / 2 * 1000 || 5 * 1000;
- var shouldDelay = typeof nextPlaylist.lastRequest === 'number' && Date.now() - nextPlaylist.lastRequest <= delayDuration; // delay if it's a final rendition or if the last refresh is sooner than half targetDuration
+ const delayDuration = nextPlaylist.targetDuration / 2 * 1000 || 5 * 1000;
+ const shouldDelay = typeof nextPlaylist.lastRequest === 'number' && Date.now() - nextPlaylist.lastRequest <= delayDuration; // delay if it's a final rendition or if the last refresh is sooner than half targetDuration
return this.switchMedia_(nextPlaylist, 'exclude', isFinalRendition || shouldDelay);
}
/**
* Pause all segment/playlist loaders
*/
- ;
- _proto.pauseLoading = function pauseLoading() {
+ pauseLoading() {
this.delegateLoaders_('all', ['abort', 'pause']);
this.stopABRTimer_();
}
@@ -63808,55 +64379,43 @@
* * all - run on all loaders
* * audio - run on all audio loaders
* * subtitle - run on all subtitle loaders
- * * main - run on the main/master loaders
+ * * main - run on the main loaders
*
* @param {Array|string} fnNames
* A string or array of function names to call.
*/
- ;
-
- _proto.delegateLoaders_ = function delegateLoaders_(filter, fnNames) {
- var _this7 = this;
-
- var loaders = [];
- var dontFilterPlaylist = filter === 'all';
+ delegateLoaders_(filter, fnNames) {
+ const loaders = [];
+ const dontFilterPlaylist = filter === 'all';
if (dontFilterPlaylist || filter === 'main') {
- loaders.push(this.masterPlaylistLoader_);
+ loaders.push(this.mainPlaylistLoader_);
}
-
- var mediaTypes = [];
-
+ const mediaTypes = [];
if (dontFilterPlaylist || filter === 'audio') {
mediaTypes.push('AUDIO');
}
-
if (dontFilterPlaylist || filter === 'subtitle') {
mediaTypes.push('CLOSED-CAPTIONS');
mediaTypes.push('SUBTITLES');
}
-
- mediaTypes.forEach(function (mediaType) {
- var loader = _this7.mediaTypes_[mediaType] && _this7.mediaTypes_[mediaType].activePlaylistLoader;
-
+ mediaTypes.forEach(mediaType => {
+ const loader = this.mediaTypes_[mediaType] && this.mediaTypes_[mediaType].activePlaylistLoader;
if (loader) {
loaders.push(loader);
}
});
- ['main', 'audio', 'subtitle'].forEach(function (name) {
- var loader = _this7[name + "SegmentLoader_"];
-
+ ['main', 'audio', 'subtitle'].forEach(name => {
+ const loader = this[`${name}SegmentLoader_`];
if (loader && (filter === name || filter === 'all')) {
loaders.push(loader);
}
});
- loaders.forEach(function (loader) {
- return fnNames.forEach(function (fnName) {
- if (typeof loader[fnName] === 'function') {
- loader[fnName]();
- }
- });
- });
+ loaders.forEach(loader => fnNames.forEach(fnName => {
+ if (typeof loader[fnName] === 'function') {
+ loader[fnName]();
+ }
+ }));
}
/**
* set the current time on all segment loaders
@@ -63864,43 +64423,35 @@
* @param {TimeRange} currentTime the current time to set
* @return {TimeRange} the current time
*/
- ;
- _proto.setCurrentTime = function setCurrentTime(currentTime) {
- var buffered = findRange(this.tech_.buffered(), currentTime);
-
- if (!(this.masterPlaylistLoader_ && this.masterPlaylistLoader_.media())) {
+ setCurrentTime(currentTime) {
+ const buffered = findRange(this.tech_.buffered(), currentTime);
+ if (!(this.mainPlaylistLoader_ && this.mainPlaylistLoader_.media())) {
// return immediately if the metadata is not ready yet
return 0;
} // it's clearly an edge-case but don't thrown an error if asked to
// seek within an empty playlist
-
- if (!this.masterPlaylistLoader_.media().segments) {
+ if (!this.mainPlaylistLoader_.media().segments) {
return 0;
} // if the seek location is already buffered, continue buffering as usual
-
if (buffered && buffered.length) {
return currentTime;
} // cancel outstanding requests so we begin buffering at the new
// location
-
+ this.mainSegmentLoader_.pause();
this.mainSegmentLoader_.resetEverything();
- this.mainSegmentLoader_.abort();
-
if (this.mediaTypes_.AUDIO.activePlaylistLoader) {
+ this.audioSegmentLoader_.pause();
this.audioSegmentLoader_.resetEverything();
- this.audioSegmentLoader_.abort();
}
-
if (this.mediaTypes_.SUBTITLES.activePlaylistLoader) {
+ this.subtitleSegmentLoader_.pause();
this.subtitleSegmentLoader_.resetEverything();
- this.subtitleSegmentLoader_.abort();
} // start segment loader loading in case they are paused
-
this.load();
}
/**
@@ -63908,15 +64459,12 @@
*
* @return {TimeRange} the duration
*/
- ;
- _proto.duration = function duration() {
- if (!this.masterPlaylistLoader_) {
+ duration() {
+ if (!this.mainPlaylistLoader_) {
return 0;
}
-
- var media = this.masterPlaylistLoader_.media();
-
+ const media = this.mainPlaylistLoader_.media();
if (!media) {
// no playlists loaded yet, so can't determine a duration
return 0;
@@ -63931,17 +64479,14 @@
// Until a time when the duration of the media source can be set to infinity, and a
// seekable range specified across browsers, just return Infinity.
-
if (!media.endList) {
return Infinity;
} // Since this is a VOD video, it is safe to rely on the media source's duration (if
// available). If it's not available, fall back to a playlist-calculated estimate.
-
if (this.mediaSource) {
return this.mediaSource.duration;
}
-
return Vhs$1.Playlist.duration(media);
}
/**
@@ -63949,14 +64494,12 @@
*
* @return {TimeRange} the seekable range
*/
- ;
- _proto.seekable = function seekable() {
+ seekable() {
return this.seekable_;
- };
-
- _proto.onSyncInfoUpdate_ = function onSyncInfoUpdate_() {
- var audioSeekable; // TODO check for creation of both source buffers before updating seekable
+ }
+ onSyncInfoUpdate_() {
+ let audioSeekable; // TODO check for creation of both source buffers before updating seekable
//
// A fix was made to this function where a check for
// this.sourceUpdater_.hasCreatedSourceBuffers
@@ -63976,53 +64519,40 @@
// For now, fall back to the older behavior, with the understanding that the seekable
// range may not be completely correct, leading to a suboptimal initial live point.
- if (!this.masterPlaylistLoader_) {
+ if (!this.mainPlaylistLoader_) {
return;
}
-
- var media = this.masterPlaylistLoader_.media();
-
+ let media = this.mainPlaylistLoader_.media();
if (!media) {
return;
}
-
- var expired = this.syncController_.getExpiredTime(media, this.duration());
-
+ let expired = this.syncController_.getExpiredTime(media, this.duration());
if (expired === null) {
// not enough information to update seekable
return;
}
-
- var master = this.masterPlaylistLoader_.master;
- var mainSeekable = Vhs$1.Playlist.seekable(media, expired, Vhs$1.Playlist.liveEdgeDelay(master, media));
-
+ const main = this.mainPlaylistLoader_.main;
+ const mainSeekable = Vhs$1.Playlist.seekable(media, expired, Vhs$1.Playlist.liveEdgeDelay(main, media));
if (mainSeekable.length === 0) {
return;
}
-
if (this.mediaTypes_.AUDIO.activePlaylistLoader) {
media = this.mediaTypes_.AUDIO.activePlaylistLoader.media();
expired = this.syncController_.getExpiredTime(media, this.duration());
-
if (expired === null) {
return;
}
-
- audioSeekable = Vhs$1.Playlist.seekable(media, expired, Vhs$1.Playlist.liveEdgeDelay(master, media));
-
+ audioSeekable = Vhs$1.Playlist.seekable(media, expired, Vhs$1.Playlist.liveEdgeDelay(main, media));
if (audioSeekable.length === 0) {
return;
}
}
-
- var oldEnd;
- var oldStart;
-
+ let oldEnd;
+ let oldStart;
if (this.seekable_ && this.seekable_.length) {
oldEnd = this.seekable_.end(0);
oldStart = this.seekable_.start(0);
}
-
if (!audioSeekable) {
// seekable has been calculated based on buffering video data so it
// can be returned directly
@@ -64031,39 +64561,40 @@
// seekables are pretty far off, rely on main
this.seekable_ = mainSeekable;
} else {
- this.seekable_ = videojs.createTimeRanges([[audioSeekable.start(0) > mainSeekable.start(0) ? audioSeekable.start(0) : mainSeekable.start(0), audioSeekable.end(0) < mainSeekable.end(0) ? audioSeekable.end(0) : mainSeekable.end(0)]]);
+ this.seekable_ = createTimeRanges([[audioSeekable.start(0) > mainSeekable.start(0) ? audioSeekable.start(0) : mainSeekable.start(0), audioSeekable.end(0) < mainSeekable.end(0) ? audioSeekable.end(0) : mainSeekable.end(0)]]);
} // seekable is the same as last time
-
if (this.seekable_ && this.seekable_.length) {
if (this.seekable_.end(0) === oldEnd && this.seekable_.start(0) === oldStart) {
return;
}
}
-
- this.logger_("seekable updated [" + printableRange(this.seekable_) + "]");
+ this.logger_(`seekable updated [${printableRange(this.seekable_)}]`);
+ const metadata = {
+ seekableRanges: this.seekable_
+ };
+ this.trigger({
+ type: 'seekablerangeschanged',
+ metadata
+ });
this.tech_.trigger('seekablechanged');
}
/**
* Update the player duration
*/
- ;
- _proto.updateDuration = function updateDuration(isLive) {
+ updateDuration(isLive) {
if (this.updateDuration_) {
this.mediaSource.removeEventListener('sourceopen', this.updateDuration_);
this.updateDuration_ = null;
}
-
if (this.mediaSource.readyState !== 'open') {
this.updateDuration_ = this.updateDuration.bind(this, isLive);
this.mediaSource.addEventListener('sourceopen', this.updateDuration_);
return;
}
-
if (isLive) {
- var seekable = this.seekable();
-
+ const seekable = this.seekable();
if (!seekable.length) {
return;
} // Even in the case of a live playlist, the native MediaSource's duration should not
@@ -64090,48 +64621,39 @@
// duration for live is actually a strategy used by some players to work around the
// issue of live seekable ranges cited above.
-
if (isNaN(this.mediaSource.duration) || this.mediaSource.duration < seekable.end(seekable.length - 1)) {
this.sourceUpdater_.setDuration(seekable.end(seekable.length - 1));
}
-
return;
}
-
- var buffered = this.tech_.buffered();
- var duration = Vhs$1.Playlist.duration(this.masterPlaylistLoader_.media());
-
+ const buffered = this.tech_.buffered();
+ let duration = Vhs$1.Playlist.duration(this.mainPlaylistLoader_.media());
if (buffered.length > 0) {
duration = Math.max(duration, buffered.end(buffered.length - 1));
}
-
if (this.mediaSource.duration !== duration) {
this.sourceUpdater_.setDuration(duration);
}
}
/**
- * dispose of the MasterPlaylistController and everything
+ * dispose of the PlaylistController and everything
* that it controls
*/
- ;
-
- _proto.dispose = function dispose() {
- var _this8 = this;
+ dispose() {
this.trigger('dispose');
this.decrypter_.terminate();
- this.masterPlaylistLoader_.dispose();
+ this.mainPlaylistLoader_.dispose();
this.mainSegmentLoader_.dispose();
-
+ this.contentSteeringController_.dispose();
+ this.keyStatusMap_.clear();
if (this.loadOnPlay_) {
this.tech_.off('play', this.loadOnPlay_);
}
-
- ['AUDIO', 'SUBTITLES'].forEach(function (type) {
- var groups = _this8.mediaTypes_[type].groups;
-
- for (var id in groups) {
- groups[id].forEach(function (group) {
+ ['AUDIO', 'SUBTITLES'].forEach(type => {
+ const groups = this.mediaTypes_[type].groups;
+ for (const id in groups) {
+ groups[id].forEach(group => {
if (group.playlistLoader) {
group.playlistLoader.dispose();
}
@@ -64143,11 +64665,9 @@
this.sourceUpdater_.dispose();
this.timelineChangeController_.dispose();
this.stopABRTimer_();
-
if (this.updateDuration_) {
this.mediaSource.removeEventListener('sourceopen', this.updateDuration_);
}
-
this.mediaSource.removeEventListener('durationchange', this.handleDurationChange_); // load the media source into the player
this.mediaSource.removeEventListener('sourceopen', this.handleSourceOpen_);
@@ -64155,153 +64675,137 @@
this.off();
}
/**
- * return the master playlist object if we have one
+ * return the main playlist object if we have one
*
- * @return {Object} the master playlist object that we parsed
+ * @return {Object} the main playlist object that we parsed
*/
- ;
- _proto.master = function master() {
- return this.masterPlaylistLoader_.master;
+ main() {
+ return this.mainPlaylistLoader_.main;
}
/**
* return the currently selected playlist
*
* @return {Object} the currently selected playlist object that we parsed
*/
- ;
- _proto.media = function media() {
+ media() {
// playlist loader will not return media if it has not been fully loaded
- return this.masterPlaylistLoader_.media() || this.initialMedia_;
- };
-
- _proto.areMediaTypesKnown_ = function areMediaTypesKnown_() {
- var usingAudioLoader = !!this.mediaTypes_.AUDIO.activePlaylistLoader;
- var hasMainMediaInfo = !!this.mainSegmentLoader_.getCurrentMediaInfo_(); // if we are not using an audio loader, then we have audio media info
+ return this.mainPlaylistLoader_.media() || this.initialMedia_;
+ }
+ areMediaTypesKnown_() {
+ const usingAudioLoader = !!this.mediaTypes_.AUDIO.activePlaylistLoader;
+ const hasMainMediaInfo = !!this.mainSegmentLoader_.getCurrentMediaInfo_(); // if we are not using an audio loader, then we have audio media info
// otherwise check on the segment loader.
- var hasAudioMediaInfo = !usingAudioLoader ? true : !!this.audioSegmentLoader_.getCurrentMediaInfo_(); // one or both loaders has not loaded sufficently to get codecs
+ const hasAudioMediaInfo = !usingAudioLoader ? true : !!this.audioSegmentLoader_.getCurrentMediaInfo_(); // one or both loaders has not loaded sufficently to get codecs
if (!hasMainMediaInfo || !hasAudioMediaInfo) {
return false;
}
-
return true;
- };
+ } // find from and to for codec switch event
- _proto.getCodecsOrExclude_ = function getCodecsOrExclude_() {
- var _this9 = this;
-
- var media = {
+ getCodecsOrExclude_() {
+ const media = {
main: this.mainSegmentLoader_.getCurrentMediaInfo_() || {},
audio: this.audioSegmentLoader_.getCurrentMediaInfo_() || {}
- }; // set "main" media equal to video
+ };
+ const playlist = this.mainSegmentLoader_.getPendingSegmentPlaylist() || this.media(); // set "main" media equal to video
media.video = media.main;
- var playlistCodecs = codecsForPlaylist(this.master(), this.media());
- var codecs = {};
- var usingAudioLoader = !!this.mediaTypes_.AUDIO.activePlaylistLoader;
-
+ const playlistCodecs = codecsForPlaylist(this.main(), playlist);
+ const codecs = {};
+ const usingAudioLoader = !!this.mediaTypes_.AUDIO.activePlaylistLoader;
if (media.main.hasVideo) {
codecs.video = playlistCodecs.video || media.main.videoCodec || DEFAULT_VIDEO_CODEC;
}
-
if (media.main.isMuxed) {
- codecs.video += "," + (playlistCodecs.audio || media.main.audioCodec || DEFAULT_AUDIO_CODEC);
+ codecs.video += `,${playlistCodecs.audio || media.main.audioCodec || DEFAULT_AUDIO_CODEC}`;
}
-
if (media.main.hasAudio && !media.main.isMuxed || media.audio.hasAudio || usingAudioLoader) {
codecs.audio = playlistCodecs.audio || media.main.audioCodec || media.audio.audioCodec || DEFAULT_AUDIO_CODEC; // set audio isFmp4 so we use the correct "supports" function below
media.audio.isFmp4 = media.main.hasAudio && !media.main.isMuxed ? media.main.isFmp4 : media.audio.isFmp4;
} // no codecs, no playback.
-
if (!codecs.audio && !codecs.video) {
- this.blacklistCurrentPlaylist({
- playlist: this.media(),
- message: 'Could not determine codecs for playlist.',
- blacklistDuration: Infinity
+ this.excludePlaylist({
+ playlistToExclude: playlist,
+ error: {
+ message: 'Could not determine codecs for playlist.'
+ },
+ playlistExclusionDuration: Infinity
});
return;
} // fmp4 relies on browser support, while ts relies on muxer support
-
- var supportFunction = function supportFunction(isFmp4, codec) {
- return isFmp4 ? browserSupportsCodec(codec) : muxerSupportsCodec(codec);
- };
-
- var unsupportedCodecs = {};
- var unsupportedAudio;
+ const supportFunction = (isFmp4, codec) => isFmp4 ? browserSupportsCodec(codec) : muxerSupportsCodec(codec);
+ const unsupportedCodecs = {};
+ let unsupportedAudio;
['video', 'audio'].forEach(function (type) {
if (codecs.hasOwnProperty(type) && !supportFunction(media[type].isFmp4, codecs[type])) {
- var supporter = media[type].isFmp4 ? 'browser' : 'muxer';
+ const supporter = media[type].isFmp4 ? 'browser' : 'muxer';
unsupportedCodecs[supporter] = unsupportedCodecs[supporter] || [];
unsupportedCodecs[supporter].push(codecs[type]);
-
if (type === 'audio') {
unsupportedAudio = supporter;
}
}
});
-
- if (usingAudioLoader && unsupportedAudio && this.media().attributes.AUDIO) {
- var audioGroup = this.media().attributes.AUDIO;
- this.master().playlists.forEach(function (variant) {
- var variantAudioGroup = variant.attributes && variant.attributes.AUDIO;
-
- if (variantAudioGroup === audioGroup && variant !== _this9.media()) {
+ if (usingAudioLoader && unsupportedAudio && playlist.attributes.AUDIO) {
+ const audioGroup = playlist.attributes.AUDIO;
+ this.main().playlists.forEach(variant => {
+ const variantAudioGroup = variant.attributes && variant.attributes.AUDIO;
+ if (variantAudioGroup === audioGroup && variant !== playlist) {
variant.excludeUntil = Infinity;
}
});
- this.logger_("excluding audio group " + audioGroup + " as " + unsupportedAudio + " does not support codec(s): \"" + codecs.audio + "\"");
- } // if we have any unsupported codecs blacklist this playlist.
-
+ this.logger_(`excluding audio group ${audioGroup} as ${unsupportedAudio} does not support codec(s): "${codecs.audio}"`);
+ } // if we have any unsupported codecs exclude this playlist.
if (Object.keys(unsupportedCodecs).length) {
- var message = Object.keys(unsupportedCodecs).reduce(function (acc, supporter) {
+ const message = Object.keys(unsupportedCodecs).reduce((acc, supporter) => {
if (acc) {
acc += ', ';
}
-
- acc += supporter + " does not support codec(s): \"" + unsupportedCodecs[supporter].join(',') + "\"";
+ acc += `${supporter} does not support codec(s): "${unsupportedCodecs[supporter].join(',')}"`;
return acc;
}, '') + '.';
- this.blacklistCurrentPlaylist({
- playlist: this.media(),
- internal: true,
- message: message,
- blacklistDuration: Infinity
+ this.excludePlaylist({
+ playlistToExclude: playlist,
+ error: {
+ internal: true,
+ message
+ },
+ playlistExclusionDuration: Infinity
});
return;
} // check if codec switching is happening
-
if (this.sourceUpdater_.hasCreatedSourceBuffers() && !this.sourceUpdater_.canChangeType()) {
- var switchMessages = [];
- ['video', 'audio'].forEach(function (type) {
- var newCodec = (parseCodecs(_this9.sourceUpdater_.codecs[type] || '')[0] || {}).type;
- var oldCodec = (parseCodecs(codecs[type] || '')[0] || {}).type;
-
+ const switchMessages = [];
+ ['video', 'audio'].forEach(type => {
+ const newCodec = (parseCodecs(this.sourceUpdater_.codecs[type] || '')[0] || {}).type;
+ const oldCodec = (parseCodecs(codecs[type] || '')[0] || {}).type;
if (newCodec && oldCodec && newCodec.toLowerCase() !== oldCodec.toLowerCase()) {
- switchMessages.push("\"" + _this9.sourceUpdater_.codecs[type] + "\" -> \"" + codecs[type] + "\"");
+ switchMessages.push(`"${this.sourceUpdater_.codecs[type]}" -> "${codecs[type]}"`);
}
});
-
if (switchMessages.length) {
- this.blacklistCurrentPlaylist({
- playlist: this.media(),
- message: "Codec switching not supported: " + switchMessages.join(', ') + ".",
- blacklistDuration: Infinity,
- internal: true
+ this.excludePlaylist({
+ playlistToExclude: playlist,
+ error: {
+ message: `Codec switching not supported: ${switchMessages.join(', ')}.`,
+ internal: true
+ },
+ playlistExclusionDuration: Infinity
});
return;
}
} // TODO: when using the muxer shouldn't we just return
// the codecs that the muxer outputs?
-
return codecs;
}
/**
@@ -64309,109 +64813,92 @@
*
* @private
*/
- ;
- _proto.tryToCreateSourceBuffers_ = function tryToCreateSourceBuffers_() {
+ tryToCreateSourceBuffers_() {
// media source is not ready yet or sourceBuffers are already
// created.
if (this.mediaSource.readyState !== 'open' || this.sourceUpdater_.hasCreatedSourceBuffers()) {
return;
}
-
if (!this.areMediaTypesKnown_()) {
return;
}
-
- var codecs = this.getCodecsOrExclude_(); // no codecs means that the playlist was excluded
+ const codecs = this.getCodecsOrExclude_(); // no codecs means that the playlist was excluded
if (!codecs) {
return;
}
-
this.sourceUpdater_.createSourceBuffers(codecs);
- var codecString = [codecs.video, codecs.audio].filter(Boolean).join(',');
+ const codecString = [codecs.video, codecs.audio].filter(Boolean).join(',');
this.excludeIncompatibleVariants_(codecString);
}
/**
* Excludes playlists with codecs that are unsupported by the muxer and browser.
*/
- ;
- _proto.excludeUnsupportedVariants_ = function excludeUnsupportedVariants_() {
- var _this10 = this;
-
- var playlists = this.master().playlists;
- var ids = []; // TODO: why don't we have a property to loop through all
+ excludeUnsupportedVariants_() {
+ const playlists = this.main().playlists;
+ const ids = []; // TODO: why don't we have a property to loop through all
// playlist? Why did we ever mix indexes and keys?
- Object.keys(playlists).forEach(function (key) {
- var variant = playlists[key]; // check if we already processed this playlist.
+ Object.keys(playlists).forEach(key => {
+ const variant = playlists[key]; // check if we already processed this playlist.
if (ids.indexOf(variant.id) !== -1) {
return;
}
-
ids.push(variant.id);
- var codecs = codecsForPlaylist(_this10.master, variant);
- var unsupported = [];
-
+ const codecs = codecsForPlaylist(this.main, variant);
+ const unsupported = [];
if (codecs.audio && !muxerSupportsCodec(codecs.audio) && !browserSupportsCodec(codecs.audio)) {
- unsupported.push("audio codec " + codecs.audio);
+ unsupported.push(`audio codec ${codecs.audio}`);
}
-
if (codecs.video && !muxerSupportsCodec(codecs.video) && !browserSupportsCodec(codecs.video)) {
- unsupported.push("video codec " + codecs.video);
+ unsupported.push(`video codec ${codecs.video}`);
}
-
if (codecs.text && codecs.text === 'stpp.ttml.im1t') {
- unsupported.push("text codec " + codecs.text);
+ unsupported.push(`text codec ${codecs.text}`);
}
-
if (unsupported.length) {
variant.excludeUntil = Infinity;
-
- _this10.logger_("excluding " + variant.id + " for unsupported: " + unsupported.join(', '));
+ this.logger_(`excluding ${variant.id} for unsupported: ${unsupported.join(', ')}`);
}
});
}
/**
- * Blacklist playlists that are known to be codec or
+ * Exclude playlists that are known to be codec or
* stream-incompatible with the SourceBuffer configuration. For
* instance, Media Source Extensions would cause the video element to
* stall waiting for video data if you switched from a variant with
* video and audio to an audio-only one.
*
* @param {Object} media a media playlist compatible with the current
- * set of SourceBuffers. Variants in the current master playlist that
+ * set of SourceBuffers. Variants in the current main playlist that
* do not appear to have compatible codec or stream configurations
* will be excluded from the default playlist selection algorithm
* indefinitely.
* @private
*/
- ;
- _proto.excludeIncompatibleVariants_ = function excludeIncompatibleVariants_(codecString) {
- var _this11 = this;
-
- var ids = [];
- var playlists = this.master().playlists;
- var codecs = unwrapCodecList(parseCodecs(codecString));
- var codecCount_ = codecCount(codecs);
- var videoDetails = codecs.video && parseCodecs(codecs.video)[0] || null;
- var audioDetails = codecs.audio && parseCodecs(codecs.audio)[0] || null;
- Object.keys(playlists).forEach(function (key) {
- var variant = playlists[key]; // check if we already processed this playlist.
+ excludeIncompatibleVariants_(codecString) {
+ const ids = [];
+ const playlists = this.main().playlists;
+ const codecs = unwrapCodecList(parseCodecs(codecString));
+ const codecCount_ = codecCount(codecs);
+ const videoDetails = codecs.video && parseCodecs(codecs.video)[0] || null;
+ const audioDetails = codecs.audio && parseCodecs(codecs.audio)[0] || null;
+ Object.keys(playlists).forEach(key => {
+ const variant = playlists[key]; // check if we already processed this playlist.
// or it if it is already excluded forever.
if (ids.indexOf(variant.id) !== -1 || variant.excludeUntil === Infinity) {
return;
}
-
ids.push(variant.id);
- var blacklistReasons = []; // get codecs from the playlist for this variant
+ const exclusionReasons = []; // get codecs from the playlist for this variant
- var variantCodecs = codecsForPlaylist(_this11.masterPlaylistLoader_.master, variant);
- var variantCodecCount = codecCount(variantCodecs); // if no codecs are listed, we cannot determine that this
+ const variantCodecs = codecsForPlaylist(this.mainPlaylistLoader_.main, variant);
+ const variantCodecCount = codecCount(variantCodecs); // if no codecs are listed, we cannot determine that this
// variant is incompatible. Wait for mux.js to probe
if (!variantCodecs.audio && !variantCodecs.video) {
@@ -64420,43 +64907,35 @@
// old media source and creating a new one, but it will take some work.
// The number of streams cannot change
-
if (variantCodecCount !== codecCount_) {
- blacklistReasons.push("codec count \"" + variantCodecCount + "\" !== \"" + codecCount_ + "\"");
+ exclusionReasons.push(`codec count "${variantCodecCount}" !== "${codecCount_}"`);
} // only exclude playlists by codec change, if codecs cannot switch
// during playback.
-
- if (!_this11.sourceUpdater_.canChangeType()) {
- var variantVideoDetails = variantCodecs.video && parseCodecs(variantCodecs.video)[0] || null;
- var variantAudioDetails = variantCodecs.audio && parseCodecs(variantCodecs.audio)[0] || null; // the video codec cannot change
+ if (!this.sourceUpdater_.canChangeType()) {
+ const variantVideoDetails = variantCodecs.video && parseCodecs(variantCodecs.video)[0] || null;
+ const variantAudioDetails = variantCodecs.audio && parseCodecs(variantCodecs.audio)[0] || null; // the video codec cannot change
if (variantVideoDetails && videoDetails && variantVideoDetails.type.toLowerCase() !== videoDetails.type.toLowerCase()) {
- blacklistReasons.push("video codec \"" + variantVideoDetails.type + "\" !== \"" + videoDetails.type + "\"");
+ exclusionReasons.push(`video codec "${variantVideoDetails.type}" !== "${videoDetails.type}"`);
} // the audio codec cannot change
-
if (variantAudioDetails && audioDetails && variantAudioDetails.type.toLowerCase() !== audioDetails.type.toLowerCase()) {
- blacklistReasons.push("audio codec \"" + variantAudioDetails.type + "\" !== \"" + audioDetails.type + "\"");
+ exclusionReasons.push(`audio codec "${variantAudioDetails.type}" !== "${audioDetails.type}"`);
}
}
-
- if (blacklistReasons.length) {
+ if (exclusionReasons.length) {
variant.excludeUntil = Infinity;
-
- _this11.logger_("blacklisting " + variant.id + ": " + blacklistReasons.join(' && '));
+ this.logger_(`excluding ${variant.id}: ${exclusionReasons.join(' && ')}`);
}
});
- };
-
- _proto.updateAdCues_ = function updateAdCues_(media) {
- var offset = 0;
- var seekable = this.seekable();
-
+ }
+ updateAdCues_(media) {
+ let offset = 0;
+ const seekable = this.seekable();
if (seekable.length) {
offset = seekable.start(0);
}
-
updateAdCues(media, this.cueTagsTrack_, offset);
}
/**
@@ -64464,13 +64943,12 @@
*
* @return {number} Desired forward buffer length in seconds
*/
- ;
- _proto.goalBufferLength = function goalBufferLength() {
- var currentTime = this.tech_.currentTime();
- var initial = Config.GOAL_BUFFER_LENGTH;
- var rate = Config.GOAL_BUFFER_LENGTH_RATE;
- var max = Math.max(initial, Config.MAX_GOAL_BUFFER_LENGTH);
+ goalBufferLength() {
+ const currentTime = this.tech_.currentTime();
+ const initial = Config.GOAL_BUFFER_LENGTH;
+ const rate = Config.GOAL_BUFFER_LENGTH_RATE;
+ const max = Math.max(initial, Config.MAX_GOAL_BUFFER_LENGTH);
return Math.min(initial + currentTime * rate, max);
}
/**
@@ -64478,27 +64956,359 @@
*
* @return {number} Desired buffer low water line in seconds
*/
- ;
- _proto.bufferLowWaterLine = function bufferLowWaterLine() {
- var currentTime = this.tech_.currentTime();
- var initial = Config.BUFFER_LOW_WATER_LINE;
- var rate = Config.BUFFER_LOW_WATER_LINE_RATE;
- var max = Math.max(initial, Config.MAX_BUFFER_LOW_WATER_LINE);
- var newMax = Math.max(initial, Config.EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE);
- return Math.min(initial + currentTime * rate, this.experimentalBufferBasedABR ? newMax : max);
- };
-
- _proto.bufferHighWaterLine = function bufferHighWaterLine() {
+ bufferLowWaterLine() {
+ const currentTime = this.tech_.currentTime();
+ const initial = Config.BUFFER_LOW_WATER_LINE;
+ const rate = Config.BUFFER_LOW_WATER_LINE_RATE;
+ const max = Math.max(initial, Config.MAX_BUFFER_LOW_WATER_LINE);
+ const newMax = Math.max(initial, Config.EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE);
+ return Math.min(initial + currentTime * rate, this.bufferBasedABR ? newMax : max);
+ }
+ bufferHighWaterLine() {
return Config.BUFFER_HIGH_WATER_LINE;
- };
+ }
+ addDateRangesToTextTrack_(dateRanges) {
+ createMetadataTrackIfNotExists(this.inbandTextTracks_, 'com.apple.streaming', this.tech_);
+ addDateRangeMetadata({
+ inbandTextTracks: this.inbandTextTracks_,
+ dateRanges
+ });
+ }
+ addMetadataToTextTrack(dispatchType, metadataArray, videoDuration) {
+ const timestampOffset = this.sourceUpdater_.videoBuffer ? this.sourceUpdater_.videoTimestampOffset() : this.sourceUpdater_.audioTimestampOffset(); // There's potentially an issue where we could double add metadata if there's a muxed
+ // audio/video source with a metadata track, and an alt audio with a metadata track.
+ // However, this probably won't happen, and if it does it can be handled then.
+
+ createMetadataTrackIfNotExists(this.inbandTextTracks_, dispatchType, this.tech_);
+ addMetadata({
+ inbandTextTracks: this.inbandTextTracks_,
+ metadataArray,
+ timestampOffset,
+ videoDuration
+ });
+ }
+ /**
+ * Utility for getting the pathway or service location from an HLS or DASH playlist.
+ *
+ * @param {Object} playlist for getting pathway from.
+ * @return the pathway attribute of a playlist
+ */
+
+ pathwayAttribute_(playlist) {
+ return playlist.attributes['PATHWAY-ID'] || playlist.attributes.serviceLocation;
+ }
+ /**
+ * Initialize available pathways and apply the tag properties.
+ */
+
+ initContentSteeringController_() {
+ const main = this.main();
+ if (!main.contentSteering) {
+ return;
+ }
+ for (const playlist of main.playlists) {
+ this.contentSteeringController_.addAvailablePathway(this.pathwayAttribute_(playlist));
+ }
+ this.contentSteeringController_.assignTagProperties(main.uri, main.contentSteering); // request the steering manifest immediately if queryBeforeStart is set.
+
+ if (this.contentSteeringController_.queryBeforeStart) {
+ // When queryBeforeStart is true, initial request should omit steering parameters.
+ this.contentSteeringController_.requestSteeringManifest(true);
+ return;
+ } // otherwise start content steering after playback starts
+
+ this.tech_.one('canplay', () => {
+ this.contentSteeringController_.requestSteeringManifest();
+ });
+ }
+ /**
+ * Reset the content steering controller and re-init.
+ */
+
+ resetContentSteeringController_() {
+ this.contentSteeringController_.clearAvailablePathways();
+ this.contentSteeringController_.dispose();
+ this.initContentSteeringController_();
+ }
+ /**
+ * Attaches the listeners for content steering.
+ */
+
+ attachContentSteeringListeners_() {
+ this.contentSteeringController_.on('content-steering', this.excludeThenChangePathway_.bind(this));
+ const contentSteeringEvents = ['contentsteeringloadstart', 'contentsteeringloadcomplete', 'contentsteeringparsed'];
+ contentSteeringEvents.forEach(eventName => {
+ this.contentSteeringController_.on(eventName, metadata => {
+ this.trigger(_extends$1({}, metadata));
+ });
+ });
+ if (this.sourceType_ === 'dash') {
+ this.mainPlaylistLoader_.on('loadedplaylist', () => {
+ const main = this.main(); // check if steering tag or pathways changed.
+
+ const didDashTagChange = this.contentSteeringController_.didDASHTagChange(main.uri, main.contentSteering);
+ const didPathwaysChange = () => {
+ const availablePathways = this.contentSteeringController_.getAvailablePathways();
+ const newPathways = [];
+ for (const playlist of main.playlists) {
+ const serviceLocation = playlist.attributes.serviceLocation;
+ if (serviceLocation) {
+ newPathways.push(serviceLocation);
+ if (!availablePathways.has(serviceLocation)) {
+ return true;
+ }
+ }
+ } // If we have no new serviceLocations and previously had availablePathways
+
+ if (!newPathways.length && availablePathways.size) {
+ return true;
+ }
+ return false;
+ };
+ if (didDashTagChange || didPathwaysChange()) {
+ this.resetContentSteeringController_();
+ }
+ });
+ }
+ }
+ /**
+ * Simple exclude and change playlist logic for content steering.
+ */
+
+ excludeThenChangePathway_() {
+ const currentPathway = this.contentSteeringController_.getPathway();
+ if (!currentPathway) {
+ return;
+ }
+ this.handlePathwayClones_();
+ const main = this.main();
+ const playlists = main.playlists;
+ const ids = new Set();
+ let didEnablePlaylists = false;
+ Object.keys(playlists).forEach(key => {
+ const variant = playlists[key];
+ const pathwayId = this.pathwayAttribute_(variant);
+ const differentPathwayId = pathwayId && currentPathway !== pathwayId;
+ const steeringExclusion = variant.excludeUntil === Infinity && variant.lastExcludeReason_ === 'content-steering';
+ if (steeringExclusion && !differentPathwayId) {
+ delete variant.excludeUntil;
+ delete variant.lastExcludeReason_;
+ didEnablePlaylists = true;
+ }
+ const noExcludeUntil = !variant.excludeUntil && variant.excludeUntil !== Infinity;
+ const shouldExclude = !ids.has(variant.id) && differentPathwayId && noExcludeUntil;
+ if (!shouldExclude) {
+ return;
+ }
+ ids.add(variant.id);
+ variant.excludeUntil = Infinity;
+ variant.lastExcludeReason_ = 'content-steering'; // TODO: kind of spammy, maybe move this.
+
+ this.logger_(`excluding ${variant.id} for ${variant.lastExcludeReason_}`);
+ });
+ if (this.contentSteeringController_.manifestType_ === 'DASH') {
+ Object.keys(this.mediaTypes_).forEach(key => {
+ const type = this.mediaTypes_[key];
+ if (type.activePlaylistLoader) {
+ const currentPlaylist = type.activePlaylistLoader.media_; // Check if the current media playlist matches the current CDN
+
+ if (currentPlaylist && currentPlaylist.attributes.serviceLocation !== currentPathway) {
+ didEnablePlaylists = true;
+ }
+ }
+ });
+ }
+ if (didEnablePlaylists) {
+ this.changeSegmentPathway_();
+ }
+ }
+ /**
+ * Add, update, or delete playlists and media groups for
+ * the pathway clones for HLS Content Steering.
+ *
+ * See https://datatracker.ietf.org/doc/draft-pantos-hls-rfc8216bis/
+ *
+ * NOTE: Pathway cloning does not currently support the `PER_VARIANT_URIS` and
+ * `PER_RENDITION_URIS` as we do not handle `STABLE-VARIANT-ID` or
+ * `STABLE-RENDITION-ID` values.
+ */
+
+ handlePathwayClones_() {
+ const main = this.main();
+ const playlists = main.playlists;
+ const currentPathwayClones = this.contentSteeringController_.currentPathwayClones;
+ const nextPathwayClones = this.contentSteeringController_.nextPathwayClones;
+ const hasClones = currentPathwayClones && currentPathwayClones.size || nextPathwayClones && nextPathwayClones.size;
+ if (!hasClones) {
+ return;
+ }
+ for (const [id, clone] of currentPathwayClones.entries()) {
+ const newClone = nextPathwayClones.get(id); // Delete the old pathway clone.
+
+ if (!newClone) {
+ this.mainPlaylistLoader_.updateOrDeleteClone(clone);
+ this.contentSteeringController_.excludePathway(id);
+ }
+ }
+ for (const [id, clone] of nextPathwayClones.entries()) {
+ const oldClone = currentPathwayClones.get(id); // Create a new pathway if it is a new pathway clone object.
+
+ if (!oldClone) {
+ const playlistsToClone = playlists.filter(p => {
+ return p.attributes['PATHWAY-ID'] === clone['BASE-ID'];
+ });
+ playlistsToClone.forEach(p => {
+ this.mainPlaylistLoader_.addClonePathway(clone, p);
+ });
+ this.contentSteeringController_.addAvailablePathway(id);
+ continue;
+ } // There have not been changes to the pathway clone object, so skip.
+
+ if (this.equalPathwayClones_(oldClone, clone)) {
+ continue;
+ } // Update a preexisting cloned pathway.
+ // True is set for the update flag.
+
+ this.mainPlaylistLoader_.updateOrDeleteClone(clone, true);
+ this.contentSteeringController_.addAvailablePathway(id);
+ } // Deep copy contents of next to current pathways.
+
+ this.contentSteeringController_.currentPathwayClones = new Map(JSON.parse(JSON.stringify([...nextPathwayClones])));
+ }
+ /**
+ * Determines whether two pathway clone objects are equivalent.
+ *
+ * @param {Object} a The first pathway clone object.
+ * @param {Object} b The second pathway clone object.
+ * @return {boolean} True if the pathway clone objects are equal, false otherwise.
+ */
+
+ equalPathwayClones_(a, b) {
+ if (a['BASE-ID'] !== b['BASE-ID'] || a.ID !== b.ID || a['URI-REPLACEMENT'].HOST !== b['URI-REPLACEMENT'].HOST) {
+ return false;
+ }
+ const aParams = a['URI-REPLACEMENT'].PARAMS;
+ const bParams = b['URI-REPLACEMENT'].PARAMS; // We need to iterate through both lists of params because one could be
+ // missing a parameter that the other has.
+
+ for (const p in aParams) {
+ if (aParams[p] !== bParams[p]) {
+ return false;
+ }
+ }
+ for (const p in bParams) {
+ if (aParams[p] !== bParams[p]) {
+ return false;
+ }
+ }
+ return true;
+ }
+ /**
+ * Changes the current playlists for audio, video and subtitles after a new pathway
+ * is chosen from content steering.
+ */
+
+ changeSegmentPathway_() {
+ const nextPlaylist = this.selectPlaylist();
+ this.pauseLoading(); // Switch audio and text track playlists if necessary in DASH
+
+ if (this.contentSteeringController_.manifestType_ === 'DASH') {
+ this.switchMediaForDASHContentSteering_();
+ }
+ this.switchMedia_(nextPlaylist, 'content-steering');
+ }
+ /**
+ * Iterates through playlists and check their keyId set and compare with the
+ * keyStatusMap, only enable playlists that have a usable key. If the playlist
+ * has no keyId leave it enabled by default.
+ */
+
+ excludeNonUsablePlaylistsByKeyId_() {
+ if (!this.mainPlaylistLoader_ || !this.mainPlaylistLoader_.main) {
+ return;
+ }
+ let nonUsableKeyStatusCount = 0;
+ const NON_USABLE = 'non-usable';
+ this.mainPlaylistLoader_.main.playlists.forEach(playlist => {
+ const keyIdSet = this.mainPlaylistLoader_.getKeyIdSet(playlist); // If the playlist doesn't have keyIDs lets not exclude it.
+
+ if (!keyIdSet || !keyIdSet.size) {
+ return;
+ }
+ keyIdSet.forEach(key => {
+ const USABLE = 'usable';
+ const hasUsableKeyStatus = this.keyStatusMap_.has(key) && this.keyStatusMap_.get(key) === USABLE;
+ const nonUsableExclusion = playlist.lastExcludeReason_ === NON_USABLE && playlist.excludeUntil === Infinity;
+ if (!hasUsableKeyStatus) {
+ // Only exclude playlists that haven't already been excluded as non-usable.
+ if (playlist.excludeUntil !== Infinity && playlist.lastExcludeReason_ !== NON_USABLE) {
+ playlist.excludeUntil = Infinity;
+ playlist.lastExcludeReason_ = NON_USABLE;
+ this.logger_(`excluding playlist ${playlist.id} because the key ID ${key} doesn't exist in the keyStatusMap or is not ${USABLE}`);
+ } // count all nonUsableKeyStatus
+
+ nonUsableKeyStatusCount++;
+ } else if (hasUsableKeyStatus && nonUsableExclusion) {
+ delete playlist.excludeUntil;
+ delete playlist.lastExcludeReason_;
+ this.logger_(`enabling playlist ${playlist.id} because key ID ${key} is ${USABLE}`);
+ }
+ });
+ }); // If for whatever reason every playlist has a non usable key status. Lets try re-including the SD renditions as a failsafe.
+
+ if (nonUsableKeyStatusCount >= this.mainPlaylistLoader_.main.playlists.length) {
+ this.mainPlaylistLoader_.main.playlists.forEach(playlist => {
+ const isNonHD = playlist && playlist.attributes && playlist.attributes.RESOLUTION && playlist.attributes.RESOLUTION.height < 720;
+ const excludedForNonUsableKey = playlist.excludeUntil === Infinity && playlist.lastExcludeReason_ === NON_USABLE;
+ if (isNonHD && excludedForNonUsableKey) {
+ // Only delete the excludeUntil so we don't try and re-exclude these playlists.
+ delete playlist.excludeUntil;
+ videojs.log.warn(`enabling non-HD playlist ${playlist.id} because all playlists were excluded due to ${NON_USABLE} key IDs`);
+ }
+ });
+ }
+ }
+ /**
+ * Adds a keystatus to the keystatus map, tries to convert to string if necessary.
+ *
+ * @param {any} keyId the keyId to add a status for
+ * @param {string} status the status of the keyId
+ */
+
+ addKeyStatus_(keyId, status) {
+ const isString = typeof keyId === 'string';
+ const keyIdHexString = isString ? keyId : bufferToHexString(keyId);
+ const formattedKeyIdString = keyIdHexString.slice(0, 32).toLowerCase();
+ this.logger_(`KeyStatus '${status}' with key ID ${formattedKeyIdString} added to the keyStatusMap`);
+ this.keyStatusMap_.set(formattedKeyIdString, status);
+ }
+ /**
+ * Utility function for adding key status to the keyStatusMap and filtering usable encrypted playlists.
+ *
+ * @param {any} keyId the keyId from the keystatuschange event
+ * @param {string} status the key status string
+ */
+
+ updatePlaylistByKeyStatus(keyId, status) {
+ this.addKeyStatus_(keyId, status);
+ if (!this.waitingForFastQualityPlaylistReceived_) {
+ this.excludeNonUsableThenChangePlaylist_();
+ } // Listen to loadedplaylist with a single listener and check for new contentProtection elements when a playlist is updated.
+
+ this.mainPlaylistLoader_.off('loadedplaylist', this.excludeNonUsableThenChangePlaylist_.bind(this));
+ this.mainPlaylistLoader_.on('loadedplaylist', this.excludeNonUsableThenChangePlaylist_.bind(this));
+ }
+ excludeNonUsableThenChangePlaylist_() {
+ this.excludeNonUsablePlaylistsByKeyId_();
+ this.fastQualityChange_();
+ }
+ }
- return MasterPlaylistController;
- }(videojs.EventTarget);
/**
* Returns a function that acts as the Enable/disable playlist function.
*
- * @param {PlaylistLoader} loader - The master playlist loader
+ * @param {PlaylistLoader} loader - The main playlist loader
* @param {string} playlistID - id of the playlist
* @param {Function} changePlaylistFn - A function to be called after a
* playlist's enabled-state has been changed. Will NOT be called if a
@@ -64508,36 +65318,43 @@
* @return {Function} Function for setting/getting enabled
*/
-
- var enableFunction = function enableFunction(loader, playlistID, changePlaylistFn) {
- return function (enable) {
- var playlist = loader.master.playlists[playlistID];
- var incompatible = isIncompatible(playlist);
- var currentlyEnabled = isEnabled(playlist);
-
- if (typeof enable === 'undefined') {
- return currentlyEnabled;
- }
-
- if (enable) {
- delete playlist.disabled;
- } else {
- playlist.disabled = true;
- }
-
- if (enable !== currentlyEnabled && !incompatible) {
- // Ensure the outside world knows about our changes
- changePlaylistFn();
-
- if (enable) {
- loader.trigger('renditionenabled');
- } else {
- loader.trigger('renditiondisabled');
- }
- }
-
- return enable;
+ const enableFunction = (loader, playlistID, changePlaylistFn) => enable => {
+ const playlist = loader.main.playlists[playlistID];
+ const incompatible = isIncompatible(playlist);
+ const currentlyEnabled = isEnabled(playlist);
+ if (typeof enable === 'undefined') {
+ return currentlyEnabled;
+ }
+ if (enable) {
+ delete playlist.disabled;
+ } else {
+ playlist.disabled = true;
+ }
+ const metadata = {
+ renditionInfo: {
+ id: playlistID,
+ bandwidth: playlist.attributes.BANDWIDTH,
+ resolution: playlist.attributes.RESOLUTION,
+ codecs: playlist.attributes.CODECS
+ },
+ cause: 'fast-quality'
};
+ if (enable !== currentlyEnabled && !incompatible) {
+ // Ensure the outside world knows about our changes
+ changePlaylistFn(playlist);
+ if (enable) {
+ loader.trigger({
+ type: 'renditionenabled',
+ metadata
+ });
+ } else {
+ loader.trigger({
+ type: 'renditiondisabled',
+ metadata
+ });
+ }
+ }
+ return enable;
};
/**
* The representation object encapsulates the publicly visible information
@@ -64547,30 +65364,30 @@
* @class Representation
*/
+ class Representation {
+ constructor(vhsHandler, playlist, id) {
+ const {
+ playlistController_: pc
+ } = vhsHandler;
+ const qualityChangeFunction = pc.fastQualityChange_.bind(pc); // some playlist attributes are optional
- var Representation = function Representation(vhsHandler, playlist, id) {
- var mpc = vhsHandler.masterPlaylistController_,
- smoothQualityChange = vhsHandler.options_.smoothQualityChange; // Get a reference to a bound version of the quality change function
+ if (playlist.attributes) {
+ const resolution = playlist.attributes.RESOLUTION;
+ this.width = resolution && resolution.width;
+ this.height = resolution && resolution.height;
+ this.bandwidth = playlist.attributes.BANDWIDTH;
+ this.frameRate = playlist.attributes['FRAME-RATE'];
+ }
+ this.codecs = codecsForPlaylist(pc.main(), playlist);
+ this.playlist = playlist; // The id is simply the ordinality of the media playlist
+ // within the main playlist
- var changeType = smoothQualityChange ? 'smooth' : 'fast';
- var qualityChangeFunction = mpc[changeType + "QualityChange_"].bind(mpc); // some playlist attributes are optional
+ this.id = id; // Partially-apply the enableFunction to create a playlist-
+ // specific variant
- if (playlist.attributes) {
- var resolution = playlist.attributes.RESOLUTION;
- this.width = resolution && resolution.width;
- this.height = resolution && resolution.height;
- this.bandwidth = playlist.attributes.BANDWIDTH;
+ this.enabled = enableFunction(vhsHandler.playlists, playlist.id, qualityChangeFunction);
}
-
- this.codecs = codecsForPlaylist(mpc.master(), playlist);
- this.playlist = playlist; // The id is simply the ordinality of the media playlist
- // within the master playlist
-
- this.id = id; // Partially-apply the enableFunction to create a playlist-
- // specific variant
-
- this.enabled = enableFunction(vhsHandler.playlists, playlist.id, qualityChangeFunction);
- };
+ }
/**
* A mixin function that adds the `representations` api to an instance
* of the VhsHandler class
@@ -64579,24 +65396,18 @@
* representation API into
*/
-
- var renditionSelectionMixin = function renditionSelectionMixin(vhsHandler) {
+ const renditionSelectionMixin = function (vhsHandler) {
// Add a single API-specific function to the VhsHandler instance
- vhsHandler.representations = function () {
- var master = vhsHandler.masterPlaylistController_.master();
- var playlists = isAudioOnly(master) ? vhsHandler.masterPlaylistController_.getAudioTrackPlaylists_() : master.playlists;
-
+ vhsHandler.representations = () => {
+ const main = vhsHandler.playlistController_.main();
+ const playlists = isAudioOnly(main) ? vhsHandler.playlistController_.getAudioTrackPlaylists_() : main.playlists;
if (!playlists) {
return [];
}
-
- return playlists.filter(function (media) {
- return !isIncompatible(media);
- }).map(function (e, i) {
- return new Representation(vhsHandler, e, e.id);
- });
+ return playlists.filter(media => !isIncompatible(media)).map((e, i) => new Representation(vhsHandler, e, e.id));
};
};
+
/**
* @file playback-watcher.js
*
@@ -64607,73 +65418,54 @@
* my life and honor to the Playback Watch, for this Player and all the Players to come.
*/
-
- var timerCancelEvents = ['seeking', 'seeked', 'pause', 'playing', 'error'];
+ const timerCancelEvents = ['seeking', 'seeked', 'pause', 'playing', 'error'];
/**
* @class PlaybackWatcher
*/
- var PlaybackWatcher = /*#__PURE__*/function () {
+ class PlaybackWatcher extends videojs.EventTarget {
/**
* Represents an PlaybackWatcher object.
*
* @class
* @param {Object} options an object that includes the tech and settings
*/
- function PlaybackWatcher(options) {
- var _this = this;
-
- this.masterPlaylistController_ = options.masterPlaylistController;
+ constructor(options) {
+ super();
+ this.playlistController_ = options.playlistController;
this.tech_ = options.tech;
this.seekable = options.seekable;
this.allowSeeksWithinUnsafeLiveWindow = options.allowSeeksWithinUnsafeLiveWindow;
this.liveRangeSafeTimeDelta = options.liveRangeSafeTimeDelta;
this.media = options.media;
+ this.playedRanges_ = [];
this.consecutiveUpdates = 0;
this.lastRecordedTime = null;
- this.timer_ = null;
this.checkCurrentTimeTimeout_ = null;
this.logger_ = logger('PlaybackWatcher');
this.logger_('initialize');
-
- var playHandler = function playHandler() {
- return _this.monitorCurrentTime_();
- };
-
- var canPlayHandler = function canPlayHandler() {
- return _this.monitorCurrentTime_();
- };
-
- var waitingHandler = function waitingHandler() {
- return _this.techWaiting_();
- };
-
- var cancelTimerHandler = function cancelTimerHandler() {
- return _this.cancelTimer_();
- };
-
- var mpc = this.masterPlaylistController_;
- var loaderTypes = ['main', 'subtitle', 'audio'];
- var loaderChecks = {};
- loaderTypes.forEach(function (type) {
+ const playHandler = () => this.monitorCurrentTime_();
+ const canPlayHandler = () => this.monitorCurrentTime_();
+ const waitingHandler = () => this.techWaiting_();
+ const cancelTimerHandler = () => this.resetTimeUpdate_();
+ const pc = this.playlistController_;
+ const loaderTypes = ['main', 'subtitle', 'audio'];
+ const loaderChecks = {};
+ loaderTypes.forEach(type => {
loaderChecks[type] = {
- reset: function reset() {
- return _this.resetSegmentDownloads_(type);
- },
- updateend: function updateend() {
- return _this.checkSegmentDownloads_(type);
- }
+ reset: () => this.resetSegmentDownloads_(type),
+ updateend: () => this.checkSegmentDownloads_(type)
};
- mpc[type + "SegmentLoader_"].on('appendsdone', loaderChecks[type].updateend); // If a rendition switch happens during a playback stall where the buffer
+ pc[`${type}SegmentLoader_`].on('appendsdone', loaderChecks[type].updateend); // If a rendition switch happens during a playback stall where the buffer
// isn't changing we want to reset. We cannot assume that the new rendition
// will also be stalled, until after new appends.
- mpc[type + "SegmentLoader_"].on('playlistupdate', loaderChecks[type].reset); // Playback stalls should not be detected right after seeking.
+ pc[`${type}SegmentLoader_`].on('playlistupdate', loaderChecks[type].reset); // Playback stalls should not be detected right after seeking.
// This prevents one segment playlists (single vtt or single segment content)
// from being detected as stalling. As the buffer will not change in those cases, since
// the buffer is the entire video duration.
- _this.tech_.on(['seeked', 'seeking'], loaderChecks[type].reset);
+ this.tech_.on(['seeked', 'seeking'], loaderChecks[type].reset);
});
/**
* We check if a seek was into a gap through the following steps:
@@ -64684,30 +65476,23 @@
* to check for gaps.
*/
- var setSeekingHandlers = function setSeekingHandlers(fn) {
- ['main', 'audio'].forEach(function (type) {
- mpc[type + "SegmentLoader_"][fn]('appended', _this.seekingAppendCheck_);
+ const setSeekingHandlers = fn => {
+ ['main', 'audio'].forEach(type => {
+ pc[`${type}SegmentLoader_`][fn]('appended', this.seekingAppendCheck_);
});
};
-
- this.seekingAppendCheck_ = function () {
- if (_this.fixesBadSeeks_()) {
- _this.consecutiveUpdates = 0;
- _this.lastRecordedTime = _this.tech_.currentTime();
+ this.seekingAppendCheck_ = () => {
+ if (this.fixesBadSeeks_()) {
+ this.consecutiveUpdates = 0;
+ this.lastRecordedTime = this.tech_.currentTime();
setSeekingHandlers('off');
}
};
-
- this.clearSeekingAppendCheck_ = function () {
- return setSeekingHandlers('off');
- };
-
- this.watchForBadSeeking_ = function () {
- _this.clearSeekingAppendCheck_();
-
+ this.clearSeekingAppendCheck_ = () => setSeekingHandlers('off');
+ this.watchForBadSeeking_ = () => {
+ this.clearSeekingAppendCheck_();
setSeekingHandlers('on');
};
-
this.tech_.on('seeked', this.clearSeekingAppendCheck_);
this.tech_.on('seeking', this.watchForBadSeeking_);
this.tech_.on('waiting', waitingHandler);
@@ -64726,35 +65511,24 @@
this.tech_.one('play', playHandler); // Define the dispose function to clean up our events
- this.dispose = function () {
- _this.clearSeekingAppendCheck_();
-
- _this.logger_('dispose');
-
- _this.tech_.off('waiting', waitingHandler);
-
- _this.tech_.off(timerCancelEvents, cancelTimerHandler);
-
- _this.tech_.off('canplay', canPlayHandler);
-
- _this.tech_.off('play', playHandler);
-
- _this.tech_.off('seeking', _this.watchForBadSeeking_);
-
- _this.tech_.off('seeked', _this.clearSeekingAppendCheck_);
-
- loaderTypes.forEach(function (type) {
- mpc[type + "SegmentLoader_"].off('appendsdone', loaderChecks[type].updateend);
- mpc[type + "SegmentLoader_"].off('playlistupdate', loaderChecks[type].reset);
-
- _this.tech_.off(['seeked', 'seeking'], loaderChecks[type].reset);
+ this.dispose = () => {
+ this.clearSeekingAppendCheck_();
+ this.logger_('dispose');
+ this.tech_.off('waiting', waitingHandler);
+ this.tech_.off(timerCancelEvents, cancelTimerHandler);
+ this.tech_.off('canplay', canPlayHandler);
+ this.tech_.off('play', playHandler);
+ this.tech_.off('seeking', this.watchForBadSeeking_);
+ this.tech_.off('seeked', this.clearSeekingAppendCheck_);
+ loaderTypes.forEach(type => {
+ pc[`${type}SegmentLoader_`].off('appendsdone', loaderChecks[type].updateend);
+ pc[`${type}SegmentLoader_`].off('playlistupdate', loaderChecks[type].reset);
+ this.tech_.off(['seeked', 'seeking'], loaderChecks[type].reset);
});
-
- if (_this.checkCurrentTimeTimeout_) {
- window.clearTimeout(_this.checkCurrentTimeTimeout_);
+ if (this.checkCurrentTimeTimeout_) {
+ window.clearTimeout(this.checkCurrentTimeTimeout_);
}
-
- _this.cancelTimer_();
+ this.resetTimeUpdate_();
};
}
/**
@@ -64763,17 +65537,12 @@
* @private
*/
-
- var _proto = PlaybackWatcher.prototype;
-
- _proto.monitorCurrentTime_ = function monitorCurrentTime_() {
+ monitorCurrentTime_() {
this.checkCurrentTime_();
-
if (this.checkCurrentTimeTimeout_) {
window.clearTimeout(this.checkCurrentTimeTimeout_);
} // 42 = 24 fps // 250 is what Webkit uses // FF uses 15
-
this.checkCurrentTimeTimeout_ = window.setTimeout(this.monitorCurrentTime_.bind(this), 250);
}
/**
@@ -64786,70 +65555,72 @@
* @listens Tech#seeking
* @listens Tech#seeked
*/
- ;
- _proto.resetSegmentDownloads_ = function resetSegmentDownloads_(type) {
- var loader = this.masterPlaylistController_[type + "SegmentLoader_"];
-
- if (this[type + "StalledDownloads_"] > 0) {
- this.logger_("resetting possible stalled download count for " + type + " loader");
+ resetSegmentDownloads_(type) {
+ const loader = this.playlistController_[`${type}SegmentLoader_`];
+ if (this[`${type}StalledDownloads_`] > 0) {
+ this.logger_(`resetting possible stalled download count for ${type} loader`);
}
-
- this[type + "StalledDownloads_"] = 0;
- this[type + "Buffered_"] = loader.buffered_();
+ this[`${type}StalledDownloads_`] = 0;
+ this[`${type}Buffered_`] = loader.buffered_();
}
/**
* Checks on every segment `appendsdone` to see
* if segment appends are making progress. If they are not
- * and we are still downloading bytes. We blacklist the playlist.
+ * and we are still downloading bytes. We exclude the playlist.
*
* @param {string} type
* The segment loader type to check.
*
* @listens SegmentLoader#appendsdone
*/
- ;
- _proto.checkSegmentDownloads_ = function checkSegmentDownloads_(type) {
- var mpc = this.masterPlaylistController_;
- var loader = mpc[type + "SegmentLoader_"];
- var buffered = loader.buffered_();
- var isBufferedDifferent = isRangeDifferent(this[type + "Buffered_"], buffered);
- this[type + "Buffered_"] = buffered; // if another watcher is going to fix the issue or
+ checkSegmentDownloads_(type) {
+ const pc = this.playlistController_;
+ const loader = pc[`${type}SegmentLoader_`];
+ const buffered = loader.buffered_();
+ const isBufferedDifferent = isRangeDifferent(this[`${type}Buffered_`], buffered);
+ this[`${type}Buffered_`] = buffered; // if another watcher is going to fix the issue or
// the buffered value for this loader changed
// appends are working
if (isBufferedDifferent) {
+ const metadata = {
+ bufferedRanges: buffered
+ };
+ pc.trigger({
+ type: 'bufferedrangeschanged',
+ metadata
+ });
this.resetSegmentDownloads_(type);
return;
}
-
- this[type + "StalledDownloads_"]++;
- this.logger_("found #" + this[type + "StalledDownloads_"] + " " + type + " appends that did not increase buffer (possible stalled download)", {
+ this[`${type}StalledDownloads_`]++;
+ this.logger_(`found #${this[`${type}StalledDownloads_`]} ${type} appends that did not increase buffer (possible stalled download)`, {
playlistId: loader.playlist_ && loader.playlist_.id,
buffered: timeRangesToArray(buffered)
}); // after 10 possibly stalled appends with no reset, exclude
- if (this[type + "StalledDownloads_"] < 10) {
+ if (this[`${type}StalledDownloads_`] < 10) {
return;
}
-
- this.logger_(type + " loader stalled download exclusion");
+ this.logger_(`${type} loader stalled download exclusion`);
this.resetSegmentDownloads_(type);
this.tech_.trigger({
type: 'usage',
- name: "vhs-" + type + "-download-exclusion"
+ name: `vhs-${type}-download-exclusion`
});
-
if (type === 'subtitle') {
return;
} // TODO: should we exclude audio tracks rather than main tracks
// when type is audio?
-
- mpc.blacklistCurrentPlaylist({
- message: "Excessive " + type + " segment downloading detected."
- }, Infinity);
+ pc.excludePlaylist({
+ error: {
+ message: `Excessive ${type} segment downloading detected.`
+ },
+ playlistExclusionDuration: Infinity
+ });
}
/**
* The purpose of this function is to emulate the "waiting" event on
@@ -64858,16 +65629,13 @@
*
* @private
*/
- ;
- _proto.checkCurrentTime_ = function checkCurrentTime_() {
+ checkCurrentTime_() {
if (this.tech_.paused() || this.tech_.seeking()) {
return;
}
-
- var currentTime = this.tech_.currentTime();
- var buffered = this.tech_.buffered();
-
+ const currentTime = this.tech_.currentTime();
+ const buffered = this.tech_.buffered();
if (this.lastRecordedTime === currentTime && (!buffered.length || currentTime + SAFE_TIME_DELTA >= buffered.end(buffered.length - 1))) {
// If current time is at the end of the final buffered region, then any playback
// stall is most likely caused by buffering in a low bandwidth environment. The tech
@@ -64876,34 +65644,32 @@
// responding to a native `waiting` event when the tech fails to emit one.
return this.techWaiting_();
}
-
if (this.consecutiveUpdates >= 5 && currentTime === this.lastRecordedTime) {
this.consecutiveUpdates++;
this.waiting_();
} else if (currentTime === this.lastRecordedTime) {
this.consecutiveUpdates++;
} else {
+ this.playedRanges_.push(createTimeRanges([this.lastRecordedTime, currentTime]));
+ const metadata = {
+ playedRanges: this.playedRanges_
+ };
+ this.playlistController_.trigger({
+ type: 'playedrangeschanged',
+ metadata
+ });
this.consecutiveUpdates = 0;
this.lastRecordedTime = currentTime;
}
}
/**
- * Cancels any pending timers and resets the 'timeupdate' mechanism
- * designed to detect that we are stalled
+ * Resets the 'timeupdate' mechanism designed to detect that we are stalled
*
* @private
*/
- ;
- _proto.cancelTimer_ = function cancelTimer_() {
+ resetTimeUpdate_() {
this.consecutiveUpdates = 0;
-
- if (this.timer_) {
- this.logger_('cancelTimer_');
- clearTimeout(this.timer_);
- }
-
- this.timer_ = null;
}
/**
* Fixes situations where there's a bad seek
@@ -64911,11 +65677,9 @@
* @return {boolean} whether an action was taken to fix the seek
* @private
*/
- ;
-
- _proto.fixesBadSeeks_ = function fixesBadSeeks_() {
- var seeking = this.tech_.seeking();
+ fixesBadSeeks_() {
+ const seeking = this.tech_.seeking();
if (!seeking) {
return false;
} // TODO: It's possible that these seekable checks should be moved out of this function
@@ -64923,68 +65687,60 @@
// afterSeekableWindow as the buffered check at the bottom is good enough to handle before
// seekable range.
-
- var seekable = this.seekable();
- var currentTime = this.tech_.currentTime();
- var isAfterSeekableRange = this.afterSeekableWindow_(seekable, currentTime, this.media(), this.allowSeeksWithinUnsafeLiveWindow);
- var seekTo;
-
+ const seekable = this.seekable();
+ const currentTime = this.tech_.currentTime();
+ const isAfterSeekableRange = this.afterSeekableWindow_(seekable, currentTime, this.media(), this.allowSeeksWithinUnsafeLiveWindow);
+ let seekTo;
if (isAfterSeekableRange) {
- var seekableEnd = seekable.end(seekable.length - 1); // sync to live point (if VOD, our seekable was updated and we're simply adjusting)
+ const seekableEnd = seekable.end(seekable.length - 1); // sync to live point (if VOD, our seekable was updated and we're simply adjusting)
seekTo = seekableEnd;
}
-
if (this.beforeSeekableWindow_(seekable, currentTime)) {
- var seekableStart = seekable.start(0); // sync to the beginning of the live window
+ const seekableStart = seekable.start(0); // sync to the beginning of the live window
// provide a buffer of .1 seconds to handle rounding/imprecise numbers
- seekTo = seekableStart + ( // if the playlist is too short and the seekable range is an exact time (can
+ seekTo = seekableStart + (
+ // if the playlist is too short and the seekable range is an exact time (can
// happen in live with a 3 segment playlist), then don't use a time delta
seekableStart === seekable.end(0) ? 0 : SAFE_TIME_DELTA);
}
-
if (typeof seekTo !== 'undefined') {
- this.logger_("Trying to seek outside of seekable at time " + currentTime + " with " + ("seekable range " + printableRange(seekable) + ". Seeking to ") + (seekTo + "."));
+ this.logger_(`Trying to seek outside of seekable at time ${currentTime} with ` + `seekable range ${printableRange(seekable)}. Seeking to ` + `${seekTo}.`);
this.tech_.setCurrentTime(seekTo);
return true;
}
-
- var sourceUpdater = this.masterPlaylistController_.sourceUpdater_;
- var buffered = this.tech_.buffered();
- var audioBuffered = sourceUpdater.audioBuffer ? sourceUpdater.audioBuffered() : null;
- var videoBuffered = sourceUpdater.videoBuffer ? sourceUpdater.videoBuffered() : null;
- var media = this.media(); // verify that at least two segment durations or one part duration have been
+ const sourceUpdater = this.playlistController_.sourceUpdater_;
+ const buffered = this.tech_.buffered();
+ const audioBuffered = sourceUpdater.audioBuffer ? sourceUpdater.audioBuffered() : null;
+ const videoBuffered = sourceUpdater.videoBuffer ? sourceUpdater.videoBuffered() : null;
+ const media = this.media(); // verify that at least two segment durations or one part duration have been
// appended before checking for a gap.
- var minAppendedDuration = media.partTargetDuration ? media.partTargetDuration : (media.targetDuration - TIME_FUDGE_FACTOR) * 2; // verify that at least two segment durations have been
+ const minAppendedDuration = media.partTargetDuration ? media.partTargetDuration : (media.targetDuration - TIME_FUDGE_FACTOR) * 2; // verify that at least two segment durations have been
// appended before checking for a gap.
- var bufferedToCheck = [audioBuffered, videoBuffered];
-
- for (var i = 0; i < bufferedToCheck.length; i++) {
+ const bufferedToCheck = [audioBuffered, videoBuffered];
+ for (let i = 0; i < bufferedToCheck.length; i++) {
// skip null buffered
if (!bufferedToCheck[i]) {
continue;
}
-
- var timeAhead = timeAheadOf(bufferedToCheck[i], currentTime); // if we are less than two video/audio segment durations or one part
+ const timeAhead = timeAheadOf(bufferedToCheck[i], currentTime); // if we are less than two video/audio segment durations or one part
// duration behind we haven't appended enough to call this a bad seek.
if (timeAhead < minAppendedDuration) {
return false;
}
}
-
- var nextRange = findNextRange(buffered, currentTime); // we have appended enough content, but we don't have anything buffered
+ const nextRange = findNextRange(buffered, currentTime); // we have appended enough content, but we don't have anything buffered
// to seek over the gap
if (nextRange.length === 0) {
return false;
}
-
seekTo = nextRange.start(0) + SAFE_TIME_DELTA;
- this.logger_("Buffered region starts (" + nextRange.start(0) + ") " + (" just beyond seek point (" + currentTime + "). Seeking to " + seekTo + "."));
+ this.logger_(`Buffered region starts (${nextRange.start(0)}) ` + ` just beyond seek point (${currentTime}). Seeking to ${seekTo}.`);
this.tech_.setCurrentTime(seekTo);
return true;
}
@@ -64993,17 +65749,15 @@
*
* @private
*/
- ;
- _proto.waiting_ = function waiting_() {
+ waiting_() {
if (this.techWaiting_()) {
return;
} // All tech waiting checks failed. Use last resort correction
-
- var currentTime = this.tech_.currentTime();
- var buffered = this.tech_.buffered();
- var currentRange = findRange(buffered, currentTime); // Sometimes the player can stall for unknown reasons within a contiguous buffered
+ const currentTime = this.tech_.currentTime();
+ const buffered = this.tech_.buffered();
+ const currentRange = findRange(buffered, currentTime); // Sometimes the player can stall for unknown reasons within a contiguous buffered
// region with no indication that anything is amiss (seen in Firefox). Seeking to
// currentTime is usually enough to kickstart the player. This checks that the player
// is currently within a buffered region before attempting a corrective seek.
@@ -65013,18 +65767,14 @@
// to avoid triggering an `unknownwaiting` event when the network is slow.
if (currentRange.length && currentTime + 3 <= currentRange.end(0)) {
- this.cancelTimer_();
+ this.resetTimeUpdate_();
this.tech_.setCurrentTime(currentTime);
- this.logger_("Stopped at " + currentTime + " while inside a buffered region " + ("[" + currentRange.start(0) + " -> " + currentRange.end(0) + "]. Attempting to resume ") + 'playback by seeking to the current time.'); // unknown waiting corrections may be useful for monitoring QoS
+ this.logger_(`Stopped at ${currentTime} while inside a buffered region ` + `[${currentRange.start(0)} -> ${currentRange.end(0)}]. Attempting to resume ` + 'playback by seeking to the current time.'); // unknown waiting corrections may be useful for monitoring QoS
this.tech_.trigger({
type: 'usage',
name: 'vhs-unknown-waiting'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-unknown-waiting'
- });
return;
}
}
@@ -65036,148 +65786,118 @@
* checks passed
* @private
*/
- ;
- _proto.techWaiting_ = function techWaiting_() {
- var seekable = this.seekable();
- var currentTime = this.tech_.currentTime();
-
- if (this.tech_.seeking() || this.timer_ !== null) {
+ techWaiting_() {
+ const seekable = this.seekable();
+ const currentTime = this.tech_.currentTime();
+ if (this.tech_.seeking()) {
// Tech is seeking or already waiting on another action, no action needed
return true;
}
-
if (this.beforeSeekableWindow_(seekable, currentTime)) {
- var livePoint = seekable.end(seekable.length - 1);
- this.logger_("Fell out of live window at time " + currentTime + ". Seeking to " + ("live point (seekable end) " + livePoint));
- this.cancelTimer_();
+ const livePoint = seekable.end(seekable.length - 1);
+ this.logger_(`Fell out of live window at time ${currentTime}. Seeking to ` + `live point (seekable end) ${livePoint}`);
+ this.resetTimeUpdate_();
this.tech_.setCurrentTime(livePoint); // live window resyncs may be useful for monitoring QoS
this.tech_.trigger({
type: 'usage',
name: 'vhs-live-resync'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-live-resync'
- });
return true;
}
-
- var sourceUpdater = this.tech_.vhs.masterPlaylistController_.sourceUpdater_;
- var buffered = this.tech_.buffered();
- var videoUnderflow = this.videoUnderflow_({
+ const sourceUpdater = this.tech_.vhs.playlistController_.sourceUpdater_;
+ const buffered = this.tech_.buffered();
+ const videoUnderflow = this.videoUnderflow_({
audioBuffered: sourceUpdater.audioBuffered(),
videoBuffered: sourceUpdater.videoBuffered(),
- currentTime: currentTime
+ currentTime
});
-
if (videoUnderflow) {
// Even though the video underflowed and was stuck in a gap, the audio overplayed
// the gap, leading currentTime into a buffered range. Seeking to currentTime
// allows the video to catch up to the audio position without losing any audio
// (only suffering ~3 seconds of frozen video and a pause in audio playback).
- this.cancelTimer_();
+ this.resetTimeUpdate_();
this.tech_.setCurrentTime(currentTime); // video underflow may be useful for monitoring QoS
this.tech_.trigger({
type: 'usage',
name: 'vhs-video-underflow'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-video-underflow'
- });
return true;
}
-
- var nextRange = findNextRange(buffered, currentTime); // check for gap
+ const nextRange = findNextRange(buffered, currentTime); // check for gap
if (nextRange.length > 0) {
- var difference = nextRange.start(0) - currentTime;
- this.logger_("Stopped at " + currentTime + ", setting timer for " + difference + ", seeking " + ("to " + nextRange.start(0)));
- this.cancelTimer_();
- this.timer_ = setTimeout(this.skipTheGap_.bind(this), difference * 1000, currentTime);
+ this.logger_(`Stopped at ${currentTime} and seeking to ${nextRange.start(0)}`);
+ this.resetTimeUpdate_();
+ this.skipTheGap_(currentTime);
return true;
} // All checks failed. Returning false to indicate failure to correct waiting
-
return false;
- };
-
- _proto.afterSeekableWindow_ = function afterSeekableWindow_(seekable, currentTime, playlist, allowSeeksWithinUnsafeLiveWindow) {
- if (allowSeeksWithinUnsafeLiveWindow === void 0) {
- allowSeeksWithinUnsafeLiveWindow = false;
- }
-
+ }
+ afterSeekableWindow_(seekable, currentTime, playlist, allowSeeksWithinUnsafeLiveWindow = false) {
if (!seekable.length) {
// we can't make a solid case if there's no seekable, default to false
return false;
}
-
- var allowedEnd = seekable.end(seekable.length - 1) + SAFE_TIME_DELTA;
- var isLive = !playlist.endList;
-
- if (isLive && allowSeeksWithinUnsafeLiveWindow) {
+ let allowedEnd = seekable.end(seekable.length - 1) + SAFE_TIME_DELTA;
+ const isLive = !playlist.endList;
+ const isLLHLS = typeof playlist.partTargetDuration === 'number';
+ if (isLive && (isLLHLS || allowSeeksWithinUnsafeLiveWindow)) {
allowedEnd = seekable.end(seekable.length - 1) + playlist.targetDuration * 3;
}
-
if (currentTime > allowedEnd) {
return true;
}
-
return false;
- };
-
- _proto.beforeSeekableWindow_ = function beforeSeekableWindow_(seekable, currentTime) {
- if (seekable.length && // can't fall before 0 and 0 seekable start identifies VOD stream
+ }
+ beforeSeekableWindow_(seekable, currentTime) {
+ if (seekable.length &&
+ // can't fall before 0 and 0 seekable start identifies VOD stream
seekable.start(0) > 0 && currentTime < seekable.start(0) - this.liveRangeSafeTimeDelta) {
return true;
}
-
return false;
- };
-
- _proto.videoUnderflow_ = function videoUnderflow_(_ref) {
- var videoBuffered = _ref.videoBuffered,
- audioBuffered = _ref.audioBuffered,
- currentTime = _ref.currentTime; // audio only content will not have video underflow :)
-
+ }
+ videoUnderflow_({
+ videoBuffered,
+ audioBuffered,
+ currentTime
+ }) {
+ // audio only content will not have video underflow :)
if (!videoBuffered) {
return;
}
-
- var gap; // find a gap in demuxed content.
+ let gap; // find a gap in demuxed content.
if (videoBuffered.length && audioBuffered.length) {
// in Chrome audio will continue to play for ~3s when we run out of video
// so we have to check that the video buffer did have some buffer in the
// past.
- var lastVideoRange = findRange(videoBuffered, currentTime - 3);
- var videoRange = findRange(videoBuffered, currentTime);
- var audioRange = findRange(audioBuffered, currentTime);
-
+ const lastVideoRange = findRange(videoBuffered, currentTime - 3);
+ const videoRange = findRange(videoBuffered, currentTime);
+ const audioRange = findRange(audioBuffered, currentTime);
if (audioRange.length && !videoRange.length && lastVideoRange.length) {
gap = {
start: lastVideoRange.end(0),
end: audioRange.end(0)
};
} // find a gap in muxed content.
-
} else {
- var nextRange = findNextRange(videoBuffered, currentTime); // Even if there is no available next range, there is still a possibility we are
+ const nextRange = findNextRange(videoBuffered, currentTime); // Even if there is no available next range, there is still a possibility we are
// stuck in a gap due to video underflow.
if (!nextRange.length) {
gap = this.gapFromVideoUnderflow_(videoBuffered, currentTime);
}
}
-
if (gap) {
- this.logger_("Encountered a gap in video from " + gap.start + " to " + gap.end + ". " + ("Seeking to current time " + currentTime));
+ this.logger_(`Encountered a gap in video from ${gap.start} to ${gap.end}. ` + `Seeking to current time ${currentTime}`);
return true;
}
-
return false;
}
/**
@@ -65186,32 +65906,34 @@
*
* @private
*/
- ;
-
- _proto.skipTheGap_ = function skipTheGap_(scheduledCurrentTime) {
- var buffered = this.tech_.buffered();
- var currentTime = this.tech_.currentTime();
- var nextRange = findNextRange(buffered, currentTime);
- this.cancelTimer_();
+ skipTheGap_(scheduledCurrentTime) {
+ const buffered = this.tech_.buffered();
+ const currentTime = this.tech_.currentTime();
+ const nextRange = findNextRange(buffered, currentTime);
+ this.resetTimeUpdate_();
if (nextRange.length === 0 || currentTime !== scheduledCurrentTime) {
return;
}
-
this.logger_('skipTheGap_:', 'currentTime:', currentTime, 'scheduled currentTime:', scheduledCurrentTime, 'nextRange start:', nextRange.start(0)); // only seek if we still have not played
this.tech_.setCurrentTime(nextRange.start(0) + TIME_FUDGE_FACTOR);
+ const metadata = {
+ gapInfo: {
+ from: currentTime,
+ to: nextRange.start(0)
+ }
+ };
+ this.playlistController_.trigger({
+ type: 'gapjumped',
+ metadata
+ });
this.tech_.trigger({
type: 'usage',
name: 'vhs-gap-skip'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-gap-skip'
- });
- };
-
- _proto.gapFromVideoUnderflow_ = function gapFromVideoUnderflow_(buffered, currentTime) {
+ }
+ gapFromVideoUnderflow_(buffered, currentTime) {
// At least in Chrome, if there is a gap in the video buffer, the audio will continue
// playing for ~3 seconds after the video gap starts. This is done to account for
// video buffer underflow/underrun (note that this is not done when there is audio
@@ -65234,33 +65956,28 @@
//
// To check for this issue, we see if there is a gap that starts somewhere within
// a 3 second range (3 seconds +/- 1 second) back from our current time.
- var gaps = findGaps(buffered);
-
- for (var i = 0; i < gaps.length; i++) {
- var start = gaps.start(i);
- var end = gaps.end(i); // gap is starts no more than 4 seconds back
+ const gaps = findGaps(buffered);
+ for (let i = 0; i < gaps.length; i++) {
+ const start = gaps.start(i);
+ const end = gaps.end(i); // gap is starts no more than 4 seconds back
if (currentTime - start < 4 && currentTime - start > 2) {
return {
- start: start,
- end: end
+ start,
+ end
};
}
}
-
return null;
- };
-
- return PlaybackWatcher;
- }();
-
- var defaultOptions = {
+ }
+ }
+ const defaultOptions = {
errorInterval: 30,
- getSource: function getSource(next) {
- var tech = this.tech({
+ getSource(next) {
+ const tech = this.tech({
IWillNotUseThisInPlugins: true
});
- var sourceObj = tech.currentSource_ || this.currentSource();
+ const sourceObj = tech.currentSource_ || this.currentSource();
return next(sourceObj);
}
};
@@ -65272,19 +65989,15 @@
* @private
*/
- var initPlugin = function initPlugin(player, options) {
- var lastCalled = 0;
- var seekTo = 0;
- var localOptions = videojs.mergeOptions(defaultOptions, options);
- player.ready(function () {
+ const initPlugin = function (player, options) {
+ let lastCalled = 0;
+ let seekTo = 0;
+ const localOptions = merge(defaultOptions, options);
+ player.ready(() => {
player.trigger({
type: 'usage',
name: 'vhs-error-reload-initialized'
});
- player.trigger({
- type: 'usage',
- name: 'hls-error-reload-initialized'
- });
});
/**
* Player modifications to perform that must wait until `loadedmetadata`
@@ -65293,7 +66006,7 @@
* @private
*/
- var loadedMetadataHandler = function loadedMetadataHandler() {
+ const loadedMetadataHandler = function () {
if (seekTo) {
player.currentTime(seekTo);
}
@@ -65305,12 +66018,10 @@
* @private
*/
-
- var setSource = function setSource(sourceObj) {
+ const setSource = function (sourceObj) {
if (sourceObj === null || sourceObj === undefined) {
return;
}
-
seekTo = player.duration() !== Infinity && player.currentTime() || 0;
player.one('loadedmetadata', loadedMetadataHandler);
player.src(sourceObj);
@@ -65318,10 +66029,6 @@
type: 'usage',
name: 'vhs-error-reload'
});
- player.trigger({
- type: 'usage',
- name: 'hls-error-reload'
- });
player.play();
};
/**
@@ -65331,8 +66038,7 @@
* @private
*/
-
- var errorHandler = function errorHandler() {
+ const errorHandler = function () {
// Do not attempt to reload the source if a source-reload occurred before
// 'errorInterval' time has elapsed since the last source-reload
if (Date.now() - lastCalled < localOptions.errorInterval * 1000) {
@@ -65340,18 +66046,12 @@
type: 'usage',
name: 'vhs-error-reload-canceled'
});
- player.trigger({
- type: 'usage',
- name: 'hls-error-reload-canceled'
- });
return;
}
-
if (!localOptions.getSource || typeof localOptions.getSource !== 'function') {
videojs.log.error('ERROR: reloadSourceOnError - The option getSource must be a function!');
return;
}
-
lastCalled = Date.now();
return localOptions.getSource.call(player, setSource);
};
@@ -65361,8 +66061,7 @@
* @private
*/
-
- var cleanupEvents = function cleanupEvents() {
+ const cleanupEvents = function () {
player.off('loadedmetadata', loadedMetadataHandler);
player.off('error', errorHandler);
player.off('dispose', cleanupEvents);
@@ -65374,12 +66073,10 @@
* @private
*/
-
- var reinitPlugin = function reinitPlugin(newOptions) {
+ const reinitPlugin = function (newOptions) {
cleanupEvents();
initPlugin(player, newOptions);
};
-
player.on('error', errorHandler);
player.on('dispose', cleanupEvents); // Overwrite the plugin function so that we can correctly cleanup before
// initializing the plugin
@@ -65393,48 +66090,44 @@
* @param {Object} [options] an object with plugin options
*/
-
- var reloadSourceOnError = function reloadSourceOnError(options) {
+ const reloadSourceOnError = function (options) {
initPlugin(this, options);
};
-
- var version$4 = "2.14.2";
- var version$3 = "6.0.1";
- var version$2 = "0.21.1";
- var version$1 = "4.7.1";
- var version = "3.1.3";
- var Vhs = {
- PlaylistLoader: PlaylistLoader,
- Playlist: Playlist,
- utils: utils,
+ var version$4 = "3.13.2";
+ var version$3 = "7.0.3";
+ var version$2 = "1.3.0";
+ var version$1 = "7.1.0";
+ var version = "4.0.1";
+ const Vhs = {
+ PlaylistLoader,
+ Playlist,
+ utils,
STANDARD_PLAYLIST_SELECTOR: lastBandwidthSelector,
INITIAL_PLAYLIST_SELECTOR: lowestBitrateCompatibleVariantSelector,
- lastBandwidthSelector: lastBandwidthSelector,
- movingAverageBandwidthSelector: movingAverageBandwidthSelector,
- comparePlaylistBandwidth: comparePlaylistBandwidth,
- comparePlaylistResolution: comparePlaylistResolution,
+ lastBandwidthSelector,
+ movingAverageBandwidthSelector,
+ comparePlaylistBandwidth,
+ comparePlaylistResolution,
xhr: xhrFactory()
}; // Define getter/setters for config properties
- Object.keys(Config).forEach(function (prop) {
+ Object.keys(Config).forEach(prop => {
Object.defineProperty(Vhs, prop, {
- get: function get() {
- videojs.log.warn("using Vhs." + prop + " is UNSAFE be sure you know what you are doing");
+ get() {
+ videojs.log.warn(`using Vhs.${prop} is UNSAFE be sure you know what you are doing`);
return Config[prop];
},
- set: function set(value) {
- videojs.log.warn("using Vhs." + prop + " is UNSAFE be sure you know what you are doing");
-
+ set(value) {
+ videojs.log.warn(`using Vhs.${prop} is UNSAFE be sure you know what you are doing`);
if (typeof value !== 'number' || value < 0) {
- videojs.log.warn("value of Vhs." + prop + " must be greater than or equal to 0");
+ videojs.log.warn(`value of Vhs.${prop} must be greater than or equal to 0`);
return;
}
-
Config[prop] = value;
}
});
});
- var LOCAL_STORAGE_KEY = 'videojs-vhs';
+ const LOCAL_STORAGE_KEY = 'videojs-vhs';
/**
* Updates the selectedIndex of the QualityLevelList when a mediachange happens in vhs.
*
@@ -65443,20 +66136,18 @@
* @function handleVhsMediaChange
*/
- var handleVhsMediaChange = function handleVhsMediaChange(qualityLevels, playlistLoader) {
- var newPlaylist = playlistLoader.media();
- var selectedIndex = -1;
-
- for (var i = 0; i < qualityLevels.length; i++) {
+ const handleVhsMediaChange = function (qualityLevels, playlistLoader) {
+ const newPlaylist = playlistLoader.media();
+ let selectedIndex = -1;
+ for (let i = 0; i < qualityLevels.length; i++) {
if (qualityLevels[i].id === newPlaylist.id) {
selectedIndex = i;
break;
}
}
-
qualityLevels.selectedIndex_ = selectedIndex;
qualityLevels.trigger({
- selectedIndex: selectedIndex,
+ selectedIndex,
type: 'change'
});
};
@@ -65468,47 +66159,37 @@
* @function handleVhsLoadedMetadata
*/
-
- var handleVhsLoadedMetadata = function handleVhsLoadedMetadata(qualityLevels, vhs) {
- vhs.representations().forEach(function (rep) {
+ const handleVhsLoadedMetadata = function (qualityLevels, vhs) {
+ vhs.representations().forEach(rep => {
qualityLevels.addQualityLevel(rep);
});
handleVhsMediaChange(qualityLevels, vhs.playlists);
- }; // HLS is a source handler, not a tech. Make sure attempts to use it
+ }; // VHS is a source handler, not a tech. Make sure attempts to use it
// as one do not cause exceptions.
-
Vhs.canPlaySource = function () {
- return videojs.log.warn('HLS is no longer a tech. Please remove it from ' + 'your player\'s techOrder.');
+ return videojs.log.warn('VHS is no longer a tech. Please remove it from ' + 'your player\'s techOrder.');
};
-
- var emeKeySystems = function emeKeySystems(keySystemOptions, mainPlaylist, audioPlaylist) {
+ const emeKeySystems = (keySystemOptions, mainPlaylist, audioPlaylist) => {
if (!keySystemOptions) {
return keySystemOptions;
}
-
- var codecs = {};
-
+ let codecs = {};
if (mainPlaylist && mainPlaylist.attributes && mainPlaylist.attributes.CODECS) {
codecs = unwrapCodecList(parseCodecs(mainPlaylist.attributes.CODECS));
}
-
if (audioPlaylist && audioPlaylist.attributes && audioPlaylist.attributes.CODECS) {
codecs.audio = audioPlaylist.attributes.CODECS;
}
+ const videoContentType = getMimeForCodec(codecs.video);
+ const audioContentType = getMimeForCodec(codecs.audio); // upsert the content types based on the selected playlist
- var videoContentType = getMimeForCodec(codecs.video);
- var audioContentType = getMimeForCodec(codecs.audio); // upsert the content types based on the selected playlist
-
- var keySystemContentTypes = {};
-
- for (var keySystem in keySystemOptions) {
+ const keySystemContentTypes = {};
+ for (const keySystem in keySystemOptions) {
keySystemContentTypes[keySystem] = {};
-
if (audioContentType) {
keySystemContentTypes[keySystem].audioContentType = audioContentType;
}
-
if (videoContentType) {
keySystemContentTypes[keySystem].videoContentType = videoContentType;
} // Default to using the video playlist's PSSH even though they may be different, as
@@ -65518,19 +66199,16 @@
// unique PSSH values, and if they aren't, then encrypted events should have the
// specific information needed for the unique license.
-
if (mainPlaylist.contentProtection && mainPlaylist.contentProtection[keySystem] && mainPlaylist.contentProtection[keySystem].pssh) {
keySystemContentTypes[keySystem].pssh = mainPlaylist.contentProtection[keySystem].pssh;
} // videojs-contrib-eme accepts the option of specifying: 'com.some.cdm': 'url'
// so we need to prevent overwriting the URL entirely
-
if (typeof keySystemOptions[keySystem] === 'string') {
keySystemContentTypes[keySystem].url = keySystemOptions[keySystem];
}
}
-
- return videojs.mergeOptions(keySystemOptions, keySystemContentTypes);
+ return merge(keySystemOptions, keySystemContentTypes);
};
/**
* @typedef {Object} KeySystems
@@ -65556,29 +66234,23 @@
* pssh values
*/
-
- var getAllPsshKeySystemsOptions = function getAllPsshKeySystemsOptions(playlists, keySystems) {
- return playlists.reduce(function (keySystemsArr, playlist) {
+ const getAllPsshKeySystemsOptions = (playlists, keySystems) => {
+ return playlists.reduce((keySystemsArr, playlist) => {
if (!playlist.contentProtection) {
return keySystemsArr;
}
-
- var keySystemsOptions = keySystems.reduce(function (keySystemsObj, keySystem) {
- var keySystemOptions = playlist.contentProtection[keySystem];
-
+ const keySystemsOptions = keySystems.reduce((keySystemsObj, keySystem) => {
+ const keySystemOptions = playlist.contentProtection[keySystem];
if (keySystemOptions && keySystemOptions.pssh) {
keySystemsObj[keySystem] = {
pssh: keySystemOptions.pssh
};
}
-
return keySystemsObj;
}, {});
-
if (Object.keys(keySystemsOptions).length) {
keySystemsArr.push(keySystemsOptions);
}
-
return keySystemsArr;
}, []);
};
@@ -65601,19 +66273,18 @@
* @param {Object} [audioMedia]
* The active audio media playlist (optional)
* @param {Object[]} mainPlaylists
- * The playlists found on the master playlist object
+ * The playlists found on the main playlist object
*
* @return {Object}
* Promise that resolves when the key session has been created
*/
-
- var waitForKeySessionCreation = function waitForKeySessionCreation(_ref) {
- var player = _ref.player,
- sourceKeySystems = _ref.sourceKeySystems,
- audioMedia = _ref.audioMedia,
- mainPlaylists = _ref.mainPlaylists;
-
+ const waitForKeySessionCreation = ({
+ player,
+ sourceKeySystems,
+ audioMedia,
+ mainPlaylists
+ }) => {
if (!player.eme.initializeMediaKeys) {
return Promise.resolve();
} // TODO should all audio PSSH values be initialized for DRM?
@@ -65625,29 +66296,27 @@
// may be many alternate audio playlists unlikely to be used (e.g., multiple different
// languages).
-
- var playlists = audioMedia ? mainPlaylists.concat([audioMedia]) : mainPlaylists;
- var keySystemsOptionsArr = getAllPsshKeySystemsOptions(playlists, Object.keys(sourceKeySystems));
- var initializationFinishedPromises = [];
- var keySessionCreatedPromises = []; // Since PSSH values are interpreted as initData, EME will dedupe any duplicates. The
- // only place where it should not be deduped is for ms-prefixed APIs, but the early
- // return for IE11 above, and the existence of modern EME APIs in addition to
+ const playlists = audioMedia ? mainPlaylists.concat([audioMedia]) : mainPlaylists;
+ const keySystemsOptionsArr = getAllPsshKeySystemsOptions(playlists, Object.keys(sourceKeySystems));
+ const initializationFinishedPromises = [];
+ const keySessionCreatedPromises = []; // Since PSSH values are interpreted as initData, EME will dedupe any duplicates. The
+ // only place where it should not be deduped is for ms-prefixed APIs, but
+ // the existence of modern EME APIs in addition to
// ms-prefixed APIs on Edge should prevent this from being a concern.
// initializeMediaKeys also won't use the webkit-prefixed APIs.
- keySystemsOptionsArr.forEach(function (keySystemsOptions) {
- keySessionCreatedPromises.push(new Promise(function (resolve, reject) {
+ keySystemsOptionsArr.forEach(keySystemsOptions => {
+ keySessionCreatedPromises.push(new Promise((resolve, reject) => {
player.tech_.one('keysessioncreated', resolve);
}));
- initializationFinishedPromises.push(new Promise(function (resolve, reject) {
+ initializationFinishedPromises.push(new Promise((resolve, reject) => {
player.eme.initializeMediaKeys({
keySystems: keySystemsOptions
- }, function (err) {
+ }, err => {
if (err) {
reject(err);
return;
}
-
resolve();
});
}));
@@ -65658,10 +66327,12 @@
// better here for the race to surface the rejection, rather than mask it by using
// Promise.any.
- return Promise.race([// If a session was previously created, these will all finish resolving without
+ return Promise.race([
+ // If a session was previously created, these will all finish resolving without
// creating a new session, otherwise it will take until the end of all license
// requests, which is why the key session check is used (to make setup much faster).
- Promise.all(initializationFinishedPromises), // Once a single session is created, the browser knows DRM will be used.
+ Promise.all(initializationFinishedPromises),
+ // Once a single session is created, the browser knows DRM will be used.
Promise.race(keySessionCreatedPromises)]);
};
/**
@@ -65682,18 +66353,16 @@
* Whether or not options were configured and EME is available
*/
-
- var setupEmeOptions = function setupEmeOptions(_ref2) {
- var player = _ref2.player,
- sourceKeySystems = _ref2.sourceKeySystems,
- media = _ref2.media,
- audioMedia = _ref2.audioMedia;
- var sourceOptions = emeKeySystems(sourceKeySystems, media, audioMedia);
-
+ const setupEmeOptions = ({
+ player,
+ sourceKeySystems,
+ media,
+ audioMedia
+ }) => {
+ const sourceOptions = emeKeySystems(sourceKeySystems, media, audioMedia);
if (!sourceOptions) {
return false;
}
-
player.currentSource().keySystems = sourceOptions; // eme handles the rest of the setup, so if it is missing
// do nothing.
@@ -65701,21 +66370,16 @@
videojs.log.warn('DRM encrypted source cannot be decrypted without a DRM plugin');
return false;
}
-
return true;
};
-
- var getVhsLocalStorage = function getVhsLocalStorage() {
+ const getVhsLocalStorage = () => {
if (!window.localStorage) {
return null;
}
-
- var storedObject = window.localStorage.getItem(LOCAL_STORAGE_KEY);
-
+ const storedObject = window.localStorage.getItem(LOCAL_STORAGE_KEY);
if (!storedObject) {
return null;
}
-
try {
return JSON.parse(storedObject);
} catch (e) {
@@ -65723,15 +66387,12 @@
return null;
}
};
-
- var updateVhsLocalStorage = function updateVhsLocalStorage(options) {
+ const updateVhsLocalStorage = options => {
if (!window.localStorage) {
return false;
}
-
- var objectToStore = getVhsLocalStorage();
- objectToStore = objectToStore ? videojs.mergeOptions(objectToStore, options) : options;
-
+ let objectToStore = getVhsLocalStorage();
+ objectToStore = objectToStore ? merge(objectToStore, options) : options;
try {
window.localStorage.setItem(LOCAL_STORAGE_KEY, JSON.stringify(objectToStore));
} catch (e) {
@@ -65741,7 +66402,6 @@
// No need to perform any operation.
return false;
}
-
return objectToStore;
};
/**
@@ -65757,76 +66417,163 @@
* was found
*/
-
- var expandDataUri = function expandDataUri(dataUri) {
+ const expandDataUri = dataUri => {
if (dataUri.toLowerCase().indexOf('data:application/vnd.videojs.vhs+json,') === 0) {
return JSON.parse(dataUri.substring(dataUri.indexOf(',') + 1));
} // no known case for this data URI, return the string as-is
-
return dataUri;
};
+ /**
+ * Adds a request hook to an xhr object
+ *
+ * @param {Object} xhr object to add the onRequest hook to
+ * @param {function} callback hook function for an xhr request
+ */
+
+ const addOnRequestHook = (xhr, callback) => {
+ if (!xhr._requestCallbackSet) {
+ xhr._requestCallbackSet = new Set();
+ }
+ xhr._requestCallbackSet.add(callback);
+ };
+ /**
+ * Adds a response hook to an xhr object
+ *
+ * @param {Object} xhr object to add the onResponse hook to
+ * @param {function} callback hook function for an xhr response
+ */
+
+ const addOnResponseHook = (xhr, callback) => {
+ if (!xhr._responseCallbackSet) {
+ xhr._responseCallbackSet = new Set();
+ }
+ xhr._responseCallbackSet.add(callback);
+ };
+ /**
+ * Removes a request hook on an xhr object, deletes the onRequest set if empty.
+ *
+ * @param {Object} xhr object to remove the onRequest hook from
+ * @param {function} callback hook function to remove
+ */
+
+ const removeOnRequestHook = (xhr, callback) => {
+ if (!xhr._requestCallbackSet) {
+ return;
+ }
+ xhr._requestCallbackSet.delete(callback);
+ if (!xhr._requestCallbackSet.size) {
+ delete xhr._requestCallbackSet;
+ }
+ };
+ /**
+ * Removes a response hook on an xhr object, deletes the onResponse set if empty.
+ *
+ * @param {Object} xhr object to remove the onResponse hook from
+ * @param {function} callback hook function to remove
+ */
+
+ const removeOnResponseHook = (xhr, callback) => {
+ if (!xhr._responseCallbackSet) {
+ return;
+ }
+ xhr._responseCallbackSet.delete(callback);
+ if (!xhr._responseCallbackSet.size) {
+ delete xhr._responseCallbackSet;
+ }
+ };
/**
* Whether the browser has built-in HLS support.
*/
-
Vhs.supportsNativeHls = function () {
if (!document || !document.createElement) {
return false;
}
-
- var video = document.createElement('video'); // native HLS is definitely not supported if HTML5 video isn't
+ const video = document.createElement('video'); // native HLS is definitely not supported if HTML5 video isn't
if (!videojs.getTech('Html5').isSupported()) {
return false;
} // HLS manifests can go by many mime-types
-
- var canPlay = [// Apple santioned
- 'application/vnd.apple.mpegurl', // Apple sanctioned for backwards compatibility
- 'audio/mpegurl', // Very common
- 'audio/x-mpegurl', // Very common
- 'application/x-mpegurl', // Included for completeness
+ const canPlay = [
+ // Apple santioned
+ 'application/vnd.apple.mpegurl',
+ // Apple sanctioned for backwards compatibility
+ 'audio/mpegurl',
+ // Very common
+ 'audio/x-mpegurl',
+ // Very common
+ 'application/x-mpegurl',
+ // Included for completeness
'video/x-mpegurl', 'video/mpegurl', 'application/mpegurl'];
return canPlay.some(function (canItPlay) {
return /maybe|probably/i.test(video.canPlayType(canItPlay));
});
}();
-
Vhs.supportsNativeDash = function () {
if (!document || !document.createElement || !videojs.getTech('Html5').isSupported()) {
return false;
}
-
return /maybe|probably/i.test(document.createElement('video').canPlayType('application/dash+xml'));
}();
-
- Vhs.supportsTypeNatively = function (type) {
+ Vhs.supportsTypeNatively = type => {
if (type === 'hls') {
return Vhs.supportsNativeHls;
}
-
if (type === 'dash') {
return Vhs.supportsNativeDash;
}
-
return false;
};
/**
- * HLS is a source handler, not a tech. Make sure attempts to use it
+ * VHS is a source handler, not a tech. Make sure attempts to use it
* as one do not cause exceptions.
*/
-
Vhs.isSupported = function () {
- return videojs.log.warn('HLS is no longer a tech. Please remove it from ' + 'your player\'s techOrder.');
+ return videojs.log.warn('VHS is no longer a tech. Please remove it from ' + 'your player\'s techOrder.');
};
+ /**
+ * A global function for setting an onRequest hook
+ *
+ * @param {function} callback for request modifiction
+ */
- var Component = videojs.getComponent('Component');
+ Vhs.xhr.onRequest = function (callback) {
+ addOnRequestHook(Vhs.xhr, callback);
+ };
+ /**
+ * A global function for setting an onResponse hook
+ *
+ * @param {callback} callback for response data retrieval
+ */
+
+ Vhs.xhr.onResponse = function (callback) {
+ addOnResponseHook(Vhs.xhr, callback);
+ };
+ /**
+ * Deletes a global onRequest callback if it exists
+ *
+ * @param {function} callback to delete from the global set
+ */
+
+ Vhs.xhr.offRequest = function (callback) {
+ removeOnRequestHook(Vhs.xhr, callback);
+ };
+ /**
+ * Deletes a global onResponse callback if it exists
+ *
+ * @param {function} callback to delete from the global set
+ */
+
+ Vhs.xhr.offResponse = function (callback) {
+ removeOnResponseHook(Vhs.xhr, callback);
+ };
+ const Component = videojs.getComponent('Component');
/**
* The Vhs Handler object, where we orchestrate all of the parts
- * of HLS to interact with video.js
+ * of VHS to interact with video.js
*
* @class VhsHandler
* @extends videojs.Component
@@ -65835,241 +66582,169 @@
* @param {Object} options optional and required options
*/
- var VhsHandler = /*#__PURE__*/function (_Component) {
- inheritsLoose(VhsHandler, _Component);
-
- function VhsHandler(source, tech, options) {
- var _this;
-
- _this = _Component.call(this, tech, videojs.mergeOptions(options.hls, options.vhs)) || this;
-
- if (options.hls && Object.keys(options.hls).length) {
- videojs.log.warn('Using hls options is deprecated. Please rename `hls` to `vhs` in your options object.');
- } // if a tech level `initialBandwidth` option was passed
+ class VhsHandler extends Component {
+ constructor(source, tech, options) {
+ super(tech, options.vhs); // if a tech level `initialBandwidth` option was passed
// use that over the VHS level `bandwidth` option
-
if (typeof options.initialBandwidth === 'number') {
- _this.options_.bandwidth = options.initialBandwidth;
+ this.options_.bandwidth = options.initialBandwidth;
}
-
- _this.logger_ = logger('VhsHandler'); // tech.player() is deprecated but setup a reference to HLS for
- // backwards-compatibility
+ this.logger_ = logger('VhsHandler'); // we need access to the player in some cases,
+ // so, get it from Video.js via the `playerId`
if (tech.options_ && tech.options_.playerId) {
- var _player = videojs(tech.options_.playerId);
-
- if (!_player.hasOwnProperty('hls')) {
- Object.defineProperty(_player, 'hls', {
- get: function get() {
- videojs.log.warn('player.hls is deprecated. Use player.tech().vhs instead.');
- tech.trigger({
- type: 'usage',
- name: 'hls-player-access'
- });
- return assertThisInitialized(_this);
- },
- configurable: true
- });
- }
-
- if (!_player.hasOwnProperty('vhs')) {
- Object.defineProperty(_player, 'vhs', {
- get: function get() {
- videojs.log.warn('player.vhs is deprecated. Use player.tech().vhs instead.');
- tech.trigger({
- type: 'usage',
- name: 'vhs-player-access'
- });
- return assertThisInitialized(_this);
- },
- configurable: true
- });
- }
-
- if (!_player.hasOwnProperty('dash')) {
- Object.defineProperty(_player, 'dash', {
- get: function get() {
- videojs.log.warn('player.dash is deprecated. Use player.tech().vhs instead.');
- return assertThisInitialized(_this);
- },
- configurable: true
- });
- }
-
- _this.player_ = _player;
+ const _player = videojs.getPlayer(tech.options_.playerId);
+ this.player_ = _player;
}
-
- _this.tech_ = tech;
- _this.source_ = source;
- _this.stats = {};
- _this.ignoreNextSeekingEvent_ = false;
-
- _this.setOptions_();
-
- if (_this.options_.overrideNative && tech.overrideNativeAudioTracks && tech.overrideNativeVideoTracks) {
+ this.tech_ = tech;
+ this.source_ = source;
+ this.stats = {};
+ this.ignoreNextSeekingEvent_ = false;
+ this.setOptions_();
+ if (this.options_.overrideNative && tech.overrideNativeAudioTracks && tech.overrideNativeVideoTracks) {
tech.overrideNativeAudioTracks(true);
tech.overrideNativeVideoTracks(true);
- } else if (_this.options_.overrideNative && (tech.featuresNativeVideoTracks || tech.featuresNativeAudioTracks)) {
- // overriding native HLS only works if audio tracks have been emulated
+ } else if (this.options_.overrideNative && (tech.featuresNativeVideoTracks || tech.featuresNativeAudioTracks)) {
+ // overriding native VHS only works if audio tracks have been emulated
// error early if we're misconfigured
- throw new Error('Overriding native HLS requires emulated tracks. ' + 'See https://git.io/vMpjB');
+ throw new Error('Overriding native VHS requires emulated tracks. ' + 'See https://git.io/vMpjB');
} // listen for fullscreenchange events for this player so that we
// can adjust our quality selection quickly
-
- _this.on(document, ['fullscreenchange', 'webkitfullscreenchange', 'mozfullscreenchange', 'MSFullscreenChange'], function (event) {
- var fullscreenElement = document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement;
-
- if (fullscreenElement && fullscreenElement.contains(_this.tech_.el())) {
- _this.masterPlaylistController_.fastQualityChange_();
+ this.on(document, ['fullscreenchange', 'webkitfullscreenchange', 'mozfullscreenchange', 'MSFullscreenChange'], event => {
+ const fullscreenElement = document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement;
+ if (fullscreenElement && fullscreenElement.contains(this.tech_.el())) {
+ this.playlistController_.fastQualityChange_();
} else {
// When leaving fullscreen, since the in page pixel dimensions should be smaller
// than full screen, see if there should be a rendition switch down to preserve
// bandwidth.
- _this.masterPlaylistController_.checkABR_();
+ this.playlistController_.checkABR_();
}
});
-
- _this.on(_this.tech_, 'seeking', function () {
+ this.on(this.tech_, 'seeking', function () {
if (this.ignoreNextSeekingEvent_) {
this.ignoreNextSeekingEvent_ = false;
return;
}
-
this.setCurrentTime(this.tech_.currentTime());
});
-
- _this.on(_this.tech_, 'error', function () {
+ this.on(this.tech_, 'error', function () {
// verify that the error was real and we are loaded
- // enough to have mpc loaded.
- if (this.tech_.error() && this.masterPlaylistController_) {
- this.masterPlaylistController_.pauseLoading();
+ // enough to have pc loaded.
+ if (this.tech_.error() && this.playlistController_) {
+ this.playlistController_.pauseLoading();
}
});
-
- _this.on(_this.tech_, 'play', _this.play);
-
- return _this;
+ this.on(this.tech_, 'play', this.play);
}
+ /**
+ * Set VHS options based on options from configuration, as well as partial
+ * options to be passed at a later time.
+ *
+ * @param {Object} options A partial chunk of config options
+ */
- var _proto = VhsHandler.prototype;
-
- _proto.setOptions_ = function setOptions_() {
- var _this2 = this; // defaults
-
+ setOptions_(options = {}) {
+ this.options_ = merge(this.options_, options); // defaults
this.options_.withCredentials = this.options_.withCredentials || false;
- this.options_.handleManifestRedirects = this.options_.handleManifestRedirects === false ? false : true;
this.options_.limitRenditionByPlayerDimensions = this.options_.limitRenditionByPlayerDimensions === false ? false : true;
this.options_.useDevicePixelRatio = this.options_.useDevicePixelRatio || false;
- this.options_.smoothQualityChange = this.options_.smoothQualityChange || false;
this.options_.useBandwidthFromLocalStorage = typeof this.source_.useBandwidthFromLocalStorage !== 'undefined' ? this.source_.useBandwidthFromLocalStorage : this.options_.useBandwidthFromLocalStorage || false;
+ this.options_.useForcedSubtitles = this.options_.useForcedSubtitles || false;
this.options_.useNetworkInformationApi = this.options_.useNetworkInformationApi || false;
this.options_.useDtsForTimestampOffset = this.options_.useDtsForTimestampOffset || false;
this.options_.customTagParsers = this.options_.customTagParsers || [];
this.options_.customTagMappers = this.options_.customTagMappers || [];
this.options_.cacheEncryptionKeys = this.options_.cacheEncryptionKeys || false;
-
- if (typeof this.options_.blacklistDuration !== 'number') {
- this.options_.blacklistDuration = 5 * 60;
+ this.options_.llhls = this.options_.llhls === false ? false : true;
+ this.options_.bufferBasedABR = this.options_.bufferBasedABR || false;
+ if (typeof this.options_.playlistExclusionDuration !== 'number') {
+ this.options_.playlistExclusionDuration = 60;
}
-
if (typeof this.options_.bandwidth !== 'number') {
if (this.options_.useBandwidthFromLocalStorage) {
- var storedObject = getVhsLocalStorage();
-
+ const storedObject = getVhsLocalStorage();
if (storedObject && storedObject.bandwidth) {
this.options_.bandwidth = storedObject.bandwidth;
this.tech_.trigger({
type: 'usage',
name: 'vhs-bandwidth-from-local-storage'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-bandwidth-from-local-storage'
- });
}
-
if (storedObject && storedObject.throughput) {
this.options_.throughput = storedObject.throughput;
this.tech_.trigger({
type: 'usage',
name: 'vhs-throughput-from-local-storage'
});
- this.tech_.trigger({
- type: 'usage',
- name: 'hls-throughput-from-local-storage'
- });
}
}
} // if bandwidth was not set by options or pulled from local storage, start playlist
// selection at a reasonable bandwidth
-
if (typeof this.options_.bandwidth !== 'number') {
this.options_.bandwidth = Config.INITIAL_BANDWIDTH;
} // If the bandwidth number is unchanged from the initial setting
// then this takes precedence over the enableLowInitialPlaylist option
-
this.options_.enableLowInitialPlaylist = this.options_.enableLowInitialPlaylist && this.options_.bandwidth === Config.INITIAL_BANDWIDTH; // grab options passed to player.src
- ['withCredentials', 'useDevicePixelRatio', 'limitRenditionByPlayerDimensions', 'bandwidth', 'smoothQualityChange', 'customTagParsers', 'customTagMappers', 'handleManifestRedirects', 'cacheEncryptionKeys', 'playlistSelector', 'initialPlaylistSelector', 'experimentalBufferBasedABR', 'liveRangeSafeTimeDelta', 'experimentalLLHLS', 'useNetworkInformationApi', 'useDtsForTimestampOffset', 'experimentalExactManifestTimings', 'experimentalLeastPixelDiffSelector'].forEach(function (option) {
- if (typeof _this2.source_[option] !== 'undefined') {
- _this2.options_[option] = _this2.source_[option];
+ ['withCredentials', 'useDevicePixelRatio', 'customPixelRatio', 'limitRenditionByPlayerDimensions', 'bandwidth', 'customTagParsers', 'customTagMappers', 'cacheEncryptionKeys', 'playlistSelector', 'initialPlaylistSelector', 'bufferBasedABR', 'liveRangeSafeTimeDelta', 'llhls', 'useForcedSubtitles', 'useNetworkInformationApi', 'useDtsForTimestampOffset', 'exactManifestTimings', 'leastPixelDiffSelector'].forEach(option => {
+ if (typeof this.source_[option] !== 'undefined') {
+ this.options_[option] = this.source_[option];
}
});
this.limitRenditionByPlayerDimensions = this.options_.limitRenditionByPlayerDimensions;
this.useDevicePixelRatio = this.options_.useDevicePixelRatio;
+ const customPixelRatio = this.options_.customPixelRatio; // Ensure the custom pixel ratio is a number greater than or equal to 0
+
+ if (typeof customPixelRatio === 'number' && customPixelRatio >= 0) {
+ this.customPixelRatio = customPixelRatio;
+ }
+ } // alias for public method to set options
+
+ setOptions(options = {}) {
+ this.setOptions_(options);
}
/**
* called when player.src gets called, handle a new source
*
* @param {Object} src the source object to handle
*/
- ;
- _proto.src = function src(_src, type) {
- var _this3 = this; // do nothing if the src is falsey
-
-
- if (!_src) {
+ src(src, type) {
+ // do nothing if the src is falsey
+ if (!src) {
return;
}
-
- this.setOptions_(); // add master playlist controller options
+ this.setOptions_(); // add main playlist controller options
this.options_.src = expandDataUri(this.source_.src);
this.options_.tech = this.tech_;
this.options_.externVhs = Vhs;
this.options_.sourceType = simpleTypeFromSourceType(type); // Whenever we seek internally, we should update the tech
- this.options_.seekTo = function (time) {
- _this3.tech_.setCurrentTime(time);
- };
+ this.options_.seekTo = time => {
+ this.tech_.setCurrentTime(time);
+ }; // pass player to allow for player level eventing on construction.
- if (this.options_.smoothQualityChange) {
- videojs.log.warn('smoothQualityChange is deprecated and will be removed in the next major version');
- }
-
- this.masterPlaylistController_ = new MasterPlaylistController(this.options_);
- var playbackWatcherOptions = videojs.mergeOptions({
+ this.options_.player_ = this.player_;
+ this.playlistController_ = new PlaylistController(this.options_);
+ const playbackWatcherOptions = merge({
liveRangeSafeTimeDelta: SAFE_TIME_DELTA
}, this.options_, {
- seekable: function seekable() {
- return _this3.seekable();
- },
- media: function media() {
- return _this3.masterPlaylistController_.media();
- },
- masterPlaylistController: this.masterPlaylistController_
+ seekable: () => this.seekable(),
+ media: () => this.playlistController_.media(),
+ playlistController: this.playlistController_
});
this.playbackWatcher_ = new PlaybackWatcher(playbackWatcherOptions);
- this.masterPlaylistController_.on('error', function () {
- var player = videojs.players[_this3.tech_.options_.playerId];
- var error = _this3.masterPlaylistController_.error;
-
+ this.attachStreamingEventListeners_();
+ this.playlistController_.on('error', () => {
+ const player = videojs.players[this.tech_.options_.playerId];
+ let error = this.playlistController_.error;
if (typeof error === 'object' && !error.code) {
error.code = 3;
} else if (typeof error === 'string') {
@@ -66078,50 +66753,48 @@
code: 3
};
}
-
player.error(error);
});
- var defaultSelector = this.options_.experimentalBufferBasedABR ? Vhs.movingAverageBandwidthSelector(0.55) : Vhs.STANDARD_PLAYLIST_SELECTOR; // `this` in selectPlaylist should be the VhsHandler for backwards
+ const defaultSelector = this.options_.bufferBasedABR ? Vhs.movingAverageBandwidthSelector(0.55) : Vhs.STANDARD_PLAYLIST_SELECTOR; // `this` in selectPlaylist should be the VhsHandler for backwards
// compatibility with < v2
- this.masterPlaylistController_.selectPlaylist = this.selectPlaylist ? this.selectPlaylist.bind(this) : defaultSelector.bind(this);
- this.masterPlaylistController_.selectInitialPlaylist = Vhs.INITIAL_PLAYLIST_SELECTOR.bind(this); // re-expose some internal objects for backwards compatibility with < v2
+ this.playlistController_.selectPlaylist = this.selectPlaylist ? this.selectPlaylist.bind(this) : defaultSelector.bind(this);
+ this.playlistController_.selectInitialPlaylist = Vhs.INITIAL_PLAYLIST_SELECTOR.bind(this); // re-expose some internal objects for backwards compatibility with < v2
- this.playlists = this.masterPlaylistController_.masterPlaylistLoader_;
- this.mediaSource = this.masterPlaylistController_.mediaSource; // Proxy assignment of some properties to the master playlist
+ this.playlists = this.playlistController_.mainPlaylistLoader_;
+ this.mediaSource = this.playlistController_.mediaSource; // Proxy assignment of some properties to the main playlist
// controller. Using a custom property for backwards compatibility
// with < v2
Object.defineProperties(this, {
selectPlaylist: {
- get: function get() {
- return this.masterPlaylistController_.selectPlaylist;
+ get() {
+ return this.playlistController_.selectPlaylist;
},
- set: function set(selectPlaylist) {
- this.masterPlaylistController_.selectPlaylist = selectPlaylist.bind(this);
+ set(selectPlaylist) {
+ this.playlistController_.selectPlaylist = selectPlaylist.bind(this);
}
},
throughput: {
- get: function get() {
- return this.masterPlaylistController_.mainSegmentLoader_.throughput.rate;
+ get() {
+ return this.playlistController_.mainSegmentLoader_.throughput.rate;
},
- set: function set(throughput) {
- this.masterPlaylistController_.mainSegmentLoader_.throughput.rate = throughput; // By setting `count` to 1 the throughput value becomes the starting value
+ set(throughput) {
+ this.playlistController_.mainSegmentLoader_.throughput.rate = throughput; // By setting `count` to 1 the throughput value becomes the starting value
// for the cumulative average
- this.masterPlaylistController_.mainSegmentLoader_.throughput.count = 1;
+ this.playlistController_.mainSegmentLoader_.throughput.count = 1;
}
},
bandwidth: {
- get: function get() {
- var playerBandwidthEst = this.masterPlaylistController_.mainSegmentLoader_.bandwidth;
- var networkInformation = window.navigator.connection || window.navigator.mozConnection || window.navigator.webkitConnection;
- var tenMbpsAsBitsPerSecond = 10e6;
-
+ get() {
+ let playerBandwidthEst = this.playlistController_.mainSegmentLoader_.bandwidth;
+ const networkInformation = window.navigator.connection || window.navigator.mozConnection || window.navigator.webkitConnection;
+ const tenMbpsAsBitsPerSecond = 10e6;
if (this.options_.useNetworkInformationApi && networkInformation) {
// downlink returns Mbps
// https://developer.mozilla.org/en-US/docs/Web/API/NetworkInformation/downlink
- var networkInfoBandwidthEstBitsPerSec = networkInformation.downlink * 1000 * 1000; // downlink maxes out at 10 Mbps. In the event that both networkInformationApi and the player
+ const networkInfoBandwidthEstBitsPerSec = networkInformation.downlink * 1000 * 1000; // downlink maxes out at 10 Mbps. In the event that both networkInformationApi and the player
// estimate a bandwidth greater than 10 Mbps, use the larger of the two estimates to ensure that
// high quality streams are not filtered out.
@@ -66131,21 +66804,19 @@
playerBandwidthEst = networkInfoBandwidthEstBitsPerSec;
}
}
-
return playerBandwidthEst;
},
- set: function set(bandwidth) {
- this.masterPlaylistController_.mainSegmentLoader_.bandwidth = bandwidth; // setting the bandwidth manually resets the throughput counter
+ set(bandwidth) {
+ this.playlistController_.mainSegmentLoader_.bandwidth = bandwidth; // setting the bandwidth manually resets the throughput counter
// `count` is set to zero that current value of `rate` isn't included
// in the cumulative average
- this.masterPlaylistController_.mainSegmentLoader_.throughput = {
+ this.playlistController_.mainSegmentLoader_.throughput = {
rate: 0,
count: 0
};
}
},
-
/**
* `systemBandwidth` is a combination of two serial processes bit-rates. The first
* is the network bitrate provided by `bandwidth` and the second is the bitrate of
@@ -66156,197 +66827,146 @@
* sysBandwidth = 1 / (1 / bandwidth + 1 / throughput)
*/
systemBandwidth: {
- get: function get() {
- var invBandwidth = 1 / (this.bandwidth || 1);
- var invThroughput;
-
+ get() {
+ const invBandwidth = 1 / (this.bandwidth || 1);
+ let invThroughput;
if (this.throughput > 0) {
invThroughput = 1 / this.throughput;
} else {
invThroughput = 0;
}
-
- var systemBitrate = Math.floor(1 / (invBandwidth + invThroughput));
+ const systemBitrate = Math.floor(1 / (invBandwidth + invThroughput));
return systemBitrate;
},
- set: function set() {
+ set() {
videojs.log.error('The "systemBandwidth" property is read-only');
}
}
});
-
if (this.options_.bandwidth) {
this.bandwidth = this.options_.bandwidth;
}
-
if (this.options_.throughput) {
this.throughput = this.options_.throughput;
}
-
Object.defineProperties(this.stats, {
bandwidth: {
- get: function get() {
- return _this3.bandwidth || 0;
- },
+ get: () => this.bandwidth || 0,
enumerable: true
},
mediaRequests: {
- get: function get() {
- return _this3.masterPlaylistController_.mediaRequests_() || 0;
- },
+ get: () => this.playlistController_.mediaRequests_() || 0,
enumerable: true
},
mediaRequestsAborted: {
- get: function get() {
- return _this3.masterPlaylistController_.mediaRequestsAborted_() || 0;
- },
+ get: () => this.playlistController_.mediaRequestsAborted_() || 0,
enumerable: true
},
mediaRequestsTimedout: {
- get: function get() {
- return _this3.masterPlaylistController_.mediaRequestsTimedout_() || 0;
- },
+ get: () => this.playlistController_.mediaRequestsTimedout_() || 0,
enumerable: true
},
mediaRequestsErrored: {
- get: function get() {
- return _this3.masterPlaylistController_.mediaRequestsErrored_() || 0;
- },
+ get: () => this.playlistController_.mediaRequestsErrored_() || 0,
enumerable: true
},
mediaTransferDuration: {
- get: function get() {
- return _this3.masterPlaylistController_.mediaTransferDuration_() || 0;
- },
+ get: () => this.playlistController_.mediaTransferDuration_() || 0,
enumerable: true
},
mediaBytesTransferred: {
- get: function get() {
- return _this3.masterPlaylistController_.mediaBytesTransferred_() || 0;
- },
+ get: () => this.playlistController_.mediaBytesTransferred_() || 0,
enumerable: true
},
mediaSecondsLoaded: {
- get: function get() {
- return _this3.masterPlaylistController_.mediaSecondsLoaded_() || 0;
- },
+ get: () => this.playlistController_.mediaSecondsLoaded_() || 0,
enumerable: true
},
mediaAppends: {
- get: function get() {
- return _this3.masterPlaylistController_.mediaAppends_() || 0;
- },
+ get: () => this.playlistController_.mediaAppends_() || 0,
enumerable: true
},
mainAppendsToLoadedData: {
- get: function get() {
- return _this3.masterPlaylistController_.mainAppendsToLoadedData_() || 0;
- },
+ get: () => this.playlistController_.mainAppendsToLoadedData_() || 0,
enumerable: true
},
audioAppendsToLoadedData: {
- get: function get() {
- return _this3.masterPlaylistController_.audioAppendsToLoadedData_() || 0;
- },
+ get: () => this.playlistController_.audioAppendsToLoadedData_() || 0,
enumerable: true
},
appendsToLoadedData: {
- get: function get() {
- return _this3.masterPlaylistController_.appendsToLoadedData_() || 0;
- },
+ get: () => this.playlistController_.appendsToLoadedData_() || 0,
enumerable: true
},
timeToLoadedData: {
- get: function get() {
- return _this3.masterPlaylistController_.timeToLoadedData_() || 0;
- },
+ get: () => this.playlistController_.timeToLoadedData_() || 0,
enumerable: true
},
buffered: {
- get: function get() {
- return timeRangesToArray(_this3.tech_.buffered());
- },
+ get: () => timeRangesToArray(this.tech_.buffered()),
enumerable: true
},
currentTime: {
- get: function get() {
- return _this3.tech_.currentTime();
- },
+ get: () => this.tech_.currentTime(),
enumerable: true
},
currentSource: {
- get: function get() {
- return _this3.tech_.currentSource_;
- },
+ get: () => this.tech_.currentSource_,
enumerable: true
},
currentTech: {
- get: function get() {
- return _this3.tech_.name_;
- },
+ get: () => this.tech_.name_,
enumerable: true
},
duration: {
- get: function get() {
- return _this3.tech_.duration();
- },
+ get: () => this.tech_.duration(),
enumerable: true
},
- master: {
- get: function get() {
- return _this3.playlists.master;
- },
+ main: {
+ get: () => this.playlists.main,
enumerable: true
},
playerDimensions: {
- get: function get() {
- return _this3.tech_.currentDimensions();
- },
+ get: () => this.tech_.currentDimensions(),
enumerable: true
},
seekable: {
- get: function get() {
- return timeRangesToArray(_this3.tech_.seekable());
- },
+ get: () => timeRangesToArray(this.tech_.seekable()),
enumerable: true
},
timestamp: {
- get: function get() {
- return Date.now();
- },
+ get: () => Date.now(),
enumerable: true
},
videoPlaybackQuality: {
- get: function get() {
- return _this3.tech_.getVideoPlaybackQuality();
- },
+ get: () => this.tech_.getVideoPlaybackQuality(),
enumerable: true
}
});
- this.tech_.one('canplay', this.masterPlaylistController_.setupFirstPlay.bind(this.masterPlaylistController_));
- this.tech_.on('bandwidthupdate', function () {
- if (_this3.options_.useBandwidthFromLocalStorage) {
+ this.tech_.one('canplay', this.playlistController_.setupFirstPlay.bind(this.playlistController_));
+ this.tech_.on('bandwidthupdate', () => {
+ if (this.options_.useBandwidthFromLocalStorage) {
updateVhsLocalStorage({
- bandwidth: _this3.bandwidth,
- throughput: Math.round(_this3.throughput)
+ bandwidth: this.bandwidth,
+ throughput: Math.round(this.throughput)
});
}
});
- this.masterPlaylistController_.on('selectedinitialmedia', function () {
+ this.playlistController_.on('selectedinitialmedia', () => {
// Add the manual rendition mix-in to VhsHandler
- renditionSelectionMixin(_this3);
+ renditionSelectionMixin(this);
});
- this.masterPlaylistController_.sourceUpdater_.on('createdsourcebuffers', function () {
- _this3.setupEme_();
+ this.playlistController_.sourceUpdater_.on('createdsourcebuffers', () => {
+ this.setupEme_();
}); // the bandwidth of the primary segment loader is our best
// estimate of overall bandwidth
- this.on(this.masterPlaylistController_, 'progress', function () {
+ this.on(this.playlistController_, 'progress', function () {
this.tech_.trigger('progress');
}); // In the live case, we need to ignore the very first `seeking` event since
// that will be the result of the seek-to-live behavior
- this.on(this.masterPlaylistController_, 'firstplay', function () {
+ this.on(this.playlistController_, 'firstplay', function () {
this.ignoreNextSeekingEvent_ = true;
});
this.setupQualityLevels_(); // do nothing if the tech has been disposed already
@@ -66355,36 +66975,29 @@
if (!this.tech_.el()) {
return;
}
-
- this.mediaSourceUrl_ = window.URL.createObjectURL(this.masterPlaylistController_.mediaSource);
+ this.mediaSourceUrl_ = window.URL.createObjectURL(this.playlistController_.mediaSource);
this.tech_.src(this.mediaSourceUrl_);
- };
-
- _proto.createKeySessions_ = function createKeySessions_() {
- var _this4 = this;
-
- var audioPlaylistLoader = this.masterPlaylistController_.mediaTypes_.AUDIO.activePlaylistLoader;
+ }
+ createKeySessions_() {
+ const audioPlaylistLoader = this.playlistController_.mediaTypes_.AUDIO.activePlaylistLoader;
this.logger_('waiting for EME key session creation');
waitForKeySessionCreation({
player: this.player_,
sourceKeySystems: this.source_.keySystems,
audioMedia: audioPlaylistLoader && audioPlaylistLoader.media(),
- mainPlaylists: this.playlists.master.playlists
- }).then(function () {
- _this4.logger_('created EME key session');
-
- _this4.masterPlaylistController_.sourceUpdater_.initializedEme();
- })["catch"](function (err) {
- _this4.logger_('error while creating EME key session', err);
-
- _this4.player_.error({
+ mainPlaylists: this.playlists.main.playlists
+ }).then(() => {
+ this.logger_('created EME key session');
+ this.playlistController_.sourceUpdater_.initializedEme();
+ }).catch(err => {
+ this.logger_('error while creating EME key session', err);
+ this.player_.error({
message: 'Failed to initialize media keys for EME',
code: 3
});
});
- };
-
- _proto.handleWaitingForKey_ = function handleWaitingForKey_() {
+ }
+ handleWaitingForKey_() {
// If waitingforkey is fired, it's possible that the data that's necessary to retrieve
// the key is in the manifest. While this should've happened on initial source load, it
// may happen again in live streams where the keys change, and the manifest info
@@ -66404,37 +67017,25 @@
* browsers, EME must be configured before content is appended (if appending unencrypted
* content before encrypted content).
*/
- ;
- _proto.setupEme_ = function setupEme_() {
- var _this5 = this;
-
- var audioPlaylistLoader = this.masterPlaylistController_.mediaTypes_.AUDIO.activePlaylistLoader;
- var didSetupEmeOptions = setupEmeOptions({
+ setupEme_() {
+ const audioPlaylistLoader = this.playlistController_.mediaTypes_.AUDIO.activePlaylistLoader;
+ const didSetupEmeOptions = setupEmeOptions({
player: this.player_,
sourceKeySystems: this.source_.keySystems,
media: this.playlists.media(),
audioMedia: audioPlaylistLoader && audioPlaylistLoader.media()
});
- this.player_.tech_.on('keystatuschange', function (e) {
- if (e.status === 'output-restricted') {
- _this5.masterPlaylistController_.blacklistCurrentPlaylist({
- playlist: _this5.masterPlaylistController_.media(),
- message: "DRM keystatus changed to " + e.status + ". Playlist will fail to play. Check for HDCP content.",
- blacklistDuration: Infinity
- });
- }
+ this.player_.tech_.on('keystatuschange', e => {
+ this.playlistController_.updatePlaylistByKeyStatus(e.keyId, e.status);
});
this.handleWaitingForKey_ = this.handleWaitingForKey_.bind(this);
- this.player_.tech_.on('waitingforkey', this.handleWaitingForKey_); // In IE11 this is too early to initialize media keys, and IE11 does not support
- // promises.
-
- if (videojs.browser.IE_VERSION === 11 || !didSetupEmeOptions) {
+ this.player_.tech_.on('waitingforkey', this.handleWaitingForKey_);
+ if (!didSetupEmeOptions) {
// If EME options were not set up, we've done all we could to initialize EME.
- this.masterPlaylistController_.sourceUpdater_.initializedEme();
+ this.playlistController_.sourceUpdater_.initializedEme();
return;
}
-
this.createKeySessions_();
}
/**
@@ -66443,32 +67044,27 @@
* @method setupQualityLevels_
* @private
*/
- ;
- _proto.setupQualityLevels_ = function setupQualityLevels_() {
- var _this6 = this;
-
- var player = videojs.players[this.tech_.options_.playerId]; // if there isn't a player or there isn't a qualityLevels plugin
+ setupQualityLevels_() {
+ const player = videojs.players[this.tech_.options_.playerId]; // if there isn't a player or there isn't a qualityLevels plugin
// or qualityLevels_ listeners have already been setup, do nothing.
if (!player || !player.qualityLevels || this.qualityLevels_) {
return;
}
-
this.qualityLevels_ = player.qualityLevels();
- this.masterPlaylistController_.on('selectedinitialmedia', function () {
- handleVhsLoadedMetadata(_this6.qualityLevels_, _this6);
+ this.playlistController_.on('selectedinitialmedia', () => {
+ handleVhsLoadedMetadata(this.qualityLevels_, this);
});
- this.playlists.on('mediachange', function () {
- handleVhsMediaChange(_this6.qualityLevels_, _this6.playlists);
+ this.playlists.on('mediachange', () => {
+ handleVhsMediaChange(this.qualityLevels_, this.playlists);
});
}
/**
* return the version
*/
- ;
- VhsHandler.version = function version$5() {
+ static version() {
return {
'@videojs/http-streaming': version$4,
'mux.js': version$3,
@@ -66480,123 +67076,147 @@
/**
* return the version
*/
- ;
- _proto.version = function version() {
+ version() {
return this.constructor.version();
- };
-
- _proto.canChangeType = function canChangeType() {
+ }
+ canChangeType() {
return SourceUpdater.canChangeType();
}
/**
* Begin playing the video.
*/
- ;
- _proto.play = function play() {
- this.masterPlaylistController_.play();
+ play() {
+ this.playlistController_.play();
}
/**
- * a wrapper around the function in MasterPlaylistController
+ * a wrapper around the function in PlaylistController
*/
- ;
- _proto.setCurrentTime = function setCurrentTime(currentTime) {
- this.masterPlaylistController_.setCurrentTime(currentTime);
+ setCurrentTime(currentTime) {
+ this.playlistController_.setCurrentTime(currentTime);
}
/**
- * a wrapper around the function in MasterPlaylistController
+ * a wrapper around the function in PlaylistController
*/
- ;
- _proto.duration = function duration() {
- return this.masterPlaylistController_.duration();
+ duration() {
+ return this.playlistController_.duration();
}
/**
- * a wrapper around the function in MasterPlaylistController
+ * a wrapper around the function in PlaylistController
*/
- ;
- _proto.seekable = function seekable() {
- return this.masterPlaylistController_.seekable();
+ seekable() {
+ return this.playlistController_.seekable();
}
/**
* Abort all outstanding work and cleanup.
*/
- ;
- _proto.dispose = function dispose() {
+ dispose() {
if (this.playbackWatcher_) {
this.playbackWatcher_.dispose();
}
-
- if (this.masterPlaylistController_) {
- this.masterPlaylistController_.dispose();
+ if (this.playlistController_) {
+ this.playlistController_.dispose();
}
-
if (this.qualityLevels_) {
this.qualityLevels_.dispose();
}
-
- if (this.player_) {
- delete this.player_.vhs;
- delete this.player_.dash;
- delete this.player_.hls;
- }
-
if (this.tech_ && this.tech_.vhs) {
delete this.tech_.vhs;
- } // don't check this.tech_.hls as it will log a deprecated warning
-
-
- if (this.tech_) {
- delete this.tech_.hls;
}
-
if (this.mediaSourceUrl_ && window.URL.revokeObjectURL) {
window.URL.revokeObjectURL(this.mediaSourceUrl_);
this.mediaSourceUrl_ = null;
}
-
if (this.tech_) {
this.tech_.off('waitingforkey', this.handleWaitingForKey_);
}
-
- _Component.prototype.dispose.call(this);
- };
-
- _proto.convertToProgramTime = function convertToProgramTime(time, callback) {
+ super.dispose();
+ }
+ convertToProgramTime(time, callback) {
return getProgramTime({
- playlist: this.masterPlaylistController_.media(),
- time: time,
- callback: callback
+ playlist: this.playlistController_.media(),
+ time,
+ callback
});
} // the player must be playing before calling this
- ;
-
- _proto.seekToProgramTime = function seekToProgramTime$1(programTime, callback, pauseAfterSeek, retryCount) {
- if (pauseAfterSeek === void 0) {
- pauseAfterSeek = true;
- }
-
- if (retryCount === void 0) {
- retryCount = 2;
- }
+ seekToProgramTime(programTime, callback, pauseAfterSeek = true, retryCount = 2) {
return seekToProgramTime({
- programTime: programTime,
- playlist: this.masterPlaylistController_.media(),
- retryCount: retryCount,
- pauseAfterSeek: pauseAfterSeek,
+ programTime,
+ playlist: this.playlistController_.media(),
+ retryCount,
+ pauseAfterSeek,
seekTo: this.options_.seekTo,
tech: this.options_.tech,
- callback: callback
+ callback
});
- };
+ }
+ /**
+ * Adds the onRequest, onResponse, offRequest and offResponse functions
+ * to the VhsHandler xhr Object.
+ */
- return VhsHandler;
- }(Component);
+ setupXhrHooks_() {
+ /**
+ * A player function for setting an onRequest hook
+ *
+ * @param {function} callback for request modifiction
+ */
+ this.xhr.onRequest = callback => {
+ addOnRequestHook(this.xhr, callback);
+ };
+ /**
+ * A player function for setting an onResponse hook
+ *
+ * @param {callback} callback for response data retrieval
+ */
+
+ this.xhr.onResponse = callback => {
+ addOnResponseHook(this.xhr, callback);
+ };
+ /**
+ * Deletes a player onRequest callback if it exists
+ *
+ * @param {function} callback to delete from the player set
+ */
+
+ this.xhr.offRequest = callback => {
+ removeOnRequestHook(this.xhr, callback);
+ };
+ /**
+ * Deletes a player onResponse callback if it exists
+ *
+ * @param {function} callback to delete from the player set
+ */
+
+ this.xhr.offResponse = callback => {
+ removeOnResponseHook(this.xhr, callback);
+ }; // Trigger an event on the player to notify the user that vhs is ready to set xhr hooks.
+ // This allows hooks to be set before the source is set to vhs when handleSource is called.
+
+ this.player_.trigger('xhr-hooks-ready');
+ }
+ attachStreamingEventListeners_() {
+ const playlistControllerEvents = ['seekablerangeschanged', 'bufferedrangeschanged', 'contentsteeringloadstart', 'contentsteeringloadcomplete', 'contentsteeringparsed'];
+ const playbackWatcher = ['gapjumped', 'playedrangeschanged']; // re-emit streaming events and payloads on the player.
+
+ playlistControllerEvents.forEach(eventName => {
+ this.playlistController_.on(eventName, metadata => {
+ this.player_.trigger(_extends$1({}, metadata));
+ });
+ });
+ playbackWatcher.forEach(eventName => {
+ this.playbackWatcher_.on(eventName, metadata => {
+ this.player_.trigger(_extends$1({}, metadata));
+ });
+ });
+ }
+ }
/**
* The Source Handler object, which informs video.js what additional
* MIME types are supported and sets up playback. It is registered
@@ -66605,58 +67225,40 @@
* this object in normal usage.
*/
-
- var VhsSourceHandler = {
+ const VhsSourceHandler = {
name: 'videojs-http-streaming',
VERSION: version$4,
- canHandleSource: function canHandleSource(srcObj, options) {
- if (options === void 0) {
- options = {};
- }
-
- var localOptions = videojs.mergeOptions(videojs.options, options);
+ canHandleSource(srcObj, options = {}) {
+ const localOptions = merge(videojs.options, options);
return VhsSourceHandler.canPlayType(srcObj.type, localOptions);
},
- handleSource: function handleSource(source, tech, options) {
- if (options === void 0) {
- options = {};
- }
-
- var localOptions = videojs.mergeOptions(videojs.options, options);
+ handleSource(source, tech, options = {}) {
+ const localOptions = merge(videojs.options, options);
tech.vhs = new VhsHandler(source, tech, localOptions);
-
- if (!videojs.hasOwnProperty('hls')) {
- Object.defineProperty(tech, 'hls', {
- get: function get() {
- videojs.log.warn('player.tech().hls is deprecated. Use player.tech().vhs instead.');
- return tech.vhs;
- },
- configurable: true
- });
- }
-
tech.vhs.xhr = xhrFactory();
+ tech.vhs.setupXhrHooks_();
tech.vhs.src(source.src, source.type);
return tech.vhs;
},
- canPlayType: function canPlayType(type, options) {
- if (options === void 0) {
- options = {};
+ canPlayType(type, options) {
+ const simpleType = simpleTypeFromSourceType(type);
+ if (!simpleType) {
+ return '';
}
-
- var _videojs$mergeOptions = videojs.mergeOptions(videojs.options, options),
- _videojs$mergeOptions2 = _videojs$mergeOptions.vhs;
-
- _videojs$mergeOptions2 = _videojs$mergeOptions2 === void 0 ? {} : _videojs$mergeOptions2;
- var _videojs$mergeOptions3 = _videojs$mergeOptions2.overrideNative,
- overrideNative = _videojs$mergeOptions3 === void 0 ? !videojs.browser.IS_ANY_SAFARI : _videojs$mergeOptions3,
- _videojs$mergeOptions4 = _videojs$mergeOptions.hls;
- _videojs$mergeOptions4 = _videojs$mergeOptions4 === void 0 ? {} : _videojs$mergeOptions4;
- var _videojs$mergeOptions5 = _videojs$mergeOptions4.overrideNative,
- legacyOverrideNative = _videojs$mergeOptions5 === void 0 ? false : _videojs$mergeOptions5;
- var supportedType = simpleTypeFromSourceType(type);
- var canUseMsePlayback = supportedType && (!Vhs.supportsTypeNatively(supportedType) || legacyOverrideNative || overrideNative);
+ const overrideNative = VhsSourceHandler.getOverrideNative(options);
+ const supportsTypeNatively = Vhs.supportsTypeNatively(simpleType);
+ const canUseMsePlayback = !supportsTypeNatively || overrideNative;
return canUseMsePlayback ? 'maybe' : '';
+ },
+ getOverrideNative(options = {}) {
+ const {
+ vhs = {}
+ } = options;
+ const defaultOverrideNative = !(videojs.browser.IS_ANY_SAFARI || videojs.browser.IS_IOS);
+ const {
+ overrideNative = defaultOverrideNative
+ } = vhs;
+ return overrideNative;
}
};
/**
@@ -66666,53 +67268,24 @@
* @return {boolean} if native media sources are supported
*/
- var supportsNativeMediaSources = function supportsNativeMediaSources() {
+ const supportsNativeMediaSources = () => {
return browserSupportsCodec('avc1.4d400d,mp4a.40.2');
}; // register source handlers with the appropriate techs
-
if (supportsNativeMediaSources()) {
videojs.getTech('Html5').registerSourceHandler(VhsSourceHandler, 0);
}
-
videojs.VhsHandler = VhsHandler;
- Object.defineProperty(videojs, 'HlsHandler', {
- get: function get() {
- videojs.log.warn('videojs.HlsHandler is deprecated. Use videojs.VhsHandler instead.');
- return VhsHandler;
- },
- configurable: true
- });
videojs.VhsSourceHandler = VhsSourceHandler;
- Object.defineProperty(videojs, 'HlsSourceHandler', {
- get: function get() {
- videojs.log.warn('videojs.HlsSourceHandler is deprecated. ' + 'Use videojs.VhsSourceHandler instead.');
- return VhsSourceHandler;
- },
- configurable: true
- });
videojs.Vhs = Vhs;
- Object.defineProperty(videojs, 'Hls', {
- get: function get() {
- videojs.log.warn('videojs.Hls is deprecated. Use videojs.Vhs instead.');
- return Vhs;
- },
- configurable: true
- });
-
if (!videojs.use) {
- videojs.registerComponent('Hls', Vhs);
videojs.registerComponent('Vhs', Vhs);
}
-
videojs.options.vhs = videojs.options.vhs || {};
- videojs.options.hls = videojs.options.hls || {};
-
if (!videojs.getPlugin || !videojs.getPlugin('reloadSourceOnError')) {
- var registerPlugin = videojs.registerPlugin || videojs.plugin;
- registerPlugin('reloadSourceOnError', reloadSourceOnError);
+ videojs.registerPlugin('reloadSourceOnError', reloadSourceOnError);
}
return videojs;
-})));
+}));
diff --git a/public/_player/videojs/dist/video.min.js b/public/_player/videojs/dist/video.min.js
index e6fddc2..a1d15bd 100644
--- a/public/_player/videojs/dist/video.min.js
+++ b/public/_player/videojs/dist/video.min.js
@@ -1,6 +1,6 @@
/**
* @license
- * Video.js 7.19.2
+ * Video.js 8.17.3
* Copyright Brightcove, Inc.
* Available under Apache License Version 2.0
*
@@ -9,17 +9,45 @@
* Available under Apache License Version 2.0
*
*/
-!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).videojs=t()}(this,function(){"use strict";for(var e,u="7.19.2",i={},a=function(e,t){return i[e]=i[e]||[],t&&(i[e]=i[e].concat(t)),i[e]},n=function(e,t){t=a(e).indexOf(t);return!(t<=-1)&&(i[e]=i[e].slice(),i[e].splice(t,1),!0)},l={prefixed:!0},t=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror","fullscreen"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror","-webkit-full-screen"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror","-moz-full-screen"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError","-ms-fullscreen"]],r=t[0],s=0;s
- * Copyright (c) 2014 David Björklund
- * Available under the MIT license
- *
- */
-var $t=function(e){var n={};return e&&e.trim().split("\n").forEach(function(e){var t=e.indexOf(":"),i=e.slice(0,t).trim().toLowerCase(),t=e.slice(t+1).trim();"undefined"==typeof n[i]?n[i]=t:Array.isArray(n[i])?n[i].push(t):n[i]=[n[i],t]}),n},Jt=ei,I=ei;function Zt(e,t,i){var n=e;return Yt(t)?(i=t,"string"==typeof e&&(n={uri:e})):n=g({},t,{uri:e}),n.callback=i,n}function ei(e,t,i){return ti(t=Zt(e,t,i))}function ti(n){if("undefined"==typeof n.callback)throw new Error("callback argument missing");var r=!1,a=function(e,t,i){r||(r=!0,n.callback(e,t,i))};function s(){var e=void 0,e=l.response||l.responseText||function(e){try{if("document"===e.responseType)return e.responseXML;var t=e.responseXML&&"parsererror"===e.responseXML.documentElement.nodeName;if(""===e.responseType&&!t)return e.responseXML}catch(e){}return null}(l);if(m)try{e=JSON.parse(e)}catch(e){}return e}function t(e){return clearTimeout(u),(e=!(e instanceof Error)?new Error(""+(e||"Unknown XMLHttpRequest Error")):e).statusCode=0,a(e,g)}function e(){if(!o){clearTimeout(u);var e=n.useXDR&&void 0===l.status?200:1223===l.status?204:l.status,t=g,i=null;return 0!==e?(t={body:s(),statusCode:e,method:d,headers:{},url:c,rawRequest:l},l.getAllResponseHeaders&&(t.headers=$t(l.getAllResponseHeaders()))):i=new Error("Internal XMLHttpRequest Error"),a(i,t,t.body)}}var i,o,u,l=n.xhr||null,c=(l=l||new(n.cors||n.useXDR?ei.XDomainRequest:ei.XMLHttpRequest)).url=n.uri||n.url,d=l.method=n.method||"GET",h=n.body||n.data,p=l.headers=n.headers||{},f=!!n.sync,m=!1,g={body:void 0,headers:{},statusCode:0,method:d,url:c,rawRequest:l};if("json"in n&&!1!==n.json&&(m=!0,p.accept||p.Accept||(p.Accept="application/json"),"GET"!==d&&"HEAD"!==d&&(p["content-type"]||p["Content-Type"]||(p["Content-Type"]="application/json"),h=JSON.stringify(!0===n.json?h:n.json))),l.onreadystatechange=function(){4===l.readyState&&setTimeout(e,0)},l.onload=e,l.onerror=t,l.onprogress=function(){},l.onabort=function(){o=!0},l.ontimeout=t,l.open(d,c,!f,n.username,n.password),f||(l.withCredentials=!!n.withCredentials),!f&&0=e||r.startTime===r.endTime&&r.startTime<=e&&r.startTime+.5>=e)&&t.push(r)}if(o=!1,t.length!==this.activeCues_.length)o=!0;else for(var a=0;a]*>?)?/);return e=e[1]||e[2],t=t.substr(e.length),e}());)"<"!==i[0]?p.appendChild(e.document.createTextNode((s=i,yi.innerHTML=s,s=yi.textContent,yi.textContent="",s))):"/"!==i[1]?(a=pi(i.substr(1,i.length-2)))?(n=e.document.createProcessingInstruction("timestamp",a),p.appendChild(n)):(r=i.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/))&&(l=r[1],c=r[3],d=void 0,d=vi[l],(n=d?(d=e.document.createElement(d),(l=bi[l])&&c&&(d[l]=c.trim()),d):null)&&(o=p,Ti[(u=n).localName]&&Ti[u.localName]!==o.localName||(r[2]&&((a=r[2].split(".")).forEach(function(e){var t=/^bg_/.test(e),e=t?e.slice(3):e;_i.hasOwnProperty(e)&&(e=_i[e],n.style[t?"background-color":"color"]=e)}),n.className=a.join(" ")),f.push(r[1]),p.appendChild(n),p=n))):f.length&&f[f.length-1]===i.substr(2).replace(">","")&&(f.pop(),p=p.parentNode);return h}var wi=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];function Ei(e){var t=[],i="";if(!e||!e.childNodes)return"ltr";function a(e,t){for(var i=t.childNodes.length-1;0<=i;i--)e.push(t.childNodes[i])}for(a(t,e);i=function e(t){if(!t||!t.length)return null;var i=t.pop(),n=i.textContent||i.innerText;if(n){var r=n.match(/^.*(\n|\r)/);return r?r[t.length=0]:n}return"ruby"===i.tagName?e(t):i.childNodes?(a(t,i),e(t)):void 0}(t);)for(var n=0;n=i[0]&&e<=i[1])return 1}}(i.charCodeAt(n)))return"rtl";return"ltr"}function ki(){}function Ci(e,t,i){ki.call(this),this.cue=t,this.cueDiv=Si(e,t.text);var n={color:"rgba(255, 255, 255, 1)",backgroundColor:"rgba(0, 0, 0, 0.8)",position:"relative",left:0,right:0,top:0,bottom:0,display:"inline",writingMode:""===t.vertical?"horizontal-tb":"lr"===t.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext"};this.applyStyles(n,this.cueDiv),this.div=e.document.createElement("div"),n={direction:Ei(this.cueDiv),writingMode:""===t.vertical?"horizontal-tb":"lr"===t.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext",textAlign:"middle"===t.align?"center":t.align,font:i.font,whiteSpace:"pre-line",position:"absolute"},this.applyStyles(n),this.div.appendChild(this.cueDiv);var r=0;switch(t.positionAlign){case"start":r=t.position;break;case"center":r=t.position-t.size/2;break;case"end":r=t.position-t.size}""===t.vertical?this.applyStyles({left:this.formatStyle(r,"%"),width:this.formatStyle(t.size,"%")}):this.applyStyles({top:this.formatStyle(r,"%"),height:this.formatStyle(t.size,"%")}),this.move=function(e){this.applyStyles({top:this.formatStyle(e.top,"px"),bottom:this.formatStyle(e.bottom,"px"),left:this.formatStyle(e.left,"px"),right:this.formatStyle(e.right,"px"),height:this.formatStyle(e.height,"px"),width:this.formatStyle(e.width,"px")})}}function Ii(e){var t,i,n,r;e.div&&(t=e.div.offsetHeight,i=e.div.offsetWidth,n=e.div.offsetTop,r=(r=e.div.childNodes)&&(r=r[0])&&r.getClientRects&&r.getClientRects(),e=e.div.getBoundingClientRect(),r=r?Math.max(r[0]&&r[0].height||0,e.height/r.length):0),this.left=e.left,this.right=e.right,this.top=e.top||n,this.height=e.height||t,this.bottom=e.bottom||n+(e.height||t),this.width=e.width||i,this.lineHeight=void 0!==r?r:e.lineHeight}function xi(e,t,o,u){var i,n=new Ii(t),r=t.cue,a=function(e){if("number"==typeof e.line&&(e.snapToLines||0<=e.line&&e.line<=100))return e.line;if(!e.track||!e.track.textTrackList||!e.track.textTrackList.mediaElement)return-1;for(var t=e.track,i=t.textTrackList,n=0,r=0;rd&&(c=c<0?-1:1,c*=Math.ceil(d/l)*l),a<0&&(c+=""===r.vertical?o.height:o.width,s=s.reverse()),n.move(h,c)}else{var p=n.lineHeight/o.height*100;switch(r.lineAlign){case"center":a-=p/2;break;case"end":a-=p}switch(r.vertical){case"":t.applyStyles({top:t.formatStyle(a,"%")});break;case"rl":t.applyStyles({left:t.formatStyle(a,"%")});break;case"lr":t.applyStyles({right:t.formatStyle(a,"%")})}s=["+y","-x","+x","-y"],n=new Ii(t)}n=function(e,t){for(var i,n=new Ii(e),r=1,a=0;ae.left&&this.tope.top},Ii.prototype.overlapsAny=function(e){for(var t=0;t=e.top&&this.bottom<=e.bottom&&this.left>=e.left&&this.right<=e.right},Ii.prototype.overlapsOppositeAxis=function(e,t){switch(t){case"+x":return this.lefte.right;case"+y":return this.tope.bottom}},Ii.prototype.intersectPercentage=function(e){return Math.max(0,Math.min(this.right,e.right)-Math.max(this.left,e.left))*Math.max(0,Math.min(this.bottom,e.bottom)-Math.max(this.top,e.top))/(this.height*this.width)},Ii.prototype.toCSSCompatValues=function(e){return{top:this.top-e.top,bottom:e.bottom-this.bottom,left:this.left-e.left,right:e.right-this.right,height:this.height,width:this.width}},Ii.getSimpleBoxPosition=function(e){var t=e.div?e.div.offsetHeight:e.tagName?e.offsetHeight:0,i=e.div?e.div.offsetWidth:e.tagName?e.offsetWidth:0,n=e.div?e.div.offsetTop:e.tagName?e.offsetTop:0;return{left:(e=e.div?e.div.getBoundingClientRect():e.tagName?e.getBoundingClientRect():e).left,right:e.right,top:e.top||n,height:e.height||t,bottom:e.bottom||n+(e.height||t),width:e.width||i}},Ai.StringDecoder=function(){return{decode:function(e){if(!e)return"";if("string"!=typeof e)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(e))}}},Ai.convertCueToDOMTree=function(e,t){return e&&t?Si(e,t):null};Ai.processCues=function(n,r,e){if(!n||!r||!e)return null;for(;e.firstChild;)e.removeChild(e.firstChild);var a=n.document.createElement("div");if(a.style.position="absolute",a.style.left="0",a.style.right="0",a.style.top="0",a.style.bottom="0",a.style.margin="1.5%",e.appendChild(a),function(e){for(var t=0;tt.length;u--)l.el_.removeChild(n[u-1]);n.length=t.length})},e}(pt)),pt.registerComponent("TimeTooltip",function(i){function e(e,t){t=i.call(this,e,t)||this;return t.update=We(Ve(ft(t),t.update),30),t}mt(e,i);var t=e.prototype;return t.createEl=function(){return i.prototype.createEl.call(this,"div",{className:"vjs-time-tooltip"},{"aria-hidden":"true"})},t.update=function(e,t,i){var n=he(this.el_),r=de(this.player_.el()),a=e.width*t;r&&n&&(t=e.left-r.left+a,r=e.width-a+(r.right-e.right),t<(e=n.width/2)?e+=e-t:rn.width&&(e=n.width),e=Math.round(e),this.el_.style.right="-"+e+"px",this.write(i))},t.write=function(e){J(this.el_,e)},t.updateTime=function(n,r,a,s){var o=this;this.requestNamedAnimationFrame("TimeTooltip#updateTime",function(){var e,t,i=o.player_.duration();i=o.player_.liveTracker&&o.player_.liveTracker.isLive()?((t=(e=o.player_.liveTracker.liveWindow())-r*e)<1?"":"-")+ln(t,e):ln(a,i),o.update(n,r,i),s&&s()})},e}(pt));Xt=function(i){function e(e,t){t=i.call(this,e,t)||this;return t.update=We(Ve(ft(t),t.update),30),t}mt(e,i);var t=e.prototype;return t.createEl=function(){return i.prototype.createEl.call(this,"div",{className:"vjs-play-progress vjs-slider-bar"},{"aria-hidden":"true"})},t.update=function(e,t){var i,n=this.getChild("timeTooltip");n&&(i=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime(),n.updateTime(e,t,i))},e}(pt);Xt.prototype.options_={children:[]},q||A||Xt.prototype.options_.children.push("timeTooltip"),pt.registerComponent("PlayProgressBar",Xt);I=function(i){function e(e,t){t=i.call(this,e,t)||this;return t.update=We(Ve(ft(t),t.update),30),t}mt(e,i);var t=e.prototype;return t.createEl=function(){return i.prototype.createEl.call(this,"div",{className:"vjs-mouse-display"})},t.update=function(e,t){var i=this,n=t*this.player_.duration();this.getChild("timeTooltip").updateTime(e,t,n,function(){i.el_.style.left=e.width*t+"px"})},e}(pt);I.prototype.options_={children:["timeTooltip"]},pt.registerComponent("MouseTimeDisplay",I);Bt=function(a){function e(e,t){t=a.call(this,e,t)||this;return t.setEventHandlers_(),t}mt(e,a);var t=e.prototype;return t.setEventHandlers_=function(){var t=this;this.update_=Ve(this,this.update),this.update=We(this.update_,30),this.on(this.player_,["ended","durationchange","timeupdate"],this.update),this.player_.liveTracker&&this.on(this.player_.liveTracker,"liveedgechange",this.update),this.updateInterval=null,this.enableIntervalHandler_=function(e){return t.enableInterval_(e)},this.disableIntervalHandler_=function(e){return t.disableInterval_(e)},this.on(this.player_,["playing"],this.enableIntervalHandler_),this.on(this.player_,["ended","pause","waiting"],this.disableIntervalHandler_),"hidden"in document&&"visibilityState"in document&&this.on(document,"visibilitychange",this.toggleVisibility_)},t.toggleVisibility_=function(e){"hidden"===document.visibilityState?(this.cancelNamedAnimationFrame("SeekBar#update"),this.cancelNamedAnimationFrame("Slider#update"),this.disableInterval_(e)):(this.player_.ended()||this.player_.paused()||this.enableInterval_(),this.update())},t.enableInterval_=function(){this.updateInterval||(this.updateInterval=this.setInterval(this.update,30))},t.disableInterval_=function(e){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&e&&"ended"!==e.type||this.updateInterval&&(this.clearInterval(this.updateInterval),this.updateInterval=null)},t.createEl=function(){return a.prototype.createEl.call(this,"div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})},t.update=function(e){var n=this;if("hidden"!==document.visibilityState){var r=a.prototype.update.call(this);return this.requestNamedAnimationFrame("SeekBar#update",function(){var e=n.player_.ended()?n.player_.duration():n.getCurrentTime_(),t=n.player_.liveTracker,i=n.player_.duration();t&&t.isLive()&&(i=n.player_.liveTracker.liveCurrentTime()),n.percent_!==r&&(n.el_.setAttribute("aria-valuenow",(100*r).toFixed(2)),n.percent_=r),n.currentTime_===e&&n.duration_===i||(n.el_.setAttribute("aria-valuetext",n.localize("progress bar timing: currentTime={1} duration={2}",[ln(e,i),ln(i,i)],"{1} of {2}")),n.currentTime_=e,n.duration_=i),n.bar&&n.bar.update(de(n.el()),n.getProgress())}),r}},t.userSeek_=function(e){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&this.player_.liveTracker.nextSeekedFromUser(),this.player_.currentTime(e)},t.getCurrentTime_=function(){return this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime()},t.getPercent=function(){var e,t=this.getCurrentTime_(),i=this.player_.liveTracker;return i&&i.isLive()?(e=(t-i.seekableStart())/i.liveWindow(),i.atLiveEdge()&&(e=1)):e=t/this.player_.duration(),e},t.handleMouseDown=function(e){_e(e)&&(e.stopPropagation(),this.videoWasPlaying=!this.player_.paused(),this.player_.pause(),a.prototype.handleMouseDown.call(this,e))},t.handleMouseMove=function(e,t){if(void 0===t&&(t=!1),_e(e)){t||this.player_.scrubbing()||this.player_.scrubbing(!0);var i=this.calculateDistance(e),n=this.player_.liveTracker;if(n&&n.isLive()){if(.99<=i)return void n.seekToLiveEdge();var r,t=n.seekableStart(),e=n.liveCurrentTime();if((r=(r=e<=(r=t+i*n.liveWindow())?e:r)<=t?t+.1:r)===1/0)return}else(r=i*this.player_.duration())===this.player_.duration()&&(r-=.1);this.userSeek_(r)}},t.enable=function(){a.prototype.enable.call(this);var e=this.getChild("mouseTimeDisplay");e&&e.show()},t.disable=function(){a.prototype.disable.call(this);var e=this.getChild("mouseTimeDisplay");e&&e.hide()},t.handleMouseUp=function(e){a.prototype.handleMouseUp.call(this,e),e&&e.stopPropagation(),this.player_.scrubbing(!1),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0}),this.videoWasPlaying?Et(this.player_.play()):this.update_()},t.stepForward=function(){this.userSeek_(this.player_.currentTime()+5)},t.stepBack=function(){this.userSeek_(this.player_.currentTime()-5)},t.handleAction=function(e){this.player_.paused()?this.player_.play():this.player_.pause()},t.handleKeyDown=function(e){var t,i=this.player_.liveTracker;ht.isEventKey(e,"Space")||ht.isEventKey(e,"Enter")?(e.preventDefault(),e.stopPropagation(),this.handleAction(e)):ht.isEventKey(e,"Home")?(e.preventDefault(),e.stopPropagation(),this.userSeek_(0)):ht.isEventKey(e,"End")?(e.preventDefault(),e.stopPropagation(),i&&i.isLive()?this.userSeek_(i.liveCurrentTime()):this.userSeek_(this.player_.duration())):/^[0-9]$/.test(ht(e))?(e.preventDefault(),e.stopPropagation(),t=10*(ht.codes[ht(e)]-ht.codes[0])/100,i&&i.isLive()?this.userSeek_(i.seekableStart()+i.liveWindow()*t):this.userSeek_(this.player_.duration()*t)):ht.isEventKey(e,"PgDn")?(e.preventDefault(),e.stopPropagation(),this.userSeek_(this.player_.currentTime()-60)):ht.isEventKey(e,"PgUp")?(e.preventDefault(),e.stopPropagation(),this.userSeek_(this.player_.currentTime()+60)):a.prototype.handleKeyDown.call(this,e)},t.dispose=function(){this.disableInterval_(),this.off(this.player_,["ended","durationchange","timeupdate"],this.update),this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.update),this.off(this.player_,["playing"],this.enableIntervalHandler_),this.off(this.player_,["ended","pause","waiting"],this.disableIntervalHandler_),"hidden"in document&&"visibilityState"in document&&this.off(document,"visibilitychange",this.toggleVisibility_),a.prototype.dispose.call(this)},e}(li);Bt.prototype.options_={children:["loadProgressBar","playProgressBar"],barName:"playProgressBar"},q||A||Bt.prototype.options_.children.splice(1,0,"mouseTimeDisplay"),pt.registerComponent("SeekBar",Bt);Ft=function(n){function e(e,t){var i=n.call(this,e,t)||this;return i.handleMouseMove=We(Ve(ft(i),i.handleMouseMove),30),i.throttledHandleMouseSeek=We(Ve(ft(i),i.handleMouseSeek),30),i.handleMouseUpHandler_=function(e){return i.handleMouseUp(e)},i.handleMouseDownHandler_=function(e){return i.handleMouseDown(e)},i.enable(),i}mt(e,n);var t=e.prototype;return t.createEl=function(){return n.prototype.createEl.call(this,"div",{className:"vjs-progress-control vjs-control"})},t.handleMouseMove=function(e){var t,i,n,r,a=this.getChild("seekBar");a&&(t=a.getChild("playProgressBar"),i=a.getChild("mouseTimeDisplay"),(t||i)&&(r=he(n=a.el()),e=pe(n,e).x,e=cn(e,0,1),i&&i.update(r,e),t&&t.update(r,a.getProgress())))},t.handleMouseSeek=function(e){var t=this.getChild("seekBar");t&&t.handleMouseMove(e)},t.enabled=function(){return this.enabled_},t.disable=function(){var e;this.children().forEach(function(e){return e.disable&&e.disable()}),this.enabled()&&(this.off(["mousedown","touchstart"],this.handleMouseDownHandler_),this.off(this.el_,"mousemove",this.handleMouseMove),this.removeListenersAddedOnMousedownAndTouchstart(),this.addClass("disabled"),this.enabled_=!1,this.player_.scrubbing()&&(e=this.getChild("seekBar"),this.player_.scrubbing(!1),e.videoWasPlaying&&Et(this.player_.play())))},t.enable=function(){this.children().forEach(function(e){return e.enable&&e.enable()}),this.enabled()||(this.on(["mousedown","touchstart"],this.handleMouseDownHandler_),this.on(this.el_,"mousemove",this.handleMouseMove),this.removeClass("disabled"),this.enabled_=!0)},t.removeListenersAddedOnMousedownAndTouchstart=function(){var e=this.el_.ownerDocument;this.off(e,"mousemove",this.throttledHandleMouseSeek),this.off(e,"touchmove",this.throttledHandleMouseSeek),this.off(e,"mouseup",this.handleMouseUpHandler_),this.off(e,"touchend",this.handleMouseUpHandler_)},t.handleMouseDown=function(e){var t=this.el_.ownerDocument,i=this.getChild("seekBar");i&&i.handleMouseDown(e),this.on(t,"mousemove",this.throttledHandleMouseSeek),this.on(t,"touchmove",this.throttledHandleMouseSeek),this.on(t,"mouseup",this.handleMouseUpHandler_),this.on(t,"touchend",this.handleMouseUpHandler_)},t.handleMouseUp=function(e){var t=this.getChild("seekBar");t&&t.handleMouseUp(e),this.removeListenersAddedOnMousedownAndTouchstart()},e}(pt);Ft.prototype.options_={children:["seekBar"]},pt.registerComponent("ProgressControl",Ft);jt=function(n){function e(e,t){var i=n.call(this,e,t)||this;return i.on(e,["enterpictureinpicture","leavepictureinpicture"],function(e){return i.handlePictureInPictureChange(e)}),i.on(e,["disablepictureinpicturechanged","loadedmetadata"],function(e){return i.handlePictureInPictureEnabledChange(e)}),i.on(e,["loadedmetadata","audioonlymodechange","audiopostermodechange"],function(){"audio"===e.currentType().substring(0,5)||e.audioPosterMode()||e.audioOnlyMode()?(e.isInPictureInPicture()&&e.exitPictureInPicture(),i.hide()):i.show()}),i.disable(),i}mt(e,n);var t=e.prototype;return t.buildCSSClass=function(){return"vjs-picture-in-picture-control "+n.prototype.buildCSSClass.call(this)},t.handlePictureInPictureEnabledChange=function(){document.pictureInPictureEnabled&&!1===this.player_.disablePictureInPicture()?this.enable():this.disable()},t.handlePictureInPictureChange=function(e){this.player_.isInPictureInPicture()?this.controlText("Exit Picture-in-Picture"):this.controlText("Picture-in-Picture"),this.handlePictureInPictureEnabledChange()},t.handleClick=function(e){this.player_.isInPictureInPicture()?this.player_.exitPictureInPicture():this.player_.requestPictureInPicture()},e}(sn);jt.prototype.controlText_="Picture-in-Picture",pt.registerComponent("PictureInPictureToggle",jt);j=function(n){function e(e,t){var i=n.call(this,e,t)||this;return i.on(e,"fullscreenchange",function(e){return i.handleFullscreenChange(e)}),!1===document[e.fsApi_.fullscreenEnabled]&&i.disable(),i}mt(e,n);var t=e.prototype;return t.buildCSSClass=function(){return"vjs-fullscreen-control "+n.prototype.buildCSSClass.call(this)},t.handleFullscreenChange=function(e){this.player_.isFullscreen()?this.controlText("Non-Fullscreen"):this.controlText("Fullscreen")},t.handleClick=function(e){this.player_.isFullscreen()?this.player_.exitFullscreen():this.player_.requestFullscreen()},e}(sn);j.prototype.controlText_="Fullscreen",pt.registerComponent("FullscreenToggle",j);pt.registerComponent("VolumeLevel",function(t){function e(){return t.apply(this,arguments)||this}return mt(e,t),e.prototype.createEl=function(){var e=t.prototype.createEl.call(this,"div",{className:"vjs-volume-level"});return e.appendChild(t.prototype.createEl.call(this,"span",{className:"vjs-control-text"})),e},e}(pt)),pt.registerComponent("VolumeLevelTooltip",function(i){function e(e,t){t=i.call(this,e,t)||this;return t.update=We(Ve(ft(t),t.update),30),t}mt(e,i);var t=e.prototype;return t.createEl=function(){return i.prototype.createEl.call(this,"div",{className:"vjs-volume-tooltip"},{"aria-hidden":"true"})},t.update=function(e,t,i,n){if(!i){var r=de(this.el_),a=de(this.player_.el()),i=e.width*t;if(!a||!r)return;t=e.left-a.left+i,a=e.width-i+(a.right-e.right),e=r.width/2;tr.width&&(e=r.width),this.el_.style.right="-"+e+"px"}this.write(n+"%")},t.write=function(e){J(this.el_,e)},t.updateVolume=function(e,t,i,n,r){var a=this;this.requestNamedAnimationFrame("VolumeLevelTooltip#updateVolume",function(){a.update(e,t,i,n.toFixed(0)),r&&r()})},e}(pt));k=function(i){function e(e,t){t=i.call(this,e,t)||this;return t.update=We(Ve(ft(t),t.update),30),t}mt(e,i);var t=e.prototype;return t.createEl=function(){return i.prototype.createEl.call(this,"div",{className:"vjs-mouse-display"})},t.update=function(e,t,i){var n=this,r=100*t;this.getChild("volumeLevelTooltip").updateVolume(e,t,i,r,function(){i?n.el_.style.bottom=e.height*t+"px":n.el_.style.left=e.width*t+"px"})},e}(pt);k.prototype.options_={children:["volumeLevelTooltip"]},pt.registerComponent("MouseVolumeLevelDisplay",k);f=function(n){function e(e,t){var i=n.call(this,e,t)||this;return i.on("slideractive",function(e){return i.updateLastVolume_(e)}),i.on(e,"volumechange",function(e){return i.updateARIAAttributes(e)}),e.ready(function(){return i.updateARIAAttributes()}),i}mt(e,n);var t=e.prototype;return t.createEl=function(){return n.prototype.createEl.call(this,"div",{className:"vjs-volume-bar vjs-slider-bar"},{"aria-label":this.localize("Volume Level"),"aria-live":"polite"})},t.handleMouseDown=function(e){_e(e)&&n.prototype.handleMouseDown.call(this,e)},t.handleMouseMove=function(e){var t,i,n,r=this.getChild("mouseVolumeLevelDisplay");r&&(t=de(n=this.el()),i=this.vertical(),n=pe(n,e),n=i?n.y:n.x,n=cn(n,0,1),r.update(t,n,i)),_e(e)&&(this.checkMuted(),this.player_.volume(this.calculateDistance(e)))},t.checkMuted=function(){this.player_.muted()&&this.player_.muted(!1)},t.getPercent=function(){return this.player_.muted()?0:this.player_.volume()},t.stepForward=function(){this.checkMuted(),this.player_.volume(this.player_.volume()+.1)},t.stepBack=function(){this.checkMuted(),this.player_.volume(this.player_.volume()-.1)},t.updateARIAAttributes=function(e){var t=this.player_.muted()?0:this.volumeAsPercentage_();this.el_.setAttribute("aria-valuenow",t),this.el_.setAttribute("aria-valuetext",t+"%")},t.volumeAsPercentage_=function(){return Math.round(100*this.player_.volume())},t.updateLastVolume_=function(){var e=this,t=this.player_.volume();this.one("sliderinactive",function(){0===e.player_.volume()&&e.player_.lastVolume_(t)})},e}(li);f.prototype.options_={children:["volumeLevel"],barName:"volumeLevel"},q||A||f.prototype.options_.children.splice(0,0,"mouseVolumeLevelDisplay"),f.prototype.playerEvent="volumechange",pt.registerComponent("VolumeBar",f);ui=function(a){function e(e,t){var i,n,r;return(t=void 0===t?{}:t).vertical=t.vertical||!1,"undefined"!=typeof t.volumeBar&&!S(t.volumeBar)||(t.volumeBar=t.volumeBar||{},t.volumeBar.vertical=t.vertical),i=a.call(this,e,t)||this,n=ft(i),(r=e).tech_&&!r.tech_.featuresVolumeControl&&n.addClass("vjs-hidden"),n.on(r,"loadstart",function(){r.tech_.featuresVolumeControl?n.removeClass("vjs-hidden"):n.addClass("vjs-hidden")}),i.throttledHandleMouseMove=We(Ve(ft(i),i.handleMouseMove),30),i.handleMouseUpHandler_=function(e){return i.handleMouseUp(e)},i.on("mousedown",function(e){return i.handleMouseDown(e)}),i.on("touchstart",function(e){return i.handleMouseDown(e)}),i.on("mousemove",function(e){return i.handleMouseMove(e)}),i.on(i.volumeBar,["focus","slideractive"],function(){i.volumeBar.addClass("vjs-slider-active"),i.addClass("vjs-slider-active"),i.trigger("slideractive")}),i.on(i.volumeBar,["blur","sliderinactive"],function(){i.volumeBar.removeClass("vjs-slider-active"),i.removeClass("vjs-slider-active"),i.trigger("sliderinactive")}),i}mt(e,a);var t=e.prototype;return t.createEl=function(){var e="vjs-volume-horizontal";return this.options_.vertical&&(e="vjs-volume-vertical"),a.prototype.createEl.call(this,"div",{className:"vjs-volume-control vjs-control "+e})},t.handleMouseDown=function(e){var t=this.el_.ownerDocument;this.on(t,"mousemove",this.throttledHandleMouseMove),this.on(t,"touchmove",this.throttledHandleMouseMove),this.on(t,"mouseup",this.handleMouseUpHandler_),this.on(t,"touchend",this.handleMouseUpHandler_)},t.handleMouseUp=function(e){var t=this.el_.ownerDocument;this.off(t,"mousemove",this.throttledHandleMouseMove),this.off(t,"touchmove",this.throttledHandleMouseMove),this.off(t,"mouseup",this.handleMouseUpHandler_),this.off(t,"touchend",this.handleMouseUpHandler_)},t.handleMouseMove=function(e){this.volumeBar.handleMouseMove(e)},e}(pt);ui.prototype.options_={children:["volumeBar"]},pt.registerComponent("VolumeControl",ui);Xt=function(a){function e(e,t){var i,n,r=a.call(this,e,t)||this;return i=ft(r),(n=e).tech_&&!n.tech_.featuresMuteControl&&i.addClass("vjs-hidden"),i.on(n,"loadstart",function(){n.tech_.featuresMuteControl?i.removeClass("vjs-hidden"):i.addClass("vjs-hidden")}),r.on(e,["loadstart","volumechange"],function(e){return r.update(e)}),r}mt(e,a);var t=e.prototype;return t.buildCSSClass=function(){return"vjs-mute-control "+a.prototype.buildCSSClass.call(this)},t.handleClick=function(e){var t=this.player_.volume(),i=this.player_.lastVolume_();0===t?(this.player_.volume(i<.1?.1:i),this.player_.muted(!1)):this.player_.muted(!this.player_.muted())},t.update=function(e){this.updateIcon_(),this.updateControlText_()},t.updateIcon_=function(){var e=this.player_.volume(),t=3;q&&this.player_.tech_&&this.player_.tech_.el_&&this.player_.muted(this.player_.tech_.el_.muted),0===e||this.player_.muted()?t=0:e<.33?t=1:e<.67&&(t=2);for(var i=0;i<4;i++)ie(this.el_,"vjs-vol-"+i);te(this.el_,"vjs-vol-"+t)},t.updateControlText_=function(){var e=this.player_.muted()||0===this.player_.volume()?"Unmute":"Mute";this.controlText()!==e&&this.controlText(e)},e}(sn);Xt.prototype.controlText_="Mute",pt.registerComponent("MuteToggle",Xt);I=function(n){function e(e,t){var i;return"undefined"!=typeof(t=void 0===t?{}:t).inline?t.inline=t.inline:t.inline=!0,"undefined"!=typeof t.volumeControl&&!S(t.volumeControl)||(t.volumeControl=t.volumeControl||{},t.volumeControl.vertical=!t.inline),(i=n.call(this,e,t)||this).handleKeyPressHandler_=function(e){return i.handleKeyPress(e)},i.on(e,["loadstart"],function(e){return i.volumePanelState_(e)}),i.on(i.muteToggle,"keyup",function(e){return i.handleKeyPress(e)}),i.on(i.volumeControl,"keyup",function(e){return i.handleVolumeControlKeyUp(e)}),i.on("keydown",function(e){return i.handleKeyPress(e)}),i.on("mouseover",function(e){return i.handleMouseOver(e)}),i.on("mouseout",function(e){return i.handleMouseOut(e)}),i.on(i.volumeControl,["slideractive"],i.sliderActive_),i.on(i.volumeControl,["sliderinactive"],i.sliderInactive_),i}mt(e,n);var t=e.prototype;return t.sliderActive_=function(){this.addClass("vjs-slider-active")},t.sliderInactive_=function(){this.removeClass("vjs-slider-active")},t.volumePanelState_=function(){this.volumeControl.hasClass("vjs-hidden")&&this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-hidden"),this.volumeControl.hasClass("vjs-hidden")&&!this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-mute-toggle-only")},t.createEl=function(){var e="vjs-volume-panel-horizontal";return this.options_.inline||(e="vjs-volume-panel-vertical"),n.prototype.createEl.call(this,"div",{className:"vjs-volume-panel vjs-control "+e})},t.dispose=function(){this.handleMouseOut(),n.prototype.dispose.call(this)},t.handleVolumeControlKeyUp=function(e){ht.isEventKey(e,"Esc")&&this.muteToggle.focus()},t.handleMouseOver=function(e){this.addClass("vjs-hover"),Be(document,"keyup",this.handleKeyPressHandler_)},t.handleMouseOut=function(e){this.removeClass("vjs-hover"),Fe(document,"keyup",this.handleKeyPressHandler_)},t.handleKeyPress=function(e){ht.isEventKey(e,"Esc")&&this.handleMouseOut()},e}(pt);I.prototype.options_={children:["muteToggle","volumeControl"]},pt.registerComponent("VolumePanel",I);var hn=function(n){function e(e,t){var i=n.call(this,e,t)||this;return t&&(i.menuButton_=t.menuButton),i.focusedChild_=-1,i.on("keydown",function(e){return i.handleKeyDown(e)}),i.boundHandleBlur_=function(e){return i.handleBlur(e)},i.boundHandleTapClick_=function(e){return i.handleTapClick(e)},i}mt(e,n);var t=e.prototype;return t.addEventListenerForItem=function(e){e instanceof pt&&(this.on(e,"blur",this.boundHandleBlur_),this.on(e,["tap","click"],this.boundHandleTapClick_))},t.removeEventListenerForItem=function(e){e instanceof pt&&(this.off(e,"blur",this.boundHandleBlur_),this.off(e,["tap","click"],this.boundHandleTapClick_))},t.removeChild=function(e){"string"==typeof e&&(e=this.getChild(e)),this.removeEventListenerForItem(e),n.prototype.removeChild.call(this,e)},t.addItem=function(e){e=this.addChild(e);e&&this.addEventListenerForItem(e)},t.createEl=function(){var e=this.options_.contentElType||"ul";this.contentEl_=$(e,{className:"vjs-menu-content"}),this.contentEl_.setAttribute("role","menu");e=n.prototype.createEl.call(this,"div",{append:this.contentEl_,className:"vjs-menu"});return e.appendChild(this.contentEl_),Be(e,"click",function(e){e.preventDefault(),e.stopImmediatePropagation()}),e},t.dispose=function(){this.contentEl_=null,this.boundHandleBlur_=null,this.boundHandleTapClick_=null,n.prototype.dispose.call(this)},t.handleBlur=function(e){var t=e.relatedTarget||document.activeElement;this.children().some(function(e){return e.el()===t})||(e=this.menuButton_)&&e.buttonPressed_&&t!==e.el().firstChild&&e.unpressButton()},t.handleTapClick=function(t){var e;this.menuButton_&&(this.menuButton_.unpressButton(),e=this.children(),!Array.isArray(e)||(e=e.filter(function(e){return e.el()===t.target})[0])&&"CaptionSettingsMenuItem"!==e.name()&&this.menuButton_.focus())},t.handleKeyDown=function(e){ht.isEventKey(e,"Left")||ht.isEventKey(e,"Down")?(e.preventDefault(),e.stopPropagation(),this.stepForward()):(ht.isEventKey(e,"Right")||ht.isEventKey(e,"Up"))&&(e.preventDefault(),e.stopPropagation(),this.stepBack())},t.stepForward=function(){var e=0;void 0!==this.focusedChild_&&(e=this.focusedChild_+1),this.focus(e)},t.stepBack=function(){var e=0;void 0!==this.focusedChild_&&(e=this.focusedChild_-1),this.focus(e)},t.focus=function(e){void 0===e&&(e=0);var t=this.children().slice();t.length&&t[0].hasClass("vjs-menu-title")&&t.shift(),0=t.length&&(e=t.length-1),t[this.focusedChild_=e].el_.focus())},e}(pt);pt.registerComponent("Menu",hn);Bt=function(n){function e(e,t){var i;(i=n.call(this,e,t=void 0===t?{}:t)||this).menuButton_=new sn(e,t),i.menuButton_.controlText(i.controlText_),i.menuButton_.el_.setAttribute("aria-haspopup","true");t=sn.prototype.buildCSSClass();i.menuButton_.el_.className=i.buildCSSClass()+" "+t,i.menuButton_.removeClass("vjs-control"),i.addChild(i.menuButton_),i.update(),i.enabled_=!0;t=function(e){return i.handleClick(e)};return i.handleMenuKeyUp_=function(e){return i.handleMenuKeyUp(e)},i.on(i.menuButton_,"tap",t),i.on(i.menuButton_,"click",t),i.on(i.menuButton_,"keydown",function(e){return i.handleKeyDown(e)}),i.on(i.menuButton_,"mouseenter",function(){i.addClass("vjs-hover"),i.menu.show(),Be(document,"keyup",i.handleMenuKeyUp_)}),i.on("mouseleave",function(e){return i.handleMouseLeave(e)}),i.on("keydown",function(e){return i.handleSubmenuKeyDown(e)}),i}mt(e,n);var t=e.prototype;return t.update=function(){var e=this.createMenu();this.menu&&(this.menu.dispose(),this.removeChild(this.menu)),this.menu=e,this.addChild(e),this.buttonPressed_=!1,this.menuButton_.el_.setAttribute("aria-expanded","false"),this.items&&this.items.length<=this.hideThreshold_?(this.hide(),this.menu.contentEl_.removeAttribute("role")):(this.show(),this.menu.contentEl_.setAttribute("role","menu"))},t.createMenu=function(){var e,t=new hn(this.player_,{menuButton:this});if(this.hideThreshold_=0,this.options_.title&&(e=$("li",{className:"vjs-menu-title",textContent:ut(this.options_.title),tabIndex:-1}),e=new pt(this.player_,{el:e}),t.addItem(e)),this.items=this.createItems(),this.items)for(var i=0;i select",id:"captions-background-color-%s",label:"Color",options:[ui,Bt,jt,Ft,j,C,I,Xt]},backgroundOpacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"Transparency",options:[k,li,f]},color:{selector:".vjs-fg-color > select",id:"captions-foreground-color-%s",label:"Color",options:[Bt,ui,jt,Ft,j,C,I,Xt]},edgeStyle:{selector:".vjs-edge-style > select",id:"%s",label:"Text Edge Style",options:[["none","None"],["raised","Raised"],["depressed","Depressed"],["uniform","Uniform"],["dropshadow","Dropshadow"]]},fontFamily:{selector:".vjs-font-family > select",id:"captions-font-family-%s",label:"Font Family",options:[["proportionalSansSerif","Proportional Sans-Serif"],["monospaceSansSerif","Monospace Sans-Serif"],["proportionalSerif","Proportional Serif"],["monospaceSerif","Monospace Serif"],["casual","Casual"],["script","Script"],["small-caps","Small Caps"]]},fontPercent:{selector:".vjs-font-percent > select",id:"captions-font-size-%s",label:"Font Size",options:[["0.50","50%"],["0.75","75%"],["1.00","100%"],["1.25","125%"],["1.50","150%"],["1.75","175%"],["2.00","200%"],["3.00","300%"],["4.00","400%"]],default:2,parser:function(e){return"1.00"===e?null:Number(e)}},textOpacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"Transparency",options:[k,li]},windowColor:{selector:".vjs-window-color > select",id:"captions-window-color-%s",label:"Color"},windowOpacity:{selector:".vjs-window-opacity > select",id:"captions-window-opacity-%s",label:"Transparency",options:[f,li,k]}};function wn(e,t){if((e=t?t(e):e)&&"none"!==e)return e}Sn.windowColor.options=Sn.backgroundColor.options,pt.registerComponent("TextTrackSettings",function(n){function e(e,t){var i;return t.temporary=!1,(i=n.call(this,e,t)||this).updateDisplay=i.updateDisplay.bind(ft(i)),i.fill(),i.hasBeenOpened_=i.hasBeenFilled_=!0,i.endDialog=$("p",{className:"vjs-control-text",textContent:i.localize("End of dialog window.")}),i.el().appendChild(i.endDialog),i.setDefaults(),void 0===t.persistTextTrackSettings&&(i.options_.persistTextTrackSettings=i.options_.playerOptions.persistTextTrackSettings),i.on(i.$(".vjs-done-button"),"click",function(){i.saveSettings(),i.close()}),i.on(i.$(".vjs-default-button"),"click",function(){i.setDefaults(),i.updateDisplay()}),_(Sn,function(e){i.on(i.$(e.selector),"change",i.updateDisplay)}),i.options_.persistTextTrackSettings&&i.restoreSettings(),i}mt(e,n);var t=e.prototype;return t.dispose=function(){this.endDialog=null,n.prototype.dispose.call(this)},t.createElSelect_=function(e,t,i){var n=this;void 0===t&&(t=""),void 0===i&&(i="label");var e=Sn[e],r=e.id.replace("%s",this.id_),a=[t,r].join(" ").trim();return["<"+i+' id="'+r+'" class="'+("label"===i?"vjs-label":"")+'">',this.localize(e.label),""+i+">",''].concat(e.options.map(function(e){var t=r+"-"+e[1].replace(/\W+/g,"");return['',n.localize(e[1])," "].join("")})).concat(" ").join("")},t.createElFgColor_=function(){var e="captions-text-legend-"+this.id_;return['','',this.localize("Text")," ",this.createElSelect_("color",e),'',this.createElSelect_("textOpacity",e)," "," "].join("")},t.createElBgColor_=function(){var e="captions-background-"+this.id_;return['','',this.localize("Background")," ",this.createElSelect_("backgroundColor",e),'',this.createElSelect_("backgroundOpacity",e)," "," "].join("")},t.createElWinColor_=function(){var e="captions-window-"+this.id_;return['','',this.localize("Window")," ",this.createElSelect_("windowColor",e),'',this.createElSelect_("windowOpacity",e)," "," "].join("")},t.createElColors_=function(){return $("div",{className:"vjs-track-settings-colors",innerHTML:[this.createElFgColor_(),this.createElBgColor_(),this.createElWinColor_()].join("")})},t.createElFont_=function(){return $("div",{className:"vjs-track-settings-font",innerHTML:['',this.createElSelect_("fontPercent","","legend")," ",'',this.createElSelect_("edgeStyle","","legend")," ",'',this.createElSelect_("fontFamily","","legend")," "].join("")})},t.createElControls_=function(){var e=this.localize("restore all settings to the default values");return $("div",{className:"vjs-track-settings-controls",innerHTML:['',this.localize("Reset"),' '+e+" "," ",''+this.localize("Done")+" "].join("")})},t.content=function(){return[this.createElColors_(),this.createElFont_(),this.createElControls_()]},t.label=function(){return this.localize("Caption Settings Dialog")},t.description=function(){return this.localize("Beginning of dialog window. Escape will cancel and close the window.")},t.buildCSSClass=function(){return n.prototype.buildCSSClass.call(this)+" vjs-text-track-settings"},t.getValues=function(){var i,n,e,r=this;return n=function(e,t,i){var n,t=(n=r.$(t.selector),t=t.parser,wn(n.options[n.options.selectedIndex].value,t));return void 0!==t&&(e[i]=t),e},void 0===(e={})&&(e=0),v(i=Sn).reduce(function(e,t){return n(e,i[t],t)},e)},t.setValues=function(i){var n=this;_(Sn,function(e,t){!function(e,t,i){if(t)for(var n=0;nthis.options_.liveTolerance,(t=!this.timeupdateSeen_||e===1/0?!1:t)!==this.behindLiveEdge_&&(this.behindLiveEdge_=t,this.trigger("liveedgechange")))},t.handleDurationchange=function(){this.toggleTracking()},t.toggleTracking=function(){this.player_.duration()===1/0&&this.liveWindow()>=this.options_.trackingThreshold?(this.player_.options_.liveui&&this.player_.addClass("vjs-liveui"),this.startTracking()):(this.player_.removeClass("vjs-liveui"),this.stopTracking())},t.startTracking=function(){this.isTracking()||(this.timeupdateSeen_||(this.timeupdateSeen_=this.player_.hasStarted()),this.trackingInterval_=this.setInterval(this.trackLiveHandler_,30),this.trackLive_(),this.on(this.player_,["play","pause"],this.trackLiveHandler_),this.timeupdateSeen_?this.on(this.player_,"seeked",this.handleSeeked_):(this.one(this.player_,"play",this.handlePlay_),this.one(this.player_,"timeupdate",this.handleFirstTimeupdate_)))},t.handleFirstTimeupdate=function(){this.timeupdateSeen_=!0,this.on(this.player_,"seeked",this.handleSeeked_)},t.handleSeeked=function(){var e=Math.abs(this.liveCurrentTime()-this.player_.currentTime());this.seekedBehindLive_=this.nextSeekedFromUser_&&2=e.length&&n.call(e,function(e,t){return e===(a[t]?a[t]&i[r+t]:i[r+t])})}var Er=function(t){function e(){var e=t.call(this)||this;return e.buffer="",e}return mt(e,t),e.prototype.push=function(e){var t;for(this.buffer+=e,t=this.buffer.indexOf("\n");-1"==e&&">")||"&"==e&&"&"||'"'==e&&"""||""+e.charCodeAt()+";"}function ga(e,t){if(t(e))return 1;if(e=e.firstChild)do{if(ga(e,t))return 1}while(e=e.nextSibling)}function ya(){}function va(e,t,i){e&&e._inc++,i.namespaceURI===Hr.XMLNS&&delete t._nsMap[i.prefix?i.localName:""]}function _a(e,t,i){if(e&&e._inc){e._inc++;var n=t.childNodes;if(i)n[n.length++]=i;else{for(var r=t.firstChild,a=0;r;)r=(n[a++]=r).nextSibling;n.length=a}}}function ba(e,t){var i=t.previousSibling,n=t.nextSibling;return i?i.nextSibling=n:e.firstChild=n,n?n.previousSibling=i:e.lastChild=i,_a(e.ownerDocument,e),t}function Ta(e,t,i){var n=t.parentNode;if(n&&n.removeChild(t),t.nodeType===ia){var r=t.firstChild;if(null==r)return t;var a=t.lastChild}else r=a=t;n=i?i.previousSibling:e.lastChild;for(r.previousSibling=n,a.nextSibling=i,n?n.nextSibling=r:e.firstChild=r,null==i?e.lastChild=a:i.previousSibling=a;r.parentNode=e,r!==a&&(r=r.nextSibling););return _a(e.ownerDocument||e,e),t.nodeType==ia&&(t.firstChild=t.lastChild=null),t}function Sa(){this._nsMap={}}function wa(){}function Ea(){}function ka(){}function Ca(){}function Ia(){}function xa(){}function Aa(){}function Pa(){}function La(){}function Da(){}function Oa(){}function Ma(){}function Ra(e,t){var i,n=[],r=9==this.nodeType&&this.documentElement||this,a=r.prefix,s=r.namespaceURI;return Ba(this,n,e,t,i=s&&null==a&&null==(a=r.lookupPrefix(s))?[{namespace:s,prefix:null}]:i),n.join("")}function Na(e,t,i){var n=e.prefix||"",r=e.namespaceURI;if(r&&("xml"!==n||r!==Hr.XML)&&r!==Hr.XMLNS){for(var a=i.length;a--;){var s=i[a];if(s.prefix===n)return s.namespace!==r}return 1}}function Ua(e,t,i){e.push(" ",t,'="',i.replace(/[<&"]/g,ma),'"')}function Ba(e,t,i,n,r){if(r=r||[],n){if(!(e=n(e)))return;if("string"==typeof e)return void t.push(e)}switch(e.nodeType){case Xr:var a=e.attributes,s=a.length,o=e.firstChild,u=e.tagName,l=u;if(!(i=Hr.isHTML(e.namespaceURI)||i)&&!e.prefix&&e.namespaceURI){for(var c,d=0;d"),i&&/^script$/i.test(u))for(;o;)o.data?t.push(o.data):Ba(o,t,i,n,r.slice()),o=o.nextSibling;else for(;o;)Ba(o,t,i,n,r.slice()),o=o.nextSibling;t.push("",l,">")}else t.push("/>");return;case ea:case ia:for(o=e.firstChild;o;)Ba(o,t,i,n,r.slice()),o=o.nextSibling;return;case Kr:return Ua(t,e.name,e.value),0;case Yr:return t.push(e.data.replace(/[<&]/g,ma).replace(/]]>/g,"]]>"));case Qr:return t.push("");case Zr:return t.push("\x3c!--",e.data,"--\x3e");case ta:var v=e.publicId,_=e.systemId;return t.push("")):_&&"."!=_?t.push(" SYSTEM ",_,">"):((_=e.internalSubset)&&t.push(" [",_,"]"),t.push(">")));case Jr:return t.push("",e.target," ",e.data,"?>");case $r:return t.push("&",e.nodeName,";");default:t.push("??",e.nodeName)}}function Fa(e,t,i){e[t]=i}x.INVALID_STATE_ERR=(na[11]="Invalid state",11),x.SYNTAX_ERR=(na[12]="Syntax error",12),x.INVALID_MODIFICATION_ERR=(na[13]="Invalid modification",13),x.NAMESPACE_ERR=(na[14]="Invalid namespace",14),x.INVALID_ACCESS_ERR=(na[15]="Invalid access",15),aa.prototype=Error.prototype,Gr(x,aa),sa.prototype={length:0,item:function(e){return this[e]||null},toString:function(e,t){for(var i=[],n=0;n",lt:"<",quot:'"'}),t.HTML_ENTITIES=i({lt:"<",gt:">",amp:"&",quot:'"',apos:"'",Agrave:"À",Aacute:"Á",Acirc:"Â",Atilde:"Ã",Auml:"Ä",Aring:"Å",AElig:"Æ",Ccedil:"Ç",Egrave:"È",Eacute:"É",Ecirc:"Ê",Euml:"Ë",Igrave:"Ì",Iacute:"Í",Icirc:"Î",Iuml:"Ï",ETH:"Ð",Ntilde:"Ñ",Ograve:"Ò",Oacute:"Ó",Ocirc:"Ô",Otilde:"Õ",Ouml:"Ö",Oslash:"Ø",Ugrave:"Ù",Uacute:"Ú",Ucirc:"Û",Uuml:"Ü",Yacute:"Ý",THORN:"Þ",szlig:"ß",agrave:"à",aacute:"á",acirc:"â",atilde:"ã",auml:"ä",aring:"å",aelig:"æ",ccedil:"ç",egrave:"è",eacute:"é",ecirc:"ê",euml:"ë",igrave:"ì",iacute:"í",icirc:"î",iuml:"ï",eth:"ð",ntilde:"ñ",ograve:"ò",oacute:"ó",ocirc:"ô",otilde:"õ",ouml:"ö",oslash:"ø",ugrave:"ù",uacute:"ú",ucirc:"û",uuml:"ü",yacute:"ý",thorn:"þ",yuml:"ÿ",nbsp:" ",iexcl:"¡",cent:"¢",pound:"£",curren:"¤",yen:"¥",brvbar:"¦",sect:"§",uml:"¨",copy:"©",ordf:"ª",laquo:"«",not:"¬",shy:"",reg:"®",macr:"¯",deg:"°",plusmn:"±",sup2:"²",sup3:"³",acute:"´",micro:"µ",para:"¶",middot:"·",cedil:"¸",sup1:"¹",ordm:"º",raquo:"»",frac14:"¼",frac12:"½",frac34:"¾",iquest:"¿",times:"×",divide:"÷",forall:"∀",part:"∂",exist:"∃",empty:"∅",nabla:"∇",isin:"∈",notin:"∉",ni:"∋",prod:"∏",sum:"∑",minus:"−",lowast:"∗",radic:"√",prop:"∝",infin:"∞",ang:"∠",and:"∧",or:"∨",cap:"∩",cup:"∪",int:"∫",there4:"∴",sim:"∼",cong:"≅",asymp:"≈",ne:"≠",equiv:"≡",le:"≤",ge:"≥",sub:"⊂",sup:"⊃",nsub:"⊄",sube:"⊆",supe:"⊇",oplus:"⊕",otimes:"⊗",perp:"⊥",sdot:"⋅",Alpha:"Α",Beta:"Β",Gamma:"Γ",Delta:"Δ",Epsilon:"Ε",Zeta:"Ζ",Eta:"Η",Theta:"Θ",Iota:"Ι",Kappa:"Κ",Lambda:"Λ",Mu:"Μ",Nu:"Ν",Xi:"Ξ",Omicron:"Ο",Pi:"Π",Rho:"Ρ",Sigma:"Σ",Tau:"Τ",Upsilon:"Υ",Phi:"Φ",Chi:"Χ",Psi:"Ψ",Omega:"Ω",alpha:"α",beta:"β",gamma:"γ",delta:"δ",epsilon:"ε",zeta:"ζ",eta:"η",theta:"θ",iota:"ι",kappa:"κ",lambda:"λ",mu:"μ",nu:"ν",xi:"ξ",omicron:"ο",pi:"π",rho:"ρ",sigmaf:"ς",sigma:"σ",tau:"τ",upsilon:"υ",phi:"φ",chi:"χ",psi:"ψ",omega:"ω",thetasym:"ϑ",upsih:"ϒ",piv:"ϖ",OElig:"Œ",oelig:"œ",Scaron:"Š",scaron:"š",Yuml:"Ÿ",fnof:"ƒ",circ:"ˆ",tilde:"˜",ensp:" ",emsp:" ",thinsp:" ",zwnj:"",zwj:"",lrm:"",rlm:"",ndash:"–",mdash:"—",lsquo:"‘",rsquo:"’",sbquo:"‚",ldquo:"“",rdquo:"”",bdquo:"„",dagger:"†",Dagger:"‡",bull:"•",hellip:"…",permil:"‰",prime:"′",Prime:"″",lsaquo:"‹",rsaquo:"›",oline:"‾",euro:"€",trade:"™",larr:"←",uarr:"↑",rarr:"→",darr:"↓",harr:"↔",crarr:"↵",lceil:"⌈",rceil:"⌉",lfloor:"⌊",rfloor:"⌋",loz:"◊",spades:"♠",clubs:"♣",hearts:"♥",diams:"♦"}),t.entityMap=t.HTML_ENTITIES});ja.XML_ENTITIES,ja.HTML_ENTITIES,ja.entityMap;var Ha=jr.NAMESPACE,zt=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,ar=new RegExp("[\\-\\.0-9"+zt.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),qa=new RegExp("^"+zt.source+ar.source+"*(?::"+zt.source+ar.source+"*)?$"),Va=0,Wa=1,Ga=2,za=3,Xa=4,Ka=5,Ya=6,Qa=7;function $a(e,t){this.message=e,this.locator=t,Error.captureStackTrace&&Error.captureStackTrace(this,$a)}function Ja(){}function Za(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber,t}function es(e,t,i){for(var n=e.tagName,r=null,a=e.length;a--;){var s=e[a],o=s.qName,u=s.value,o=0<(c=o.indexOf(":"))?(l=s.prefix=o.slice(0,c),d=o.slice(c+1),"xmlns"===l&&d):(l=null,"xmlns"===(d=o)&&"");s.localName=d,!1!==o&&(null==r&&(r={},ts(i,i={})),i[o]=r[o]=u,s.uri=Ha.XMLNS,t.startPrefixMapping(o,u))}for(var l,a=e.length;a--;)(l=(s=e[a]).prefix)&&("xml"===l&&(s.uri=Ha.XML),"xmlns"!==l&&(s.uri=i[l||""]));var c,d=0<(c=n.indexOf(":"))?(l=e.prefix=n.slice(0,c),e.localName=n.slice(c+1)):(l=null,e.localName=n),h=e.uri=i[l||""];if(t.startElement(h,d,n,e),!e.closed)return e.currentNSMap=i,e.localNSMap=r,1;if(t.endElement(h,d,n),r)for(l in r)t.endPrefixMapping(l)}function ts(e,t){for(var i in e)t[i]=e[i]}function is(){this.attributeNames={}}($a.prototype=new Error).name=$a.name,Ja.prototype={parse:function(e,t,i){var n=this.domBuilder;n.startDocument(),ts(t,t={}),function(i,e,n,r,a){function s(e){var t=e.slice(1,-1);return t in n?n[t]:"#"===t.charAt(0)?65535<(t=parseInt(t.substr(1).replace("x","0x")))?(t-=65536,String.fromCharCode(55296+(t>>10),56320+(1023&t))):String.fromCharCode(t):(a.error("entity not found:"+e),e)}function t(e){var t;f",y+3),_=i.substring(y+2,v).replace(/[ \t\n\r]+$/g,""),b=h.pop();v<0?(_=i.substring(y+2).replace(/[\s<].*/,""),a.error("end tag name: "+_+" is not complete:"+b.tagName),v=y+1+_.length):_.match(/\s)&&(_=_.replace(/[\s<].*/,""),a.error("end tag name: "+_+" maybe not complete"),v=y+1+_.length);var T=b.localNSMap,S=b.tagName==_;if(S||b.tagName&&b.tagName.toLowerCase()==_.toLowerCase()){if(r.endElement(b.uri,b.localName,_),T)for(var w in T)r.endPrefixMapping(w);S||a.fatalError("end tag name: "+_+" is not match the current start tagName:"+b.tagName)}else h.push(b);v++;break;case"?":d&&o(y),v=function(e,t,i){var n=e.indexOf("?>",t);if(n){t=e.substring(t,n).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return t?(t[0].length,i.processingInstruction(t[1],t[2]),n+2):-1}return-1}(i,y,r);break;case"!":d&&o(y),v=function(e,t,i,n){{if("-"===e.charAt(t+2)){if("-"!==e.charAt(t+3))return-1;var r=e.indexOf("--\x3e",t+4);return t",t+9);return i.startCDATA(),i.characters(e,t+9,r-t-9),i.endCDATA(),r+3}var a=function(e,t){var i,n=[],r=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;r.lastIndex=t,r.exec(e);for(;i=r.exec(e);)if(n.push(i),i[1])return n}(e,t),n=a.length;if(1":switch(l){case Va:n.setTagName(e.slice(t,u));case Ka:case Ya:case Qa:break;case Xa:case Wa:"/"===(d=e.slice(t,u)).slice(-1)&&(n.closed=!0,d=d.slice(0,-1));case Ga:l===Ga&&(d=o),l==Xa?(a.warning('attribute "'+d+'" missed quot(")!'),s(o,d.replace(/?\w+;/g,r),t)):(Ha.isHTML(i[""])&&d.match(/^(?:disabled|checked|selected)$/i)||a.warning('attribute "'+d+'" missed value!! "'+d+'" instead!!'),s(d,d,t));break;case za:throw new Error("attribute value missed!!")}return u;case"":c=" ";default:if(c<=" ")switch(l){case Va:n.setTagName(e.slice(t,u)),l=Ya;break;case Wa:o=e.slice(t,u),l=Ga;break;case Xa:var d=e.slice(t,u).replace(/?\w+;/g,r);a.warning('attribute "'+d+'" missed quot(")!!'),s(o,d,t);case Ka:l=Ya}else switch(l){case Ga:n.tagName,Ha.isHTML(i[""])&&o.match(/^(?:disabled|checked|selected)$/i)||a.warning('attribute "'+o+'" missed value!! "'+o+'" instead2!!'),s(o,o,t),t=u,l=Wa;break;case Ka:a.warning('attribute space is required"'+o+'"!!');case Ya:l=Wa,t=u;break;case za:l=Xa,t=u;break;case Qa:throw new Error("elements closed character '/' and '>' must be connected to")}}u++}}(i,y,E,k,s,a),C=E.length;if(!E.closed&&function(e,t,i,n){var r=n[i];null==r&&((r=e.lastIndexOf(""+i+">"))",t),e=e.substring(t+1,a);if(/[&<]/.test(e))return/^script$/i.test(i)||(e=e.replace(/?\w+;/g,n)),r.characters(e,0,e.length),a}return t+1}(i,v,E.tagName,s,r):v++}}catch(e){if(e instanceof $a)throw e;a.error("element parse error: "+e),v=-1}f=t+i||t?new java.lang.String(e,t,i)+"":e}function hs(e,t){(e.currentElement||e.doc).appendChild(t)}os.prototype.parseFromString=function(e,t){var i=this.options,n=new ss,r=i.domBuilder||new us,a=i.errorHandler,s=i.locator,o=i.xmlns||{},u=/\/x?html?$/.test(t),t=u?ja.HTML_ENTITIES:ja.XML_ENTITIES;return s&&r.setDocumentLocator(s),n.errorHandler=function(n,e,r){if(!n){if(e instanceof us)return e;n=e}var a={},s=n instanceof Function;function t(t){var i=n[t];!i&&s&&(i=2==n.length?function(e){n(t,e)}:n),a[t]=i?function(e){i("[xmldom "+t+"]\t"+e+cs(r))}:function(){}}return r=r||{},t("warning"),t("error"),t("fatalError"),a}(a,r,s),n.domBuilder=i.domBuilder||r,u&&(o[""]=rs.HTML),o.xml=o.xml||rs.XML,e&&"string"==typeof e?n.parse(e,o,t):n.errorHandler.error("invalid doc source"),r.doc},us.prototype={startDocument:function(){this.doc=(new ns).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(e,t,i,n){var r=this.doc,a=r.createElementNS(e,i||t),s=n.length;hs(this,a),this.currentElement=a,this.locator&&ls(this.locator,a);for(var o=0;ot.timeline?1:-1});var i}function ks(e){var r,a,s=[];return r=e,a=function(e,t,i,n){s=s.concat(e.playlists||[])},yo.forEach(function(e){for(var t in r.mediaGroups[e])for(var i in r.mediaGroups[e][t]){var n=r.mediaGroups[e][t][i];a(n,e,t,i)}}),s}function Cs(e){var i=e.playlist,e=e.mediaSequence;i.mediaSequence=e,i.segments.forEach(function(e,t){e.number=i.mediaSequence+t})}function Is(e){var r,a,t=e.oldManifest,i=e.newManifest,n=t.playlists.concat(ks(t)),e=i.playlists.concat(ks(i));return i.timelineStarts=Es([t.timelineStarts,i.timelineStarts]),n={oldPlaylists:n,newPlaylists:e,timelineStarts:i.timelineStarts},r=n.oldPlaylists,e=n.newPlaylists,a=n.timelineStarts,e.forEach(function(t){t.discontinuitySequence=vs(a,function(e){return e.timeline===t.timeline});var e=function(e,t){for(var i=0;ie.timeline||e.segments.length&&t.timeline>e.segments[e.segments.length-1].timeline)&&t.discontinuitySequence--);e.segments[n].discontinuity&&!i.discontinuity&&(i.discontinuity=!0,t.discontinuityStarts.unshift(0),t.discontinuitySequence--),Cs({playlist:t,mediaSequence:e.segments[n].number})}}),i}function xs(e){return e&&e.uri+"-"+(t=e.byterange,e="bigint"==typeof t.offset||"bigint"==typeof t.length?window.BigInt(t.offset)+window.BigInt(t.length)-window.BigInt(1):t.offset+t.length-1,t.offset+"-"+e);var t}function As(e){return ms(e.reduce(function(e,t){var i,n=t.attributes.id+(t.attributes.lang||"");return e[n]?(t.segments&&(t.segments[0]&&(t.segments[0].discontinuity=!0),(i=e[n].segments).push.apply(i,t.segments)),t.attributes.contentProtection&&(e[n].attributes.contentProtection=t.attributes.contentProtection)):(e[n]=t,e[n].attributes.timelineStarts=[]),e[n].attributes.timelineStarts.push({start:t.attributes.periodStart,timeline:t.attributes.periodStart}),e},{})).map(function(e){var t,n;return e.discontinuityStarts=(t=e.segments||[],n="discontinuity",t.reduce(function(e,t,i){return t[n]&&e.push(i),e},[])),e})}function Ps(e,t){var i=xs(e.sidx);return(i=i&&t[i]&&t[i].sidx)&&ws(e,i,e.sidx.resolvedUri),e}function Ls(e,h,p){var f;return void 0===h&&(h={}),void 0===p&&(p=!1),e=e.reduce(function(e,t){var i=t.attributes.role&&t.attributes.role.value||"",n=t.attributes.lang||"",r=t.attributes.label||"main";e[r=n&&!t.attributes.label?t.attributes.lang+(i?" ("+i+")":""):r]||(e[r]={language:n,autoselect:!0,default:"main"===i,playlists:[],uri:""});var a,s,o,u,l,c,d,u=Ps((s=p,o=(a=t).attributes,u=a.segments,l=a.sidx,c=a.mediaSequence,d=a.discontinuitySequence,n=a.discontinuityStarts,u={attributes:((a={NAME:o.id,BANDWIDTH:o.bandwidth,CODECS:o.codecs})["PROGRAM-ID"]=1,a),uri:"",endList:"static"===o.type,timeline:o.periodStart,resolvedUri:"",targetDuration:o.duration,discontinuitySequence:d,discontinuityStarts:n,timelineStarts:o.timelineStarts,mediaSequence:c,segments:u},o.contentProtection&&(u.contentProtection=o.contentProtection),l&&(u.sidx=l),s&&(u.attributes.AUDIO="audio",u.attributes.SUBTITLES="subs"),u),h);return e[r].playlists.push(u),"undefined"==typeof f&&"main"===i&&((f=t).default=!0),e},{}),f||(e[Object.keys(e)[0]].default=!0),e}function Ds(e){var t=e.attributes,i=e.segments,n=e.sidx,r=e.discontinuityStarts,i={attributes:((e={NAME:t.id,AUDIO:"audio",SUBTITLES:"subs",RESOLUTION:{width:t.width,height:t.height},CODECS:t.codecs,BANDWIDTH:t.bandwidth})["PROGRAM-ID"]=1,e),uri:"",endList:"static"===t.type,timeline:t.periodStart,resolvedUri:"",targetDuration:t.duration,discontinuityStarts:r,timelineStarts:t.timelineStarts,segments:i};return t.contentProtection&&(i.contentProtection=t.contentProtection),n&&(i.sidx=n),i}function Os(e){return"video/mp4"===(e=e.attributes).mimeType||"video/webm"===e.mimeType||"video"===e.contentType}function Ms(e){return"audio/mp4"===(e=e.attributes).mimeType||"audio/webm"===e.mimeType||"audio"===e.contentType}function Rs(e){return"text/vtt"===(e=e.attributes).mimeType||"text"===e.contentType}function Ns(i){return i?Object.keys(i).reduce(function(e,t){t=i[t];return e.concat(t.playlists)},[]):[]}function Us(e){var t=e.dashPlaylists,i=e.locations,n=void 0===(c=e.sidxMapping)?{}:c,r=e.previousManifest;if(!t.length)return{};var a=(d=t[0].attributes).sourceDuration,s=d.type,o=d.suggestedPresentationDelay,u=d.minimumUpdatePeriod,l=As(t.filter(Os)).map(Ds),c=As(t.filter(Ms)),e=As(t.filter(Rs)),d=t.map(function(e){return e.attributes.captionServices}).filter(Boolean),a={allowCache:!0,discontinuityStarts:[],segments:[],endList:!0,mediaGroups:((t={AUDIO:{},VIDEO:{}})["CLOSED-CAPTIONS"]={},t.SUBTITLES={},t),uri:"",duration:a,playlists:function(e,t){if(void 0===t&&(t={}),!Object.keys(t).length)return e;for(var i in e)e[i]=Ps(e[i],t);return e}(l,n)};0<=u&&(a.minimumUpdatePeriod=1e3*u),i&&(a.locations=i),"dynamic"===s&&(a.suggestedPresentationDelay=o);var h,p,o=0===a.playlists.length,o=c.length?Ls(c,n,o):null,n=e.length?(void 0===(h=n)&&(h={}),e.reduce(function(e,t){var i=t.attributes.lang||"text";return e[i]||(e[i]={language:i,default:!1,autoselect:!1,playlists:[],uri:""}),e[i].playlists.push(Ps(function(e){var t=e.attributes,i=e.segments,n=e.mediaSequence,r=e.discontinuityStarts,a=e.discontinuitySequence;"undefined"==typeof i&&(i=[{uri:t.baseUrl,timeline:t.periodStart,resolvedUri:t.baseUrl||"",duration:t.sourceDuration,number:0}],t.duration=t.sourceDuration);(e={NAME:t.id,BANDWIDTH:t.bandwidth})["PROGRAM-ID"]=1;return t.codecs&&(e.CODECS=t.codecs),{attributes:e,uri:"",endList:"static"===t.type,timeline:t.periodStart,resolvedUri:t.baseUrl||"",targetDuration:t.duration,timelineStarts:t.timelineStarts,discontinuityStarts:r,discontinuitySequence:a,mediaSequence:n,segments:i}}(t),h)),e},{})):null,l=(e=l.concat(Ns(o),Ns(n))).map(function(e){return e.timelineStarts});return a.timelineStarts=Es(l),e=e,p=a.timelineStarts,e.forEach(function(t){t.mediaSequence=0,t.discontinuitySequence=vs(p,function(e){return e.timeline===t.timeline}),t.segments&&t.segments.forEach(function(e,t){e.number=t})}),o&&(a.mediaGroups.AUDIO.audio=o),n&&(a.mediaGroups.SUBTITLES.subs=n),d.length&&(a.mediaGroups["CLOSED-CAPTIONS"].cc=d.reduce(function(n,e){return e&&e.forEach(function(e){var t=e.channel,i=e.language;n[i]={autoselect:!1,default:!1,instreamId:t,language:i},e.hasOwnProperty("aspectRatio")&&(n[i].aspectRatio=e.aspectRatio),e.hasOwnProperty("easyReader")&&(n[i].easyReader=e.easyReader),e.hasOwnProperty("3D")&&(n[i]["3D"]=e["3D"])}),n},{})),r?Is({oldManifest:r,newManifest:a}):a}function Bs(e,t){for(var i,n,r,a,s,o,u=e.type,l=e.minimumUpdatePeriod,c=void 0===l?0:l,d=void 0===(l=e.media)?"":l,h=e.sourceDuration,p=void 0===(l=e.timescale)?1:l,f=void 0===(l=e.startNumber)?1:l,m=e.periodStart,g=[],y=-1,v=0;v>4?20+t:10+t}(e,t))}function to(e){return"string"==typeof e?Sr(e):e}function io(e,t,i){var n;void 0===i&&(i=!1),n=t,t=Array.isArray(n)?n.map(to):[to(n)],e=br(e);var r=[];if(!t.length)return r;for(var a=0;a>>0,o=e.subarray(a+4,a+8);if(0==s)break;var u=a+s;if(u>e.length){if(i)break;u=e.length}s=e.subarray(a+8,u);wr(o,t[0])&&(1===t.length?r.push(s):r.push.apply(r,io(s,t.slice(1),i))),a=u}return r}function no(e,t,i,n){void 0===i&&(i=!0),void 0===n&&(n=!1);var r=function(e){for(var t=1,i=0;i=t.length)return t.length;var n=no(t,i,!1);if(wr(e.bytes,n.bytes))return i;var r=no(t,i+n.length);return ao(e,t,i+r.length+r.value+n.length)}function so(e,t){var i;i=t,t=Array.isArray(i)?i.map(ro):[ro(i)],e=br(e);var n=[];if(!t.length)return n;for(var r=0;re.length?e.length:o+s.value,u=e.subarray(o,u);wr(t[0],a.bytes)&&(1===t.length?n.push(u):n=n.concat(so(u,t.slice(1)))),r+=a.length+s.length+u.length}return n}function oo(e,t,i,n){void 0===n&&(n=1/0),e=br(e),i=[].concat(i);for(var r,a=0,s=0;a>1&63),-1!==i.indexOf(u)&&(r=a+o),a+=o+("h264"===t?1:2)}else a++}return e.subarray(0,0)}var uo={__DOMHandler:us,DOMParser:os,DOMImplementation:U.DOMImplementation,XMLSerializer:U.XMLSerializer}.DOMParser,lo="INVALID_NUMBER_OF_PERIOD",co="DASH_EMPTY_MANIFEST",ho="DASH_INVALID_XML",po="NO_BASE_URL",fo="SEGMENT_TIME_UNSPECIFIED",mo="UNSUPPORTED_UTC_TIMING_SCHEME",go={static:function(e){var t=e.duration,i=e.timescale,n=void 0===i?1:i,r=e.sourceDuration,i=e.periodDuration,e=bs(e.endNumber),n=t/n;return"number"==typeof e?{start:0,end:e}:"number"==typeof i?{start:0,end:i/n}:{start:0,end:r/n}},dynamic:function(e){var t=e.NOW,i=e.clientOffset,n=e.availabilityStartTime,r=e.timescale,a=void 0===r?1:r,s=e.duration,o=e.periodStart,u=void 0===o?0:o,r=e.minimumUpdatePeriod,o=void 0===r?0:r,r=e.timeShiftBufferDepth,r=void 0===r?1/0:r,e=bs(e.endNumber),i=(t+i)/1e3,u=n+u,o=Math.ceil((i+o-u)*a/s),r=Math.floor((i-u-r)*a/s),s=Math.floor((i-u)*a/s);return{start:Math.max(0,r),end:"number"==typeof e?e:Math.min(o,s)}}},yo=["AUDIO","SUBTITLES"],vo=/\$([A-z]*)(?:(%0)([0-9]+)d)?\$/g,_o={mediaPresentationDuration:Gs,availabilityStartTime:function(e){return/^\d+-\d+-\d+T\d+:\d+:\d+(\.\d+)?$/.test(e=e)&&(e+="Z"),Date.parse(e)/1e3},minimumUpdatePeriod:Gs,suggestedPresentationDelay:Gs,type:function(e){return e},timeShiftBufferDepth:Gs,start:Gs,width:function(e){return parseInt(e,10)},height:function(e){return parseInt(e,10)},bandwidth:function(e){return parseInt(e,10)},startNumber:function(e){return parseInt(e,10)},timescale:function(e){return parseInt(e,10)},presentationTimeOffset:function(e){return parseInt(e,10)},duration:function(e){var t=parseInt(e,10);return isNaN(t)?Gs(e):t},d:function(e){return parseInt(e,10)},t:function(e){return parseInt(e,10)},r:function(e){return parseInt(e,10)},DEFAULT:function(e){return e}},bo={"urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b":"org.w3.clearkey","urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed":"com.widevine.alpha","urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95":"com.microsoft.playready","urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb":"com.adobe.primetime"},To=Math.pow(2,32),So=function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength);return t.getBigUint64?(e=t.getBigUint64(0))>>7,referencedSize:2147483647&t.getUint32(n),subsegmentDuration:t.getUint32(n+4),startsWithSap:!!(128&e[n+8]),sapType:(112&e[n+8])>>>4,sapDeltaTime:268435455&t.getUint32(n+8)});return i},Eo=br([73,68,51]),ko={EBML:br([26,69,223,163]),DocType:br([66,130]),Segment:br([24,83,128,103]),SegmentInfo:br([21,73,169,102]),Tracks:br([22,84,174,107]),Track:br([174]),TrackNumber:br([215]),DefaultDuration:br([35,227,131]),TrackEntry:br([174]),TrackType:br([131]),FlagDefault:br([136]),CodecID:br([134]),CodecPrivate:br([99,162]),VideoTrack:br([224]),AudioTrack:br([225]),Cluster:br([31,67,182,117]),Timestamp:br([231]),TimestampScale:br([42,215,177]),BlockGroup:br([160]),BlockDuration:br([155]),Block:br([161]),SimpleBlock:br([163])},Co=[128,64,32,16,8,4,2,1],Io=br([0,0,0,1]),xo=br([0,0,1]),Ao=br([0,0,3]),Po={webm:br([119,101,98,109]),matroska:br([109,97,116,114,111,115,107,97]),flac:br([102,76,97,67]),ogg:br([79,103,103,83]),ac3:br([11,119]),riff:br([82,73,70,70]),avi:br([65,86,73]),wav:br([87,65,86,69]),"3gp":br([102,116,121,112,51,103]),mp4:br([102,116,121,112]),fmp4:br([115,116,121,112]),mov:br([102,116,121,112,113,116]),moov:br([109,111,111,118]),moof:br([109,111,111,102])},Lo={aac:function(e){var t=eo(e);return wr(e,[255,16],{offset:t,mask:[255,22]})},mp3:function(e){var t=eo(e);return wr(e,[255,2],{offset:t,mask:[255,6]})},webm:function(e){e=so(e,[ko.EBML,ko.DocType])[0];return wr(e,Po.webm)},mkv:function(e){e=so(e,[ko.EBML,ko.DocType])[0];return wr(e,Po.matroska)},mp4:function(e){return!Lo["3gp"](e)&&!Lo.mov(e)&&(!(!wr(e,Po.mp4,{offset:4})&&!wr(e,Po.fmp4,{offset:4}))||(!(!wr(e,Po.moof,{offset:4})&&!wr(e,Po.moov,{offset:4}))||void 0))},mov:function(e){return wr(e,Po.mov,{offset:4})},"3gp":function(e){return wr(e,Po["3gp"],{offset:4})},ac3:function(e){var t=eo(e);return wr(e,Po.ac3,{offset:t})},ts:function(e){if(e.length<189&&1<=e.length)return 71===e[0];for(var t=0;t+188"):function(){}}function No(e,t){var i,n=[];if(e&&e.length)for(i=0;i "+e.end(i));return t.join(", ")}function jo(e){for(var t=[],i=0;iDate.now()}function Zo(e){return e.excludeUntil&&e.excludeUntil===1/0}function eu(e){var t=Jo(e);return!e.disabled&&!t}function tu(e,t){return t.attributes&&t.attributes[e]}function iu(e,t){if(1===e.playlists.length)return!0;var i=t.attributes.BANDWIDTH||Number.MAX_VALUE;return 0===e.playlists.filter(function(e){return!!eu(e)&&(e.attributes.BANDWIDTH||0)n+.25*a.duration)return null;i=a}return{segment:i,estimatedStart:i.videoTimingInfo?i.videoTimingInfo.transmuxedPresentationStart:n-i.duration,type:i.videoTimingInfo?"accurate":"estimate"}}(n,t))?"estimate"===e.type?i({message:"Accurate programTime could not be determined. Please seek to e.seekTime and try again",seekTime:e.estimatedStart}):(t={mediaSeconds:n},(e=function(e,t){if(!t.dateTimeObject)return null;var i=t.videoTimingInfo.transmuxerPrependedSeconds,i=e-(t.videoTimingInfo.transmuxedPresentationStart+i);return new Date(t.dateTimeObject.getTime()+1e3*i)}(n,e.segment))&&(t.programDateTime=e.toISOString()),i(null,t)):i({message:"valid programTime was not found"}):i({message:"getProgramTime: playlist and time must be provided"})}function Cu(e){var t=e.programTime,i=e.playlist,n=e.retryCount,r=void 0===n?2:n,a=e.seekTo,s=e.pauseAfterSeek,o=void 0===s||s,u=e.tech,l=e.callback;if(!l)throw new Error("seekToProgramTime: callback must be provided");return"undefined"!=typeof t&&i&&a?i.endList||u.hasStarted_?function(e){if(!e.segments||0===e.segments.length)return!1;for(var t=0;ti||e.height>n})).filter(function(e){return e.width===h[0].width&&e.height===h[0].height}),c=p[p.length-1],p=p.filter(function(e){return e.bandwidth===c.bandwidth})[0]),a.experimentalLeastPixelDiffSelector&&(m=d.map(function(e){return e.pixelDiff=Math.abs(e.width-i)+Math.abs(e.height-n),e}),el(m,function(e,t){return e.pixelDiff===t.pixelDiff?t.bandwidth-e.bandwidth:e.pixelDiff-t.pixelDiff}),f=m[0]);var m=f||p||e||o||l[0]||u[0];if(m&&m.playlist){u="sortedPlaylistReps";return f?u="leastPixelDiffRep":p?u="resolutionPlusOneRep":e?u="resolutionBestRep":o?u="bandwidthBestRep":l[0]&&(u="enabledPlaylistReps"),Ol("choosing "+Ju(m)+" using "+u+" with options",s),m.playlist}return Ol("could not choose a playlist with options",s),null}}function nl(e){var t=e.inbandTextTracks,i=e.metadataArray,r=e.timestampOffset,n=e.videoDuration;if(i){var a=window.WebKitDataCue||window.VTTCue,s=t.metadataTrack_;if(s&&(i.forEach(function(e){var n=e.cueTime+r;!("number"!=typeof n||window.isNaN(n)||n<0)&&n<1/0&&e.frames.forEach(function(e){var t,i=new a(n,n,e.value||e.url||e.data||"");i.frame=e,i.value=e,t=i,Object.defineProperties(t.frame,{id:{get:function(){return tr.log.warn("cue.frame.id is deprecated. Use cue.value.key instead."),t.value.key}},value:{get:function(){return tr.log.warn("cue.frame.value is deprecated. Use cue.value.data instead."),t.value.data}},privateData:{get:function(){return tr.log.warn("cue.frame.privateData is deprecated. Use cue.value.data instead."),t.value.data}}}),s.addCue(i)})}),s.cues&&s.cues.length)){for(var o=s.cues,u=[],l=0;l=e&&r.endTime<=t&&i.removeCue(r)}function al(e){return"number"==typeof e&&isFinite(e)}function sl(e){var t=e.startOfSegment,i=e.duration,n=e.segment,r=e.part,a=e.playlist,s=a.mediaSequence,o=a.id,u=a.segments,l=e.mediaIndex,c=e.partIndex,d=e.timeline,h=(void 0===u?[]:u).length-1,p="mediaIndex/partIndex increment";return e.getMediaInfoForTime?p="getMediaInfoForTime ("+e.getMediaInfoForTime+")":e.isSyncRequest&&(p="getSyncSegmentCandidate (isSyncRequest)"),e.independent&&(p+=" with independent "+e.independent),a="number"==typeof c,u=e.segment.uri?"segment":"pre-segment",e=a?zo({preloadSegment:n})-1:0,u+" ["+(s+l)+"/"+(s+h)+"]"+(a?" part ["+c+"/"+e+"]":"")+" segment start/end ["+n.start+" => "+n.end+"]"+(a?" part start/end ["+r.start+" => "+r.end+"]":"")+" startOfSegment ["+t+"] duration ["+i+"] timeline ["+d+"] selected by ["+p+"] playlist ["+o+"]"}function ol(e){return e+"TimingInfo"}function ul(e){var t=e.timelineChangeController,i=e.currentTimeline,n=e.segmentTimeline,r=e.loaderType,e=e.audioDisabled;if(i!==n){if("audio"===r){i=t.lastTimelineChange({type:"main"});return!i||i.to!==n}if("main"===r&&e){t=t.pendingTimelineChange({type:"audio"});return t&&t.to===n?!1:!0}}}function ll(e){var t=e.segmentDuration,e=e.maxDuration;return!!t&&Math.round(t)>e+fl}function cl(e,t){if("hls"!==t)return null;var n,r,i=(n={audioTimingInfo:e.audioTimingInfo,videoTimingInfo:e.videoTimingInfo},r=0,["video","audio"].forEach(function(e){var t,i=n[e+"TimingInfo"];i&&(e=i.start,i=i.end,"bigint"==typeof e||"bigint"==typeof i?t=window.BigInt(i)-window.BigInt(e):"number"==typeof e&&"number"==typeof i&&(t=i-e),"undefined"!=typeof t&&r=r+i)return o(e,{response:n.subarray(i,i+r),status:t.status,uri:t.uri});u.request=u.vhs_.xhr({uri:s,responseType:"arraybuffer",headers:vu({byterange:a.sidx.byterange})},o)})):this.mediaRequest_=window.setTimeout(function(){return r(!1)},0)},t.dispose=function(){this.trigger("dispose"),this.stopRequest(),this.loadedPlaylists_={},window.clearTimeout(this.minimumUpdatePeriodTimeout_),window.clearTimeout(this.mediaRequest_),window.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null,this.mediaRequest_=null,this.minimumUpdatePeriodTimeout_=null,this.masterPlaylistLoader_.createMupOnMedia_&&(this.off("loadedmetadata",this.masterPlaylistLoader_.createMupOnMedia_),this.masterPlaylistLoader_.createMupOnMedia_=null),this.off()},t.hasPendingRequest=function(){return this.request||this.mediaRequest_},t.stopRequest=function(){var e;this.request&&(e=this.request,this.request=null,e.onreadystatechange=null,e.abort())},t.media=function(t){var i=this;if(!t)return this.media_;if("HAVE_NOTHING"===this.state)throw new Error("Cannot switch media playlist from "+this.state);var n=this.state;if("string"==typeof t){if(!this.masterPlaylistLoader_.master.playlists[t])throw new Error("Unknown playlist URI: "+t);t=this.masterPlaylistLoader_.master.playlists[t]}var e=!this.media_||t.id!==this.media_.id;if(e&&this.loadedPlaylists_[t.id]&&this.loadedPlaylists_[t.id].endList)return this.state="HAVE_METADATA",this.media_=t,void(e&&(this.trigger("mediachanging"),this.trigger("mediachange")));e&&(this.media_&&this.trigger("mediachanging"),this.addSidxSegments_(t,n,function(e){i.haveMetadata({startingState:n,playlist:t})}))},t.haveMetadata=function(e){var t=e.startingState,e=e.playlist;this.state="HAVE_METADATA",this.loadedPlaylists_[e.id]=e,this.mediaRequest_=null,this.refreshMedia_(e.id),"HAVE_MASTER"===t?this.trigger("loadedmetadata"):this.trigger("mediachange")},t.pause=function(){this.masterPlaylistLoader_.createMupOnMedia_&&(this.off("loadedmetadata",this.masterPlaylistLoader_.createMupOnMedia_),this.masterPlaylistLoader_.createMupOnMedia_=null),this.stopRequest(),window.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null,this.isMaster_&&(window.clearTimeout(this.masterPlaylistLoader_.minimumUpdatePeriodTimeout_),this.masterPlaylistLoader_.minimumUpdatePeriodTimeout_=null),"HAVE_NOTHING"===this.state&&(this.started=!1)},t.load=function(e){var t=this;window.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null;var i=this.media();e?(e=i?i.targetDuration/2*1e3:5e3,this.mediaUpdateTimeout=window.setTimeout(function(){return t.load()},e)):this.started?i&&!i.endList?(this.isMaster_&&!this.minimumUpdatePeriodTimeout_&&(this.trigger("minimumUpdatePeriod"),this.updateMinimumUpdatePeriodTimeout_()),this.trigger("mediaupdatetimeout")):this.trigger("loadedplaylist"):this.start()},t.start=function(){var i=this;this.started=!0,this.isMaster_?this.requestMaster_(function(e,t){i.haveMaster_(),i.hasPendingRequest()||i.media_||i.media(i.masterPlaylistLoader_.master.playlists[0])}):this.mediaRequest_=window.setTimeout(function(){return i.haveMaster_()},0)},t.requestMaster_=function(n){var r=this;this.request=this.vhs_.xhr({uri:this.masterPlaylistLoader_.srcUrl,withCredentials:this.withCredentials},function(e,t){if(!r.requestErrored_(e,t)){var i=t.responseText!==r.masterPlaylistLoader_.masterXml_;return r.masterPlaylistLoader_.masterXml_=t.responseText,t.responseHeaders&&t.responseHeaders.date?r.masterLoaded_=Date.parse(t.responseHeaders.date):r.masterLoaded_=Date.now(),r.masterPlaylistLoader_.srcUrl=Mo(r.handleManifestRedirects,r.masterPlaylistLoader_.srcUrl,t),i?(r.handleMaster_(),void r.syncClientServerClock_(function(){return n(t,i)})):n(t,i)}"HAVE_NOTHING"===r.state&&(r.started=!1)})},t.syncClientServerClock_=function(i){var n=this,r=Zs(this.masterPlaylistLoader_.masterXml_);return null===r?(this.masterPlaylistLoader_.clientOffset_=this.masterLoaded_-Date.now(),i()):"DIRECT"===r.method?(this.masterPlaylistLoader_.clientOffset_=r.value-Date.now(),i()):void(this.request=this.vhs_.xhr({uri:pl(this.masterPlaylistLoader_.srcUrl,r.value),method:r.method,withCredentials:this.withCredentials},function(e,t){if(n.request){if(e)return n.masterPlaylistLoader_.clientOffset_=n.masterLoaded_-Date.now(),i();t="HEAD"===r.method?t.responseHeaders&&t.responseHeaders.date?Date.parse(t.responseHeaders.date):n.masterLoaded_:Date.parse(t.responseText);n.masterPlaylistLoader_.clientOffset_=t-Date.now(),i()}}))},t.haveMaster_=function(){this.state="HAVE_MASTER",this.isMaster_?this.trigger("loadedplaylist"):this.media_||this.media(this.childPlaylist_)},t.handleMaster_=function(){this.mediaRequest_=null;var e,t,i,n,r=this.masterPlaylistLoader_.master,t=(a={masterXml:this.masterPlaylistLoader_.masterXml_,srcUrl:this.masterPlaylistLoader_.srcUrl,clientOffset:this.masterPlaylistLoader_.clientOffset_,sidxMapping:this.masterPlaylistLoader_.sidxMapping_,previousManifest:r},e=a.masterXml,t=a.srcUrl,i=a.clientOffset,n=a.sidxMapping,a=a.previousManifest,a=Js(e,{manifestUri:t,clientOffset:i,sidxMapping:n,previousManifest:a}),lu(a,t),a);r&&(t=function(e,t,i){for(var a=!0,s=Sl(e,{duration:t.duration,minimumUpdatePeriod:t.minimumUpdatePeriod,timelineStarts:t.timelineStarts}),n=0;n>>1,e.samplingfrequencyindex<<7|e.channelcount<<3,6,1,2]))},f=function(e){return u(T.hdlr,I[e])},p=function(e){var t=new Uint8Array([0,0,0,0,0,0,0,2,0,0,0,3,0,1,95,144,e.duration>>>24&255,e.duration>>>16&255,e.duration>>>8&255,255&e.duration,85,196,0,0]);return e.samplerate&&(t[12]=e.samplerate>>>24&255,t[13]=e.samplerate>>>16&255,t[14]=e.samplerate>>>8&255,t[15]=255&e.samplerate),u(T.mdhd,t)},h=function(e){return u(T.mdia,p(e),f(e.type),a(e))},r=function(e){return u(T.mfhd,new Uint8Array([0,0,0,0,(4278190080&e)>>24,(16711680&e)>>16,(65280&e)>>8,255&e]))},a=function(e){return u(T.minf,"video"===e.type?u(T.vmhd,x):u(T.smhd,A),t(),g(e))},We=function(e,t){for(var i=[],n=t.length;n--;)i[n]=v(t[n]);return u.apply(null,[T.moof,r(e)].concat(i))},s=function(e){for(var t=e.length,i=[];t--;)i[t]=c(e[t]);return u.apply(null,[T.moov,l(4294967295)].concat(i).concat(o(e)))},o=function(e){for(var t=e.length,i=[];t--;)i[t]=_(e[t]);return u.apply(null,[T.mvex].concat(i))},l=function(e){e=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,2,0,1,95,144,(4278190080&e)>>24,(16711680&e)>>16,(65280&e)>>8,255&e,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return u(T.mvhd,e)},m=function(e){for(var t,i=e.samples||[],n=new Uint8Array(4+i.length),r=0;r>>8),a.push(255&n[o].byteLength),a=a.concat(Array.prototype.slice.call(n[o]));for(o=0;o>>8),s.push(255&r[o].byteLength),s=s.concat(Array.prototype.slice.call(r[o]));return t=[T.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,(65280&e.width)>>8,255&e.width,(65280&e.height)>>8,255&e.height,0,72,0,0,0,72,0,0,0,0,0,0,0,1,19,118,105,100,101,111,106,115,45,99,111,110,116,114,105,98,45,104,108,115,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),u(T.avcC,new Uint8Array([1,e.profileIdc,e.profileCompatibility,e.levelIdc,255].concat([n.length],a,[r.length],s))),u(T.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192]))],e.sarRatio&&(i=e.sarRatio[0],e=e.sarRatio[1],t.push(u(T.pasp,new Uint8Array([(4278190080&i)>>24,(16711680&i)>>16,(65280&i)>>8,255&i,(4278190080&e)>>24,(16711680&e)>>16,(65280&e)>>8,255&e])))),u.apply(null,t)},N=function(e){return u(T.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,(65280&e.channelcount)>>8,255&e.channelcount,(65280&e.samplesize)>>8,255&e.samplesize,0,0,0,0,(65280&e.samplerate)>>8,255&e.samplerate,0,0]),i(e))},d=function(e){e=new Uint8Array([0,0,0,7,0,0,0,0,0,0,0,0,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,0,(4278190080&e.duration)>>24,(16711680&e.duration)>>16,(65280&e.duration)>>8,255&e.duration,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,(65280&e.width)>>8,255&e.width,0,0,(65280&e.height)>>8,255&e.height,0,0]);return u(T.tkhd,e)},v=function(e){var t,i=u(T.tfhd,new Uint8Array([0,0,0,58,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0])),n=Math.floor(e.baseMediaDecodeTime/V),r=Math.floor(e.baseMediaDecodeTime%V),n=u(T.tfdt,new Uint8Array([1,0,0,0,n>>>24&255,n>>>16&255,n>>>8&255,255&n,r>>>24&255,r>>>16&255,r>>>8&255,255&r]));return"audio"===e.type?(t=b(e,92),u(T.traf,i,n,t)):(r=m(e),t=b(e,r.length+92),u(T.traf,i,n,t,r))},c=function(e){return e.duration=e.duration||4294967295,u(T.trak,d(e),h(e))},_=function(e){var t=new Uint8Array([0,0,0,0,(4278190080&e.id)>>24,(16711680&e.id)>>16,(65280&e.id)>>8,255&e.id,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]);return"video"!==e.type&&(t[t.length-1]=0),u(T.trex,t)},U=function(e,t){var i=0,n=0,r=0,a=0;return e.length&&(void 0!==e[0].duration&&(i=1),void 0!==e[0].size&&(n=2),void 0!==e[0].flags&&(r=4),void 0!==e[0].compositionTimeOffset&&(a=8)),[0,0,i|n|r|a,1,(4278190080&e.length)>>>24,(16711680&e.length)>>>16,(65280&e.length)>>>8,255&e.length,(4278190080&t)>>>24,(16711680&t)>>>16,(65280&t)>>>8,255&t]},B=function(e,t){var i,n,r,a,s=e.samples||[];for(t+=20+16*s.length,t=U(s,t),(n=new Uint8Array(t.length+16*s.length)).set(t),i=t.length,a=0;a>>24,n[i++]=(16711680&r.duration)>>>16,n[i++]=(65280&r.duration)>>>8,n[i++]=255&r.duration,n[i++]=(4278190080&r.size)>>>24,n[i++]=(16711680&r.size)>>>16,n[i++]=(65280&r.size)>>>8,n[i++]=255&r.size,n[i++]=r.flags.isLeading<<2|r.flags.dependsOn,n[i++]=r.flags.isDependedOn<<6|r.flags.hasRedundancy<<4|r.flags.paddingValue<<1|r.flags.isNonSyncSample,n[i++]=61440&r.flags.degradationPriority,n[i++]=15&r.flags.degradationPriority,n[i++]=(4278190080&r.compositionTimeOffset)>>>24,n[i++]=(16711680&r.compositionTimeOffset)>>>16,n[i++]=(65280&r.compositionTimeOffset)>>>8,n[i++]=255&r.compositionTimeOffset;return u(T.trun,n)},F=function(e,t){var i,n,r,a,s=e.samples||[];for(t+=20+8*s.length,t=U(s,t),(i=new Uint8Array(t.length+8*s.length)).set(t),n=t.length,a=0;a>>24,i[n++]=(16711680&r.duration)>>>16,i[n++]=(65280&r.duration)>>>8,i[n++]=255&r.duration,i[n++]=(4278190080&r.size)>>>24,i[n++]=(16711680&r.size)>>>16,i[n++]=(65280&r.size)>>>8,i[n++]=255&r.size;return u(T.trun,i)},b=function(e,t){return("audio"===e.type?F:B)(e,t)};n=function(){return u(T.ftyp,S,w,S,E)};function W(e,t){var i={size:0,flags:{isLeading:0,dependsOn:1,isDependedOn:0,hasRedundancy:0,degradationPriority:0,isNonSyncSample:1}};return i.dataOffset=t,i.compositionTimeOffset=e.pts-e.dts,i.duration=e.duration,i.size=4*e.length,i.size+=e.byteLength,e.keyFrame&&(i.flags.dependsOn=2,i.flags.isNonSyncSample=0),i}function G(e){for(var t=[];e--;)t.push(0);return t}function z(){var e,i;return X||(e={96e3:[ie,[227,64],G(154),[56]],88200:[ie,[231],G(170),[56]],64e3:[ie,[248,192],G(240),[56]],48e3:[ie,[255,192],G(268),[55,148,128],G(54),[112]],44100:[ie,[255,192],G(268),[55,163,128],G(84),[112]],32e3:[ie,[255,192],G(268),[55,234],G(226),[112]],24e3:[ie,[255,192],G(268),[55,255,128],G(268),[111,112],G(126),[224]],16e3:[ie,[255,192],G(268),[55,255,128],G(268),[111,255],G(269),[223,108],G(195),[1,192]],12e3:[ne,G(268),[3,127,248],G(268),[6,255,240],G(268),[13,255,224],G(268),[27,253,128],G(259),[56]],11025:[ne,G(268),[3,127,248],G(268),[6,255,240],G(268),[13,255,224],G(268),[27,255,192],G(268),[55,175,128],G(108),[112]],8e3:[ne,G(268),[3,121,16],G(47),[7]]},i=e,X=Object.keys(i).reduce(function(e,t){return e[t]=new Uint8Array(i[t].reduce(function(e,t){return e.concat(t)},[])),e},{})),X}var X,K=function(e){return u(T.mdat,e)},Y=We,Q=function(e){var t=n(),i=s(e),e=new Uint8Array(t.byteLength+i.byteLength);return e.set(t),e.set(i,t.byteLength),e},$=function(e){var t,i,n=[],r=[];for(r.byteLength=0,r.nalCount=0,r.duration=0,t=n.byteLength=0;t=i?e:(t.minSegmentDts=1/0,e.filter(function(e){return e.dts>=i&&(t.minSegmentDts=Math.min(t.minSegmentDts,e.dts),t.minSegmentPts=t.minSegmentDts,!0)}))},ge=function(e){for(var t,i=[],n=0;n=this.virtualRowCount&&"function"==typeof this.beforeRowOverflow&&this.beforeRowOverflow(e),0this.virtualRowCount;)this.rows.shift(),this.rowIdx--},Ae.prototype.isEmpty=function(){return 0===this.rows.length||1===this.rows.length&&""===this.rows[0]},Ae.prototype.addText=function(e){this.rows[this.rowIdx]+=e},Ae.prototype.backspace=function(){var e;this.isEmpty()||(e=this.rows[this.rowIdx],this.rows[this.rowIdx]=e.substr(0,e.length-1))};function Le(e,t,i){this.serviceNum=e,this.text="",this.currentWindow=new Ae(-1),this.windows=[],this.stream=i,"string"==typeof t&&this.createTextDecoder(t)}Le.prototype.init=function(e,t){this.startPts=e;for(var i=0;i<8;i++)this.windows[i]=new Ae(i),"function"==typeof t&&(this.windows[i].beforeRowOverflow=t)},Le.prototype.setCurrentWindow=function(e){this.currentWindow=this.windows[e]},Le.prototype.createTextDecoder=function(t){if("undefined"==typeof TextDecoder)this.stream.trigger("log",{level:"warn",message:"The `encoding` option is unsupported without TextDecoder support"});else try{this.textDecoder_=new TextDecoder(t)}catch(e){this.stream.trigger("log",{level:"warn",message:"TextDecoder could not be created with "+t+" encoding. "+e})}};var De=function e(t){t=t||{},e.prototype.init.call(this);var i,n=this,r=t.captionServices||{},a={};Object.keys(r).forEach(function(e){i=r[e],/^SERVICE/.test(e)&&(a[e]=i.encoding)}),this.serviceEncodings=a,this.current708Packet=null,this.services={},this.push=function(e){(3===e.type||null===n.current708Packet)&&n.new708Packet(),n.add708Bytes(e)}};De.prototype=new j,De.prototype.new708Packet=function(){null!==this.current708Packet&&this.push708Packet(),this.current708Packet={data:[],ptsVals:[]}},De.prototype.add708Bytes=function(e){var t=e.ccData,i=t>>>8,t=255&t;this.current708Packet.ptsVals.push(e.pts),this.current708Packet.data.push(i),this.current708Packet.data.push(t)},De.prototype.push708Packet=function(){var e,t=this.current708Packet,i=t.data,n=null,r=0,a=i[r++];for(t.seq=a>>6,t.sizeCode=63&a;r>5)&&0>5,t.rowLock=(16&n)>>4,t.columnLock=(8&n)>>3,t.priority=7&n,n=i[++e],t.relativePositioning=(128&n)>>7,t.anchorVertical=127&n,n=i[++e],t.anchorHorizontal=n,n=i[++e],t.anchorPoint=(240&n)>>4,t.rowCount=15&n,n=i[++e],t.columnCount=63&n,n=i[++e],t.windowStyle=(56&n)>>3,t.penStyle=7&n,t.virtualRowCount=t.rowCount+1,e},De.prototype.setWindowAttributes=function(e,t){var i=this.current708Packet.data,n=i[e],t=t.currentWindow.winAttr,n=i[++e];return t.fillOpacity=(192&n)>>6,t.fillRed=(48&n)>>4,t.fillGreen=(12&n)>>2,t.fillBlue=3&n,n=i[++e],t.borderType=(192&n)>>6,t.borderRed=(48&n)>>4,t.borderGreen=(12&n)>>2,t.borderBlue=3&n,n=i[++e],t.borderType+=(128&n)>>5,t.wordWrap=(64&n)>>6,t.printDirection=(48&n)>>4,t.scrollDirection=(12&n)>>2,t.justify=3&n,n=i[++e],t.effectSpeed=(240&n)>>4,t.effectDirection=(12&n)>>2,t.displayEffect=3&n,e},De.prototype.flushDisplayed=function(e,t){for(var i=[],n=0;n<8;n++)t.windows[n].visible&&!t.windows[n].isEmpty()&&i.push(t.windows[n].getText());t.endPts=e,t.text=i.join("\n\n"),this.pushCaption(t),t.startPts=e},De.prototype.pushCaption=function(e){""!==e.text&&(this.trigger("data",{startPts:e.startPts,endPts:e.endPts,text:e.text,stream:"cc708_"+e.serviceNum}),e.text="",e.startPts=e.endPts)},De.prototype.displayWindows=function(e,t){var i=this.current708Packet.data[++e],n=this.getPts(e);this.flushDisplayed(n,t);for(var r=0;r<8;r++)i&1<>4,t.offset=(12&n)>>2,t.penSize=3&n,n=i[++e],t.italics=(128&n)>>7,t.underline=(64&n)>>6,t.edgeType=(56&n)>>3,t.fontStyle=7&n,e},De.prototype.setPenColor=function(e,t){var i=this.current708Packet.data,n=i[e],t=t.currentWindow.penColor,n=i[++e];return t.fgOpacity=(192&n)>>6,t.fgRed=(48&n)>>4,t.fgGreen=(12&n)>>2,t.fgBlue=3&n,n=i[++e],t.bgOpacity=(192&n)>>6,t.bgRed=(48&n)>>4,t.bgGreen=(12&n)>>2,t.bgBlue=3&n,n=i[++e],t.edgeRed=(48&n)>>4,t.edgeGreen=(12&n)>>2,t.edgeBlue=3&n,e},De.prototype.setPenLocation=function(e,t){var i=this.current708Packet.data,n=i[e],r=t.currentWindow.penLoc;return t.currentWindow.pendingNewLine=!0,n=i[++e],r.row=15&n,n=i[++e],r.column=63&n,e},De.prototype.reset=function(e,t){var i=this.getPts(e);return this.flushDisplayed(i,t),this.initService(t.serviceNum,e)};function Oe(e){return null===e?"":(e=Re[e]||e,String.fromCharCode(e))}function Me(){for(var e=[],t=15;t--;)e.push("");return e}var Re={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,304:174,305:176,306:189,307:191,308:8482,309:162,310:163,311:9834,312:224,313:160,314:232,315:226,316:234,317:238,318:244,319:251,544:193,545:201,546:211,547:218,548:220,549:252,550:8216,551:161,552:42,553:39,554:8212,555:169,556:8480,557:8226,558:8220,559:8221,560:192,561:194,562:199,563:200,564:202,565:203,566:235,567:206,568:207,569:239,570:212,571:217,572:249,573:219,574:171,575:187,800:195,801:227,802:205,803:204,804:236,805:210,806:242,807:213,808:245,809:123,810:125,811:92,812:94,813:95,814:124,815:126,816:196,817:228,818:214,819:246,820:223,821:165,822:164,823:9474,824:197,825:229,826:216,827:248,828:9484,829:9488,830:9492,831:9496},Ne=[4352,4384,4608,4640,5376,5408,5632,5664,5888,5920,4096,4864,4896,5120,5152],Ue=function e(t,i){e.prototype.init.call(this),this.field_=t||0,this.dataChannel_=i||0,this.name_="CC"+(1+(this.field_<<1|this.dataChannel_)),this.setConstants(),this.reset(),this.push=function(e){var t,i,n,r,a=32639&e.ccData;a!==this.lastControlCode_?(4096==(61440&a)?this.lastControlCode_=a:a!==this.PADDING_&&(this.lastControlCode_=null),t=a>>>8,i=255&a,a===this.PADDING_||(a===this.RESUME_CAPTION_LOADING_?this.mode_="popOn":a===this.END_OF_CAPTION_?(this.mode_="popOn",this.clearFormatting(e.pts),this.flushDisplayed(e.pts),r=this.displayed_,this.displayed_=this.nonDisplayed_,this.nonDisplayed_=r,this.startPts_=e.pts):a===this.ROLL_UP_2_ROWS_?(this.rollUpRows_=2,this.setRollUp(e.pts)):a===this.ROLL_UP_3_ROWS_?(this.rollUpRows_=3,this.setRollUp(e.pts)):a===this.ROLL_UP_4_ROWS_?(this.rollUpRows_=4,this.setRollUp(e.pts)):a===this.CARRIAGE_RETURN_?(this.clearFormatting(e.pts),this.flushDisplayed(e.pts),this.shiftRowsUp_(),this.startPts_=e.pts):a===this.BACKSPACE_?"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1):a===this.ERASE_DISPLAYED_MEMORY_?(this.flushDisplayed(e.pts),this.displayed_=Me()):a===this.ERASE_NON_DISPLAYED_MEMORY_?this.nonDisplayed_=Me():a===this.RESUME_DIRECT_CAPTIONING_?("paintOn"!==this.mode_&&(this.flushDisplayed(e.pts),this.displayed_=Me()),this.mode_="paintOn",this.startPts_=e.pts):this.isSpecialCharacter(t,i)?(n=Oe((t=(3&t)<<8)|i),this[this.mode_](e.pts,n),this.column_++):this.isExtCharacter(t,i)?("popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1),n=Oe((t=(3&t)<<8)|i),this[this.mode_](e.pts,n),this.column_++):this.isMidRowCode(t,i)?(this.clearFormatting(e.pts),this[this.mode_](e.pts," "),this.column_++,14==(14&i)&&this.addFormatting(e.pts,["i"]),1==(1&i)&&this.addFormatting(e.pts,["u"])):this.isOffsetControlCode(t,i)?this.column_+=3&i:this.isPAC(t,i)?(r=Ne.indexOf(7968&a),"rollUp"===this.mode_&&(r-this.rollUpRows_+1<0&&(r=this.rollUpRows_-1),this.setRollUp(e.pts,r)),r!==this.row_&&(this.clearFormatting(e.pts),this.row_=r),1&i&&-1===this.formatting_.indexOf("u")&&this.addFormatting(e.pts,["u"]),16==(16&a)&&(this.column_=4*((14&a)>>1)),this.isColorPAC(i)&&14==(14&i)&&this.addFormatting(e.pts,["i"])):this.isNormalChar(t)&&(0===i&&(i=null),n=Oe(t),n+=Oe(i),this[this.mode_](e.pts,n),this.column_+=n.length))):this.lastControlCode_=null}};Ue.prototype=new j,Ue.prototype.flushDisplayed=function(e){var t=this.displayed_.map(function(e,t){try{return e.trim()}catch(e){return this.trigger("log",{level:"warn",message:"Skipping a malformed 608 caption at index "+t+"."}),""}},this).join("\n").replace(/^\n+|\n+$/g,"");t.length&&this.trigger("data",{startPts:this.startPts_,endPts:e,text:t,stream:this.name_})},Ue.prototype.reset=function(){this.mode_="popOn",this.topRow_=0,this.startPts_=0,this.displayed_=Me(),this.nonDisplayed_=Me(),this.lastControlCode_=null,this.column_=0,this.row_=14,this.rollUpRows_=2,this.formatting_=[]},Ue.prototype.setConstants=function(){0===this.dataChannel_?(this.BASE_=16,this.EXT_=17,this.CONTROL_=(20|this.field_)<<8,this.OFFSET_=23):1===this.dataChannel_&&(this.BASE_=24,this.EXT_=25,this.CONTROL_=(28|this.field_)<<8,this.OFFSET_=31),this.PADDING_=0,this.RESUME_CAPTION_LOADING_=32|this.CONTROL_,this.END_OF_CAPTION_=47|this.CONTROL_,this.ROLL_UP_2_ROWS_=37|this.CONTROL_,this.ROLL_UP_3_ROWS_=38|this.CONTROL_,this.ROLL_UP_4_ROWS_=39|this.CONTROL_,this.CARRIAGE_RETURN_=45|this.CONTROL_,this.RESUME_DIRECT_CAPTIONING_=41|this.CONTROL_,this.BACKSPACE_=33|this.CONTROL_,this.ERASE_DISPLAYED_MEMORY_=44|this.CONTROL_,this.ERASE_NON_DISPLAYED_MEMORY_=46|this.CONTROL_},Ue.prototype.isSpecialCharacter=function(e,t){return e===this.EXT_&&48<=t&&t<=63},Ue.prototype.isExtCharacter=function(e,t){return(e===this.EXT_+1||e===this.EXT_+2)&&32<=t&&t<=63},Ue.prototype.isMidRowCode=function(e,t){return e===this.EXT_&&32<=t&&t<=47},Ue.prototype.isOffsetControlCode=function(e,t){return e===this.OFFSET_&&33<=t&&t<=35},Ue.prototype.isPAC=function(e,t){return e>=this.BASE_&&e"},"");this[this.mode_](e,t)},Ue.prototype.clearFormatting=function(e){var t;this.formatting_.length&&(t=this.formatting_.reverse().reduce(function(e,t){return e+""+t+">"},""),this.formatting_=[],this[this.mode_](e,t))},Ue.prototype.popOn=function(e,t){var i=this.nonDisplayed_[this.row_];this.nonDisplayed_[this.row_]=i+=t},Ue.prototype.rollUp=function(e,t){var i=this.displayed_[this.row_];this.displayed_[this.row_]=i+=t},Ue.prototype.shiftRowsUp_=function(){for(var e=0;e>>2,s*=4,s+=3&a[7],o.timeStamp=s,void 0===t.pts&&void 0===t.dts&&(t.pts=o.timeStamp,t.dts=o.timeStamp),this.trigger("timestamp",o))),t.frames.push(o),i+=10,(i+=n)>>4&&(i+=e[i]+1),0===t.pid)t.type="pat",n(e.subarray(i),t),this.trigger("data",t);else if(t.pid===this.pmtPid)for(t.type="pmt",n(e.subarray(i),t),this.trigger("data",t);this.packetsWaitingForPmt.length;)this.processPes_.apply(this,this.packetsWaitingForPmt.shift());else void 0===this.programMapTable?this.packetsWaitingForPmt.push([e,i,t]):this.processPes_(e,i,t)},this.processPes_=function(e,t,i){i.pid===this.programMapTable.video?i.streamType=je.H264_STREAM_TYPE:i.pid===this.programMapTable.audio?i.streamType=je.ADTS_STREAM_TYPE:i.streamType=this.programMapTable["timed-metadata"][i.pid],i.type="pes",i.data=e.subarray(t),this.trigger("data",i)}}).prototype=new j,Xe.STREAM_TYPES={h264:27,adts:15},(Ke=function(){function n(e,t,i){var n,r,a,s,o=new Uint8Array(e.size),u={type:t},l=0,c=0;if(e.data.length&&!(e.size<9)){for(u.trackId=e.data[0].pid,l=0;l>>3,a.pts*=4,a.pts+=(6&r[13])>>>1,a.dts=a.pts,64&s&&(a.dts=(14&r[14])<<27|(255&r[15])<<20|(254&r[16])<<12|(255&r[17])<<5|(254&r[18])>>>3,a.dts*=4,a.dts+=(6&r[18])>>>1)),a.data=r.subarray(9+r[8])),t="video"===t||u.packetLength<=e.size,(i||t)&&(e.size=0,e.data.length=0),t&&d.trigger("data",u)}}var t,d=this,r=!1,a={data:[],size:0},s={data:[],size:0},o={data:[],size:0};Ke.prototype.init.call(this),this.push=function(i){({pat:function(){},pes:function(){var e,t;switch(i.streamType){case je.H264_STREAM_TYPE:e=a,t="video";break;case je.ADTS_STREAM_TYPE:e=s,t="audio";break;case je.METADATA_STREAM_TYPE:e=o,t="timed-metadata";break;default:return}i.payloadUnitStartIndicator&&n(e,t,!0),e.data.push(i),e.size+=i.data.byteLength},pmt:function(){var e={type:"metadata",tracks:[]};null!==(t=i.programMapTable).video&&e.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+t.video,codec:"avc",type:"video"}),null!==t.audio&&e.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+t.audio,codec:"adts",type:"audio"}),r=!0,d.trigger("data",e)}})[i.type]()},this.reset=function(){a.size=0,a.data.length=0,s.size=0,s.data.length=0,this.trigger("reset")},this.flushStreams_=function(){n(a,"video"),n(s,"audio"),n(o,"timed-metadata")},this.flush=function(){var e;!r&&t&&(e={type:"metadata",tracks:[]},null!==t.video&&e.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+t.video,codec:"avc",type:"video"}),null!==t.audio&&e.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+t.audio,codec:"adts",type:"audio"}),d.trigger("data",e)),r=!1,this.flushStreams_(),this.trigger("done")}}).prototype=new j;var Qe,$e={PAT_PID:0,MP2T_PACKET_LENGTH:188,TransportPacketStream:Ye,TransportParseStream:Xe,ElementaryStream:Ke,TimestampRolloverStream:We,CaptionStream:Fe.CaptionStream,Cea608Stream:Fe.Cea608Stream,Cea708Stream:Fe.Cea708Stream,MetadataStream:e};for(Qe in je)je.hasOwnProperty(Qe)&&($e[Qe]=je[Qe]);var Je=$e,Ze=ue,et=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],tt=function(u){var l,c=0;tt.prototype.init.call(this),this.skipWarn_=function(e,t){this.trigger("log",{level:"warn",message:"adts skiping bytes "+e+" to "+t+" in frame "+c+" outside syncword"})},this.push=function(e){var t,i,n,r,a,s,o=0;if(u||(c=0),"audio"===e.type){for(l&&l.length?(n=l,(l=new Uint8Array(n.byteLength+e.data.byteLength)).set(n),l.set(e.data,n.byteLength)):l=e.data;o+7>5,a=(r=1024*(1+(3&l[o+6])))*Ze/et[(60&l[o+2])>>>2],l.byteLength-o>>6&3),channelcount:(1&l[o+2])<<2|(192&l[o+3])>>>6,samplerate:et[(60&l[o+2])>>>2],samplingfrequencyindex:(60&l[o+2])>>>2,samplesize:16,data:l.subarray(o+7+i,o+t)}),c++,o+=t}else"number"!=typeof s&&(s=o),o++;"number"==typeof s&&(this.skipWarn_(s,o),s=null),l=l.subarray(o)}},this.flush=function(){c=0,this.trigger("done")},this.reset=function(){l=void 0,this.trigger("reset")},this.endTimeline=function(){l=void 0,this.trigger("endedtimeline")}};tt.prototype=new j;var it,nt,rt=tt,at=function(n){var r=n.byteLength,a=0,s=0;this.length=function(){return 8*r},this.bitsAvailable=function(){return 8*r+s},this.loadWord=function(){var e=n.byteLength-r,t=new Uint8Array(4),i=Math.min(4,r);if(0===i)throw new Error("no bytes available");t.set(n.subarray(e,e+i)),a=new DataView(t.buffer).getUint32(0),s=8*i,r-=i},this.skipBits=function(e){var t;e>>32-t;return 0<(s-=t)?a<<=t:0>>e))return a<<=e,s-=e,e;return this.loadWord(),e+this.skipLeadingZeros()},this.skipUnsignedExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.skipExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.readUnsignedExpGolomb=function(){var e=this.skipLeadingZeros();return this.readBits(e+1)-1},this.readExpGolomb=function(){var e=this.readUnsignedExpGolomb();return 1&e?1+e>>>1:-1*(e>>>1)},this.readBoolean=function(){return 1===this.readBits(1)},this.readUnsignedByte=function(){return this.readBits(8)},this.loadWord()},st=function(){var n,r,a=0;st.prototype.init.call(this),this.push=function(e){for(var t,i=(r=r?((t=new Uint8Array(r.byteLength+e.data.byteLength)).set(r),t.set(e.data,r.byteLength),t):e.data).byteLength;a>4?i+20:i+10}function ut(e,t){return e.length-t<10||e[t]!=="I".charCodeAt(0)||e[t+1]!=="D".charCodeAt(0)||e[t+2]!=="3".charCodeAt(0)?t:ut(e,t+=ot(e,t))}function lt(e){return e[0]<<21|e[1]<<14|e[2]<<7|e[3]}var e={H264Stream:it,NalByteStream:st},ct=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],dt={isLikelyAacData:function(e){var t=ut(e,0);return e.length>=t+2&&255==(255&e[t])&&240==(240&e[t+1])&&16==(22&e[t+1])},parseId3TagSize:ot,parseAdtsSize:function(e,t){var i=(224&e[t+5])>>5,n=e[t+4]<<3;return 6144&e[t+3]|n|i},parseType:function(e,t){return e[t]==="I".charCodeAt(0)&&e[t+1]==="D".charCodeAt(0)&&e[t+2]==="3".charCodeAt(0)?"timed-metadata":!0&e[t]&&240==(240&e[t+1])?"audio":null},parseSampleRate:function(e){for(var t=0;t+5>>2];t++}return null},parseAacTimestamp:function(e){var t,i=10;64&e[5]&&(i+=4,i+=lt(e.subarray(10,14)));do{if((t=lt(e.subarray(i+4,i+8)))<1)return null;if("PRIV"===String.fromCharCode(e[i],e[i+1],e[i+2],e[i+3]))for(var n=e.subarray(i+10,i+t+10),r=0;r>>2;return s*=4,s+=3&a[7]}}while(i+=10,(i+=t)a.length)break;t={type:"audio",data:a.subarray(r,r+n),pts:s,dts:s},this.trigger("data",t),r+=n}else{if(a.length-r<10)break;if(r+(n=dt.parseId3TagSize(a,r))>a.length)break;t={type:"timed-metadata",data:a.subarray(r,r+n)},this.trigger("data",t),r+=n}e=a.length-r,a=0i.pts?u++:(t++,a-=n.byteLength,s-=n.nalCount,o-=n.duration);return 0===t?e:t===e.length?null:((r=e.slice(t)).byteLength=a,r.duration=o,r.nalCount=s,r.pts=r[0].pts,r.dts=r[0].dts,r)},this.alignGopsAtEnd_=function(e){for(var t,i,n=l.length-1,r=e.length-1,a=null,s=!1;0<=n&&0<=r;){if(t=l[n],i=e[r],t.pts===i.pts){s=!0;break}t.pts>i.pts?n--:(n===l.length-1&&(a=r),r--)}if(!s&&null===a)return null;if(0===(u=s?r:a))return e;var o=e.slice(u),u=o.reduce(function(e,t){return e.byteLength+=t.byteLength,e.duration+=t.duration,e.nalCount+=t.nalCount,e},{byteLength:0,duration:0,nalCount:0});return o.byteLength=u.byteLength,o.duration=u.duration,o.nalCount=u.nalCount,o.pts=o[0].pts,o.dts=o[0].dts,o},this.alignGopsWith=function(e){l=e}}).prototype=new j,(_t=function(e,t){this.numberOfTracks=0,this.metadataStream=t,"undefined"!=typeof(e=e||{}).remux?this.remuxTracks=!!e.remux:this.remuxTracks=!0,"boolean"==typeof e.keepOriginalTimestamps?this.keepOriginalTimestamps=e.keepOriginalTimestamps:this.keepOriginalTimestamps=!1,this.pendingTracks=[],this.videoTrack=null,this.pendingBoxes=[],this.pendingCaptions=[],this.pendingMetadata=[],this.pendingBytes=0,this.emittedTracks=0,_t.prototype.init.call(this),this.push=function(e){return e.text?this.pendingCaptions.push(e):e.frames?this.pendingMetadata.push(e):(this.pendingTracks.push(e.track),this.pendingBytes+=e.boxes.byteLength,"video"===e.track.type&&(this.videoTrack=e.track,this.pendingBoxes.push(e.boxes)),void("audio"===e.track.type&&(this.audioTrack=e.track,this.pendingBoxes.unshift(e.boxes))))}}).prototype=new j,_t.prototype.flush=function(e){var t,i,n,r=0,a={captions:[],captionStreams:{},metadata:[],info:{}},s=0;if(this.pendingTracks.length=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0))}if(this.videoTrack?(s=this.videoTrack.timelineStartInfo.pts,St.forEach(function(e){a.info[e]=this.videoTrack[e]},this)):this.audioTrack&&(s=this.audioTrack.timelineStartInfo.pts,Tt.forEach(function(e){a.info[e]=this.audioTrack[e]},this)),this.videoTrack||this.audioTrack){for(1===this.pendingTracks.length?a.type=this.pendingTracks[0].type:a.type="combined",this.emittedTracks+=this.pendingTracks.length,e=Q(this.pendingTracks),a.initSegment=new Uint8Array(e.byteLength),a.initSegment.set(e),a.data=new Uint8Array(this.pendingBytes),n=0;n=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0)},_t.prototype.setRemux=function(e){this.remuxTracks=e},(vt=function(n){var r,a,s=this,i=!0;vt.prototype.init.call(this),this.baseMediaDecodeTime=(n=n||{}).baseMediaDecodeTime||0,this.transmuxPipeline_={},this.setupAacPipeline=function(){var t={};(this.transmuxPipeline_=t).type="aac",t.metadataStream=new Je.MetadataStream,t.aacStream=new bt,t.audioTimestampRolloverStream=new Je.TimestampRolloverStream("audio"),t.timedMetadataTimestampRolloverStream=new Je.TimestampRolloverStream("timed-metadata"),t.adtsStream=new rt,t.coalesceStream=new _t(n,t.metadataStream),t.headOfPipeline=t.aacStream,t.aacStream.pipe(t.audioTimestampRolloverStream).pipe(t.adtsStream),t.aacStream.pipe(t.timedMetadataTimestampRolloverStream).pipe(t.metadataStream).pipe(t.coalesceStream),t.metadataStream.on("timestamp",function(e){t.aacStream.setTimestamp(e.timeStamp)}),t.aacStream.on("data",function(e){"timed-metadata"!==e.type&&"audio"!==e.type||t.audioSegmentStream||(a=a||{timelineStartInfo:{baseMediaDecodeTime:s.baseMediaDecodeTime},codec:"adts",type:"audio"},t.coalesceStream.numberOfTracks++,t.audioSegmentStream=new Ct(a,n),t.audioSegmentStream.on("log",s.getLogTrigger_("audioSegmentStream")),t.audioSegmentStream.on("timingInfo",s.trigger.bind(s,"audioTimingInfo")),t.adtsStream.pipe(t.audioSegmentStream).pipe(t.coalesceStream),s.trigger("trackinfo",{hasAudio:!!a,hasVideo:!!r}))}),t.coalesceStream.on("data",this.trigger.bind(this,"data")),t.coalesceStream.on("done",this.trigger.bind(this,"done")),ft(this,t)},this.setupTsPipeline=function(){var i={};(this.transmuxPipeline_=i).type="ts",i.metadataStream=new Je.MetadataStream,i.packetStream=new Je.TransportPacketStream,i.parseStream=new Je.TransportParseStream,i.elementaryStream=new Je.ElementaryStream,i.timestampRolloverStream=new Je.TimestampRolloverStream,i.adtsStream=new rt,i.h264Stream=new wt,i.captionStream=new Je.CaptionStream(n),i.coalesceStream=new _t(n,i.metadataStream),i.headOfPipeline=i.packetStream,i.packetStream.pipe(i.parseStream).pipe(i.elementaryStream).pipe(i.timestampRolloverStream),i.timestampRolloverStream.pipe(i.h264Stream),i.timestampRolloverStream.pipe(i.adtsStream),i.timestampRolloverStream.pipe(i.metadataStream).pipe(i.coalesceStream),i.h264Stream.pipe(i.captionStream).pipe(i.coalesceStream),i.elementaryStream.on("data",function(e){var t;if("metadata"===e.type){for(t=e.tracks.length;t--;)r||"video"!==e.tracks[t].type?a||"audio"!==e.tracks[t].type||((a=e.tracks[t]).timelineStartInfo.baseMediaDecodeTime=s.baseMediaDecodeTime):(r=e.tracks[t]).timelineStartInfo.baseMediaDecodeTime=s.baseMediaDecodeTime;r&&!i.videoSegmentStream&&(i.coalesceStream.numberOfTracks++,i.videoSegmentStream=new yt(r,n),i.videoSegmentStream.on("log",s.getLogTrigger_("videoSegmentStream")),i.videoSegmentStream.on("timelineStartInfo",function(e){a&&!n.keepOriginalTimestamps&&(a.timelineStartInfo=e,i.audioSegmentStream.setEarliestDts(e.dts-s.baseMediaDecodeTime))}),i.videoSegmentStream.on("processedGopsInfo",s.trigger.bind(s,"gopInfo")),i.videoSegmentStream.on("segmentTimingInfo",s.trigger.bind(s,"videoSegmentTimingInfo")),i.videoSegmentStream.on("baseMediaDecodeTime",function(e){a&&i.audioSegmentStream.setVideoBaseMediaDecodeTime(e)}),i.videoSegmentStream.on("timingInfo",s.trigger.bind(s,"videoTimingInfo")),i.h264Stream.pipe(i.videoSegmentStream).pipe(i.coalesceStream)),a&&!i.audioSegmentStream&&(i.coalesceStream.numberOfTracks++,i.audioSegmentStream=new Ct(a,n),i.audioSegmentStream.on("log",s.getLogTrigger_("audioSegmentStream")),i.audioSegmentStream.on("timingInfo",s.trigger.bind(s,"audioTimingInfo")),i.audioSegmentStream.on("segmentTimingInfo",s.trigger.bind(s,"audioSegmentTimingInfo")),i.adtsStream.pipe(i.audioSegmentStream).pipe(i.coalesceStream)),s.trigger("trackinfo",{hasAudio:!!a,hasVideo:!!r})}}),i.coalesceStream.on("data",this.trigger.bind(this,"data")),i.coalesceStream.on("id3Frame",function(e){e.dispatchType=i.metadataStream.dispatchType,s.trigger("id3Frame",e)}),i.coalesceStream.on("caption",this.trigger.bind(this,"caption")),i.coalesceStream.on("done",this.trigger.bind(this,"done")),ft(this,i)},this.setBaseMediaDecodeTime=function(e){var t=this.transmuxPipeline_;n.keepOriginalTimestamps||(this.baseMediaDecodeTime=e),a&&(a.timelineStartInfo.dts=void 0,a.timelineStartInfo.pts=void 0,_e(a),t.audioTimestampRolloverStream&&t.audioTimestampRolloverStream.discontinuity()),r&&(t.videoSegmentStream&&(t.videoSegmentStream.gopCache_=[]),r.timelineStartInfo.dts=void 0,r.timelineStartInfo.pts=void 0,_e(r),t.captionStream.reset()),t.timestampRolloverStream&&t.timestampRolloverStream.discontinuity()},this.setAudioAppendStart=function(e){a&&this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(e)},this.setRemux=function(e){var t=this.transmuxPipeline_;n.remux=e,t&&t.coalesceStream&&t.coalesceStream.setRemux(e)},this.alignGopsWith=function(e){r&&this.transmuxPipeline_.videoSegmentStream&&this.transmuxPipeline_.videoSegmentStream.alignGopsWith(e)},this.getLogTrigger_=function(t){var i=this;return function(e){e.stream=t,i.trigger("log",e)}},this.push=function(e){var t;i&&((t=Et(e))&&"aac"!==this.transmuxPipeline_.type?this.setupAacPipeline():t||"ts"===this.transmuxPipeline_.type||this.setupTsPipeline(),i=!1),this.transmuxPipeline_.headOfPipeline.push(e)},this.flush=function(){i=!0,this.transmuxPipeline_.headOfPipeline.flush()},this.endTimeline=function(){this.transmuxPipeline_.headOfPipeline.endTimeline()},this.reset=function(){this.transmuxPipeline_.headOfPipeline&&this.transmuxPipeline_.headOfPipeline.reset()},this.resetCaptions=function(){this.transmuxPipeline_.captionStream&&this.transmuxPipeline_.captionStream.reset()}}).prototype=new j;function It(e,c){var i=Rt(e,["moof","traf"]),e=Rt(e,["mdat"]),d={},n=[];return e.forEach(function(e,t){t=i[t];n.push({mdat:e,traf:t})}),n.forEach(function(e){var t,i,n,r,a,s=e.mdat,o=e.traf,u=Rt(o,["tfhd"]),l=Ht(u[0]),e=l.trackId,u=Rt(o,["tfdt"]),u=0>>4&&(t+=e[4]+1),t}function Lt(e){switch(e){case 5:return"slice_layer_without_partitioning_rbsp_idr";case 6:return"sei_rbsp";case 7:return"seq_parameter_set_rbsp";case 8:return"pic_parameter_set_rbsp";case 9:return"access_unit_delimiter_rbsp";default:return null}}var Dt={Transmuxer:vt,VideoSegmentStream:yt,AudioSegmentStream:Ct,AUDIO_PROPERTIES:Tt,VIDEO_PROPERTIES:St,generateSegmentTimingInfo:gt},e=function(e){return e>>>0},Ot=function(e){var t="";return t+=String.fromCharCode(e[0]),t+=String.fromCharCode(e[1]),t+=String.fromCharCode(e[2]),t+=String.fromCharCode(e[3])},Mt=e,Rt=function e(t,i){var n,r,a,s=[];if(!i.length)return null;for(n=0;n>>2,dependsOn:3&e[0],isDependedOn:(192&e[1])>>>6,hasRedundancy:(48&e[1])>>>4,paddingValue:(14&e[1])>>>1,isNonSyncSample:1&e[1],degradationPriority:e[2]<<8|e[3]}},jt=function(e){var t,i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),samples:[]},n=new DataView(e.buffer,e.byteOffset,e.byteLength),r=1&i.flags[2],a=4&i.flags[2],s=1&i.flags[1],o=2&i.flags[1],u=4&i.flags[1],l=8&i.flags[1],c=n.getUint32(4),d=8;for(r&&(i.dataOffset=n.getInt32(d),d+=4),a&&c&&(t={flags:Ft(e.subarray(d,d+4))},d+=4,s&&(t.duration=n.getUint32(d),d+=4),o&&(t.size=n.getUint32(d),d+=4),l&&(1===i.version?t.compositionTimeOffset=n.getInt32(d):t.compositionTimeOffset=n.getUint32(d),d+=4),i.samples.push(t),c--);c--;)t={},s&&(t.duration=n.getUint32(d),d+=4),o&&(t.size=n.getUint32(d),d+=4),u&&(t.flags=Ft(e.subarray(d,d+4)),d+=4),l&&(1===i.version?t.compositionTimeOffset=n.getInt32(d):t.compositionTimeOffset=n.getUint32(d),d+=4),i.samples.push(t);return i},Ht=function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),i={version:e[0],flags:new Uint8Array(e.subarray(1,4)),trackId:t.getUint32(4)},n=1&i.flags[2],r=2&i.flags[2],a=8&i.flags[2],s=16&i.flags[2],o=32&i.flags[2],u=65536&i.flags[0],l=131072&i.flags[0],e=8;return n&&(e+=4,i.baseDataOffset=t.getUint32(12),e+=4),r&&(i.sampleDescriptionIndex=t.getUint32(e),e+=4),a&&(i.defaultSampleDuration=t.getUint32(e),e+=4),s&&(i.defaultSampleSize=t.getUint32(e),e+=4),o&&(i.defaultSampleFlags=t.getUint32(e)),u&&(i.durationIsEmpty=!0),!n&&l&&(i.baseDataOffsetIsMoof=!0),i},j="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},j="undefined"!=typeof window?window:"undefined"!=typeof j?j:"undefined"!=typeof self?self:{},qt=j,Vt=ke,Wt=Fe.CaptionStream,Gt=function(){var t,r,a,s,o,i,n=!1;this.isInitialized=function(){return n},this.init=function(e){t=new Wt,n=!0,i=!!e&&e.isPartial,t.on("data",function(e){e.startTime=e.startPts/s,e.endTime=e.endPts/s,o.captions.push(e),o.captionStreams[e.stream]=!0}),t.on("log",function(e){o.logs.push(e)})},this.isNewInit=function(e,t){return!(e&&0===e.length||t&&"object"==typeof t&&0===Object.keys(t).length)&&(a!==e[0]||s!==t[a])},this.parse=function(e,t,i){if(!this.isInitialized())return null;if(!t||!i)return null;if(this.isNewInit(t,i))a=t[0],s=i[a];else if(null===a||!s)return r.push(e),null;for(;0>>2&63).replace(/^0/,"")):t.codec="mp4a.40.2"):t.codec=t.codec.toLowerCase()));e=Rt(e,["mdia","mdhd"])[0];e&&(t.timescale=Yt(e)),s.push(t)}),s},Qt=ke,$t=q,Jt=Ie,Zt={};Zt.ts={parseType:function(e,t){e=xt(e);return 0===e?"pat":e===t?"pmt":t?"pes":null},parsePat:function(e){var t=At(e),i=4+Pt(e);return t&&(i+=e[i]+1),(31&e[i+10])<<8|e[i+11]},parsePmt:function(e){var t={},i=At(e),n=4+Pt(e);if(i&&(n+=e[n]+1),1&e[n+5]){for(var r=3+((15&e[n+1])<<8|e[n+2])-4,a=12+((15&e[n+10])<<8|e[n+11]);a=e.byteLength)return null;var i=null,n=e[t+7];return 192&n&&((i={}).pts=(14&e[t+9])<<27|(255&e[t+10])<<20|(254&e[t+11])<<12|(255&e[t+12])<<5|(254&e[t+13])>>>3,i.pts*=4,i.pts+=(6&e[t+13])>>>1,i.dts=i.pts,64&n&&(i.dts=(14&e[t+14])<<27|(255&e[t+15])<<20|(254&e[t+16])<<12|(255&e[t+17])<<5|(254&e[t+18])>>>3,i.dts*=4,i.dts+=(6&e[t+18])>>>1)),i},videoPacketContainsKeyFrame:function(e){for(var t=4+Pt(e),i=e.subarray(t),n=0,r=0,a=!1;re.length){i=!0;break}null===a&&(t=e.subarray(o,o+s),a=Zt.aac.parseAacTimestamp(t)),o+=s;break;case"audio":if(e.length-o<7){i=!0;break}if((s=Zt.aac.parseAdtsSize(e,o))>e.length){i=!0;break}null===r&&(t=e.subarray(o,o+s),r=Zt.aac.parseSampleRate(t)),n++,o+=s;break;default:o++}if(i)return null}if(null===r||null===a)return null;var u=ii/r;return{audio:[{type:"audio",dts:a,pts:a},{type:"audio",dts:a+1024*n*u,pts:a+1024*n*u}]}}:ti)(e);return r&&(r.audio||r.video)?(e=t,(t=r).audio&&t.audio.length&&("undefined"!=typeof(i=e)&&!isNaN(i)||(i=t.audio[0].dts),t.audio.forEach(function(e){e.dts=Jt(e.dts,i),e.pts=Jt(e.pts,i),e.dtsTime=e.dts/ii,e.ptsTime=e.pts/ii})),t.video&&t.video.length&&("undefined"!=typeof(n=e)&&!isNaN(n)||(n=t.video[0].dts),t.video.forEach(function(e){e.dts=Jt(e.dts,n),e.pts=Jt(e.pts,n),e.dtsTime=e.dts/ii,e.ptsTime=e.pts/ii}),t.firstKeyFrame&&((t=t.firstKeyFrame).dts=Jt(t.dts,n),t.pts=Jt(t.pts,n),t.dtsTime=t.dts/ii,t.ptsTime=t.pts/ii)),r):null},ri=function(){function e(e,t){this.options=t||{},this.self=e,this.init()}var t=e.prototype;return t.init=function(){var i,e;this.transmuxer&&this.transmuxer.dispose(),this.transmuxer=new Dt.Transmuxer(this.options),i=this.self,(e=this.transmuxer).on("data",function(e){var t=e.initSegment;e.initSegment={data:t.buffer,byteOffset:t.byteOffset,byteLength:t.byteLength};t=e.data;e.data=t.buffer,i.postMessage({action:"data",segment:e,byteOffset:t.byteOffset,byteLength:t.byteLength},[e.data])}),e.on("done",function(e){i.postMessage({action:"done"})}),e.on("gopInfo",function(e){i.postMessage({action:"gopInfo",gopInfo:e})}),e.on("videoSegmentTimingInfo",function(e){var t={start:{decode:ce(e.start.dts),presentation:ce(e.start.pts)},end:{decode:ce(e.end.dts),presentation:ce(e.end.pts)},baseMediaDecodeTime:ce(e.baseMediaDecodeTime)};e.prependedContentDuration&&(t.prependedContentDuration=ce(e.prependedContentDuration)),i.postMessage({action:"videoSegmentTimingInfo",videoSegmentTimingInfo:t})}),e.on("audioSegmentTimingInfo",function(e){var t={start:{decode:ce(e.start.dts),presentation:ce(e.start.pts)},end:{decode:ce(e.end.dts),presentation:ce(e.end.pts)},baseMediaDecodeTime:ce(e.baseMediaDecodeTime)};e.prependedContentDuration&&(t.prependedContentDuration=ce(e.prependedContentDuration)),i.postMessage({action:"audioSegmentTimingInfo",audioSegmentTimingInfo:t})}),e.on("id3Frame",function(e){i.postMessage({action:"id3Frame",id3Frame:e})}),e.on("caption",function(e){i.postMessage({action:"caption",caption:e})}),e.on("trackinfo",function(e){i.postMessage({action:"trackinfo",trackInfo:e})}),e.on("audioTimingInfo",function(e){i.postMessage({action:"audioTimingInfo",audioTimingInfo:{start:ce(e.start),end:ce(e.end)}})}),e.on("videoTimingInfo",function(e){i.postMessage({action:"videoTimingInfo",videoTimingInfo:{start:ce(e.start),end:ce(e.end)}})}),e.on("log",function(e){i.postMessage({action:"log",log:e})})},t.pushMp4Captions=function(e){this.captionParser||(this.captionParser=new Gt,this.captionParser.init());var t=new Uint8Array(e.data,e.byteOffset,e.byteLength),e=this.captionParser.parse(t,e.trackIds,e.timescales);this.self.postMessage({action:"mp4Captions",captions:e&&e.captions||[],logs:e&&e.logs||[],data:t.buffer},[t.buffer])},t.probeMp4StartTime=function(e){var t=e.timescales,e=e.data,t=Qt(t,e);this.self.postMessage({action:"probeMp4StartTime",startTime:t,data:e},[e.buffer])},t.probeMp4Tracks=function(e){var t=e.data,e=$t(t);this.self.postMessage({action:"probeMp4Tracks",tracks:e,data:t},[t.buffer])},t.probeTs=function(e){var t=e.data,i=e.baseStartTime,e="number"!=typeof i||isNaN(i)?void 0:i*ue,i=ni(t,e),e=null;i&&((e={hasVideo:i.video&&2===i.video.length||!1,hasAudio:i.audio&&2===i.audio.length||!1}).hasVideo&&(e.videoStart=i.video[0].ptsTime),e.hasAudio&&(e.audioStart=i.audio[0].ptsTime)),this.self.postMessage({action:"probeTs",result:e,data:t},[t.buffer])},t.clearAllMp4Captions=function(){this.captionParser&&this.captionParser.clearAllCaptions()},t.clearParsedMp4Captions=function(){this.captionParser&&this.captionParser.clearParsedCaptions()},t.push=function(e){e=new Uint8Array(e.data,e.byteOffset,e.byteLength);this.transmuxer.push(e)},t.reset=function(){this.transmuxer.reset()},t.setTimestampOffset=function(e){e=e.timestampOffset||0;this.transmuxer.setBaseMediaDecodeTime(Math.round(le(e)))},t.setAudioAppendStart=function(e){this.transmuxer.setAudioAppendStart(Math.ceil(le(e.appendStart)))},t.setRemux=function(e){this.transmuxer.setRemux(e.remux)},t.flush=function(e){this.transmuxer.flush(),self.postMessage({action:"done",type:"transmuxed"})},t.endTimeline=function(){this.transmuxer.endTimeline(),self.postMessage({action:"endedtimeline",type:"transmuxed"})},t.alignGopsWith=function(e){this.transmuxer.alignGopsWith(e.gopsToAlignWith.slice())},e}();self.onmessage=function(e){"init"===e.data.action&&e.data.options?this.messageHandlers=new ri(self,e.data.options):(this.messageHandlers||(this.messageHandlers=new ri(self)),e.data&&e.data.action&&"init"!==e.data.action&&this.messageHandlers[e.data.action]&&this.messageHandlers[e.data.action](e.data))}}))),Cl=function(e){e.currentTransmux=null,e.transmuxQueue.length&&(e.currentTransmux=e.transmuxQueue.shift(),"function"==typeof e.currentTransmux?e.currentTransmux():Du(e.currentTransmux))},Il=function(e){Mu("reset",e)},xl=function(e){var t=new kl;t.currentTransmux=null,t.transmuxQueue=[];var i=t.terminate;return t.terminate=function(){return t.currentTransmux=null,t.transmuxQueue.length=0,i.call(t)},t.postMessage({action:"init",options:e}),t},Al=2,Pl=-101,Ll=-102,Dl=Ro("CodecUtils"),Ol=Ro("PlaylistSelector"),ar=function(){var e=this.useDevicePixelRatio&&window.devicePixelRatio||1;return il(this.playlists.master,this.systemBandwidth,parseInt(Zu(this.tech_.el(),"width"),10)*e,parseInt(Zu(this.tech_.el(),"height"),10)*e,this.limitRenditionByPlayerDimensions,this.masterPlaylistController_)},Ml=function(n){function e(e,t){var i=n.call(this)||this;if(!e)throw new TypeError("Initialization settings are required");if("function"!=typeof e.currentTime)throw new TypeError("No currentTime getter specified");if(!e.mediaSource)throw new TypeError("No MediaSource specified");return i.bandwidth=e.bandwidth,i.throughput={rate:0,count:0},i.roundTrip=NaN,i.resetStats_(),i.mediaIndex=null,i.partIndex=null,i.hasPlayed_=e.hasPlayed,i.currentTime_=e.currentTime,i.seekable_=e.seekable,i.seeking_=e.seeking,i.duration_=e.duration,i.mediaSource_=e.mediaSource,i.vhs_=e.vhs,i.loaderType_=e.loaderType,i.currentMediaInfo_=void 0,i.startingMediaInfo_=void 0,i.segmentMetadataTrack_=e.segmentMetadataTrack,i.goalBufferLength_=e.goalBufferLength,i.sourceType_=e.sourceType,i.sourceUpdater_=e.sourceUpdater,i.inbandTextTracks_=e.inbandTextTracks,i.state_="INIT",i.timelineChangeController_=e.timelineChangeController,i.shouldSaveSegmentTimingInfo_=!0,i.parse708captions_=e.parse708captions,i.useDtsForTimestampOffset_=e.useDtsForTimestampOffset,i.captionServices_=e.captionServices,i.experimentalExactManifestTimings=e.experimentalExactManifestTimings,i.checkBufferTimeout_=null,i.error_=void 0,i.currentTimeline_=-1,i.pendingSegment_=null,i.xhrOptions_=null,i.pendingSegments_=[],i.audioDisabled_=!1,i.isPendingTimestampOffset_=!1,i.gopBuffer_=[],i.timeMapping_=0,i.safeAppend_=11<=tr.browser.IE_VERSION,i.appendInitSegment_={audio:!0,video:!0},i.playlistOfLastInitSegment_={audio:null,video:null},i.callQueue_=[],i.loadQueue_=[],i.metadataQueue_={id3:[],caption:[]},i.waitingOnRemove_=!1,i.quotaExceededErrorRetryTimeout_=null,i.activeInitSegmentId_=null,i.initSegments_={},i.cacheEncryptionKeys_=e.cacheEncryptionKeys,i.keyCache_={},i.decrypter_=e.decrypter,i.syncController_=e.syncController,i.syncPoint_={segmentIndex:0,time:0},i.transmuxer_=i.createTransmuxer_(),i.triggerSyncInfoUpdate_=function(){return i.trigger("syncinfoupdate")},i.syncController_.on("syncinfoupdate",i.triggerSyncInfoUpdate_),i.mediaSource_.addEventListener("sourceopen",function(){i.isEndOfStream_()||(i.ended_=!1)}),i.fetchAtBuffer_=!1,i.logger_=Ro("SegmentLoader["+i.loaderType_+"]"),Object.defineProperty(ft(i),"state",{get:function(){return this.state_},set:function(e){e!==this.state_&&(this.logger_(this.state_+" -> "+e),this.state_=e,this.trigger("statechange"))}}),i.sourceUpdater_.on("ready",function(){i.hasEnoughInfoToAppend_()&&i.processCallQueue_()}),"main"===i.loaderType_&&i.timelineChangeController_.on("pendingtimelinechange",function(){i.hasEnoughInfoToAppend_()&&i.processCallQueue_()}),"audio"===i.loaderType_&&i.timelineChangeController_.on("timelinechange",function(){i.hasEnoughInfoToLoad_()&&i.processLoadQueue_(),i.hasEnoughInfoToAppend_()&&i.processCallQueue_()}),i}mt(e,n);var t=e.prototype;return t.createTransmuxer_=function(){return xl({remux:!1,alignGopsAtEnd:this.safeAppend_,keepOriginalTimestamps:!0,parse708captions:this.parse708captions_,captionServices:this.captionServices_})},t.resetStats_=function(){this.mediaBytesTransferred=0,this.mediaRequests=0,this.mediaRequestsAborted=0,this.mediaRequestsTimedout=0,this.mediaRequestsErrored=0,this.mediaTransferDuration=0,this.mediaSecondsLoaded=0,this.mediaAppends=0},t.dispose=function(){this.trigger("dispose"),this.state="DISPOSED",this.pause(),this.abort_(),this.transmuxer_&&this.transmuxer_.terminate(),this.resetStats_(),this.checkBufferTimeout_&&window.clearTimeout(this.checkBufferTimeout_),this.syncController_&&this.triggerSyncInfoUpdate_&&this.syncController_.off("syncinfoupdate",this.triggerSyncInfoUpdate_),this.off()},t.setAudio=function(e){this.audioDisabled_=!e,e?this.appendInitSegment_.audio=!0:this.sourceUpdater_.removeAudio(0,this.duration_())},t.abort=function(){"WAITING"===this.state?(this.abort_(),this.state="READY",this.paused()||this.monitorBuffer_()):this.pendingSegment_&&(this.pendingSegment_=null)},t.abort_=function(){this.pendingSegment_&&this.pendingSegment_.abortRequests&&this.pendingSegment_.abortRequests(),this.pendingSegment_=null,this.callQueue_=[],this.loadQueue_=[],this.metadataQueue_.id3=[],this.metadataQueue_.caption=[],this.timelineChangeController_.clearPendingTimelineChange(this.loaderType_),this.waitingOnRemove_=!1,window.clearTimeout(this.quotaExceededErrorRetryTimeout_),this.quotaExceededErrorRetryTimeout_=null},t.checkForAbort_=function(e){return"APPENDING"!==this.state||this.pendingSegment_?!this.pendingSegment_||this.pendingSegment_.requestId!==e:(this.state="READY",!0)},t.error=function(e){return"undefined"!=typeof e&&(this.logger_("error occurred:",e),this.error_=e),this.pendingSegment_=null,this.error_},t.endOfStream=function(){this.ended_=!0,this.transmuxer_&&Il(this.transmuxer_),this.gopBuffer_.length=0,this.pause(),this.trigger("ended")},t.buffered_=function(){var e=this.getMediaInfo_();if(!this.sourceUpdater_||!e)return tr.createTimeRanges();if("main"===this.loaderType_){var t=e.hasAudio,i=e.hasVideo,e=e.isMuxed;if(i&&t&&!this.audioDisabled_&&!e)return this.sourceUpdater_.buffered();if(i)return this.sourceUpdater_.videoBuffered()}return this.sourceUpdater_.audioBuffered()},t.initSegmentForMap=function(e,t){if(void 0===t&&(t=!1),!e)return null;var i=Su(e),n=this.initSegments_[i];return t&&!n&&e.bytes&&(this.initSegments_[i]=n={resolvedUri:e.resolvedUri,byterange:e.byterange,bytes:e.bytes,tracks:e.tracks,timescales:e.timescales}),n||e},t.segmentKey=function(e,t){if(void 0===t&&(t=!1),!e)return null;var i=wu(e),n=this.keyCache_[i];this.cacheEncryptionKeys_&&t&&!n&&e.bytes&&(this.keyCache_[i]=n={resolvedUri:e.resolvedUri,bytes:e.bytes});e={resolvedUri:(n||e).resolvedUri};return n&&(e.bytes=n.bytes),e},t.couldBeginLoading_=function(){return this.playlist_&&!this.paused()},t.load=function(){if(this.monitorBuffer_(),this.playlist_)return"INIT"===this.state&&this.couldBeginLoading_()?this.init_():void(!this.couldBeginLoading_()||"READY"!==this.state&&"INIT"!==this.state||(this.state="READY"))},t.init_=function(){return this.state="READY",this.resetEverything(),this.monitorBuffer_()},t.playlist=function(e,t){if(void 0===t&&(t={}),e){var i=this.playlist_,n=this.pendingSegment_;this.playlist_=e,this.xhrOptions_=t,"INIT"===this.state&&(e.syncInfo={mediaSequence:e.mediaSequence,time:0},"main"===this.loaderType_&&this.syncController_.setDateTimeMappingForStart(e));var r=null;if(i&&(i.id?r=i.id:i.uri&&(r=i.uri)),this.logger_("playlist update ["+r+" => "+(e.id||e.uri)+"]"),this.trigger("syncinfoupdate"),"INIT"===this.state&&this.couldBeginLoading_())return this.init_();if(!i||i.uri!==e.uri)return null!==this.mediaIndex&&(e.endList?this.resyncLoader():this.resetLoader()),this.currentMediaInfo_=void 0,void this.trigger("playlistupdate");t=e.mediaSequence-i.mediaSequence;this.logger_("live window shift ["+t+"]"),null!==this.mediaIndex&&(this.mediaIndex-=t,this.mediaIndex<0?(this.mediaIndex=null,this.partIndex=null):(r=this.playlist_.segments[this.mediaIndex],!this.partIndex||r.parts&&r.parts.length&&r.parts[this.partIndex]||(r=this.mediaIndex,this.logger_("currently processing part (index "+this.partIndex+") no longer exists."),this.resetLoader(),this.mediaIndex=r))),n&&(n.mediaIndex-=t,n.mediaIndex<0?(n.mediaIndex=null,n.partIndex=null):(0<=n.mediaIndex&&(n.segment=e.segments[n.mediaIndex]),0<=n.partIndex&&n.segment.parts&&(n.part=n.segment.parts[n.partIndex]))),this.syncController_.saveExpiredSegmentInfo(i,e)}},t.pause=function(){this.checkBufferTimeout_&&(window.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=null)},t.paused=function(){return null===this.checkBufferTimeout_},t.resetEverything=function(e){this.ended_=!1,this.appendInitSegment_={audio:!0,video:!0},this.resetLoader(),this.remove(0,1/0,e),this.transmuxer_&&(this.transmuxer_.postMessage({action:"clearAllMp4Captions"}),this.transmuxer_.postMessage({action:"reset"}))},t.resetLoader=function(){this.fetchAtBuffer_=!1,this.resyncLoader()},t.resyncLoader=function(){this.transmuxer_&&Il(this.transmuxer_),this.mediaIndex=null,this.partIndex=null,this.syncPoint_=null,this.isPendingTimestampOffset_=!1,this.callQueue_=[],this.loadQueue_=[],this.metadataQueue_.id3=[],this.metadataQueue_.caption=[],this.abort(),this.transmuxer_&&this.transmuxer_.postMessage({action:"clearParsedMp4Captions"})},t.remove=function(e,t,i,n){if(void 0===i&&(i=function(){}),void 0===n&&(n=!1),(t=t===1/0?this.duration_():t)<=e)this.logger_("skipping remove because end ${end} is <= start ${start}");else if(this.sourceUpdater_&&this.getMediaInfo_()){var r,a=1,s=function(){0===--a&&i()};for(r in!n&&this.audioDisabled_||(a++,this.sourceUpdater_.removeAudio(e,t,s)),!n&&"main"!==this.loaderType_||(this.gopBuffer_=function(e,t,i,n){for(var r=Math.ceil((t-n)*hl),a=Math.ceil((i-n)*hl),n=e.slice(),s=e.length;s--&&!(e[s].pts<=a););if(-1===s)return n;for(var o=s+1;o--&&!(e[o].pts<=r););return o=Math.max(o,0),n.splice(o,s-o+1),n}(this.gopBuffer_,e,t,this.timeMapping_),a++,this.sourceUpdater_.removeVideo(e,t,s)),this.inbandTextTracks_)rl(e,t,this.inbandTextTracks_[r]);rl(e,t,this.segmentMetadataTrack_),s()}else this.logger_("skipping remove because no source updater or starting media info")},t.monitorBuffer_=function(){this.checkBufferTimeout_&&window.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=window.setTimeout(this.monitorBufferTick_.bind(this),1)},t.monitorBufferTick_=function(){"READY"===this.state&&this.fillBuffer_(),this.checkBufferTimeout_&&window.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=window.setTimeout(this.monitorBufferTick_.bind(this),500)},t.fillBuffer_=function(){var e;this.sourceUpdater_.updating()||(e=this.chooseNextRequest_())&&("number"==typeof e.timestampOffset&&(this.isPendingTimestampOffset_=!1,this.timelineChangeController_.pendingTimelineChange({type:this.loaderType_,from:this.currentTimeline_,to:e.timeline})),this.loadSegment_(e))},t.isEndOfStream_=function(e,t,i){if(void 0===e&&(e=this.mediaIndex),void 0===t&&(t=this.playlist_),void 0===i&&(i=this.partIndex),!t||!this.mediaSource_)return!1;var n="number"==typeof e&&t.segments[e],e=e+1===t.segments.length,n=!n||!n.parts||i+1===n.parts.length;return t.endList&&"open"===this.mediaSource_.readyState&&e&&n},t.chooseNextRequest_=function(){var e=this.buffered_(),t=Ho(e)||0,i=qo(e,this.currentTime_()),n=!this.hasPlayed_()&&1<=i,r=i>=this.goalBufferLength_(),e=this.playlist_.segments;if(!e.length||n||r)return null;this.syncPoint_=this.syncPoint_||this.syncController_.getSyncPoint(this.playlist_,this.duration_(),this.currentTimeline_,this.currentTime_());var a,n={partIndex:null,mediaIndex:null,startOfSegment:null,playlist:this.playlist_,isSyncRequest:Boolean(!this.syncPoint_)};n.isSyncRequest?n.mediaIndex=function(e,t,i){t=t||[];for(var n=[],r=0,a=0;a=e.length-1&&s&&!this.seeking_()?null:this.generateSegmentInfo_(n)},t.generateSegmentInfo_=function(e){var t=e.independent,i=e.playlist,n=e.mediaIndex,r=e.startOfSegment,a=e.isSyncRequest,s=e.partIndex,o=e.forceTimestampOffset,u=e.getMediaInfoForTime,l=i.segments[n],e="number"==typeof s&&l.parts[s],t={requestId:"segment-loader-"+Math.random(),uri:e&&e.resolvedUri||l.resolvedUri,mediaIndex:n,partIndex:e?s:null,isSyncRequest:a,startOfSegment:r,playlist:i,bytes:null,encryptedBytes:null,timestampOffset:null,timeline:l.timeline,duration:e&&e.duration||l.duration,segment:l,part:e,byteLength:0,transmuxer:this.transmuxer_,getMediaInfoForTime:u,independent:t},o="undefined"!=typeof o?o:this.isPendingTimestampOffset_;t.timestampOffset=this.timestampOffsetForSegment_({segmentTimeline:l.timeline,currentTimeline:this.currentTimeline_,startOfSegment:r,buffered:this.buffered_(),overrideCheck:o});o=Ho(this.sourceUpdater_.audioBuffered());return"number"==typeof o&&(t.audioAppendStart=o-this.sourceUpdater_.audioTimestampOffset()),this.sourceUpdater_.videoBuffered().length&&(t.gopsToAlignWith=function(e,t,i){if("undefined"==typeof t||null===t||!e.length)return[];for(var n=Math.ceil((t-i+3)*hl),r=0;rn);r++);return e.slice(r)}(this.gopBuffer_,this.currentTime_()-this.sourceUpdater_.videoTimestampOffset(),this.timeMapping_)),t},t.timestampOffsetForSegment_=function(e){return i=(t=e).segmentTimeline,n=t.currentTimeline,r=t.startOfSegment,e=t.buffered,t.overrideCheck||i!==n?!(i "+p+" for "+e),t=m,i=v.vhs_.tech_,t[n=e]||(i.trigger({type:"usage",name:"vhs-608"}),i.trigger({type:"usage",name:"hls-608"}),/^cc708_/.test(r=n)&&(r="SERVICE"+n.split("_")[1]),(o=i.textTracks().getTrackById(r))?t[n]=o:(s=a=n,d=!1,(o=(i.options_.vhs&&i.options_.vhs.captionServices||{})[r])&&(a=o.label,s=o.language,d=o.default),t[n]=i.addRemoteTextTrack({kind:"captions",id:r,default:d,label:a,language:s},!1).track)),rl(h,p,m[e]),l=(f={captionArray:f,inbandTextTracks:m,timestampOffset:g}).inbandTextTracks,m=f.captionArray,c=f.timestampOffset,m&&(u=window.WebKitDataCue||window.VTTCue,m.forEach(function(e){var t=e.stream;l[t].addCue(new u(e.startTime+c,e.endTime+c,e.text))}))}),this.transmuxer_&&this.transmuxer_.postMessage({action:"clearParsedMp4Captions"})):this.metadataQueue_.caption.push(this.handleCaptions_.bind(this,e,t)):this.logger_("SegmentLoader received no captions from a caption event"))},t.handleId3_=function(e,t,i){var n,r,a,s;this.earlyAbortWhenNeeded_(e.stats),this.checkForAbort_(e.requestId)||(this.pendingSegment_.hasAppendedData_?(n=null===this.sourceUpdater_.videoTimestampOffset()?this.sourceUpdater_.audioTimestampOffset():this.sourceUpdater_.videoTimestampOffset(),r=this.inbandTextTracks_,a=i,s=this.vhs_.tech_,r.metadataTrack_||(r.metadataTrack_=s.addRemoteTextTrack({kind:"metadata",label:"Timed Metadata"},!1).track,r.metadataTrack_.inBandMetadataTrackDispatchType=a),nl({inbandTextTracks:this.inbandTextTracks_,metadataArray:t,timestampOffset:n,videoDuration:this.duration_()})):this.metadataQueue_.id3.push(this.handleId3_.bind(this,e,t,i)))},t.processMetadataQueue_=function(){this.metadataQueue_.id3.forEach(function(e){return e()}),this.metadataQueue_.caption.forEach(function(e){return e()}),this.metadataQueue_.id3=[],this.metadataQueue_.caption=[]},t.processCallQueue_=function(){var e=this.callQueue_;this.callQueue_=[],e.forEach(function(e){return e()})},t.processLoadQueue_=function(){var e=this.loadQueue_;this.loadQueue_=[],e.forEach(function(e){return e()})},t.hasEnoughInfoToLoad_=function(){if("audio"!==this.loaderType_)return!0;var e=this.pendingSegment_;return!!e&&(!this.getCurrentMediaInfo_()||!ul({timelineChangeController:this.timelineChangeController_,currentTimeline:this.currentTimeline_,segmentTimeline:e.timeline,loaderType:this.loaderType_,audioDisabled:this.audioDisabled_}))},t.getCurrentMediaInfo_=function(e){return(e=void 0===e?this.pendingSegment_:e)&&e.trackInfo||this.currentMediaInfo_},t.getMediaInfo_=function(e){return void 0===e&&(e=this.pendingSegment_),this.getCurrentMediaInfo_(e)||this.startingMediaInfo_},t.hasEnoughInfoToAppend_=function(){if(!this.sourceUpdater_.ready())return!1;if(this.waitingOnRemove_||this.quotaExceededErrorRetryTimeout_)return!1;var e=this.pendingSegment_,t=this.getCurrentMediaInfo_();if(!e||!t)return!1;var i=t.hasAudio,n=t.hasVideo,t=t.isMuxed;return!(n&&!e.videoTimingInfo)&&(!(i&&!this.audioDisabled_&&!t&&!e.audioTimingInfo)&&!ul({timelineChangeController:this.timelineChangeController_,currentTimeline:this.currentTimeline_,segmentTimeline:e.timeline,loaderType:this.loaderType_,audioDisabled:this.audioDisabled_}))},t.handleData_=function(e,t){if(this.earlyAbortWhenNeeded_(e.stats),!this.checkForAbort_(e.requestId))if(!this.callQueue_.length&&this.hasEnoughInfoToAppend_()){var i,n=this.pendingSegment_;if(this.setTimeMapping_(n.timeline),this.updateMediaSecondsLoaded_(n.part||n.segment),"closed"!==this.mediaSource_.readyState){if(e.map&&(e.map=this.initSegmentForMap(e.map,!0),n.segment.map=e.map),e.key&&this.segmentKey(e.key,!0),n.isFmp4=e.isFmp4,n.timingInfo=n.timingInfo||{},n.isFmp4?(this.trigger("fmp4"),n.timingInfo.start=n[ol(t.type)].start):(i=this.getCurrentMediaInfo_(),(i="main"===this.loaderType_&&i&&i.hasVideo)&&(r=n.videoTimingInfo.start),n.timingInfo.start=this.trueSegmentStart_({currentStart:n.timingInfo.start,playlist:n.playlist,mediaIndex:n.mediaIndex,currentVideoTimestampOffset:this.sourceUpdater_.videoTimestampOffset(),useVideoTimingInfo:i,firstVideoFrameTimeForData:r,videoTimingInfo:n.videoTimingInfo,audioTimingInfo:n.audioTimingInfo})),this.updateAppendInitSegmentStatus(n,t.type),this.updateSourceBufferTimestampOffset_(n),n.isSyncRequest){this.updateTimingInfoEnd_(n),this.syncController_.saveSegmentTimingInfo({segmentInfo:n,shouldSaveTimelineMapping:"main"===this.loaderType_});var r=this.chooseNextRequest_();if(r.mediaIndex!==n.mediaIndex||r.partIndex!==n.partIndex)return void this.logger_("sync segment was incorrect, not appending");this.logger_("sync segment was correct, appending")}n.hasAppendedData_=!0,this.processMetadataQueue_(),this.appendData_(n,t)}}else this.callQueue_.push(this.handleData_.bind(this,e,t))},t.updateAppendInitSegmentStatus=function(e,t){"main"!==this.loaderType_||"number"!=typeof e.timestampOffset||e.changedTimestampOffset||(this.appendInitSegment_={audio:!0,video:!0}),this.playlistOfLastInitSegment_[t]!==e.playlist&&(this.appendInitSegment_[t]=!0)},t.getInitSegmentAndUpdateState_=function(e){var t=e.type,i=e.initSegment,n=e.map,r=e.playlist;if(n){e=Su(n);if(this.activeInitSegmentId_===e)return null;i=this.initSegmentForMap(n,!0).bytes,this.activeInitSegmentId_=e}return i&&this.appendInitSegment_[t]?(this.playlistOfLastInitSegment_[t]=r,this.appendInitSegment_[t]=!1,this.activeInitSegmentId_=null,i):null},t.handleQuotaExceededError_=function(e,t){var i=this,n=e.segmentInfo,r=e.type,a=e.bytes,s=this.sourceUpdater_.audioBuffered(),o=this.sourceUpdater_.videoBuffered();1=n);r++);return e.slice(0,r).concat(t)}(this.gopBuffer_,i.gopInfo,this.safeAppend_)),this.state="APPENDING",this.trigger("appending"),this.waitForAppendsToComplete_(e)}},t.setTimeMapping_=function(e){e=this.syncController_.mappingForTimeline(e);null!==e&&(this.timeMapping_=e)},t.updateMediaSecondsLoaded_=function(e){"number"==typeof e.start&&"number"==typeof e.end?this.mediaSecondsLoaded+=e.end-e.start:this.mediaSecondsLoaded+=e.duration},t.shouldUpdateTransmuxerTimestampOffset_=function(e){return null!==e&&("main"===this.loaderType_&&e!==this.sourceUpdater_.videoTimestampOffset()||!this.audioDisabled_&&e!==this.sourceUpdater_.audioTimestampOffset())},t.trueSegmentStart_=function(e){var t=e.currentStart,i=e.playlist,n=e.mediaIndex,r=e.firstVideoFrameTimeForData,a=e.currentVideoTimestampOffset,s=e.useVideoTimingInfo,o=e.videoTimingInfo,e=e.audioTimingInfo;if("undefined"!=typeof t)return t;if(!s)return e.start;i=i.segments[n-1];return 0!==n&&i&&"undefined"!=typeof i.start&&i.end===r+a?o.start:r},t.waitForAppendsToComplete_=function(e){var t=this.getCurrentMediaInfo_(e);if(!t)return this.error({message:"No starting media returned, likely due to an unsupported media format.",blacklistDuration:1/0}),void this.trigger("error");var i=t.hasAudio,n=t.hasVideo,t=t.isMuxed,n="main"===this.loaderType_&&n,t=!this.audioDisabled_&&i&&!t;if(e.waitingOnAppends=0,!e.hasAppendedData_)return e.timingInfo||"number"!=typeof e.timestampOffset||(this.isPendingTimestampOffset_=!0),e.timingInfo={start:0},e.waitingOnAppends++,this.isPendingTimestampOffset_||(this.updateSourceBufferTimestampOffset_(e),this.processMetadataQueue_()),void this.checkAppendsDone_(e);n&&e.waitingOnAppends++,t&&e.waitingOnAppends++,n&&this.sourceUpdater_.videoQueueCallback(this.checkAppendsDone_.bind(this,e)),t&&this.sourceUpdater_.audioQueueCallback(this.checkAppendsDone_.bind(this,e))},t.checkAppendsDone_=function(e){this.checkForAbort_(e.requestId)||(e.waitingOnAppends--,0===e.waitingOnAppends&&this.handleAppendsDone_())},t.checkForIllegalMediaSwitch=function(e){var t,i,e=(t=this.loaderType_,i=this.getCurrentMediaInfo_(),e=e,"main"===t&&i&&e?e.hasAudio||e.hasVideo?i.hasVideo&&!e.hasVideo?"Only audio found in segment when we expected video. We can't switch to audio only from a stream that had video. To get rid of this message, please add codec information to the manifest.":!i.hasVideo&&e.hasVideo?"Video found in segment when we expected only audio. We can't switch to a stream with video from an audio only stream. To get rid of this message, please add codec information to the manifest.":null:"Neither audio nor video found in segment.":null);return!!e&&(this.error({message:e,blacklistDuration:1/0}),this.trigger("error"),!0)},t.updateSourceBufferTimestampOffset_=function(e){var t;null===e.timestampOffset||"number"!=typeof e.timingInfo.start||e.changedTimestampOffset||"main"!==this.loaderType_||(t=!1,e.timestampOffset-=this.getSegmentStartTimeForTimestampOffsetCalculation_({videoTimingInfo:e.segment.videoTimingInfo,audioTimingInfo:e.segment.audioTimingInfo,timingInfo:e.timingInfo}),e.changedTimestampOffset=!0,e.timestampOffset!==this.sourceUpdater_.videoTimestampOffset()&&(this.sourceUpdater_.videoTimestampOffset(e.timestampOffset),t=!0),e.timestampOffset!==this.sourceUpdater_.audioTimestampOffset()&&(this.sourceUpdater_.audioTimestampOffset(e.timestampOffset),t=!0),t&&this.trigger("timestampoffset"))},t.getSegmentStartTimeForTimestampOffsetCalculation_=function(e){var t=e.videoTimingInfo,i=e.audioTimingInfo,e=e.timingInfo;return this.useDtsForTimestampOffset_?t&&"number"==typeof t.transmuxedDecodeStart?t.transmuxedDecodeStart:i&&"number"==typeof i.transmuxedDecodeStart?i.transmuxedDecodeStart:e.start:e.start},t.updateTimingInfoEnd_=function(e){e.timingInfo=e.timingInfo||{};var t=this.getMediaInfo_(),t="main"===this.loaderType_&&t&&t.hasVideo&&e.videoTimingInfo?e.videoTimingInfo:e.audioTimingInfo;t&&(e.timingInfo.end="number"==typeof t.end?t.end:t.start+e.duration)},t.handleAppendsDone_=function(){if(this.pendingSegment_&&this.trigger("appendsdone"),!this.pendingSegment_)return this.state="READY",void(this.paused()||this.monitorBuffer_());var e=this.pendingSegment_;this.updateTimingInfoEnd_(e),this.shouldSaveSegmentTimingInfo_&&this.syncController_.saveSegmentTimingInfo({segmentInfo:e,shouldSaveTimelineMapping:"main"===this.loaderType_});var t=cl(e,this.sourceType_);if(t&&("warn"===t.severity?tr.log.warn(t.message):this.logger_(t.message)),this.recordThroughput_(e),this.pendingSegment_=null,this.state="READY",!e.isSyncRequest||(this.trigger("syncinfoupdate"),e.hasAppendedData_)){this.logger_("Appended "+sl(e)),this.addSegmentMetadataCue_(e),this.fetchAtBuffer_=!0,this.currentTimeline_!==e.timeline&&(this.timelineChangeController_.lastTimelineChange({type:this.loaderType_,from:this.currentTimeline_,to:e.timeline}),"main"!==this.loaderType_||this.audioDisabled_||this.timelineChangeController_.lastTimelineChange({type:"audio",from:this.currentTimeline_,to:e.timeline})),this.currentTimeline_=e.timeline,this.trigger("syncinfoupdate");var i=e.segment,t=e.part,i=i.end&&this.currentTime_()-i.end>3*e.playlist.targetDuration,t=t&&t.end&&this.currentTime_()-t.end>3*e.playlist.partTargetDuration;if(i||t)return this.logger_("bad "+(i?"segment":"part")+" "+sl(e)),void this.resetEverything();null!==this.mediaIndex&&this.trigger("bandwidthupdate"),this.trigger("progress"),this.mediaIndex=e.mediaIndex,this.partIndex=e.partIndex,this.isEndOfStream_(e.mediaIndex,e.playlist,e.partIndex)&&this.endOfStream(),this.trigger("appended"),e.hasAppendedData_&&this.mediaAppends++,this.paused()||this.monitorBuffer_()}else this.logger_("Throwing away un-appended sync request "+sl(e))},t.recordThroughput_=function(e){var t,i;e.duration<1/60?this.logger_("Ignoring segment's throughput because its duration of "+e.duration+" is less than the min to record "+1/60):(t=this.throughput.rate,i=Date.now()-e.endOfAllRequests+1,i=Math.floor(e.byteLength/i*8*1e3),this.throughput.rate+=(i-t)/++this.throughput.count)},t.addSegmentMetadataCue_=function(e){var t,i,n,r;this.segmentMetadataTrack_&&(i=(t=e.segment).start,r=t.end,al(i)&&al(r)&&(rl(i,r,this.segmentMetadataTrack_),n=window.WebKitDataCue||window.VTTCue,e={custom:t.custom,dateTimeObject:t.dateTimeObject,dateTimeString:t.dateTimeString,bandwidth:e.playlist.attributes.BANDWIDTH,resolution:e.playlist.attributes.RESOLUTION,codecs:e.playlist.attributes.CODECS,byteLength:e.byteLength,uri:e.uri,timeline:e.timeline,playlist:e.playlist.id,start:i,end:r},(r=new n(i,r,JSON.stringify(e))).value=e,this.segmentMetadataTrack_.addCue(r)))},e}(tr.EventTarget);function Rl(){}function Nl(e){return"string"!=typeof e?e:e.replace(/./,function(e){return e.toUpperCase()})}function Ul(e,t){var i=t[e+"Buffer"];return i&&i.updating||t.queuePending[e]}function Bl(e,t){if(0!==t.queue.length){var i=0,n=t.queue[i];if("mediaSource"!==n.type){if("mediaSource"!==e&&t.ready()&&"closed"!==t.mediaSource.readyState&&!Ul(e,t)){if(n.type!==e){if(null===(i=function(e,t){for(var i=0;i=e.playlist.segments.length){e=null;break}e=this.generateSegmentInfo_({playlist:e.playlist,mediaIndex:e.mediaIndex+1,startOfSegment:e.startOfSegment+e.duration,isSyncRequest:e.isSyncRequest})}return e},t.stopForError=function(e){this.error(e),this.state="READY",this.pause(),this.trigger("error")},t.segmentRequestFinished_=function(e,t,i){var n=this;if(this.subtitlesTrack_){if(this.saveTransferStats_(t.stats),!this.pendingSegment_)return this.state="READY",void(this.mediaRequestsAborted+=1);if(e)return e.code===Pl&&this.handleTimeout_(),e.code===Ll?this.mediaRequestsAborted+=1:this.mediaRequestsErrored+=1,void this.stopForError(e);var r=this.pendingSegment_;this.saveBandwidthRelatedStats_(r.duration,t.stats),this.state="APPENDING",this.trigger("appending");var a=r.segment;if(a.map&&(a.map.bytes=t.map.bytes),r.bytes=t.bytes,"function"!=typeof window.WebVTT&&this.subtitlesTrack_&&this.subtitlesTrack_.tech_){var s=function(){n.subtitlesTrack_.tech_.off("vttjsloaded",o),n.stopForError({message:"Error loading vtt.js"})},o=function(){n.subtitlesTrack_.tech_.off("vttjserror",s),n.segmentRequestFinished_(e,t,i)};return this.state="WAITING_ON_VTTJS",this.subtitlesTrack_.tech_.one("vttjsloaded",o),void this.subtitlesTrack_.tech_.one("vttjserror",s)}a.requested=!0;try{this.parseVTTCues_(r)}catch(e){return void this.stopForError({message:e.message})}if(this.updateTimeMapping_(r,this.syncController_.timelines[r.timeline],this.playlist_),r.cues.length?r.timingInfo={start:r.cues[0].startTime,end:r.cues[r.cues.length-1].endTime}:r.timingInfo={start:r.startOfSegment,end:r.startOfSegment+r.duration},r.isSyncRequest)return this.trigger("syncinfoupdate"),this.pendingSegment_=null,void(this.state="READY");r.byteLength=r.bytes.byteLength,this.mediaSecondsLoaded+=a.duration,r.cues.forEach(function(e){n.subtitlesTrack_.addCue(n.featuresNativeTextTracks_?new window.VTTCue(e.startTime,e.endTime,e.text):e)}),function(t){var e=t.cues;if(e)for(var i=0;iu)&&(r=void 0,r=o<0?i.start-Qo({defaultDuration:t.targetDuration,durationList:t.segments,startIndex:e.mediaIndex,endIndex:a}):i.end+Qo({defaultDuration:t.targetDuration,durationList:t.segments,startIndex:e.mediaIndex+1,endIndex:a}),this.discontinuities[s]={time:r,accuracy:u})}},t.dispose=function(){this.trigger("dispose"),this.off()},e}(tr.EventTarget),pc=function(t){function e(){var e=t.call(this)||this;return e.pendingTimelineChanges_={},e.lastTimelineChanges_={},e}mt(e,t);var i=e.prototype;return i.clearPendingTimelineChange=function(e){this.pendingTimelineChanges_[e]=null,this.trigger("pendingtimelinechange")},i.pendingTimelineChange=function(e){var t=e.type,i=e.from,e=e.to;return"number"==typeof i&&"number"==typeof e&&(this.pendingTimelineChanges_[t]={type:t,from:i,to:e},this.trigger("pendingtimelinechange")),this.pendingTimelineChanges_[t]},i.lastTimelineChange=function(e){var t=e.type,i=e.from,e=e.to;return"number"==typeof i&&"number"==typeof e&&(this.lastTimelineChanges_[t]={type:t,from:i,to:e},delete this.pendingTimelineChanges_[t],this.trigger("timelinechange")),this.lastTimelineChanges_[t]},i.dispose=function(){this.trigger("dispose"),this.pendingTimelineChanges_={},this.lastTimelineChanges_={},this.off()},e}(tr.EventTarget),fc=x(U(W(function(){var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e,t,i){return e(i={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&i.path)}},i.exports),i.exports}var i=t(function(e){function n(e,t){for(var i=0;i>7))^f]=f;for(e=t=0;!c[e];e^=i||1,t=p[t]||1)for(s=16843009*h[n=h[i=h[d[c[e]=r=(r=t^t<<1^t<<2^t<<3^t<<4)>>8^255&r^99]=e]]]^65537*n^257*i^16843008*e,a=257*h[r]^16843008*r,f=0;f<4;f++)u[f][e]=a=a<<24^a>>>8,l[f][r]=s=s<<24^s>>>8;for(f=0;f<5;f++)u[f]=u[f].slice(0),l[f]=l[f].slice(0);return o}(),this._tables=[[c[0][0].slice(),c[0][1].slice(),c[0][2].slice(),c[0][3].slice(),c[0][4].slice()],[c[1][0].slice(),c[1][1].slice(),c[1][2].slice(),c[1][3].slice(),c[1][4].slice()]];var r=this._tables[0][4],a=this._tables[1],s=e.length,o=1;if(4!==s&&6!==s&&8!==s)throw new Error("Invalid aes key size");var u=e.slice(0),l=[];for(this._key=[u,l],t=s;t<4*s+28;t++)n=u[t-1],(t%s==0||8===s&&t%s==4)&&(n=r[n>>>24]<<24^r[n>>16&255]<<16^r[n>>8&255]<<8^r[255&n],t%s==0&&(n=n<<8^n>>>24^o<<24,o=o<<1^283*(o>>7))),u[t]=u[t-s]^n;for(i=0;t;i++,t--)n=u[3&i?t:t-4],l[i]=t<=4||i<4?n:a[0][r[n>>>24]]^a[1][r[n>>16&255]]^a[2][r[n>>8&255]]^a[3][r[255&n]]}return e.prototype.decrypt=function(e,t,i,n,r,a){for(var s,o,u,l=this._key[1],c=e^l[0],d=n^l[1],h=i^l[2],p=t^l[3],f=l.length/4-2,m=4,t=this._tables[1],g=t[0],y=t[1],v=t[2],_=t[3],b=t[4],T=0;T>>24]^y[d>>16&255]^v[h>>8&255]^_[255&p]^l[m],o=g[d>>>24]^y[h>>16&255]^v[p>>8&255]^_[255&c]^l[m+1],u=g[h>>>24]^y[p>>16&255]^v[c>>8&255]^_[255&d]^l[m+2],p=g[p>>>24]^y[c>>16&255]^v[d>>8&255]^_[255&h]^l[m+3],m+=4,c=s,d=o,h=u;for(T=0;T<4;T++)r[(3&-T)+a]=b[c>>>24]<<24^b[d>>16&255]<<16^b[h>>8&255]<<8^b[255&p]^l[m++],s=c,c=d,d=h,h=p,p=s},e}(),l=function(t){function e(){var e=t.call(this,a)||this;return e.jobs=[],e.delay=1,e.timeout_=null,e}r(e,t);var i=e.prototype;return i.processJob_=function(){this.jobs.shift()(),this.jobs.length?this.timeout_=setTimeout(this.processJob_.bind(this),this.delay):this.timeout_=null},i.push=function(e){this.jobs.push(e),this.timeout_||(this.timeout_=setTimeout(this.processJob_.bind(this),this.delay))},e}(a),g=function(e){return e<<24|(65280&e)<<8|(16711680&e)>>8|e>>>24},s=function(){function u(e,t,i,n){var r=u.STEP,a=new Int32Array(e.buffer),s=new Uint8Array(e.byteLength),o=0;for(this.asyncStream_=new l,this.asyncStream_.push(this.decryptChunk_(a.subarray(o,o+r),t,i,s)),o=r;o{var e,i=d.levels[i],r=new RegExp(`^(${i})$`);let n=l;if("log"!==t&&s.unshift(t.toUpperCase()+":"),h&&(n="%c"+l,s.unshift(h)),s.unshift(n+":"),z&&(z.push([].concat(s)),e=z.length-1e3,z.splice(0,0s(r+` ${t=void 0!==t?t:n} `+e,t,void 0!==i?i:a),o.createNewLogger=(e,t,i)=>s(e,t,i),o.levels={all:"debug|log|warn|error",off:"",debug:"debug|log|warn|error",info:"log|warn|error",warn:"warn|error",error:"error",DEFAULT:t},o.level=e=>{if("string"==typeof e){if(!o.levels.hasOwnProperty(e))throw new Error(`"${e}" in not a valid log level`);t=e}return t},(o.history=()=>z?[].concat(z):[]).filter=t=>(z||[]).filter(e=>new RegExp(`.*${t}.*`).test(e[0])),o.history.clear=()=>{z&&(z.length=0)},o.history.disable=()=>{null!==z&&(z.length=0,z=null)},o.history.enable=()=>{null===z&&(z=[])},o.error=(...e)=>i("error",t,e),o.warn=(...e)=>i("warn",t,e),o.debug=(...e)=>i("debug",t,e),o}("VIDEOJS"),W=l.createLogger,G=Object.prototype.toString;function X(t,i){$(t).forEach(e=>i(t[e],e))}function K(i,s,e=0){return $(i).reduce((e,t)=>s(e,i[t],t),e)}function Y(e){return!!e&&"object"==typeof e}function Q(e){return Y(e)&&"[object Object]"===G.call(e)&&e.constructor===Object}function d(...e){let i={};return e.forEach(e=>{e&&X(e,(e,t)=>{Q(e)?(Q(i[t])||(i[t]={}),i[t]=d(i[t],e)):i[t]=e})}),i}function J(e={}){var t,i,s=[];for(t in e)e.hasOwnProperty(t)&&(i=e[t],s.push(i));return s}function Z(t,i,s,e=!0){let r=e=>Object.defineProperty(t,i,{value:e,enumerable:!0,writable:!0});var n={configurable:!0,enumerable:!0,get(){var e=s();return r(e),e}};return e&&(n.set=r),Object.defineProperty(t,i,n)}let ee=Object.freeze({__proto__:null,each:X,reduce:K,isObject:Y,isPlain:Q,merge:d,values:J,defineLazyProperty:Z}),te=!1,ie=null,se=!1,re,ne=!1,ae=!1,oe=!1,le=!1,de=null,he=null;var e=Boolean(window.cast&&window.cast.framework&&window.cast.framework.CastReceiverContext);let ue=null,ce=!1,pe=!1,me=!1,ge=!1,fe=!1,ye=!1,_e=!1,ve=Boolean(Ee()&&("ontouchstart"in window||window.navigator.maxTouchPoints||window.DocumentTouch&&window.document instanceof window.DocumentTouch));var be,t=window.navigator&&window.navigator.userAgentData;if(t&&t.platform&&t.brands&&(se="Android"===t.platform,ae=Boolean(t.brands.find(e=>"Microsoft Edge"===e.brand)),oe=Boolean(t.brands.find(e=>"Chromium"===e.brand)),le=!ae&&oe,de=he=(t.brands.find(e=>"Chromium"===e.brand)||{}).version||null,pe="Windows"===t.platform),!oe){let i=window.navigator&&window.navigator.userAgent||"";te=/iPod/i.test(i),ie=(t=i.match(/OS (\d+)_/i))&&t[1]?t[1]:null,se=/Android/i.test(i),re=(t=i.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i))?(bi=t[1]&&parseFloat(t[1]),be=t[2]&&parseFloat(t[2]),bi&&be?parseFloat(t[1]+"."+t[2]):bi||null):null,ne=/Firefox/i.test(i),ae=/Edg/i.test(i),oe=/Chrome/i.test(i)||/CriOS/i.test(i),le=!ae&&oe,de=he=(be=i.match(/(Chrome|CriOS)\/(\d+)/))&&be[2]?parseFloat(be[2]):null,ue=function(){var e=/MSIE\s(\d+)\.\d/.exec(i);let t=e&&parseFloat(e[1]);return t=!t&&/Trident\/7.0/i.test(i)&&/rv:11.0/.test(i)?11:t}(),fe=/Tizen/i.test(i),ye=/Web0S/i.test(i),_e=fe||ye,ce=/Safari/i.test(i)&&!le&&!se&&!ae&&!_e,pe=/Windows/i.test(i),me=/iPad/i.test(i)||ce&&ve&&!/iPhone/i.test(i),ge=/iPhone/i.test(i)&&!me}let u=ge||me||te,Te=(ce||u)&&!le;var Se=Object.freeze({__proto__:null,get IS_IPOD(){return te},get IOS_VERSION(){return ie},get IS_ANDROID(){return se},get ANDROID_VERSION(){return re},get IS_FIREFOX(){return ne},get IS_EDGE(){return ae},get IS_CHROMIUM(){return oe},get IS_CHROME(){return le},get CHROMIUM_VERSION(){return de},get CHROME_VERSION(){return he},IS_CHROMECAST_RECEIVER:e,get IE_VERSION(){return ue},get IS_SAFARI(){return ce},get IS_WINDOWS(){return pe},get IS_IPAD(){return me},get IS_IPHONE(){return ge},get IS_TIZEN(){return fe},get IS_WEBOS(){return ye},get IS_SMART_TV(){return _e},TOUCH_ENABLED:ve,IS_IOS:u,IS_ANY_SAFARI:Te});function we(e){return"string"==typeof e&&Boolean(e.trim())}function Ee(){return document===window.document}function Ce(e){return Y(e)&&1===e.nodeType}function ke(){try{return window.parent!==window.self}catch(e){return!0}}function Ie(i){return function(e,t){return we(e)?(t=Ce(t=we(t)?document.querySelector(t):t)?t:document)[i]&&t[i](e):document[i](null)}}function o(e="div",i={},t={},s){let r=document.createElement(e);return Object.getOwnPropertyNames(i).forEach(function(e){var t=i[e];"textContent"===e?xe(r,t):r[e]===t&&"tabIndex"!==e||(r[e]=t)}),Object.getOwnPropertyNames(t).forEach(function(e){r.setAttribute(e,t[e])}),s&&Ge(r,s),r}function xe(e,t){return"undefined"==typeof e.textContent?e.innerText=t:e.textContent=t,e}function Ae(e,t){t.firstChild?t.insertBefore(e,t.firstChild):t.appendChild(e)}function De(e,t){if(0<=t.indexOf(" "))throw new Error("class has illegal whitespace characters");return e.classList.contains(t)}function Pe(e,...t){return e.classList.add(...t.reduce((e,t)=>e.concat(t.split(/\s+/)),[])),e}function Le(e,...t){return e?(e.classList.remove(...t.reduce((e,t)=>e.concat(t.split(/\s+/)),[])),e):(l.warn("removeClass was called with an element that doesn't exist"),null)}function Oe(t,e,i){return"boolean"!=typeof(i="function"==typeof i?i(t,e):i)&&(i=void 0),e.split(/\s+/).forEach(e=>t.classList.toggle(e,i)),t}function Re(i,s){Object.getOwnPropertyNames(s).forEach(function(e){var t=s[e];null===t||"undefined"==typeof t||!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)})}function Ne(e){var i={},s=["autoplay","controls","playsinline","loop","muted","default","defaultMuted"];if(e&&e.attributes&&0{void 0!==t[e]&&(i[e]=t[e])}),i.height||(i.height=parseFloat(Je(e,"height"))),i.width||(i.width=parseFloat(Je(e,"width"))),i}}function He(e){if(!e||!e.offsetParent)return{left:0,top:0,width:0,height:0};var t=e.offsetWidth,i=e.offsetHeight;let s=0,r=0;for(;e.offsetParent&&e!==document[q.fullscreenElement];)s+=e.offsetLeft,r+=e.offsetTop,e=e.offsetParent;return{left:s,top:r,width:t,height:i}}function Ve(t,e){var i={x:0,y:0};if(u){let e=t;for(;e&&"html"!==e.nodeName.toLowerCase();){var s,r=Je(e,"transform");/^matrix/.test(r)?(s=r.slice(7,-1).split(/,\s/).map(Number),i.x+=s[4],i.y+=s[5]):/^matrix3d/.test(r)&&(s=r.slice(9,-1).split(/,\s/).map(Number),i.x+=s[12],i.y+=s[13]),e.assignedSlot&&e.assignedSlot.parentElement&&window.WebKitCSSMatrix&&(r=window.getComputedStyle(e.assignedSlot.parentElement).transform,r=new window.WebKitCSSMatrix(r),i.x+=r.m41,i.y+=r.m42),e=e.parentNode||e.host}}var n={},a=He(e.target),t=He(t),o=t.width,l=t.height;let d=e.offsetY-(t.top-a.top),h=e.offsetX-(t.left-a.left);return e.changedTouches&&(h=e.changedTouches[0].pageX-t.left,d=e.changedTouches[0].pageY+t.top,u)&&(h-=i.x,d-=i.y),n.y=1-Math.max(0,Math.min(1,d/l)),n.x=Math.max(0,Math.min(1,h/o)),n}function ze(e){return Y(e)&&3===e.nodeType}function $e(e){for(;e.firstChild;)e.removeChild(e.firstChild);return e}function We(e){return"function"==typeof e&&(e=e()),(Array.isArray(e)?e:[e]).map(e=>Ce(e="function"==typeof e?e():e)||ze(e)?e:"string"==typeof e&&/\S/.test(e)?document.createTextNode(e):void 0).filter(e=>e)}function Ge(t,e){return We(e).forEach(e=>t.appendChild(e)),t}function Xe(e,t){return Ge($e(e),t)}function Ke(e){return void 0===e.button&&void 0===e.buttons||0===e.button&&void 0===e.buttons||"mouseup"===e.type&&0===e.button&&0===e.buttons||"mousedown"===e.type&&0===e.button&&0===e.buttons||0===e.button&&1===e.buttons}let Ye=Ie("querySelector"),Qe=Ie("querySelectorAll");function Je(t,i){if(!t||!i)return"";if("function"!=typeof window.getComputedStyle)return"";{let e;try{e=window.getComputedStyle(t)}catch(e){return""}return e?e.getPropertyValue(i)||e[i]:""}}function Ze(s){[...document.styleSheets].forEach(t=>{try{var i=[...t.cssRules].map(e=>e.cssText).join(""),e=document.createElement("style");e.textContent=i,s.document.head.appendChild(e)}catch(e){i=document.createElement("link");i.rel="stylesheet",i.type=t.type,i.media=t.media.mediaText,i.href=t.href,s.document.head.appendChild(i)}})}var et=Object.freeze({__proto__:null,isReal:Ee,isEl:Ce,isInFrame:ke,createEl:o,textContent:xe,prependTo:Ae,hasClass:De,addClass:Pe,removeClass:Le,toggleClass:Oe,setAttributes:Re,getAttributes:Ne,getAttribute:Me,setAttribute:Ue,removeAttribute:Be,blockTextSelection:Fe,unblockTextSelection:qe,getBoundingClientRect:je,findPosition:He,getPointerPosition:Ve,isTextNode:ze,emptyEl:$e,normalizeContent:We,appendContent:Ge,insertContent:Xe,isSingleLeftClick:Ke,$:Ye,$$:Qe,computedStyle:Je,copyStyleSheetsToWindow:Ze});function tt(){if(!1!==st.options.autoSetup){var e=Array.prototype.slice.call(document.getElementsByTagName("video")),t=Array.prototype.slice.call(document.getElementsByTagName("audio")),i=Array.prototype.slice.call(document.getElementsByTagName("video-js")),s=e.concat(t,i);if(s&&0=s&&(i(...e),r=t)}}function bt(s,r,n,a=window){let o;function e(){let e=this,t=arguments,i=function(){o=null,i=null,n||s.apply(e,t)};!o&&n&&s.apply(e,t),a.clearTimeout(o),o=a.setTimeout(i,r)}return e.cancel=()=>{a.clearTimeout(o),o=null},e}let Tt=Object.freeze({__proto__:null,UPDATE_REFRESH_INTERVAL:30,bind_:p,throttle:vt,debounce:bt}),St;class wt{on(e,t){var i=this.addEventListener;this.addEventListener=()=>{},mt(this,e,t),this.addEventListener=i}off(e,t){c(this,e,t)}one(e,t){var i=this.addEventListener;this.addEventListener=()=>{},ft(this,e,t),this.addEventListener=i}any(e,t){var i=this.addEventListener;this.addEventListener=()=>{},yt(this,e,t),this.addEventListener=i}trigger(e){var t=e.type||e;e=ut(e="string"==typeof e?{type:t}:e),this.allowedEvents_[t]&&this["on"+t]&&this["on"+t](e),gt(this,e)}queueTrigger(e){St=St||new Map;let t=e.type||e,i=St.get(this);i||(i=new Map,St.set(this,i));var s=i.get(t),s=(i.delete(t),window.clearTimeout(s),window.setTimeout(()=>{i.delete(t),0===i.size&&(i=null,St.delete(this)),this.trigger(e)},0));i.set(t,s)}}wt.prototype.allowedEvents_={},wt.prototype.addEventListener=wt.prototype.on,wt.prototype.removeEventListener=wt.prototype.off,wt.prototype.dispatchEvent=wt.prototype.trigger;let Et=e=>"function"==typeof e.name?e.name():"string"==typeof e.name?e.name:e.name_||(e.constructor&&e.constructor.name?e.constructor.name:typeof e),Ct=t=>t instanceof wt||!!t.eventBusEl_&&["on","one","off","trigger"].every(e=>"function"==typeof t[e]),kt=e=>"string"==typeof e&&/\S/.test(e)||Array.isArray(e)&&!!e.length,It=(e,t,i)=>{if(!e||!e.nodeName&&!Ct(e))throw new Error(`Invalid target for ${Et(t)}#${i}; must be a DOM node or evented object.`)},xt=(e,t,i)=>{if(!kt(e))throw new Error(`Invalid event type for ${Et(t)}#${i}; must be a non-empty string or array.`)},At=(e,t,i)=>{if("function"!=typeof e)throw new Error(`Invalid listener for ${Et(t)}#${i}; must be a function.`)},Dt=(e,t,i)=>{var s=t.length<3||t[0]===e||t[0]===e.eventBusEl_;let r,n,a;return s?(r=e.eventBusEl_,3<=t.length&&t.shift(),[n,a]=t):(r=t[0],n=t[1],a=t[2]),It(r,e,i),xt(n,e,i),At(a,e,i),a=p(e,a),{isTargetingSelf:s,target:r,type:n,listener:a}},Pt=(e,t,i,s)=>{It(e,e,t),e.nodeName?_t[t](e,i,s):e[t](i,s)},Lt={on(...t){let{isTargetingSelf:e,target:i,type:s,listener:r}=Dt(this,t,"on");if(Pt(i,"on",s,r),!e){let e=()=>this.off(i,s,r);e.guid=r.guid;t=()=>this.off("dispose",e);t.guid=r.guid,Pt(this,"on","dispose",e),Pt(i,"on","dispose",t)}},one(...e){let{isTargetingSelf:t,target:i,type:s,listener:r}=Dt(this,e,"one");if(t)Pt(i,"one",s,r);else{let t=(...e)=>{this.off(i,s,t),r.apply(null,e)};t.guid=r.guid,Pt(i,"one",s,t)}},any(...e){let{isTargetingSelf:t,target:i,type:s,listener:r}=Dt(this,e,"any");if(t)Pt(i,"any",s,r);else{let t=(...e)=>{this.off(i,s,t),r.apply(null,e)};t.guid=r.guid,Pt(i,"any",s,t)}},off(e,t,i){!e||kt(e)?c(this.eventBusEl_,e,t):(e=e,t=t,It(e,this,"off"),xt(t,this,"off"),At(i,this,"off"),i=p(this,i),this.off("dispose",i),e.nodeName?(c(e,t,i),c(e,"dispose",i)):Ct(e)&&(e.off(t,i),e.off("dispose",i)))},trigger(e,t){It(this.eventBusEl_,this,"trigger");var i=e&&"string"!=typeof e?e.type:e;if(kt(i))return gt(this.eventBusEl_,e,t);throw new Error(`Invalid event type for ${Et(this)}#trigger; `+"must be a non-empty string or object with a type key that has a non-empty value.")}};function Ot(e,t={}){t=t.eventBusKey;if(t){if(!e[t].nodeName)throw new Error(`The eventBusKey "${t}" does not refer to an element.`);e.eventBusEl_=e[t]}else e.eventBusEl_=o("span",{className:"vjs-event-bus"});Object.assign(e,Lt),e.eventedCallbacks&&e.eventedCallbacks.forEach(e=>{e()}),e.on("dispose",()=>{e.off(),[e,e.el_,e.eventBusEl_].forEach(function(e){e&&h.has(e)&&h.delete(e)}),window.setTimeout(()=>{e.eventBusEl_=null},0)})}let Rt={state:{},setState(e){"function"==typeof e&&(e=e());let i;return X(e,(e,t)=>{this.state[t]!==e&&((i=i||{})[t]={from:this.state[t],to:e}),this.state[t]=e}),i&&Ct(this)&&this.trigger({changes:i,type:"statechanged"}),i}};function Nt(e,t){Object.assign(e,Rt),e.state=Object.assign({},e.state,t),"function"==typeof e.handleStateChanged&&Ct(e)&&e.on("statechanged",e.handleStateChanged)}function Mt(e){return"string"!=typeof e?e:e.replace(/./,e=>e.toLowerCase())}function m(e){return"string"!=typeof e?e:e.replace(/./,e=>e.toUpperCase())}function Ut(e,t){return m(e)===m(t)}let Bt=Object.freeze({__proto__:null,toLowerCase:Mt,toTitleCase:m,titleCaseEquals:Ut});class g{constructor(e,t,i){!e&&this.play?this.player_=e=this:this.player_=e,this.isDisposed_=!1,this.parentComponent_=null,this.options_=d({},this.options_),t=this.options_=d(this.options_,t),this.id_=t.id||t.el&&t.el.id,this.id_||(e=e&&e.id&&e.id()||"no_player",this.id_=e+"_component_"+lt++),this.name_=t.name||null,t.el?this.el_=t.el:!1!==t.createEl&&(this.el_=this.createEl()),t.className&&this.el_&&t.className.split(" ").forEach(e=>this.addClass(e)),["on","off","one","any","trigger"].forEach(e=>{this[e]=void 0}),!1!==t.evented&&(Ot(this,{eventBusKey:this.el_?"el_":null}),this.handleLanguagechange=this.handleLanguagechange.bind(this),this.on(this.player_,"languagechange",this.handleLanguagechange)),Nt(this,this.constructor.defaultState),this.children_=[],this.childIndex_={},this.childNameIndex_={},this.setTimeoutIds_=new Set,this.setIntervalIds_=new Set,this.rafIds_=new Set,this.namedRafs_=new Map,(this.clearingTimersOnDispose_=!1)!==t.initChildren&&this.initChildren(),this.ready(i),!1!==t.reportTouchActivity&&this.enableTouchActivity()}on(e,t){}off(e,t){}one(e,t){}any(e,t){}trigger(e,t){}dispose(e={}){if(!this.isDisposed_){if(this.readyQueue_&&(this.readyQueue_.length=0),this.trigger({type:"dispose",bubbles:!1}),this.isDisposed_=!0,this.children_)for(let e=this.children_.length-1;0<=e;e--)this.children_[e].dispose&&this.children_[e].dispose();this.children_=null,this.childIndex_=null,this.childNameIndex_=null,this.parentComponent_=null,this.el_&&(this.el_.parentNode&&(e.restoreEl?this.el_.parentNode.replaceChild(e.restoreEl,this.el_):this.el_.parentNode.removeChild(this.el_)),this.el_=null),this.player_=null}}isDisposed(){return Boolean(this.isDisposed_)}player(){return this.player_}options(e){return e&&(this.options_=d(this.options_,e)),this.options_}el(){return this.el_}createEl(e,t,i){return o(e,t,i)}localize(e,s,t=e){var i=this.player_.language&&this.player_.language(),r=this.player_.languages&&this.player_.languages(),n=r&&r[i],i=i&&i.split("-")[0],r=r&&r[i];let a=t;return n&&n[e]?a=n[e]:r&&r[e]&&(a=r[e]),a=s?a.replace(/\{(\d+)\}/g,function(e,t){t=s[t-1];let i="undefined"==typeof t?e:t;return i}):a}handleLanguagechange(){}contentEl(){return this.contentEl_||this.el_}id(){return this.id_}name(){return this.name_}children(){return this.children_}getChildById(e){return this.childIndex_[e]}getChild(e){if(e)return this.childNameIndex_[e]}getDescendant(...t){t=t.reduce((e,t)=>e.concat(t),[]);let i=this;for(let e=0;e{let t,i;return i="string"==typeof e?(t=e,r[t]||this.options_[t]||{}):(t=e.name,e),{name:t,opts:i}}).filter(e=>{e=g.getComponent(e.opts.componentClass||m(e.name));return e&&!t.isTech(e)}).forEach(e=>{var t=e.name;let i=e.opts;!1!==(i=void 0!==s[t]?s[t]:i)&&((i=!0===i?{}:i).playerOptions=this.options_.playerOptions,e=this.addChild(t,i))&&(this[t]=e)})}}buildCSSClass(){return""}ready(e,t=!1){e&&(this.isReady_?t?e.call(this):this.setTimeout(e,1):(this.readyQueue_=this.readyQueue_||[],this.readyQueue_.push(e)))}triggerReady(){this.isReady_=!0,this.setTimeout(function(){var e=this.readyQueue_;this.readyQueue_=[],e&&0{this.setTimeoutIds_.has(i)&&this.setTimeoutIds_.delete(i),e()},t),this.setTimeoutIds_.add(i),i}clearTimeout(e){return this.setTimeoutIds_.has(e)&&(this.setTimeoutIds_.delete(e),window.clearTimeout(e)),e}setInterval(e,t){e=p(this,e),this.clearTimersOnDispose_();e=window.setInterval(e,t);return this.setIntervalIds_.add(e),e}clearInterval(e){return this.setIntervalIds_.has(e)&&(this.setIntervalIds_.delete(e),window.clearInterval(e)),e}requestAnimationFrame(e){var t;return this.clearTimersOnDispose_(),e=p(this,e),t=window.requestAnimationFrame(()=>{this.rafIds_.has(t)&&this.rafIds_.delete(t),e()}),this.rafIds_.add(t),t}requestNamedAnimationFrame(e,t){var i;if(!this.namedRafs_.has(e))return this.clearTimersOnDispose_(),t=p(this,t),i=this.requestAnimationFrame(()=>{t(),this.namedRafs_.has(e)&&this.namedRafs_.delete(e)}),this.namedRafs_.set(e,i),e}cancelNamedAnimationFrame(e){this.namedRafs_.has(e)&&(this.cancelAnimationFrame(this.namedRafs_.get(e)),this.namedRafs_.delete(e))}cancelAnimationFrame(e){return this.rafIds_.has(e)&&(this.rafIds_.delete(e),window.cancelAnimationFrame(e)),e}clearTimersOnDispose_(){this.clearingTimersOnDispose_||(this.clearingTimersOnDispose_=!0,this.one("dispose",()=>{[["namedRafs_","cancelNamedAnimationFrame"],["rafIds_","cancelAnimationFrame"],["setTimeoutIds_","clearTimeout"],["setIntervalIds_","clearInterval"]].forEach(([e,i])=>{this[e].forEach((e,t)=>this[i](t))}),this.clearingTimersOnDispose_=!1}))}getIsDisabled(){return Boolean(this.el_.disabled)}getIsExpresslyInert(){return this.el_.inert&&!this.el_.ownerDocument.documentElement.inert}getIsFocusable(e){return 0<=(e||this.el_).tabIndex&&!(this.getIsDisabled()||this.getIsExpresslyInert())}getIsAvailableToBeFocused(e){function t(e){var e=window.getComputedStyle(e,null),t=e.getPropertyValue("visibility");return"none"!==e.getPropertyValue("display")&&!["hidden","collapse"].includes(t)}var i;return!(!function(t){if(t.offsetWidth+t.offsetHeight+t.getBoundingClientRect().height+t.getBoundingClientRect().width!==0){var i={x:t.getBoundingClientRect().left+t.offsetWidth/2,y:t.getBoundingClientRect().top+t.offsetHeight/2};if(!(i.x<0||i.x>(document.documentElement.clientWidth||window.innerWidth)||i.y<0||i.y>(document.documentElement.clientHeight||window.innerHeight))){let e=document.elementFromPoint(i.x,i.y);for(;e;){if(e===t)return 1;if(!e.parentNode)return;e=e.parentNode}}}}(e=e||this.el())||!t((i=e).parentElement)||!t(i)||"0"===i.style.opacity||"0px"===window.getComputedStyle(i).height||"0px"===window.getComputedStyle(i).width||e.parentElement&&!(0<=e.tabIndex))}static registerComponent(t,e){if("string"!=typeof t||!t)throw new Error(`Illegal component name, "${t}"; must be a non-empty string.`);var i=g.getComponent("Tech"),i=i&&i.isTech(e),s=g===e||g.prototype.isPrototypeOf(e.prototype);if(i||!s){let e;throw e=i?"techs must be registered using Tech.registerTech()":"must be a Component subclass",new Error(`Illegal component, "${t}"; ${e}.`)}t=m(t),g.components_||(g.components_={});s=g.getComponent("Player");if("Player"===t&&s&&s.players){let t=s.players;i=Object.keys(t);if(t&&0t[e]).every(Boolean))throw new Error("Can not register Player component after player has been created.")}return g.components_[t]=e,g.components_[Mt(t)]=e}static getComponent(e){if(e&&g.components_)return g.components_[e]}}function Ft(e,t,i,s){var r=s,n=i.length-1;if("number"!=typeof r||r<0||n(e||[]).values()),t}function jt(e,t){return Array.isArray(e)?qt(e):void 0===e||void 0===t?qt():qt([[e,t]])}g.registerComponent("Component",g);function Ht(e,t){e=e<0?0:e;let i=Math.floor(e%60),s=Math.floor(e/60%60),r=Math.floor(e/3600);var n=Math.floor(t/60%60),t=Math.floor(t/3600);return r=0<(r=!isNaN(e)&&e!==1/0?r:s=i="-")||0i&&(n=i),s+=n-r;return s/i}function i(e){if(e instanceof i)return e;"number"==typeof e?this.code=e:"string"==typeof e?this.message=e:Y(e)&&("number"==typeof e.code&&(this.code=e.code),Object.assign(this,e)),this.message||(this.message=i.defaultMessages[this.code]||"")}i.prototype.code=0,i.prototype.message="",i.prototype.status=null,i.prototype.metadata=null,i.errorTypes=["MEDIA_ERR_CUSTOM","MEDIA_ERR_ABORTED","MEDIA_ERR_NETWORK","MEDIA_ERR_DECODE","MEDIA_ERR_SRC_NOT_SUPPORTED","MEDIA_ERR_ENCRYPTED"],i.defaultMessages={1:"You aborted the media playback",2:"A network error caused the media download to fail part-way.",3:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",4:"The media could not be loaded, either because the server or network failed or because the format is not supported.",5:"The media is encrypted and we do not have the keys to decrypt it."},i.MEDIA_ERR_CUSTOM=0,i.prototype.MEDIA_ERR_CUSTOM=0,i.MEDIA_ERR_ABORTED=1,i.prototype.MEDIA_ERR_ABORTED=1,i.MEDIA_ERR_NETWORK=2,i.prototype.MEDIA_ERR_NETWORK=2,i.MEDIA_ERR_DECODE=3,i.prototype.MEDIA_ERR_DECODE=3,i.MEDIA_ERR_SRC_NOT_SUPPORTED=4,i.prototype.MEDIA_ERR_SRC_NOT_SUPPORTED=4,i.MEDIA_ERR_ENCRYPTED=5,i.prototype.MEDIA_ERR_ENCRYPTED=5;var Xt=function(e,t){var i,s=null;try{i=JSON.parse(e,t)}catch(e){s=e}return[s,i]};function Kt(e){return null!=e&&"function"==typeof e.then}function Yt(e){Kt(e)&&e.then(null,e=>{})}function Qt(s){return["kind","label","language","id","inBandMetadataTrackDispatchType","mode","src"].reduce((e,t,i)=>(s[t]&&(e[t]=s[t]),e),{cues:s.cues&&Array.prototype.map.call(s.cues,function(e){return{startTime:e.startTime,endTime:e.endTime,text:e.text,id:e.id}})})}var Jt,Zt=function(e){var t=e.$$("track");let i=Array.prototype.map.call(t,e=>e.track);return Array.prototype.map.call(t,function(e){var t=Qt(e.track);return e.src&&(t.src=e.src),t}).concat(Array.prototype.filter.call(e.textTracks(),function(e){return-1===i.indexOf(e)}).map(Qt))},ei=function(e,i){return e.forEach(function(e){let t=i.addRemoteTextTrack(e).track;!e.src&&e.cues&&e.cues.forEach(e=>t.addCue(e))}),i.textTracks()};Qt;let ti="vjs-modal-dialog";class ii extends g{constructor(e,t){super(e,t),this.handleKeyDown_=e=>this.handleKeyDown(e),this.close_=e=>this.close(e),this.opened_=this.hasBeenOpened_=this.hasBeenFilled_=!1,this.closeable(!this.options_.uncloseable),this.content(this.options_.content),this.contentEl_=o("div",{className:ti+"-content"},{role:"document"}),this.descEl_=o("p",{className:ti+"-description vjs-control-text",id:this.el().getAttribute("aria-describedby")}),xe(this.descEl_,this.description()),this.el_.appendChild(this.descEl_),this.el_.appendChild(this.contentEl_)}createEl(){return super.createEl("div",{className:this.buildCSSClass(),tabIndex:-1},{"aria-describedby":this.id()+"_description","aria-hidden":"true","aria-label":this.label(),role:"dialog","aria-live":"polite"})}dispose(){this.contentEl_=null,this.descEl_=null,this.previouslyActiveEl_=null,super.dispose()}buildCSSClass(){return ti+" vjs-hidden "+super.buildCSSClass()}label(){return this.localize(this.options_.label||"Modal Window")}description(){let e=this.options_.description||this.localize("This is a modal window.");return this.closeable()&&(e+=" "+this.localize("This modal can be closed by pressing the Escape key or activating the close button.")),e}open(){var e;this.opened_?this.options_.fillAlways&&this.fill():(e=this.player(),this.trigger("beforemodalopen"),this.opened_=!0,!this.options_.fillAlways&&(this.hasBeenOpened_||this.hasBeenFilled_)||this.fill(),this.wasPlaying_=!e.paused(),this.options_.pauseOnOpen&&this.wasPlaying_&&e.pause(),this.on("keydown",this.handleKeyDown_),this.hadControls_=e.controls(),e.controls(!1),this.show(),this.conditionalFocus_(),this.el().setAttribute("aria-hidden","false"),this.trigger("modalopen"),this.hasBeenOpened_=!0)}opened(e){return"boolean"==typeof e&&this[e?"open":"close"](),this.opened_}close(){var e;this.opened_&&(e=this.player(),this.trigger("beforemodalclose"),this.opened_=!1,this.wasPlaying_&&this.options_.pauseOnOpen&&e.play(),this.off("keydown",this.handleKeyDown_),this.hadControls_&&e.controls(!0),this.hide(),this.el().setAttribute("aria-hidden","true"),this.trigger({type:"modalclose",bubbles:!0}),this.conditionalBlur_(),this.options_.temporary)&&this.dispose()}closeable(t){if("boolean"==typeof t){var i,t=this.closeable_=!!t;let e=this.getChild("closeButton");t&&!e&&(i=this.contentEl_,this.contentEl_=this.el_,e=this.addChild("closeButton",{controlText:"Close Modal Dialog"}),this.contentEl_=i,this.on(e,"close",this.close_)),!t&&e&&(this.off(e,"close",this.close_),this.removeChild(e),e.dispose())}return this.closeable_}fill(){this.fillWith(this.content())}fillWith(e){var t=this.contentEl(),i=t.parentNode,s=t.nextSibling,e=(this.trigger("beforemodalfill"),this.hasBeenFilled_=!0,i.removeChild(t),this.empty(),Xe(t,e),this.trigger("modalfill"),s?i.insertBefore(t,s):i.appendChild(t),this.getChild("closeButton"));e&&i.appendChild(e.el_),this.trigger("aftermodalfill")}empty(){this.trigger("beforemodalempty"),$e(this.contentEl()),this.trigger("modalempty")}content(e){return"undefined"!=typeof e&&(this.content_=e),this.content_}conditionalFocus_(){var e=document.activeElement,t=this.player_.el_;this.previouslyActiveEl_=null,!t.contains(e)&&t!==e||(this.previouslyActiveEl_=e,this.focus())}conditionalBlur_(){this.previouslyActiveEl_&&(this.previouslyActiveEl_.focus(),this.previouslyActiveEl_=null)}handleKeyDown(e){if(this.trigger({type:"modalKeydown",originalEvent:e,target:this,bubbles:!0}),e.stopPropagation(),"Escape"===e.key&&this.closeable())e.preventDefault(),this.close();else if("Tab"===e.key){var i=this.focusableEls_(),s=this.el_.querySelector(":focus");let t;for(let e=0;e(e instanceof window.HTMLAnchorElement||e instanceof window.HTMLAreaElement)&&e.hasAttribute("href")||(e instanceof window.HTMLInputElement||e instanceof window.HTMLSelectElement||e instanceof window.HTMLTextAreaElement||e instanceof window.HTMLButtonElement)&&!e.hasAttribute("disabled")||e instanceof window.HTMLIFrameElement||e instanceof window.HTMLObjectElement||e instanceof window.HTMLEmbedElement||e.hasAttribute("tabindex")&&-1!==e.getAttribute("tabindex")||e.hasAttribute("contenteditable"))}}ii.prototype.options_={pauseOnOpen:!0,temporary:!0},g.registerComponent("ModalDialog",ii);class si extends wt{constructor(t=[]){super(),this.tracks_=[],Object.defineProperty(this,"length",{get(){return this.tracks_.length}});for(let e=0;e{this.trigger({track:e,type:"labelchange",target:this})},Ct(e)&&e.addEventListener("labelchange",e.labelchange_)}removeTrack(i){let s;for(let e=0,t=this.length;e{this.changing_||(this.changing_=!0,ri(this,e),this.changing_=!1,this.trigger("change"))},e.addEventListener("enabledchange",e.enabledChange_))}removeTrack(e){super.removeTrack(e),e.removeEventListener&&e.enabledChange_&&(e.removeEventListener("enabledchange",e.enabledChange_),e.enabledChange_=null)}}function ai(t,i){for(let e=0;e{this.changing_||(this.changing_=!0,ai(this,e),this.changing_=!1,this.trigger("change"))},e.addEventListener("selectedchange",e.selectedChange_))}removeTrack(e){super.removeTrack(e),e.removeEventListener&&e.selectedChange_&&(e.removeEventListener("selectedchange",e.selectedChange_),e.selectedChange_=null)}}class li extends si{addTrack(e){super.addTrack(e),this.queueChange_||(this.queueChange_=()=>this.queueTrigger("change")),this.triggerSelectedlanguagechange||(this.triggerSelectedlanguagechange_=()=>this.trigger("selectedlanguagechange")),e.addEventListener("modechange",this.queueChange_);-1===["metadata","chapters"].indexOf(e.kind)&&e.addEventListener("modechange",this.triggerSelectedlanguagechange_)}removeTrack(e){super.removeTrack(e),e.removeEventListener&&(this.queueChange_&&e.removeEventListener("modechange",this.queueChange_),this.selectedlanguagechange_)&&e.removeEventListener("modechange",this.triggerSelectedlanguagechange_)}}class di{constructor(e){di.prototype.setCues_.call(this,e),Object.defineProperty(this,"length",{get(){return this.length_}})}setCues_(e){var t=this.length||0;let i=0;function s(e){""+e in this||Object.defineProperty(this,""+e,{get(){return this.cues_[e]}})}var r=e.length;this.cues_=e,this.length_=e.length;if(t=e.length?{done:!0}:{done:!1,value:e[i++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Ii(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,s=new Array(t);il.error(e)),window.console)&&window.console.groupEnd&&window.console.groupEnd(),i.flush()}function Bi(e,s){var t={uri:e};(e=yi(e))&&(t.cors=e),(e="use-credentials"===s.tech_.crossOrigin())&&(t.withCredentials=e),Pi(t,p(this,function(e,t,i){if(e)return l.error(e,t);s.loaded_=!0,"function"!=typeof window.WebVTT?s.tech_&&s.tech_.any(["vttjsloaded","vttjserror"],e=>{if("vttjserror"!==e.type)return Ui(i,s);l.error("vttjs failed to load, stopping trying to process "+s.src)}):Ui(i,s)}))}class Fi extends mi{constructor(e={}){if(!e.tech)throw new Error("A tech was not provided.");e=d(e,{kind:ci[e.kind]||"subtitles",language:e.language||e.srclang||""});let t=pi[e.mode]||"disabled",i=e.default,s=("metadata"!==e.kind&&"chapters"!==e.kind||(t="hidden"),super(e),this.tech_=e.tech,this.cues_=[],this.activeCues_=[],this.preload_=!1!==this.tech_.preloadTextTracks,new di(this.cues_)),n=new di(this.activeCues_),a=!1;this.timeupdateHandler=p(this,function(e={}){this.tech_.isDisposed()||(this.tech_.isReady_&&(this.activeCues=this.activeCues,a)&&(this.trigger("cuechange"),a=!1),"timeupdate"!==e.type&&(this.rvf_=this.tech_.requestVideoFrameCallback(this.timeupdateHandler)))});this.tech_.one("dispose",()=>{this.stopTracking()}),"disabled"!==t&&this.startTracking(),Object.defineProperties(this,{default:{get(){return i},set(){}},mode:{get(){return t},set(e){pi[e]&&t!==e&&(t=e,this.preload_||"disabled"===t||0!==this.cues.length||Bi(this.src,this),this.stopTracking(),"disabled"!==t&&this.startTracking(),this.trigger("modechange"))}},cues:{get(){return this.loaded_?s:null},set(){}},activeCues:{get(){if(!this.loaded_)return null;if(0!==this.cues.length){var i=this.tech_.currentTime(),s=[];for(let e=0,t=this.cues.length;e{t=Hi.LOADED,this.trigger({type:"load",target:this})})}}Hi.prototype.allowedEvents_={load:"load"},Hi.NONE=0,Hi.LOADING=1,Hi.LOADED=2,Hi.ERROR=3;let Vi={audio:{ListClass:ni,TrackClass:qi,capitalName:"Audio"},video:{ListClass:oi,TrackClass:ji,capitalName:"Video"},text:{ListClass:li,TrackClass:Fi,capitalName:"Text"}},zi=(Object.keys(Vi).forEach(function(e){Vi[e].getterName=e+"Tracks",Vi[e].privateName=e+"Tracks_"}),{remoteText:{ListClass:li,TrackClass:Fi,capitalName:"RemoteText",getterName:"remoteTextTracks",privateName:"remoteTextTracks_"},remoteTextEl:{ListClass:class{constructor(i=[]){this.trackElements_=[],Object.defineProperty(this,"length",{get(){return this.trackElements_.length}});for(let e=0,t=i.length;e]*>?)?/))[1]||o[2],t=t.substr(o.length),o):null);)"<"===o[0]?"/"===o[1]?h.length&&h[h.length-1]===o.substr(2).replace(">","")&&(h.pop(),d=d.parentNode):(s=Ki(o.substr(1,o.length-2)))?(i=e.document.createProcessingInstruction("timestamp",s),d.appendChild(i)):(s=o.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/))&&(r=s[1],n=s[3],a=void 0,a=Zi[r],i=a?(a=e.document.createElement(a),(r=ts[r])&&n&&(a[r]=n.trim()),a):null)&&(r=d,is[(n=i).localName]&&is[n.localName]!==r.localName||(s[2]&&((a=s[2].split(".")).forEach(function(e){var t=/^bg_/.test(e),e=t?e.slice(3):e;es.hasOwnProperty(e)&&(e=es[e],i.style[t?"background-color":"color"]=e)}),i.className=a.join(" ")),h.push(s[1]),d.appendChild(i),d=i)):d.appendChild(e.document.createTextNode((n=o,Ji.innerHTML=n,n=Ji.textContent,Ji.textContent="",n)));return l}var rs=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];function ns(e){var t=[],i="";if(e&&e.childNodes)for(n(t,e);i=function e(t){var i,s,r;return t&&t.length?(s=(i=t.pop()).textContent||i.innerText)?(r=s.match(/^.*(\n|\r)/))?r[t.length=0]:s:"ruby"===i.tagName?e(t):i.childNodes?(n(t,i),e(t)):void 0:null}(t);)for(var s=0;s=i[0]&&e<=i[1])return 1}}(i.charCodeAt(s)))return"rtl";return"ltr";function n(e,t){for(var i=t.childNodes.length-1;0<=i;i--)e.push(t.childNodes[i])}}function as(){}function os(e,t,i){as.call(this),this.cue=t,this.cueDiv=ss(e,t.text);this.applyStyles({color:"rgba(255, 255, 255, 1)",backgroundColor:"rgba(0, 0, 0, 0.8)",position:"relative",left:0,right:0,top:0,bottom:0,display:"inline",writingMode:""===t.vertical?"horizontal-tb":"lr"===t.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext"},this.cueDiv),this.div=e.document.createElement("div"),e={direction:ns(this.cueDiv),writingMode:""===t.vertical?"horizontal-tb":"lr"===t.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext",textAlign:"middle"===t.align?"center":t.align,font:i.font,whiteSpace:"pre-line",position:"absolute"},this.applyStyles(e),this.div.appendChild(this.cueDiv);var s=0;switch(t.positionAlign){case"start":case"line-left":s=t.position;break;case"center":s=t.position-t.size/2;break;case"end":case"line-right":s=t.position-t.size}""===t.vertical?this.applyStyles({left:this.formatStyle(s,"%"),width:this.formatStyle(t.size,"%")}):this.applyStyles({top:this.formatStyle(s,"%"),height:this.formatStyle(t.size,"%")}),this.move=function(e){this.applyStyles({top:this.formatStyle(e.top,"px"),bottom:this.formatStyle(e.bottom,"px"),left:this.formatStyle(e.left,"px"),right:this.formatStyle(e.right,"px"),height:this.formatStyle(e.height,"px"),width:this.formatStyle(e.width,"px")})}}function _(e){var t,i,s,r;e.div&&(t=e.div.offsetHeight,i=e.div.offsetWidth,s=e.div.offsetTop,r=(r=(r=e.div.childNodes)&&r[0])&&r.getClientRects&&r.getClientRects(),e=e.div.getBoundingClientRect(),r=r?Math.max(r[0]&&r[0].height||0,e.height/r.length):0),this.left=e.left,this.right=e.right,this.top=e.top||s,this.height=e.height||t,this.bottom=e.bottom||s+(e.height||t),this.width=e.width||i,this.lineHeight=void 0!==r?r:e.lineHeight}function ls(e,t,o,l){var i,s=new _(t),r=t.cue,n=function(e){if("number"==typeof e.line&&(e.snapToLines||0<=e.line&&e.line<=100))return e.line;if(!e.track||!e.track.textTrackList||!e.track.textTrackList.mediaElement)return-1;for(var t=e.track,i=t.textTrackList,s=0,r=0;ru&&(h=h<0?-1:1,h*=Math.ceil(u/d)*d),n<0&&(h+=""===r.vertical?o.height:o.width,a=a.reverse()),s.move(c,h)}else{var p=s.lineHeight/o.height*100;switch(r.lineAlign){case"center":n-=p/2;break;case"end":n-=p}switch(r.vertical){case"":t.applyStyles({top:t.formatStyle(n,"%")});break;case"rl":t.applyStyles({left:t.formatStyle(n,"%")});break;case"lr":t.applyStyles({right:t.formatStyle(n,"%")})}a=["+y","-x","+x","-y"],s=new _(t)}u=function(e,t){for(var i,s=new _(e),r=1,n=0;ne.left&&this.tope.top},_.prototype.overlapsAny=function(e){for(var t=0;t=e.top&&this.bottom<=e.bottom&&this.left>=e.left&&this.right<=e.right},_.prototype.overlapsOppositeAxis=function(e,t){switch(t){case"+x":return this.lefte.right;case"+y":return this.tope.bottom}},_.prototype.intersectPercentage=function(e){return Math.max(0,Math.min(this.right,e.right)-Math.max(this.left,e.left))*Math.max(0,Math.min(this.bottom,e.bottom)-Math.max(this.top,e.top))/(this.height*this.width)},_.prototype.toCSSCompatValues=function(e){return{top:this.top-e.top,bottom:e.bottom-this.bottom,left:this.left-e.left,right:e.right-this.right,height:this.height,width:this.width}},_.getSimpleBoxPosition=function(e){var t=e.div?e.div.offsetHeight:e.tagName?e.offsetHeight:0,i=e.div?e.div.offsetWidth:e.tagName?e.offsetWidth:0,s=e.div?e.div.offsetTop:e.tagName?e.offsetTop:0;return{left:(e=e.div?e.div.getBoundingClientRect():e.tagName?e.getBoundingClientRect():e).left,right:e.right,top:e.top||s,height:e.height||t,bottom:e.bottom||s+(e.height||t),width:e.width||i}},ds.StringDecoder=function(){return{decode:function(e){if(!e)return"";if("string"!=typeof e)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(e))}}},ds.convertCueToDOMTree=function(e,t){return e&&t?ss(e,t):null};ds.processCues=function(e,t,i){if(!e||!t||!i)return null;for(;i.firstChild;)i.removeChild(i.firstChild);var s=e.document.createElement("div");if(s.style.position="absolute",s.style.left="0",s.style.right="0",s.style.top="0",s.style.bottom="0",s.style.margin="1.5%",i.appendChild(s),function(e){for(var t=0;tthis.onDurationChange(e),this.trackProgress_=e=>this.trackProgress(e),this.trackCurrentTime_=e=>this.trackCurrentTime(e),this.stopTrackingCurrentTime_=e=>this.stopTrackingCurrentTime(e),this.disposeSourceHandler_=e=>this.disposeSourceHandler(e),this.queuedHanders_=new Set,this.hasStarted_=!1,this.on("playing",function(){this.hasStarted_=!0}),this.on("loadstart",function(){this.hasStarted_=!1}),a.names.forEach(e=>{e=a[e];t&&t[e.getterName]&&(this[e.privateName]=t[e.getterName])}),this.featuresProgressEvents||this.manualProgressOn(),this.featuresTimeupdateEvents||this.manualTimeUpdatesOn(),["Text","Audio","Video"].forEach(e=>{!1===t[`native${e}Tracks`]&&(this[`featuresNative${e}Tracks`]=!1)}),!1===t.nativeCaptions||!1===t.nativeTextTracks?this.featuresNativeTextTracks=!1:!0!==t.nativeCaptions&&!0!==t.nativeTextTracks||(this.featuresNativeTextTracks=!0),this.featuresNativeTextTracks||this.emulateTextTracks(),this.preloadTextTracks=!1!==t.preloadTextTracks,this.autoRemoteTextTracks_=new a.text.ListClass,this.initTrackListeners(),t.nativeControlsForTouch||this.emitTapEvents(),this.constructor&&(this.name_=this.constructor.name||"Unknown Tech")}triggerSourceset(e){this.isReady_||this.one("ready",()=>this.setTimeout(()=>this.triggerSourceset(e),1)),this.trigger({src:e,type:"sourceset"})}manualProgressOn(){this.on("durationchange",this.onDurationChange_),this.manualProgress=!0,this.one("ready",this.trackProgress_)}manualProgressOff(){this.manualProgress=!1,this.stopTrackingProgress(),this.off("durationchange",this.onDurationChange_)}trackProgress(e){this.stopTrackingProgress(),this.progressInterval=this.setInterval(p(this,function(){var e=this.bufferedPercent();this.bufferedPercent_!==e&&this.trigger("progress"),1===(this.bufferedPercent_=e)&&this.stopTrackingProgress()}),500)}onDurationChange(e){this.duration_=this.duration()}buffered(){return jt(0,0)}bufferedPercent(){return Gt(this.buffered(),this.duration_)}stopTrackingProgress(){this.clearInterval(this.progressInterval)}manualTimeUpdatesOn(){this.manualTimeUpdates=!0,this.on("play",this.trackCurrentTime_),this.on("pause",this.stopTrackingCurrentTime_)}manualTimeUpdatesOff(){this.manualTimeUpdates=!1,this.stopTrackingCurrentTime(),this.off("play",this.trackCurrentTime_),this.off("pause",this.stopTrackingCurrentTime_)}trackCurrentTime(){this.currentTimeInterval&&this.stopTrackingCurrentTime(),this.currentTimeInterval=this.setInterval(function(){this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},250)}stopTrackingCurrentTime(){this.clearInterval(this.currentTimeInterval),this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})}dispose(){this.clearTracks(Vi.names),this.manualProgress&&this.manualProgressOff(),this.manualTimeUpdates&&this.manualTimeUpdatesOff(),super.dispose()}clearTracks(e){(e=[].concat(e)).forEach(e=>{var t=this[e+"Tracks"]()||[];let i=t.length;for(;i--;){var s=t[i];"text"===e&&this.removeRemoteTextTrack(s),t.removeTrack(s)}})}cleanupAutoTextTracks(){var e=this.autoRemoteTextTracks_||[];let t=e.length;for(;t--;){var i=e[t];this.removeRemoteTextTrack(i)}}reset(){}crossOrigin(){}setCrossOrigin(){}error(e){return void 0!==e&&(this.error_=new i(e),this.trigger("error")),this.error_}played(){return this.hasStarted_?jt(0,0):jt()}play(){}setScrubbing(e){}scrubbing(){}setCurrentTime(e){this.manualTimeUpdates&&this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})}initTrackListeners(){Vi.names.forEach(e=>{var t=Vi[e];let i=()=>{this.trigger(e+"trackchange")},s=this[t.getterName]();s.addEventListener("removetrack",i),s.addEventListener("addtrack",i),this.on("dispose",()=>{s.removeEventListener("removetrack",i),s.removeEventListener("addtrack",i)})})}addWebVttScript_(){if(!window.WebVTT)if(document.body.contains(this.el()))if(!this.options_["vtt.js"]&&Q(vs)&&0{this.trigger("vttjsloaded")},e.onerror=()=>{this.trigger("vttjserror")},this.on("dispose",()=>{e.onload=null,e.onerror=null}),window.WebVTT=!0,this.el().parentNode.appendChild(e)}else this.ready(this.addWebVttScript_)}emulateTextTracks(){let i=this.textTracks(),e=this.remoteTextTracks(),t=e=>i.addTrack(e.track),s=e=>i.removeTrack(e.track),r=(e.on("addtrack",t),e.on("removetrack",s),this.addWebVttScript_(),()=>this.trigger("texttrackchange")),n=()=>{r();for(let e=0;ethis.autoRemoteTextTracks_.addTrack(i.track)),i}removeRemoteTextTrack(e){var t=this.remoteTextTrackEls().getTrackElementByTrack_(e);this.remoteTextTrackEls().removeTrackElement_(t),this.remoteTextTracks().removeTrack(e),this.autoRemoteTextTracks_.removeTrack(e)}getVideoPlaybackQuality(){return{}}requestPictureInPicture(){return Promise.reject()}disablePictureInPicture(){return!0}setDisablePictureInPicture(){}requestVideoFrameCallback(e){let t=lt++;return!this.isReady_||this.paused()?(this.queuedHanders_.add(t),this.one("playing",()=>{this.queuedHanders_.has(t)&&(this.queuedHanders_.delete(t),e())})):this.requestNamedAnimationFrame(t,e),t}cancelVideoFrameCallback(e){this.queuedHanders_.has(e)?this.queuedHanders_.delete(e):this.cancelNamedAnimationFrame(e)}setPoster(){}playsinline(){}setPlaysinline(){}overrideNativeAudioTracks(e){}overrideNativeVideoTracks(e){}canPlayType(e){return""}static canPlayType(e){return""}static canPlaySource(e,t){return v.canPlayType(e.type)}static isTech(e){return e.prototype instanceof v||e instanceof v||e===v}static registerTech(e,t){if(v.techs_||(v.techs_={}),!v.isTech(t))throw new Error(`Tech ${e} must be a Tech`);if(!v.canPlayType)throw new Error("Techs must have a static canPlayType method on them");if(v.canPlaySource)return e=m(e),v.techs_[e]=t,v.techs_[Mt(e)]=t,"Tech"!==e&&v.defaultTechOrder_.push(e),t;throw new Error("Techs must have a static canPlaySource method on them")}static getTech(e){if(e)return v.techs_&&v.techs_[e]?v.techs_[e]:(e=m(e),window&&window.videojs&&window.videojs[e]?(l.warn(`The ${e} tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)`),window.videojs[e]):void 0)}}a.names.forEach(function(e){let t=a[e];v.prototype[t.getterName]=function(){return this[t.privateName]=this[t.privateName]||new t.ListClass,this[t.privateName]}}),v.prototype.featuresVolumeControl=!0,v.prototype.featuresMuteControl=!0,v.prototype.featuresFullscreenResize=!1,v.prototype.featuresPlaybackRate=!1,v.prototype.featuresProgressEvents=!1,v.prototype.featuresSourceset=!1,v.prototype.featuresTimeupdateEvents=!1,v.prototype.featuresNativeTextTracks=!1,v.prototype.featuresVideoFrameCallback=!1,v.withSourceHandlers=function(r){r.registerSourceHandler=function(e,t){let i=r.sourceHandlers;i=i||(r.sourceHandlers=[]),void 0===t&&(t=i.length),i.splice(t,0,e)},r.canPlayType=function(t){var i,s=r.sourceHandlers||[];for(let e=0;efunction s(r={},e=[],n,a,o=[],l=!1){let[t,...d]=e;if("string"==typeof t)s(r,bs[t],n,a,o,l);else if(t){let i=As(a,t);if(!i.setSource)return o.push(i),s(r,d,n,a,o,l);i.setSource(Object.assign({},r),function(e,t){if(e)return s(r,d,n,a,o,l);o.push(i),s(t,r.type===t.type?d:bs[t.type],n,a,o,l)})}else d.length?s(r,d,n,a,o,l):l?n(r,o):s(r,bs["*"],n,a,o,!0)}(t,bs[t.type],i,e),1)}function Es(e,t,i,s=null){var r="call"+m(i),r=e.reduce(xs(r),s),s=r===Ss,t=s?null:t[i](r),n=e,a=i,o=t,l=s;for(let e=n.length-1;0<=e;e--){var d=n[e];d[a]&&d[a](l,o)}return t}let Cs={buffered:1,currentTime:1,duration:1,muted:1,played:1,paused:1,seekable:1,volume:1,ended:1},ks={setCurrentTime:1,setMuted:1,setVolume:1},Is={play:1,pause:1};function xs(i){return(e,t)=>e===Ss?Ss:t[i]?t[i](e):e}function As(e,t){var i=Ts[e.id()];let s=null;if(null==i)s=t(e),Ts[e.id()]=[[t,s]];else{for(let e=0;e{this.focus(this.updateFocusableComponents()[0])}),this.player_.on("modalclose",()=>{this.refocusComponent()}),this.player_.on("focusin",this.handlePlayerFocus_.bind(this)),this.player_.on("focusout",this.handlePlayerBlur_.bind(this)),this.isListening_=!0,this.player_.errorDisplay.on("aftermodalfill",()=>{this.updateFocusableComponents(),this.focusableComponents.length&&(1{if(e.hasOwnProperty("el_")){if(e.getIsFocusable&&e.getIsAvailableToBeFocused&&e.getIsFocusable()&&e.getIsAvailableToBeFocused(e.el()))return void i.push(e);e.hasOwnProperty("children_")&&0{i.push({name:()=>"ModalButton"+(e+1),el:()=>t,getPositions:()=>{var e=t.getBoundingClientRect();return{boundingClientRect:{x:e.x,y:e.y,width:e.width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left},center:{x:e.left+e.width/2,y:e.top+e.height/2,width:0,height:0,top:e.top+e.height/2,right:e.left+e.width/2,bottom:e.top+e.height/2,left:e.left+e.width/2}}},getIsAvailableToBeFocused:()=>!0,getIsFocusable:e=>!0,focus:()=>t.focus()})})}),this.focusableComponents=i,this.focusableComponents}findSuitableDOMChild(e){return e.el()?function t(i){if(e.getIsFocusable(i)&&e.getIsAvailableToBeFocused(i))return i;for(let e=0;ee!==s&&this.isInDirection_(t.boundingClientRect,e.getPositions().boundingClientRect,i)),e=this.findBestCandidate_(t.center,e,i);e?this.focus(e):this.trigger({type:"endOfFocusableComponents",direction:i,focusedComponent:s})}}findBestCandidate_(e,t,i){let s=1/0,r=null;for(var n of t){var a=n.getPositions().center,a=this.calculateDistance_(e,a,i);a=e.right;case"left":return t.right<=e.left;case"down":return t.top>=e.bottom;case"up":return t.bottom<=e.top;default:return!1}}refocusComponent(){if(this.lastFocusedComponent_){this.player_.userActive()||this.player_.userActive(!0),this.updateFocusableComponents();for(let e=0;ethis.handleMouseOver(e),this.handleMouseOut_=e=>this.handleMouseOut(e),this.handleClick_=e=>this.handleClick(e),this.handleKeyDown_=e=>this.handleKeyDown(e),this.emitTapEvents(),this.enable()}createEl(e="div",t={},i={}){t=Object.assign({className:this.buildCSSClass(),tabIndex:0},t),"button"===e&&l.error(`Creating a ClickableComponent with an HTML element of ${e} is not supported; use a Button instead.`),i=Object.assign({role:"button"},i),this.tabIndex_=t.tabIndex;e=o(e,t,i);return this.player_.options_.experimentalSvgIcons||e.appendChild(o("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),this.createControlTextEl(e),e}dispose(){this.controlTextEl_=null,super.dispose()}createControlTextEl(e){return this.controlTextEl_=o("span",{className:"vjs-control-text"},{"aria-live":"polite"}),e&&e.appendChild(this.controlTextEl_),this.controlText(this.controlText_,e),this.controlTextEl_}controlText(e,t=this.el()){if(void 0===e)return this.controlText_||"Need Text";var i=this.localize(e);this.controlText_=e,xe(this.controlTextEl_,i),this.nonIconControl||this.player_.options_.noUITitleAttributes||t.setAttribute("title",i)}buildCSSClass(){return"vjs-control vjs-button "+super.buildCSSClass()}enable(){this.enabled_||(this.enabled_=!0,this.removeClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","false"),"undefined"!=typeof this.tabIndex_&&this.el_.setAttribute("tabIndex",this.tabIndex_),this.on(["tap","click"],this.handleClick_),this.on("keydown",this.handleKeyDown_))}disable(){this.enabled_=!1,this.addClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","true"),"undefined"!=typeof this.tabIndex_&&this.el_.removeAttribute("tabIndex"),this.off("mouseover",this.handleMouseOver_),this.off("mouseout",this.handleMouseOut_),this.off(["tap","click"],this.handleClick_),this.off("keydown",this.handleKeyDown_)}handleLanguagechange(){this.controlText(this.controlText_)}handleClick(e){this.options_.clickHandler&&this.options_.clickHandler.call(this,arguments)}handleKeyDown(e){" "===e.key||"Enter"===e.key?(e.preventDefault(),e.stopPropagation(),this.trigger("click")):super.handleKeyDown(e)}}g.registerComponent("ClickableComponent",Us);class Bs extends Us{constructor(e,t){super(e,t),this.update(),this.update_=e=>this.update(e),e.on("posterchange",this.update_)}dispose(){this.player().off("posterchange",this.update_),super.dispose()}createEl(){return o("div",{className:"vjs-poster"})}crossOrigin(e){if("undefined"==typeof e)return this.$("img")?this.$("img").crossOrigin:this.player_.tech_&&this.player_.tech_.isReady_?this.player_.crossOrigin():this.player_.options_.crossOrigin||this.player_.options_.crossorigin||null;null!==e&&"anonymous"!==e&&"use-credentials"!==e?this.player_.log.warn(`crossOrigin must be null, "anonymous" or "use-credentials", given "${e}"`):this.$("img")&&(this.$("img").crossOrigin=e)}update(e){var t=this.player().poster();this.setSrc(t),t?this.show():this.hide()}setSrc(e){e?(this.$("img")||this.el_.appendChild(o("picture",{className:"vjs-poster",tabIndex:-1},{},o("img",{loading:"lazy",crossOrigin:this.crossOrigin()},{alt:""}))),this.$("img").src=e):this.el_.textContent=""}handleClick(e){this.player_.controls()&&(this.player_.tech(!0)&&this.player_.tech(!0).focus(),this.player_.paused()?Yt(this.player_.play()):this.player_.pause())}}Bs.prototype.crossorigin=Bs.prototype.crossOrigin,g.registerComponent("PosterImage",Bs);let Fs={monospace:"monospace",sansSerif:"sans-serif",serif:"serif",monospaceSansSerif:'"Andale Mono", "Lucida Console", monospace',monospaceSerif:'"Courier New", monospace',proportionalSansSerif:"sans-serif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva", cursive',smallcaps:'"Andale Mono", "Lucida Console", monospace, sans-serif'};function qs(e,t){let i;if(4===e.length)i=e[1]+e[1]+e[2]+e[2]+e[3]+e[3];else{if(7!==e.length)throw new Error("Invalid color code provided, "+e+"; must be formatted as e.g. #f0e or #f604e2.");i=e.slice(1)}return"rgba("+parseInt(i.slice(0,2),16)+","+parseInt(i.slice(2,4),16)+","+parseInt(i.slice(4,6),16)+","+t+")"}function js(e,t,i){try{e.style[t]=i}catch(e){}}function Hs(e){return e?e+"px":""}class Vs extends g{constructor(s,e,t){super(s,e,t);let r=e=>{this.updateDisplayOverlay(),this.updateDisplay(e)};s.on("loadstart",e=>this.toggleDisplay(e)),s.on("texttrackchange",e=>this.updateDisplay(e)),s.on("loadedmetadata",e=>{this.updateDisplayOverlay(),this.preselectTrack(e)}),s.ready(p(this,function(){if(s.tech_&&s.tech_.featuresNativeTextTracks)this.hide();else{s.on("fullscreenchange",r),s.on("playerresize",r);let e=window.screen.orientation||window,t=window.screen.orientation?"change":"orientationchange";e.addEventListener(t,r),s.on("dispose",()=>e.removeEventListener(t,r));var i=this.options_.playerOptions.tracks||[];for(let e=0;e!e.activeCues)){var t=[];for(let e=0;ethis.handleMouseDown(e))}buildCSSClass(){return"vjs-big-play-button"}handleClick(t){var i=this.player_.play();if(this.mouseused_&&"clientX"in t&&"clientY"in t)Yt(i),this.player_.tech(!0)&&this.player_.tech(!0).focus();else{var t=this.player_.getChild("controlBar");let e=t&&t.getChild("playToggle");e?(t=()=>e.focus(),Kt(i)?i.then(t,()=>{}):this.setTimeout(t,1)):this.player_.tech(!0).focus()}}handleKeyDown(e){this.mouseused_=!1,super.handleKeyDown(e)}handleMouseDown(e){this.mouseused_=!0}}$s.prototype.controlText_="Play Video",g.registerComponent("BigPlayButton",$s);class Ws extends s{constructor(e,t){super(e,t),this.setIcon("cancel"),this.controlText(t&&t.controlText||this.localize("Close"))}buildCSSClass(){return"vjs-close-button "+super.buildCSSClass()}handleClick(e){this.trigger({type:"close",bubbles:!1})}handleKeyDown(e){"Escape"===e.key?(e.preventDefault(),e.stopPropagation(),this.trigger("click")):super.handleKeyDown(e)}}g.registerComponent("CloseButton",Ws);class Gs extends s{constructor(e,t={}){super(e,t),t.replay=void 0===t.replay||t.replay,this.setIcon("play"),this.on(e,"play",e=>this.handlePlay(e)),this.on(e,"pause",e=>this.handlePause(e)),t.replay&&this.on(e,"ended",e=>this.handleEnded(e))}buildCSSClass(){return"vjs-play-control "+super.buildCSSClass()}handleClick(e){this.player_.paused()?Yt(this.player_.play()):this.player_.pause()}handleSeeked(e){this.removeClass("vjs-ended"),this.player_.paused()?this.handlePause(e):this.handlePlay(e)}handlePlay(e){this.removeClass("vjs-ended","vjs-paused"),this.addClass("vjs-playing"),this.setIcon("pause"),this.controlText("Pause")}handlePause(e){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.setIcon("play"),this.controlText("Play")}handleEnded(e){this.removeClass("vjs-playing"),this.addClass("vjs-ended"),this.setIcon("replay"),this.controlText("Replay"),this.one(this.player_,"seeked",e=>this.handleSeeked(e))}}Gs.prototype.controlText_="Play",g.registerComponent("PlayToggle",Gs);class Xs extends g{constructor(e,t){super(e,t),this.on(e,["timeupdate","ended","seeking"],e=>this.update(e)),this.updateTextNode_()}createEl(){var e=this.buildCSSClass(),t=super.createEl("div",{className:e+" vjs-time-control vjs-control"}),i=o("span",{className:"vjs-control-text",textContent:this.localize(this.labelText_)+" "},{role:"presentation"});return t.appendChild(i),this.contentEl_=o("span",{className:e+"-display"},{role:"presentation"}),t.appendChild(this.contentEl_),t}dispose(){this.contentEl_=null,this.textNode_=null,super.dispose()}update(e){!this.player_.options_.enableSmoothSeeking&&"seeking"===e.type||this.updateContent(e)}updateTextNode_(e=0){e=Wt(e),this.formattedTime_!==e&&(this.formattedTime_=e,this.requestNamedAnimationFrame("TimeDisplay#updateTextNode_",()=>{if(this.contentEl_){let e=this.textNode_;e&&this.contentEl_.firstChild!==e&&(e=null,l.warn("TimeDisplay#updateTextnode_: Prevented replacement of text node element since it was no longer a child of this node. Appending a new node instead.")),this.textNode_=document.createTextNode(this.formattedTime_),this.textNode_&&(e?this.contentEl_.replaceChild(this.textNode_,e):this.contentEl_.appendChild(this.textNode_))}}))}updateContent(e){}}Xs.prototype.labelText_="Time",Xs.prototype.controlText_="Time",g.registerComponent("TimeDisplay",Xs);class Ks extends Xs{buildCSSClass(){return"vjs-current-time"}updateContent(e){let t;t=this.player_.ended()?this.player_.duration():this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime(),this.updateTextNode_(t)}}Ks.prototype.labelText_="Current Time",Ks.prototype.controlText_="Current Time",g.registerComponent("CurrentTimeDisplay",Ks);class Ys extends Xs{constructor(e,t){super(e,t);t=e=>this.updateContent(e);this.on(e,"durationchange",t),this.on(e,"loadstart",t),this.on(e,"loadedmetadata",t)}buildCSSClass(){return"vjs-duration"}updateContent(e){var t=this.player_.duration();this.updateTextNode_(t)}}Ys.prototype.labelText_="Duration",Ys.prototype.controlText_="Duration",g.registerComponent("DurationDisplay",Ys);class Qs extends g{createEl(){var e=super.createEl("div",{className:"vjs-time-control vjs-time-divider"},{"aria-hidden":!0}),t=super.createEl("div"),i=super.createEl("span",{textContent:"/"});return t.appendChild(i),e.appendChild(t),e}}g.registerComponent("TimeDivider",Qs);class Js extends Xs{constructor(e,t){super(e,t),this.on(e,"durationchange",e=>this.updateContent(e))}buildCSSClass(){return"vjs-remaining-time"}createEl(){var e=super.createEl();return!1!==this.options_.displayNegative&&e.insertBefore(o("span",{},{"aria-hidden":!0},"-"),this.contentEl_),e}updateContent(e){if("number"==typeof this.player_.duration()){let e;e=this.player_.ended()?0:this.player_.remainingTimeDisplay?this.player_.remainingTimeDisplay():this.player_.remainingTime(),this.updateTextNode_(e)}}}Js.prototype.labelText_="Remaining Time",Js.prototype.controlText_="Remaining Time",g.registerComponent("RemainingTimeDisplay",Js);class Zs extends g{constructor(e,t){super(e,t),this.updateShowing(),this.on(this.player(),"durationchange",e=>this.updateShowing(e))}createEl(){var e=super.createEl("div",{className:"vjs-live-control vjs-control"});return this.contentEl_=o("div",{className:"vjs-live-display"},{"aria-live":"off"}),this.contentEl_.appendChild(o("span",{className:"vjs-control-text",textContent:this.localize("Stream Type")+" "})),this.contentEl_.appendChild(document.createTextNode(this.localize("LIVE"))),e.appendChild(this.contentEl_),e}dispose(){this.contentEl_=null,super.dispose()}updateShowing(e){this.player().duration()===1/0?this.show():this.hide()}}g.registerComponent("LiveDisplay",Zs);class er extends s{constructor(e,t){super(e,t),this.updateLiveEdgeStatus(),this.player_.liveTracker&&(this.updateLiveEdgeStatusHandler_=e=>this.updateLiveEdgeStatus(e),this.on(this.player_.liveTracker,"liveedgechange",this.updateLiveEdgeStatusHandler_))}createEl(){var e=super.createEl("button",{className:"vjs-seek-to-live-control vjs-control"});return this.setIcon("circle",e),this.textEl_=o("span",{className:"vjs-seek-to-live-text",textContent:this.localize("LIVE")},{"aria-hidden":"true"}),e.appendChild(this.textEl_),e}updateLiveEdgeStatus(){!this.player_.liveTracker||this.player_.liveTracker.atLiveEdge()?(this.setAttribute("aria-disabled",!0),this.addClass("vjs-at-live-edge"),this.controlText("Seek to live, currently playing live")):(this.setAttribute("aria-disabled",!1),this.removeClass("vjs-at-live-edge"),this.controlText("Seek to live, currently behind live"))}handleClick(){this.player_.liveTracker.seekToLiveEdge()}dispose(){this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.updateLiveEdgeStatusHandler_),this.textEl_=null,super.dispose()}}function tr(e,t,i){return e=Number(e),Math.min(i,Math.max(t,isNaN(e)?t:e))}er.prototype.controlText_="Seek to live, currently playing live",g.registerComponent("SeekToLive",er);$i=Object.freeze({__proto__:null,clamp:tr});class ir extends g{constructor(e,t){super(e,t),this.handleMouseDown_=e=>this.handleMouseDown(e),this.handleMouseUp_=e=>this.handleMouseUp(e),this.handleKeyDown_=e=>this.handleKeyDown(e),this.handleClick_=e=>this.handleClick(e),this.handleMouseMove_=e=>this.handleMouseMove(e),this.update_=e=>this.update(e),this.bar=this.getChild(this.options_.barName),this.vertical(!!this.options_.vertical),this.enable()}enabled(){return this.enabled_}enable(){this.enabled()||(this.on("mousedown",this.handleMouseDown_),this.on("touchstart",this.handleMouseDown_),this.on("keydown",this.handleKeyDown_),this.on("click",this.handleClick_),this.on(this.player_,"controlsvisible",this.update),this.playerEvent&&this.on(this.player_,this.playerEvent,this.update),this.removeClass("disabled"),this.setAttribute("tabindex",0),this.enabled_=!0)}disable(){var e;this.enabled()&&(e=this.bar.el_.ownerDocument,this.off("mousedown",this.handleMouseDown_),this.off("touchstart",this.handleMouseDown_),this.off("keydown",this.handleKeyDown_),this.off("click",this.handleClick_),this.off(this.player_,"controlsvisible",this.update_),this.off(e,"mousemove",this.handleMouseMove_),this.off(e,"mouseup",this.handleMouseUp_),this.off(e,"touchmove",this.handleMouseMove_),this.off(e,"touchend",this.handleMouseUp_),this.removeAttribute("tabindex"),this.addClass("disabled"),this.playerEvent&&this.off(this.player_,this.playerEvent,this.update),this.enabled_=!1)}createEl(e,t={},i={}){return t.className=t.className+" vjs-slider",t=Object.assign({tabIndex:0},t),i=Object.assign({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100},i),super.createEl(e,t,i)}handleMouseDown(e){var t=this.bar.el_.ownerDocument;"mousedown"===e.type&&e.preventDefault(),"touchstart"!==e.type||le||e.preventDefault(),Fe(),this.addClass("vjs-sliding"),this.trigger("slideractive"),this.on(t,"mousemove",this.handleMouseMove_),this.on(t,"mouseup",this.handleMouseUp_),this.on(t,"touchmove",this.handleMouseMove_),this.on(t,"touchend",this.handleMouseUp_),this.handleMouseMove(e,!0)}handleMouseMove(e){}handleMouseUp(e){var t=this.bar.el_.ownerDocument;qe(),this.removeClass("vjs-sliding"),this.trigger("sliderinactive"),this.off(t,"mousemove",this.handleMouseMove_),this.off(t,"mouseup",this.handleMouseUp_),this.off(t,"touchmove",this.handleMouseMove_),this.off(t,"touchend",this.handleMouseUp_),this.update()}update(){if(this.el_&&this.bar){let t=this.getProgress();return t!==this.progress_&&(this.progress_=t,this.requestNamedAnimationFrame("Slider#update",()=>{var e=this.vertical()?"height":"width";this.bar.el().style[e]=(100*t).toFixed(2)+"%"})),t}}getProgress(){return Number(tr(this.getPercent(),0,1).toFixed(4))}calculateDistance(e){e=Ve(this.el_,e);return this.vertical()?e.y:e.x}handleKeyDown(e){var t=this.options_.playerOptions.spatialNavigation,i=t&&t.enabled,t=t&&t.horizontalSeek;i?t&&"ArrowLeft"===e.key||!t&&"ArrowDown"===e.key?(e.preventDefault(),e.stopPropagation(),this.stepBack()):t&&"ArrowRight"===e.key||!t&&"ArrowUp"===e.key?(e.preventDefault(),e.stopPropagation(),this.stepForward()):super.handleKeyDown(e):"ArrowLeft"===e.key||"ArrowDown"===e.key?(e.preventDefault(),e.stopPropagation(),this.stepBack()):"ArrowUp"===e.key||"ArrowRight"===e.key?(e.preventDefault(),e.stopPropagation(),this.stepForward()):super.handleKeyDown(e)}handleClick(e){e.stopPropagation(),e.preventDefault()}vertical(e){if(void 0===e)return this.vertical_||!1;this.vertical_=!!e,this.vertical_?this.addClass("vjs-slider-vertical"):this.addClass("vjs-slider-horizontal")}}g.registerComponent("Slider",ir);let sr=(e,t)=>tr(e/t*100,0,100).toFixed(2)+"%";class rr extends g{constructor(e,t){super(e,t),this.partEls_=[],this.on(e,"progress",e=>this.update(e))}createEl(){var e=super.createEl("div",{className:"vjs-load-progress"}),t=o("span",{className:"vjs-control-text"}),i=o("span",{textContent:this.localize("Loaded")}),s=document.createTextNode(": ");return this.percentageEl_=o("span",{className:"vjs-control-text-loaded-percentage",textContent:"0%"}),e.appendChild(t),t.appendChild(i),t.appendChild(s),t.appendChild(this.percentageEl_),e}dispose(){this.partEls_=null,this.percentageEl_=null,super.dispose()}update(e){this.requestNamedAnimationFrame("LoadProgressBar#update",()=>{var e=this.player_.liveTracker,i=this.player_.buffered(),e=e&&e.isLive()?e.seekableEnd():this.player_.duration(),s=this.player_.bufferedEnd(),r=this.partEls_,e=sr(s,e);this.percent_!==e&&(this.el_.style.width=e,xe(this.percentageEl_,e),this.percent_=e);for(let t=0;ti.length;e--)this.el_.removeChild(r[e-1]);r.length=i.length})}}g.registerComponent("LoadProgressBar",rr);class nr extends g{constructor(e,t){super(e,t),this.update=vt(p(this,this.update),30)}createEl(){return super.createEl("div",{className:"vjs-time-tooltip"},{"aria-hidden":"true"})}update(s,r,n){var a=He(this.el_),o=je(this.player_.el()),r=s.width*r;if(o&&a){let e=s.left-o.left+r,t=s.width-r+(o.right-s.right),i=(t||(t=s.width-r,e=r),a.width/2);ea.width&&(i=a.width),i=Math.round(i),this.el_.style.right=`-${i}px`,this.write(n)}}write(e){xe(this.el_,e)}updateTime(r,n,a,o){this.requestNamedAnimationFrame("TimeTooltip#updateTime",()=>{let e;var t,i,s=this.player_.duration();e=this.player_.liveTracker&&this.player_.liveTracker.isLive()?((i=(t=this.player_.liveTracker.liveWindow())-n*t)<1?"":"-")+Wt(i,t):Wt(a,s),this.update(r,n,e),o&&o()})}}g.registerComponent("TimeTooltip",nr);class ar extends g{constructor(e,t){super(e,t),this.setIcon("circle"),this.update=vt(p(this,this.update),30)}createEl(){return super.createEl("div",{className:"vjs-play-progress vjs-slider-bar"},{"aria-hidden":"true"})}update(e,t){var i,s=this.getChild("timeTooltip");s&&(i=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime(),s.updateTime(e,t,i))}}ar.prototype.options_={children:[]},u||se||ar.prototype.options_.children.push("timeTooltip"),g.registerComponent("PlayProgressBar",ar);class or extends g{constructor(e,t){super(e,t),this.update=vt(p(this,this.update),30)}createEl(){return super.createEl("div",{className:"vjs-mouse-display"})}update(e,t){var i=t*this.player_.duration();this.getChild("timeTooltip").updateTime(e,t,i,()=>{this.el_.style.left=e.width*t+"px"})}}or.prototype.options_={children:["timeTooltip"]},g.registerComponent("MouseTimeDisplay",or);class lr extends ir{constructor(e,t){super(e,t),this.setEventHandlers_()}setEventHandlers_(){this.update_=p(this,this.update),this.update=vt(this.update_,30),this.on(this.player_,["durationchange","timeupdate"],this.update),this.on(this.player_,["ended"],this.update_),this.player_.liveTracker&&this.on(this.player_.liveTracker,"liveedgechange",this.update),this.updateInterval=null,this.enableIntervalHandler_=e=>this.enableInterval_(e),this.disableIntervalHandler_=e=>this.disableInterval_(e),this.on(this.player_,["playing"],this.enableIntervalHandler_),this.on(this.player_,["ended","pause","waiting"],this.disableIntervalHandler_),"hidden"in document&&"visibilityState"in document&&this.on(document,"visibilitychange",this.toggleVisibility_)}toggleVisibility_(e){"hidden"===document.visibilityState?(this.cancelNamedAnimationFrame("SeekBar#update"),this.cancelNamedAnimationFrame("Slider#update"),this.disableInterval_(e)):(this.player_.ended()||this.player_.paused()||this.enableInterval_(),this.update())}enableInterval_(){this.updateInterval||(this.updateInterval=this.setInterval(this.update,30))}disableInterval_(e){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&e&&"ended"!==e.type||this.updateInterval&&(this.clearInterval(this.updateInterval),this.updateInterval=null)}createEl(){return super.createEl("div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})}update(e){if("hidden"!==document.visibilityState){let s=super.update();return this.requestNamedAnimationFrame("SeekBar#update",()=>{var e=this.player_.ended()?this.player_.duration():this.getCurrentTime_(),t=this.player_.liveTracker;let i=this.player_.duration();t&&t.isLive()&&(i=this.player_.liveTracker.liveCurrentTime()),this.percent_!==s&&(this.el_.setAttribute("aria-valuenow",(100*s).toFixed(2)),this.percent_=s),this.currentTime_===e&&this.duration_===i||(this.el_.setAttribute("aria-valuetext",this.localize("progress bar timing: currentTime={1} duration={2}",[Wt(e,i),Wt(i,i)],"{1} of {2}")),this.currentTime_=e,this.duration_=i),this.bar&&this.bar.update(je(this.el()),this.getProgress())}),s}}userSeek_(e){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&this.player_.liveTracker.nextSeekedFromUser(),this.player_.currentTime(e)}getCurrentTime_(){return this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime()}getPercent(){var e=this.getCurrentTime_();let t;var i=this.player_.liveTracker;return i&&i.isLive()?(t=(e-i.seekableStart())/i.liveWindow(),i.atLiveEdge()&&(t=1)):t=e/this.player_.duration(),t}handleMouseDown(e){Ke(e)&&(e.stopPropagation(),this.videoWasPlaying=!this.player_.paused(),this.player_.pause(),super.handleMouseDown(e))}handleMouseMove(t,i=!1){if(Ke(t)&&!isNaN(this.player_.duration())){i||this.player_.scrubbing()||this.player_.scrubbing(!0);let e;i=this.calculateDistance(t),t=this.player_.liveTracker;if(t&&t.isLive()){if(.99<=i)return void t.seekToLiveEdge();var s=t.seekableStart(),r=t.liveCurrentTime();if((e=(e=(e=s+i*t.liveWindow())>=r?r:e)<=s?s+.1:e)===1/0)return}else(e=i*this.player_.duration())===this.player_.duration()&&(e-=.1);this.userSeek_(e),this.player_.options_.enableSmoothSeeking&&this.update()}}enable(){super.enable();var e=this.getChild("mouseTimeDisplay");e&&e.show()}disable(){super.disable();var e=this.getChild("mouseTimeDisplay");e&&e.hide()}handleMouseUp(e){super.handleMouseUp(e),e&&e.stopPropagation(),this.player_.scrubbing(!1),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0}),this.videoWasPlaying?Yt(this.player_.play()):this.update_()}stepForward(){this.userSeek_(this.player_.currentTime()+5)}stepBack(){this.userSeek_(this.player_.currentTime()-5)}handleAction(e){this.player_.paused()?this.player_.play():this.player_.pause()}handleKeyDown(e){var t,i=this.player_.liveTracker;" "===e.key||"Enter"===e.key?(e.preventDefault(),e.stopPropagation(),this.handleAction(e)):"Home"===e.key?(e.preventDefault(),e.stopPropagation(),this.userSeek_(0)):"End"===e.key?(e.preventDefault(),e.stopPropagation(),i&&i.isLive()?this.userSeek_(i.liveCurrentTime()):this.userSeek_(this.player_.duration())):/^[0-9]$/.test(e.key)?(e.preventDefault(),e.stopPropagation(),t=.1*parseInt(e.key,10),i&&i.isLive()?this.userSeek_(i.seekableStart()+i.liveWindow()*t):this.userSeek_(this.player_.duration()*t)):"PageDown"===e.key?(e.preventDefault(),e.stopPropagation(),this.userSeek_(this.player_.currentTime()-60)):"PageUp"===e.key?(e.preventDefault(),e.stopPropagation(),this.userSeek_(this.player_.currentTime()+60)):super.handleKeyDown(e)}dispose(){this.disableInterval_(),this.off(this.player_,["durationchange","timeupdate"],this.update),this.off(this.player_,["ended"],this.update_),this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.update),this.off(this.player_,["playing"],this.enableIntervalHandler_),this.off(this.player_,["ended","pause","waiting"],this.disableIntervalHandler_),"hidden"in document&&"visibilityState"in document&&this.off(document,"visibilitychange",this.toggleVisibility_),super.dispose()}}lr.prototype.options_={children:["loadProgressBar","playProgressBar"],barName:"playProgressBar"},u||se||lr.prototype.options_.children.splice(1,0,"mouseTimeDisplay"),g.registerComponent("SeekBar",lr);class dr extends g{constructor(e,t){super(e,t),this.handleMouseMove=vt(p(this,this.handleMouseMove),30),this.throttledHandleMouseSeek=vt(p(this,this.handleMouseSeek),30),this.handleMouseUpHandler_=e=>this.handleMouseUp(e),this.handleMouseDownHandler_=e=>this.handleMouseDown(e),this.enable()}createEl(){return super.createEl("div",{className:"vjs-progress-control vjs-control"})}handleMouseMove(e){var t,i,s,r,n=this.getChild("seekBar");n&&(t=n.getChild("playProgressBar"),i=n.getChild("mouseTimeDisplay"),t||i)&&(s=He(r=n.el()),r=tr(r=Ve(r,e).x,0,1),i&&i.update(s,r),t)&&t.update(s,n.getProgress())}handleMouseSeek(e){var t=this.getChild("seekBar");t&&t.handleMouseMove(e)}enabled(){return this.enabled_}disable(){var e;this.children().forEach(e=>e.disable&&e.disable()),this.enabled()&&(this.off(["mousedown","touchstart"],this.handleMouseDownHandler_),this.off(this.el_,"mousemove",this.handleMouseMove),this.removeListenersAddedOnMousedownAndTouchstart(),this.addClass("disabled"),this.enabled_=!1,this.player_.scrubbing())&&(e=this.getChild("seekBar"),this.player_.scrubbing(!1),e.videoWasPlaying)&&Yt(this.player_.play())}enable(){this.children().forEach(e=>e.enable&&e.enable()),this.enabled()||(this.on(["mousedown","touchstart"],this.handleMouseDownHandler_),this.on(this.el_,"mousemove",this.handleMouseMove),this.removeClass("disabled"),this.enabled_=!0)}removeListenersAddedOnMousedownAndTouchstart(){var e=this.el_.ownerDocument;this.off(e,"mousemove",this.throttledHandleMouseSeek),this.off(e,"touchmove",this.throttledHandleMouseSeek),this.off(e,"mouseup",this.handleMouseUpHandler_),this.off(e,"touchend",this.handleMouseUpHandler_)}handleMouseDown(e){var t=this.el_.ownerDocument,i=this.getChild("seekBar");i&&i.handleMouseDown(e),this.on(t,"mousemove",this.throttledHandleMouseSeek),this.on(t,"touchmove",this.throttledHandleMouseSeek),this.on(t,"mouseup",this.handleMouseUpHandler_),this.on(t,"touchend",this.handleMouseUpHandler_)}handleMouseUp(e){var t=this.getChild("seekBar");t&&t.handleMouseUp(e),this.removeListenersAddedOnMousedownAndTouchstart()}}dr.prototype.options_={children:["seekBar"]},g.registerComponent("ProgressControl",dr);class hr extends s{constructor(e,t){super(e,t),this.setIcon("picture-in-picture-enter"),this.on(e,["enterpictureinpicture","leavepictureinpicture"],e=>this.handlePictureInPictureChange(e)),this.on(e,["disablepictureinpicturechanged","loadedmetadata"],e=>this.handlePictureInPictureEnabledChange(e)),this.on(e,["loadedmetadata","audioonlymodechange","audiopostermodechange"],()=>this.handlePictureInPictureAudioModeChange()),this.disable()}buildCSSClass(){return"vjs-picture-in-picture-control vjs-hidden "+super.buildCSSClass()}handlePictureInPictureAudioModeChange(){"audio"===this.player_.currentType().substring(0,5)||this.player_.audioPosterMode()||this.player_.audioOnlyMode()?(this.player_.isInPictureInPicture()&&this.player_.exitPictureInPicture(),this.hide()):this.show()}handlePictureInPictureEnabledChange(){document.pictureInPictureEnabled&&!1===this.player_.disablePictureInPicture()||this.player_.options_.enableDocumentPictureInPicture&&"documentPictureInPicture"in window?this.enable():this.disable()}handlePictureInPictureChange(e){this.player_.isInPictureInPicture()?(this.setIcon("picture-in-picture-exit"),this.controlText("Exit Picture-in-Picture")):(this.setIcon("picture-in-picture-enter"),this.controlText("Picture-in-Picture")),this.handlePictureInPictureEnabledChange()}handleClick(e){this.player_.isInPictureInPicture()?this.player_.exitPictureInPicture():this.player_.requestPictureInPicture()}show(){"function"==typeof document.exitPictureInPicture&&super.show()}}hr.prototype.controlText_="Picture-in-Picture",g.registerComponent("PictureInPictureToggle",hr);class ur extends s{constructor(e,t){super(e,t),this.setIcon("fullscreen-enter"),this.on(e,"fullscreenchange",e=>this.handleFullscreenChange(e)),!1===document[e.fsApi_.fullscreenEnabled]&&this.disable()}buildCSSClass(){return"vjs-fullscreen-control "+super.buildCSSClass()}handleFullscreenChange(e){this.player_.isFullscreen()?(this.controlText("Exit Fullscreen"),this.setIcon("fullscreen-exit")):(this.controlText("Fullscreen"),this.setIcon("fullscreen-enter"))}handleClick(e){this.player_.isFullscreen()?this.player_.exitFullscreen():this.player_.requestFullscreen()}}ur.prototype.controlText_="Fullscreen",g.registerComponent("FullscreenToggle",ur);class cr extends g{createEl(){var e=super.createEl("div",{className:"vjs-volume-level"});return this.setIcon("circle",e),e.appendChild(super.createEl("span",{className:"vjs-control-text"})),e}}g.registerComponent("VolumeLevel",cr);class pr extends g{constructor(e,t){super(e,t),this.update=vt(p(this,this.update),30)}createEl(){return super.createEl("div",{className:"vjs-volume-tooltip"},{"aria-hidden":"true"})}update(t,i,s,e){if(!s){var s=je(this.el_),r=je(this.player_.el()),i=t.width*i;if(!r||!s)return;var n=t.left-r.left+i,i=t.width-i+(r.right-t.right);let e=s.width/2;ns.width&&(e=s.width),this.el_.style.right=`-${e}px`}this.write(e+"%")}write(e){xe(this.el_,e)}updateVolume(e,t,i,s,r){this.requestNamedAnimationFrame("VolumeLevelTooltip#updateVolume",()=>{this.update(e,t,i,s.toFixed(0)),r&&r()})}}g.registerComponent("VolumeLevelTooltip",pr);class mr extends g{constructor(e,t){super(e,t),this.update=vt(p(this,this.update),30)}createEl(){return super.createEl("div",{className:"vjs-mouse-display"})}update(e,t,i){var s=100*t;this.getChild("volumeLevelTooltip").updateVolume(e,t,i,s,()=>{i?this.el_.style.bottom=e.height*t+"px":this.el_.style.left=e.width*t+"px"})}}mr.prototype.options_={children:["volumeLevelTooltip"]},g.registerComponent("MouseVolumeLevelDisplay",mr);class gr extends ir{constructor(e,t){super(e,t),this.on("slideractive",e=>this.updateLastVolume_(e)),this.on(e,"volumechange",e=>this.updateARIAAttributes(e)),e.ready(()=>this.updateARIAAttributes())}createEl(){return super.createEl("div",{className:"vjs-volume-bar vjs-slider-bar"},{"aria-label":this.localize("Volume Level"),"aria-live":"polite"})}handleMouseDown(e){Ke(e)&&super.handleMouseDown(e)}handleMouseMove(e){var t,i,s,r=this.getChild("mouseVolumeLevelDisplay");r&&(t=je(s=this.el()),i=this.vertical(),s=Ve(s,e),s=tr(s=i?s.y:s.x,0,1),r.update(t,s,i)),Ke(e)&&(this.checkMuted(),this.player_.volume(this.calculateDistance(e)))}checkMuted(){this.player_.muted()&&this.player_.muted(!1)}getPercent(){return this.player_.muted()?0:this.player_.volume()}stepForward(){this.checkMuted(),this.player_.volume(this.player_.volume()+.1)}stepBack(){this.checkMuted(),this.player_.volume(this.player_.volume()-.1)}updateARIAAttributes(e){var t=this.player_.muted()?0:this.volumeAsPercentage_();this.el_.setAttribute("aria-valuenow",t),this.el_.setAttribute("aria-valuetext",t+"%")}volumeAsPercentage_(){return Math.round(100*this.player_.volume())}updateLastVolume_(){let e=this.player_.volume();this.one("sliderinactive",()=>{0===this.player_.volume()&&this.player_.lastVolume_(e)})}}gr.prototype.options_={children:["volumeLevel"],barName:"volumeLevel"},u||se||gr.prototype.options_.children.splice(0,0,"mouseVolumeLevelDisplay"),gr.prototype.playerEvent="volumechange",g.registerComponent("VolumeBar",gr);class fr extends g{constructor(e,t={}){var i,s;t.vertical=t.vertical||!1,"undefined"!=typeof t.volumeBar&&!Q(t.volumeBar)||(t.volumeBar=t.volumeBar||{},t.volumeBar.vertical=t.vertical),super(e,t),i=this,(s=e).tech_&&!s.tech_.featuresVolumeControl&&i.addClass("vjs-hidden"),i.on(s,"loadstart",function(){s.tech_.featuresVolumeControl?i.removeClass("vjs-hidden"):i.addClass("vjs-hidden")}),this.throttledHandleMouseMove=vt(p(this,this.handleMouseMove),30),this.handleMouseUpHandler_=e=>this.handleMouseUp(e),this.on("mousedown",e=>this.handleMouseDown(e)),this.on("touchstart",e=>this.handleMouseDown(e)),this.on("mousemove",e=>this.handleMouseMove(e)),this.on(this.volumeBar,["focus","slideractive"],()=>{this.volumeBar.addClass("vjs-slider-active"),this.addClass("vjs-slider-active"),this.trigger("slideractive")}),this.on(this.volumeBar,["blur","sliderinactive"],()=>{this.volumeBar.removeClass("vjs-slider-active"),this.removeClass("vjs-slider-active"),this.trigger("sliderinactive")})}createEl(){let e="vjs-volume-horizontal";return this.options_.vertical&&(e="vjs-volume-vertical"),super.createEl("div",{className:"vjs-volume-control vjs-control "+e})}handleMouseDown(e){var t=this.el_.ownerDocument;this.on(t,"mousemove",this.throttledHandleMouseMove),this.on(t,"touchmove",this.throttledHandleMouseMove),this.on(t,"mouseup",this.handleMouseUpHandler_),this.on(t,"touchend",this.handleMouseUpHandler_)}handleMouseUp(e){var t=this.el_.ownerDocument;this.off(t,"mousemove",this.throttledHandleMouseMove),this.off(t,"touchmove",this.throttledHandleMouseMove),this.off(t,"mouseup",this.handleMouseUpHandler_),this.off(t,"touchend",this.handleMouseUpHandler_)}handleMouseMove(e){this.volumeBar.handleMouseMove(e)}}fr.prototype.options_={children:["volumeBar"]},g.registerComponent("VolumeControl",fr);class yr extends s{constructor(e,t){var i,s;super(e,t),i=this,(s=e).tech_&&!s.tech_.featuresMuteControl&&i.addClass("vjs-hidden"),i.on(s,"loadstart",function(){s.tech_.featuresMuteControl?i.removeClass("vjs-hidden"):i.addClass("vjs-hidden")}),this.on(e,["loadstart","volumechange"],e=>this.update(e))}buildCSSClass(){return"vjs-mute-control "+super.buildCSSClass()}handleClick(e){var t=this.player_.volume(),i=this.player_.lastVolume_();0===t?(this.player_.volume(i<.1?.1:i),this.player_.muted(!1)):this.player_.muted(!this.player_.muted())}update(e){this.updateIcon_(),this.updateControlText_()}updateIcon_(){var e=this.player_.volume();let t=3;this.setIcon("volume-high"),u&&this.player_.tech_&&this.player_.tech_.el_&&this.player_.muted(this.player_.tech_.el_.muted),0===e||this.player_.muted()?(this.setIcon("volume-mute"),t=0):e<.33?(this.setIcon("volume-low"),t=1):e<.67&&(this.setIcon("volume-medium"),t=2),Le(this.el_,[0,1,2,3].reduce((e,t)=>e+`${t?" ":""}vjs-vol-`+t,"")),Pe(this.el_,"vjs-vol-"+t)}updateControlText_(){var e=this.player_.muted()||0===this.player_.volume()?"Unmute":"Mute";this.controlText()!==e&&this.controlText(e)}}yr.prototype.controlText_="Mute",g.registerComponent("MuteToggle",yr);class _r extends g{constructor(e,t={}){"undefined"!=typeof t.inline?t.inline=t.inline:t.inline=!0,"undefined"!=typeof t.volumeControl&&!Q(t.volumeControl)||(t.volumeControl=t.volumeControl||{},t.volumeControl.vertical=!t.inline),super(e,t),this.handleKeyPressHandler_=e=>this.handleKeyPress(e),this.on(e,["loadstart"],e=>this.volumePanelState_(e)),this.on(this.muteToggle,"keyup",e=>this.handleKeyPress(e)),this.on(this.volumeControl,"keyup",e=>this.handleVolumeControlKeyUp(e)),this.on("keydown",e=>this.handleKeyPress(e)),this.on("mouseover",e=>this.handleMouseOver(e)),this.on("mouseout",e=>this.handleMouseOut(e)),this.on(this.volumeControl,["slideractive"],this.sliderActive_),this.on(this.volumeControl,["sliderinactive"],this.sliderInactive_)}sliderActive_(){this.addClass("vjs-slider-active")}sliderInactive_(){this.removeClass("vjs-slider-active")}volumePanelState_(){this.volumeControl.hasClass("vjs-hidden")&&this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-hidden"),this.volumeControl.hasClass("vjs-hidden")&&!this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-mute-toggle-only")}createEl(){let e="vjs-volume-panel-horizontal";return this.options_.inline||(e="vjs-volume-panel-vertical"),super.createEl("div",{className:"vjs-volume-panel vjs-control "+e})}dispose(){this.handleMouseOut(),super.dispose()}handleVolumeControlKeyUp(e){"Escape"===e.key&&this.muteToggle.focus()}handleMouseOver(e){this.addClass("vjs-hover"),mt(document,"keyup",this.handleKeyPressHandler_)}handleMouseOut(e){this.removeClass("vjs-hover"),c(document,"keyup",this.handleKeyPressHandler_)}handleKeyPress(e){"Escape"===e.key&&this.handleMouseOut()}}_r.prototype.options_={children:["muteToggle","volumeControl"]},g.registerComponent("VolumePanel",_r);class vr extends s{constructor(e,t){super(e,t),this.validOptions=[5,10,30],this.skipTime=this.getSkipForwardTime(),this.skipTime&&this.validOptions.includes(this.skipTime)?(this.setIcon("forward-"+this.skipTime),this.controlText(this.localize("Skip forward {1} seconds",[this.skipTime.toLocaleString(e.language())])),this.show()):this.hide()}getSkipForwardTime(){var e=this.options_.playerOptions;return e.controlBar&&e.controlBar.skipButtons&&e.controlBar.skipButtons.forward}buildCSSClass(){return`vjs-skip-forward-${this.getSkipForwardTime()} `+super.buildCSSClass()}handleClick(e){if(!isNaN(this.player_.duration())){var t=this.player_.currentTime(),i=this.player_.liveTracker,i=i&&i.isLive()?i.seekableEnd():this.player_.duration();let e;e=t+this.skipTime<=i?t+this.skipTime:i,this.player_.currentTime(e)}}handleLanguagechange(){this.controlText(this.localize("Skip forward {1} seconds",[this.skipTime]))}}vr.prototype.controlText_="Skip Forward",g.registerComponent("SkipForward",vr);class br extends s{constructor(e,t){super(e,t),this.validOptions=[5,10,30],this.skipTime=this.getSkipBackwardTime(),this.skipTime&&this.validOptions.includes(this.skipTime)?(this.setIcon("replay-"+this.skipTime),this.controlText(this.localize("Skip backward {1} seconds",[this.skipTime.toLocaleString(e.language())])),this.show()):this.hide()}getSkipBackwardTime(){var e=this.options_.playerOptions;return e.controlBar&&e.controlBar.skipButtons&&e.controlBar.skipButtons.backward}buildCSSClass(){return`vjs-skip-backward-${this.getSkipBackwardTime()} `+super.buildCSSClass()}handleClick(e){var t=this.player_.currentTime(),i=this.player_.liveTracker,i=i&&i.isLive()&&i.seekableStart();let s;s=i&&t-this.skipTime<=i?i:t>=this.skipTime?t-this.skipTime:0,this.player_.currentTime(s)}handleLanguagechange(){this.controlText(this.localize("Skip backward {1} seconds",[this.skipTime]))}}br.prototype.controlText_="Skip Backward",g.registerComponent("SkipBackward",br);class Tr extends g{constructor(e,t){super(e,t),t&&(this.menuButton_=t.menuButton),this.focusedChild_=-1,this.on("keydown",e=>this.handleKeyDown(e)),this.boundHandleBlur_=e=>this.handleBlur(e),this.boundHandleTapClick_=e=>this.handleTapClick(e)}addEventListenerForItem(e){e instanceof g&&(this.on(e,"blur",this.boundHandleBlur_),this.on(e,["tap","click"],this.boundHandleTapClick_))}removeEventListenerForItem(e){e instanceof g&&(this.off(e,"blur",this.boundHandleBlur_),this.off(e,["tap","click"],this.boundHandleTapClick_))}removeChild(e){"string"==typeof e&&(e=this.getChild(e)),this.removeEventListenerForItem(e),super.removeChild(e)}addItem(e){e=this.addChild(e);e&&this.addEventListenerForItem(e)}createEl(){var e=this.options_.contentElType||"ul",e=(this.contentEl_=o(e,{className:"vjs-menu-content"}),this.contentEl_.setAttribute("role","menu"),super.createEl("div",{append:this.contentEl_,className:"vjs-menu"}));return e.appendChild(this.contentEl_),mt(e,"click",function(e){e.preventDefault(),e.stopImmediatePropagation()}),e}dispose(){this.contentEl_=null,this.boundHandleBlur_=null,this.boundHandleTapClick_=null,super.dispose()}handleBlur(e){let t=e.relatedTarget||document.activeElement;this.children().some(e=>e.el()===t)||(e=this.menuButton_)&&e.buttonPressed_&&t!==e.el().firstChild&&e.unpressButton()}handleTapClick(t){var e;this.menuButton_&&(this.menuButton_.unpressButton(),e=this.children(),Array.isArray(e))&&(e=e.filter(e=>e.el()===t.target)[0])&&"CaptionSettingsMenuItem"!==e.name()&&this.menuButton_.focus()}handleKeyDown(e){"ArrowLeft"===e.key||"ArrowDown"===e.key?(e.preventDefault(),e.stopPropagation(),this.stepForward()):"ArrowRight"!==e.key&&"ArrowUp"!==e.key||(e.preventDefault(),e.stopPropagation(),this.stepBack())}stepForward(){let e=0;void 0!==this.focusedChild_&&(e=this.focusedChild_+1),this.focus(e)}stepBack(){let e=0;void 0!==this.focusedChild_&&(e=this.focusedChild_-1),this.focus(e)}focus(e=0){var t=this.children().slice();t.length&&t[0].hasClass("vjs-menu-title")&&t.shift(),0this.handleClick(e);this.handleMenuKeyUp_=e=>this.handleMenuKeyUp(e),this.on(this.menuButton_,"tap",t),this.on(this.menuButton_,"click",t),this.on(this.menuButton_,"keydown",e=>this.handleKeyDown(e)),this.on(this.menuButton_,"mouseenter",()=>{this.addClass("vjs-hover"),this.menu.show(),mt(document,"keyup",this.handleMenuKeyUp_)}),this.on("mouseleave",e=>this.handleMouseLeave(e)),this.on("keydown",e=>this.handleSubmenuKeyDown(e))}update(){var e=this.createMenu();this.menu&&(this.menu.dispose(),this.removeChild(this.menu)),this.menu=e,this.addChild(e),this.buttonPressed_=!1,this.menuButton_.el_.setAttribute("aria-expanded","false"),this.items&&this.items.length<=this.hideThreshold_?(this.hide(),this.menu.contentEl_.removeAttribute("role")):(this.show(),this.menu.contentEl_.setAttribute("role","menu"))}createMenu(){var e,t=new Tr(this.player_,{menuButton:this});if(this.hideThreshold_=0,this.options_.title&&(e=o("li",{className:"vjs-menu-title",textContent:m(this.options_.title),tabIndex:-1}),e=new g(this.player_,{el:e}),t.addItem(e)),this.items=this.createItems(),this.items)for(let e=0;e{this.handleTracksChange.apply(this,e)}),n=(...e)=>{this.handleSelectedLanguageChange.apply(this,e)};if(e.on(["loadstart","texttrackchange"],r),s.addEventListener("change",r),s.addEventListener("selectedlanguagechange",n),this.on("dispose",function(){e.off(["loadstart","texttrackchange"],r),s.removeEventListener("change",r),s.removeEventListener("selectedlanguagechange",n)}),void 0===s.onchange){let e;this.on(["tap","click"],function(){if("object"!=typeof window.Event)try{e=new window.Event("change")}catch(e){}e||(e=document.createEvent("Event")).initEvent("change",!0,!0),s.dispatchEvent(e)})}this.handleTracksChange()}handleClick(e){var t=this.track,i=this.player_.textTracks();if(super.handleClick(e),i)for(let e=0;e{this.items.forEach(e=>{e.selected(this.track_.activeCues[0]===e.cue)})}}buildCSSClass(){return"vjs-chapters-button "+super.buildCSSClass()}buildWrapperCSSClass(){return"vjs-chapters-button "+super.buildWrapperCSSClass()}update(e){e&&e.track&&"chapters"!==e.track.kind||((e=this.findChaptersTrack())!==this.track_?(this.setTrack(e),super.update()):(!this.items||e&&e.cues&&e.cues.length!==this.items.length)&&super.update())}setTrack(e){var t;this.track_!==e&&(this.updateHandler_||(this.updateHandler_=this.update.bind(this)),this.track_&&((t=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_))&&t.removeEventListener("load",this.updateHandler_),this.track_.removeEventListener("cuechange",this.selectCurrentItem_),this.track_=null),this.track_=e,this.track_)&&(this.track_.mode="hidden",(t=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_))&&t.addEventListener("load",this.updateHandler_),this.track_.addEventListener("cuechange",this.selectCurrentItem_))}findChaptersTrack(){var t=this.player_.textTracks()||[];for(let e=t.length-1;0<=e;e--){var i=t[e];if(i.kind===this.kind_)return i}}getMenuCaption(){return this.track_&&this.track_.label?this.track_.label:this.localize(m(this.kind_))}createMenu(){return this.options_.title=this.getMenuCaption(),super.createMenu()}createItems(){var i=[];if(this.track_){var s=this.track_.cues;if(s)for(let e=0,t=s.length;e{this.handleTracksChange.apply(this,e)});s.addEventListener("change",r),this.on("dispose",()=>{s.removeEventListener("change",r)})}createEl(e,t,i){e=super.createEl(e,t,i),t=e.querySelector(".vjs-menu-item-text");return 0<=["main-desc","descriptions"].indexOf(this.options_.track.kind)&&(t.appendChild(o("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),t.appendChild(o("span",{className:"vjs-control-text",textContent:" "+this.localize("Descriptions")}))),e}handleClick(e){if(super.handleClick(e),this.track.enabled=!0,this.player_.tech_.featuresNativeAudioTracks){var t=this.player_.audioTracks();for(let e=0;ethis.update(e))}handleClick(e){super.handleClick(),this.player().playbackRate(this.rate)}update(e){this.selected(this.player().playbackRate()===this.rate)}}Br.prototype.contentElType="button",g.registerComponent("PlaybackRateMenuItem",Br);class Fr extends Sr{constructor(e,t){super(e,t),this.menuButton_.el_.setAttribute("aria-describedby",this.labelElId_),this.updateVisibility(),this.updateLabel(),this.on(e,"loadstart",e=>this.updateVisibility(e)),this.on(e,"ratechange",e=>this.updateLabel(e)),this.on(e,"playbackrateschange",e=>this.handlePlaybackRateschange(e))}createEl(){var e=super.createEl();return this.labelElId_="vjs-playback-rate-value-label-"+this.id_,this.labelEl_=o("div",{className:"vjs-playback-rate-value",id:this.labelElId_,textContent:"1x"}),e.appendChild(this.labelEl_),e}dispose(){this.labelEl_=null,super.dispose()}buildCSSClass(){return"vjs-playback-rate "+super.buildCSSClass()}buildWrapperCSSClass(){return"vjs-playback-rate "+super.buildWrapperCSSClass()}createItems(){var t=this.playbackRates(),i=[];for(let e=t.length-1;0<=e;e--)i.push(new Br(this.player(),{rate:t[e]+"x"}));return i}handlePlaybackRateschange(e){this.update()}playbackRates(){var e=this.player();return e.playbackRates&&e.playbackRates()||[]}playbackRateSupported(){return this.player().tech_&&this.player().tech_.featuresPlaybackRate&&this.playbackRates()&&0{this.open(e)})}buildCSSClass(){return"vjs-error-display "+super.buildCSSClass()}content(){var e=this.player().error();return e?this.localize(e.message):""}}Vr.prototype.options_=Object.assign({},ii.prototype.options_,{pauseOnOpen:!1,fillAlways:!0,temporary:!1,uncloseable:!0}),g.registerComponent("ErrorDisplay",Vr);class zr extends g{constructor(e,t={}){super(e,t),this.el_.setAttribute("aria-labelledby",this.selectLabelledbyIds)}createEl(){return this.selectLabelledbyIds=[this.options_.legendId,this.options_.labelId].join(" ").trim(),o("select",{id:this.options_.id},{},this.options_.SelectOptions.map(e=>{var t=(this.options_.labelId||"vjs-track-option-"+lt++)+"-"+e[1].replace(/\W+/g,""),e=o("option",{id:t,value:this.localize(e[0]),textContent:e[1]});return e.setAttribute("aria-labelledby",this.selectLabelledbyIds+" "+t),e}))}}g.registerComponent("TextTrackSelect",zr);class $r extends g{constructor(t,e={}){super(t,e);var i,e=o("legend",{textContent:this.localize(this.options_.legendText),id:this.options_.legendId}),e=(this.el().appendChild(e),this.options_.selects);for(i of e){var s=this.options_.selectConfigs[i],r=s.className,n=s.id.replace("%s",this.options_.id_);let e=null;var a="vjs_select_"+lt++,r=("colors"===this.options_.type&&(e=o("span",{className:r}),(r=o("label",{id:n,className:"vjs-label",textContent:s.label})).setAttribute("for",a),e.appendChild(r)),new zr(t,{SelectOptions:s.options,legendId:this.options_.legendId,id:a,labelId:n}));this.addChild(r),"colors"===this.options_.type&&(e.appendChild(r.el()),this.el().appendChild(e))}}createEl(){return o("fieldset",{className:this.options_.className})}}g.registerComponent("TextTrackFieldset",$r);class Wr extends g{constructor(e,t={}){super(e,t);var t=this.options_.textTrackComponentid,i=new $r(e,{id_:t,legendId:"captions-text-legend-"+t,legendText:this.localize("Text"),className:"vjs-fg vjs-track-setting",selects:this.options_.fieldSets[0],selectConfigs:this.options_.selectConfigs,type:"colors"}),i=(this.addChild(i),new $r(e,{id_:t,legendId:"captions-background-"+t,legendText:this.localize("Text Background"),className:"vjs-bg vjs-track-setting",selects:this.options_.fieldSets[1],selectConfigs:this.options_.selectConfigs,type:"colors"})),i=(this.addChild(i),new $r(e,{id_:t,legendId:"captions-window-"+t,legendText:this.localize("Caption Area Background"),className:"vjs-window vjs-track-setting",selects:this.options_.fieldSets[2],selectConfigs:this.options_.selectConfigs,type:"colors"}));this.addChild(i)}createEl(){return o("div",{className:"vjs-track-settings-colors"})}}g.registerComponent("TextTrackSettingsColors",Wr);class Gr extends g{constructor(e,t={}){super(e,t);var t=this.options_.textTrackComponentid,i=new $r(e,{id_:t,legendId:"captions-font-size-"+t,legendText:"Font Size",className:"vjs-font-percent vjs-track-setting",selects:this.options_.fieldSets[0],selectConfigs:this.options_.selectConfigs,type:"font"}),i=(this.addChild(i),new $r(e,{id_:t,legendId:"captions-edge-style-"+t,legendText:this.localize("Text Edge Style"),className:"vjs-edge-style vjs-track-setting",selects:this.options_.fieldSets[1],selectConfigs:this.options_.selectConfigs,type:"font"})),i=(this.addChild(i),new $r(e,{id_:t,legendId:"captions-font-family-"+t,legendText:this.localize("Font Family"),className:"vjs-font-family vjs-track-setting",selects:this.options_.fieldSets[2],selectConfigs:this.options_.selectConfigs,type:"font"}));this.addChild(i)}createEl(){return o("div",{className:"vjs-track-settings-font"})}}g.registerComponent("TextTrackSettingsFont",Gr);class Xr extends g{constructor(e,t={}){super(e,t);var t=this.localize("restore all settings to the default values"),i=new s(e,{controlText:t,className:"vjs-default-button"}),i=(i.el().classList.remove("vjs-control","vjs-button"),i.el().textContent=this.localize("Reset"),this.addChild(i),new s(e,{controlText:t,className:"vjs-done-button"}));i.el().classList.remove("vjs-control","vjs-button"),i.el().textContent=this.localize("Done"),this.addChild(i)}createEl(){return o("div",{className:"vjs-track-settings-controls"})}}g.registerComponent("TrackSettingsControls",Xr);let Kr="vjs-text-track-settings";var e=["#000","Black"],xi=["#00F","Blue"],Yr=["#0FF","Cyan"],Qr=["#0F0","Green"],r=["#F0F","Magenta"],Jr=["#F00","Red"],Zr=["#FFF","White"],n=["#FF0","Yellow"],en=["1","Opaque"],tn=["0.5","Semi-Transparent"],sn=["0","Transparent"];let rn={backgroundColor:{selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[e,Zr,Jr,Qr,xi,n,r,Yr],className:"vjs-bg-color"},backgroundOpacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"Opacity",options:[en,tn,sn],className:"vjs-bg-opacity vjs-opacity"},color:{selector:".vjs-text-color > select",id:"captions-foreground-color-%s",label:"Color",options:[Zr,e,Jr,Qr,xi,n,r,Yr],className:"vjs-text-color"},edgeStyle:{selector:".vjs-edge-style > select",id:"",label:"Text Edge Style",options:[["none","None"],["raised","Raised"],["depressed","Depressed"],["uniform","Uniform"],["dropshadow","Drop shadow"]]},fontFamily:{selector:".vjs-font-family > select",id:"",label:"Font Family",options:[["proportionalSansSerif","Proportional Sans-Serif"],["monospaceSansSerif","Monospace Sans-Serif"],["proportionalSerif","Proportional Serif"],["monospaceSerif","Monospace Serif"],["casual","Casual"],["script","Script"],["small-caps","Small Caps"]]},fontPercent:{selector:".vjs-font-percent > select",id:"",label:"Font Size",options:[["0.50","50%"],["0.75","75%"],["1.00","100%"],["1.25","125%"],["1.50","150%"],["1.75","175%"],["2.00","200%"],["3.00","300%"],["4.00","400%"]],default:2,parser:e=>"1.00"===e?null:Number(e)},textOpacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"Opacity",options:[en,tn],className:"vjs-text-opacity vjs-opacity"},windowColor:{selector:".vjs-window-color > select",id:"captions-window-color-%s",label:"Color",className:"vjs-window-color"},windowOpacity:{selector:".vjs-window-opacity > select",id:"captions-window-opacity-%s",label:"Opacity",options:[sn,tn,en],className:"vjs-window-opacity vjs-opacity"}};function nn(e,t){if((e=t?t(e):e)&&"none"!==e)return e}rn.windowColor.options=rn.backgroundColor.options;class an extends ii{constructor(e,t){t.temporary=!1,super(e,t),this.updateDisplay=this.updateDisplay.bind(this),this.fill(),this.hasBeenOpened_=this.hasBeenFilled_=!0,this.renderModalComponents(e),this.endDialog=o("p",{className:"vjs-control-text",textContent:this.localize("End of dialog window.")}),this.el().appendChild(this.endDialog),this.setDefaults(),void 0===t.persistTextTrackSettings&&(this.options_.persistTextTrackSettings=this.options_.playerOptions.persistTextTrackSettings),this.bindFunctionsToSelectsAndButtons(),this.options_.persistTextTrackSettings&&this.restoreSettings()}renderModalComponents(e){var t=new Wr(e,{textTrackComponentid:this.id_,selectConfigs:rn,fieldSets:[["color","textOpacity"],["backgroundColor","backgroundOpacity"],["windowColor","windowOpacity"]]}),t=(this.addChild(t),new Gr(e,{textTrackComponentid:this.id_,selectConfigs:rn,fieldSets:[["fontPercent"],["edgeStyle"],["fontFamily"]]})),t=(this.addChild(t),new Xr(e));this.addChild(t)}bindFunctionsToSelectsAndButtons(){this.on(this.$(".vjs-done-button"),["click","tap"],()=>{this.saveSettings(),this.close()}),this.on(this.$(".vjs-default-button"),["click","tap"],()=>{this.setDefaults(),this.updateDisplay()}),X(rn,e=>{this.on(this.$(e.selector),"change",this.updateDisplay)})}dispose(){this.endDialog=null,super.dispose()}label(){return this.localize("Caption Settings Dialog")}description(){return this.localize("Beginning of dialog window. Escape will cancel and close the window.")}buildCSSClass(){return super.buildCSSClass()+" vjs-text-track-settings"}getValues(){return K(rn,(e,t,i)=>{s=this.$(t.selector),t=t.parser;var s=nn(s.options[s.options.selectedIndex].value,t);return void 0!==s&&(e[i]=s),e},{})}setValues(n){X(rn,(e,t)=>{var i=this.$(e.selector),s=n[t],r=e.parser;if(s)for(let e=0;e{var t=e.hasOwnProperty("default")?e.default:0;this.$(e.selector).selectedIndex=t})}restoreSettings(){let e;try{e=JSON.parse(window.localStorage.getItem(Kr))}catch(e){l.warn(e)}e&&this.setValues(e)}saveSettings(){if(this.options_.persistTextTrackSettings){var e=this.getValues();try{Object.keys(e).length?window.localStorage.setItem(Kr,JSON.stringify(e)):window.localStorage.removeItem(Kr)}catch(e){l.warn(e)}}}updateDisplay(){var e=this.player_.getChild("textTrackDisplay");e&&e.updateDisplay()}handleLanguagechange(){this.fill(),this.renderModalComponents(this.player_),this.bindFunctionsToSelectsAndButtons()}}g.registerComponent("TextTrackSettings",an);class on extends g{constructor(e,t){let i=t.ResizeObserver||window.ResizeObserver;super(e,d({createEl:!(i=null===t.ResizeObserver?!1:i),reportTouchActivity:!1},t)),this.ResizeObserver=t.ResizeObserver||window.ResizeObserver,this.loadListener_=null,this.resizeObserver_=null,this.debouncedHandler_=bt(()=>{this.resizeHandler()},100,!1,this),i?(this.resizeObserver_=new this.ResizeObserver(this.debouncedHandler_),this.resizeObserver_.observe(e.el())):(this.loadListener_=()=>{if(this.el_&&this.el_.contentWindow){let e=this.debouncedHandler_,t=this.unloadListener_=function(){c(this,"resize",e),c(this,"unload",t),t=null};mt(this.el_.contentWindow,"unload",t),mt(this.el_.contentWindow,"resize",e)}},this.one("load",this.loadListener_))}createEl(){return super.createEl("iframe",{className:"vjs-resize-manager",tabIndex:-1,title:this.localize("No content")},{"aria-hidden":"true"})}resizeHandler(){this.player_&&this.player_.trigger&&this.player_.trigger("playerresize")}dispose(){this.debouncedHandler_&&this.debouncedHandler_.cancel(),this.resizeObserver_&&(this.player_.el()&&this.resizeObserver_.unobserve(this.player_.el()),this.resizeObserver_.disconnect()),this.loadListener_&&this.off("load",this.loadListener_),this.el_&&this.el_.contentWindow&&this.unloadListener_&&this.unloadListener_.call(this.el_.contentWindow),this.ResizeObserver=null,this.resizeObserver=null,this.debouncedHandler_=null,this.loadListener_=null,super.dispose()}}g.registerComponent("ResizeManager",on);let ln={trackingThreshold:20,liveTolerance:15};class dn extends g{constructor(e,t){super(e,d(ln,t,{createEl:!1})),this.trackLiveHandler_=()=>this.trackLive_(),this.handlePlay_=e=>this.handlePlay(e),this.handleFirstTimeupdate_=e=>this.handleFirstTimeupdate(e),this.handleSeeked_=e=>this.handleSeeked(e),this.seekToLiveEdge_=e=>this.seekToLiveEdge(e),this.reset_(),this.on(this.player_,"durationchange",e=>this.handleDurationchange(e)),this.on(this.player_,"canplay",()=>this.toggleTracking())}trackLive_(){var t=this.player_.seekable();if(t&&t.length){var t=Number(window.performance.now().toFixed(4)),i=-1===this.lastTime_?0:(t-this.lastTime_)/1e3,t=(this.lastTime_=t,this.pastSeekEnd_=this.pastSeekEnd()+i,this.liveCurrentTime()),i=this.player_.currentTime();let e=this.player_.paused()||this.seekedBehindLive_||Math.abs(t-i)>this.options_.liveTolerance;(e=this.timeupdateSeen_&&t!==1/0?e:!1)!==this.behindLiveEdge_&&(this.behindLiveEdge_=e,this.trigger("liveedgechange"))}}handleDurationchange(){this.toggleTracking()}toggleTracking(){this.player_.duration()===1/0&&this.liveWindow()>=this.options_.trackingThreshold?(this.player_.options_.liveui&&this.player_.addClass("vjs-liveui"),this.startTracking()):(this.player_.removeClass("vjs-liveui"),this.stopTracking())}startTracking(){this.isTracking()||(this.timeupdateSeen_||(this.timeupdateSeen_=this.player_.hasStarted()),this.trackingInterval_=this.setInterval(this.trackLiveHandler_,30),this.trackLive_(),this.on(this.player_,["play","pause"],this.trackLiveHandler_),this.timeupdateSeen_?this.on(this.player_,"seeked",this.handleSeeked_):(this.one(this.player_,"play",this.handlePlay_),this.one(this.player_,"timeupdate",this.handleFirstTimeupdate_)))}handleFirstTimeupdate(){this.timeupdateSeen_=!0,this.on(this.player_,"seeked",this.handleSeeked_)}handleSeeked(){var e=Math.abs(this.liveCurrentTime()-this.player_.currentTime());this.seekedBehindLive_=this.nextSeekedFromUser_&&2this.updateDom_()),this.updateDom_()}createEl(){return this.els={title:o("div",{className:"vjs-title-bar-title",id:"vjs-title-bar-title-"+lt++}),description:o("div",{className:"vjs-title-bar-description",id:"vjs-title-bar-description-"+lt++})},o("div",{className:"vjs-title-bar"},{},J(this.els))}updateDom_(){var e=this.player_.tech_;let s=e&&e.el_,r={title:"aria-labelledby",description:"aria-describedby"};["title","description"].forEach(e=>{var t=this.state[e],i=this.els[e],e=r[e];$e(i),t&&xe(i,t),s&&(s.removeAttribute(e),t)&&s.setAttribute(e,i.id)}),this.state.title||this.state.description?this.show():this.hide()}update(e){this.setState(e)}dispose(){var e=this.player_.tech_,e=e&&e.el_;e&&(e.removeAttribute("aria-labelledby"),e.removeAttribute("aria-describedby")),super.dispose(),this.els=null}}g.registerComponent("TitleBar",hn);let un={initialDisplay:4e3,position:[],takeFocus:!1};class cn extends s{constructor(e,t){super(e,t=d(un,t)),this.controlText(t.controlText),this.hide(),this.on(this.player_,["useractive","userinactive"],e=>{this.removeClass("force-display")})}buildCSSClass(){return"vjs-transient-button focus-visible "+this.options_.position.map(e=>"vjs-"+e).join(" ")}createEl(){var e=o("button",{},{type:"button",class:this.buildCSSClass()},o("span"));return this.controlTextEl_=e.querySelector("span"),e}show(){super.show(),this.addClass("force-display"),this.options_.takeFocus&&this.el().focus({preventScroll:!0}),this.forceDisplayTimeout=this.player_.setTimeout(()=>{this.removeClass("force-display")},this.options_.initialDisplay)}hide(){this.removeClass("force-display"),super.hide()}dispose(){this.player_.clearTimeout(this.forceDisplayTimeout),super.dispose()}}g.registerComponent("TransientButton",cn);function pn(s){let r=s.el();if(!r.resetSourceWatch_){let t={},e=_n(s),i=t=>(...e)=>{e=t.apply(r,e);return gn(s),e};["append","appendChild","insertAdjacentHTML"].forEach(e=>{r[e]&&(t[e]=r[e],r[e]=i(t[e]))}),Object.defineProperty(r,"innerHTML",d(e,{set:i(e.set)})),r.resetSourceWatch_=()=>{r.resetSourceWatch_=null,Object.keys(t).forEach(e=>{r[e]=t[e]}),Object.defineProperty(r,"innerHTML",e)},s.one("sourceset",r.resetSourceWatch_)}}function mn(n){if(n.featuresSourceset){let r=n.el();if(!r.resetSourceset_){e=n;let t=yn([e.el(),window.HTMLMediaElement.prototype,vn],"src");var e;let i=r.setAttribute,s=r.load;Object.defineProperty(r,"src",d(t,{set:e=>{e=t.set.call(r,e);return n.triggerSourceset(r.src),e}})),r.setAttribute=(e,t)=>{t=i.call(r,e,t);return/src/i.test(e)&&n.triggerSourceset(r.src),t},r.load=()=>{var e=s.call(r);return gn(n)||(n.triggerSourceset(""),pn(n)),e},r.currentSrc?n.triggerSourceset(r.currentSrc):gn(n)||pn(n),r.resetSourceset_=()=>{r.resetSourceset_=null,r.load=s,r.setAttribute=i,Object.defineProperty(r,"src",t),r.resetSourceWatch_&&r.resetSourceWatch_()}}}}let gn=t=>{var e=t.el();if(e.hasAttribute("src"))t.triggerSourceset(e.src);else{var i=t.$$("source"),s=[];let e="";if(!i.length)return!1;for(let e=0;e{let s={};for(let e=0;eyn([e.el(),window.HTMLMediaElement.prototype,window.Element.prototype,fn],"innerHTML"),vn=Object.defineProperty({},"src",{get(){return this.hasAttribute("src")?fi(window.Element.prototype.getAttribute.call(this,"src")):""},set(e){return window.Element.prototype.setAttribute.call(this,"src",e),e}});class b extends v{constructor(e,t){super(e,t);t=e.source;let i=!1;if(this.featuresVideoFrameCallback=this.featuresVideoFrameCallback&&"VIDEO"===this.el_.tagName,t&&(this.el_.currentSrc!==t.src||e.tag&&3===e.tag.initNetworkState_)?this.setSource(t):this.handleLateInit_(this.el_),e.enableSourceset&&this.setupSourcesetHandling_(),this.isScrubbing_=!1,this.el_.hasChildNodes()){var s=this.el_.childNodes;let e=s.length;for(var r=[];e--;){var n=s[e];"track"===n.nodeName.toLowerCase()&&(this.featuresNativeTextTracks?(this.remoteTextTrackEls().addTrackElement_(n),this.remoteTextTracks().addTrack(n.track),this.textTracks().addTrack(n.track),i||this.el_.hasAttribute("crossorigin")||!yi(n.src)||(i=!0)):r.push(n))}for(let e=0;e{s=[];for(let e=0;ei.removeEventListener("change",e)),()=>{for(let e=0;e{i.removeEventListener("change",e),i.removeEventListener("change",r),i.addEventListener("change",r)}),this.on("webkitendfullscreen",()=>{i.removeEventListener("change",e),i.addEventListener("change",e),i.removeEventListener("change",r)})}overrideNative_(e,i){if(i===this[`featuresNative${e}Tracks`]){let t=e.toLowerCase();this[t+"TracksListeners_"]&&Object.keys(this[t+"TracksListeners_"]).forEach(e=>{this.el()[t+"Tracks"].removeEventListener(e,this[t+"TracksListeners_"][e])}),this[`featuresNative${e}Tracks`]=!i,this[t+"TracksListeners_"]=null,this.proxyNativeTracksForType_(t)}}overrideNativeAudioTracks(e){this.overrideNative_("Audio",e)}overrideNativeVideoTracks(e){this.overrideNative_("Video",e)}proxyNativeTracksForType_(i){var s=Vi[i];let r=this.el()[s.getterName],n=this[s.getterName]();if(this[`featuresNative${s.capitalName}Tracks`]&&r&&r.addEventListener){let e={change:e=>{var t={type:"change",target:n,currentTarget:n,srcElement:n};n.trigger(t),"text"===i&&this[zi.remoteText.getterName]().trigger(t)},addtrack(e){n.addTrack(e.track)},removetrack(e){n.removeTrack(e.track)}},t=function(){var e=[];for(let i=0;i{let i=e[t];r.addEventListener(t,i),this.on("dispose",e=>r.removeEventListener(t,i))}),this.on("loadstart",t),this.on("dispose",e=>this.off("loadstart",t))}}proxyNativeTracks_(){Vi.names.forEach(e=>{this.proxyNativeTracksForType_(e)})}createEl(){let t=this.options_.tag;t&&(this.options_.playerElIngest||this.movingMediaElementInDOM)||(t?(e=t.cloneNode(!0),t.parentNode&&t.parentNode.insertBefore(e,t),b.disposeMediaElement(t),t=e):(t=document.createElement("video"),e=d({},this.options_.tag&&Ne(this.options_.tag)),ve&&!0===this.options_.nativeControlsForTouch||delete e.controls,Re(t,Object.assign(e,{id:this.options_.techId,class:"vjs-tech"}))),t.playerId=this.options_.playerId),"undefined"!=typeof this.options_.preload&&Ue(t,"preload",this.options_.preload),void 0!==this.options_.disablePictureInPicture&&(t.disablePictureInPicture=this.options_.disablePictureInPicture);var e,i=["loop","muted","playsinline","autoplay"];for(let e=0;e{0{this.off("webkitbeginfullscreen",t),this.off("webkitendfullscreen",e)})}}supportsFullScreen(){return"function"==typeof this.el_.webkitEnterFullScreen}enterFullScreen(){let e=this.el_;if(e.paused&&e.networkState<=e.HAVE_METADATA)Yt(this.el_.play()),this.setTimeout(function(){e.pause();try{e.webkitEnterFullScreen()}catch(e){this.trigger("fullscreenerror",e)}},0);else try{e.webkitEnterFullScreen()}catch(e){this.trigger("fullscreenerror",e)}}exitFullScreen(){this.el_.webkitDisplayingFullscreen?this.el_.webkitExitFullScreen():this.trigger("fullscreenerror",new Error("The video is not fullscreen"))}requestPictureInPicture(){return this.el_.requestPictureInPicture()}requestVideoFrameCallback(e){return this.featuresVideoFrameCallback&&!this.el_.webkitKeys?this.el_.requestVideoFrameCallback(e):super.requestVideoFrameCallback(e)}cancelVideoFrameCallback(e){this.featuresVideoFrameCallback&&!this.el_.webkitKeys?this.el_.cancelVideoFrameCallback(e):super.cancelVideoFrameCallback(e)}src(e){if(void 0===e)return this.el_.src;this.setSrc(e)}reset(){b.resetMediaElement(this.el_)}currentSrc(){return this.currentSource_?this.currentSource_.src:this.el_.currentSrc}setControls(e){this.el_.controls=!!e}addTextTrack(e,t,i){return this.featuresNativeTextTracks?this.el_.addTextTrack(e,t,i):super.addTextTrack(e,t,i)}createRemoteTextTrack(e){var t;return this.featuresNativeTextTracks?(t=document.createElement("track"),e.kind&&(t.kind=e.kind),e.label&&(t.label=e.label),(e.language||e.srclang)&&(t.srclang=e.language||e.srclang),e.default&&(t.default=e.default),e.id&&(t.id=e.id),e.src&&(t.src=e.src),t):super.createRemoteTextTrack(e)}addRemoteTextTrack(e,t){e=super.addRemoteTextTrack(e,t);return this.featuresNativeTextTracks&&this.el().appendChild(e),e}removeRemoteTextTrack(t){if(super.removeRemoteTextTrack(t),this.featuresNativeTextTracks){var i=this.$$("track");let e=i.length;for(;e--;)t!==i[e]&&t!==i[e].track||this.el().removeChild(i[e])}}getVideoPlaybackQuality(){var e;return"function"==typeof this.el().getVideoPlaybackQuality?this.el().getVideoPlaybackQuality():(e={},"undefined"!=typeof this.el().webkitDroppedFrameCount&&"undefined"!=typeof this.el().webkitDecodedFrameCount&&(e.droppedVideoFrames=this.el().webkitDroppedFrameCount,e.totalVideoFrames=this.el().webkitDecodedFrameCount),window.performance&&(e.creationTime=window.performance.now()),e)}}Z(b,"TEST_VID",function(){var e,t;if(Ee())return e=document.createElement("video"),(t=document.createElement("track")).kind="captions",t.srclang="en",t.label="English",e.appendChild(t),e}),b.isSupported=function(){try{b.TEST_VID.volume=.5}catch(e){return!1}return!(!b.TEST_VID||!b.TEST_VID.canPlayType)},b.canPlayType=function(e){return b.TEST_VID.canPlayType(e)},b.canPlaySource=function(e,t){return b.canPlayType(e.type)},b.canControlVolume=function(){try{let e=b.TEST_VID.volume;b.TEST_VID.volume=e/2+.1;var t=e!==b.TEST_VID.volume;return t&&u?(window.setTimeout(()=>{b&&b.prototype&&(b.prototype.featuresVolumeControl=e!==b.TEST_VID.volume)}),!1):t}catch(e){return!1}},b.canMuteVolume=function(){try{var e=b.TEST_VID.muted;return b.TEST_VID.muted=!e,b.TEST_VID.muted?Ue(b.TEST_VID,"muted","muted"):Be(b.TEST_VID,"muted"),e!==b.TEST_VID.muted}catch(e){return!1}},b.canControlPlaybackRate=function(){if(se&&le&&he<58)return!1;try{var e=b.TEST_VID.playbackRate;return b.TEST_VID.playbackRate=e/2+.1,e!==b.TEST_VID.playbackRate}catch(e){return!1}},b.canOverrideAttributes=function(){try{var e=()=>{};Object.defineProperty(document.createElement("video"),"src",{get:e,set:e}),Object.defineProperty(document.createElement("audio"),"src",{get:e,set:e}),Object.defineProperty(document.createElement("video"),"innerHTML",{get:e,set:e}),Object.defineProperty(document.createElement("audio"),"innerHTML",{get:e,set:e})}catch(e){return!1}return!0},b.supportsNativeTextTracks=function(){return Te||u&&le},b.supportsNativeVideoTracks=function(){return!(!b.TEST_VID||!b.TEST_VID.videoTracks)},b.supportsNativeAudioTracks=function(){return!(!b.TEST_VID||!b.TEST_VID.audioTracks)},b.Events=["loadstart","suspend","abort","error","emptied","stalled","loadedmetadata","loadeddata","canplay","canplaythrough","playing","waiting","seeking","seeked","ended","durationchange","timeupdate","progress","play","pause","ratechange","resize","volumechange"],[["featuresMuteControl","canMuteVolume"],["featuresPlaybackRate","canControlPlaybackRate"],["featuresSourceset","canOverrideAttributes"],["featuresNativeTextTracks","supportsNativeTextTracks"],["featuresNativeVideoTracks","supportsNativeVideoTracks"],["featuresNativeAudioTracks","supportsNativeAudioTracks"]].forEach(function([e,t]){Z(b.prototype,e,()=>b[t](),!0)}),b.prototype.featuresVolumeControl=b.canControlVolume(),b.prototype.movingMediaElementInDOM=!u,b.prototype.featuresFullscreenResize=!0,b.prototype.featuresProgressEvents=!0,b.prototype.featuresTimeupdateEvents=!0,b.prototype.featuresVideoFrameCallback=!(!b.TEST_VID||!b.TEST_VID.requestVideoFrameCallback),b.disposeMediaElement=function(e){if(e){for(e.parentNode&&e.parentNode.removeChild(e);e.hasChildNodes();)e.removeChild(e.firstChild);if(e.removeAttribute("src"),"function"==typeof e.load)try{e.load()}catch(e){}}},b.resetMediaElement=function(t){if(t){var i=t.querySelectorAll("source");let e=i.length;for(;e--;)t.removeChild(i[e]);if(t.removeAttribute("src"),"function"==typeof t.load)try{t.load()}catch(e){}}},["muted","defaultMuted","autoplay","controls","loop","playsinline"].forEach(function(e){b.prototype[e]=function(){return this.el_[e]||this.el_.hasAttribute(e)}}),["muted","defaultMuted","autoplay","loop","playsinline"].forEach(function(t){b.prototype["set"+m(t)]=function(e){(this.el_[t]=e)?this.el_.setAttribute(t,t):this.el_.removeAttribute(t)}}),["paused","currentTime","buffered","volume","poster","preload","error","seeking","seekable","ended","playbackRate","defaultPlaybackRate","disablePictureInPicture","played","networkState","readyState","videoWidth","videoHeight","crossOrigin"].forEach(function(e){b.prototype[e]=function(){return this.el_[e]}}),["volume","src","poster","preload","playbackRate","defaultPlaybackRate","disablePictureInPicture","crossOrigin"].forEach(function(t){b.prototype["set"+m(t)]=function(e){this.el_[t]=e}}),["pause","load","play"].forEach(function(e){b.prototype[e]=function(){return this.el_[e]()}}),v.withSourceHandlers(b),b.nativeSourceHandler={},b.nativeSourceHandler.canPlayType=function(e){try{return b.TEST_VID.canPlayType(e)}catch(e){return""}},b.nativeSourceHandler.canHandleSource=function(e,t){return e.type?b.nativeSourceHandler.canPlayType(e.type):e.src?(e=_i(e.src),b.nativeSourceHandler.canPlayType("video/"+e)):""},b.nativeSourceHandler.handleSource=function(e,t,i){t.setSrc(e.src)},b.nativeSourceHandler.dispose=function(){},b.registerSourceHandler(b.nativeSourceHandler),v.registerTech("Html5",b);let bn=["progress","abort","suspend","emptied","stalled","loadedmetadata","loadeddata","timeupdate","resize","volumechange","texttrackchange"],Tn={canplay:"CanPlay",canplaythrough:"CanPlayThrough",playing:"Playing",seeked:"Seeked"},Sn=["tiny","xsmall","small","medium","large","xlarge","huge"],wn={},En=(Sn.forEach(e=>{var t="x"===e.charAt(0)?"x-"+e.substring(1):e;wn[e]="vjs-layout-"+t}),{tiny:210,xsmall:320,small:425,medium:768,large:1440,xlarge:2560,huge:1/0});class T extends g{constructor(e,i,t){if(e.id=e.id||i.id||"vjs_video_"+lt++,(i=Object.assign(T.getTagSettings(e),i)).initChildren=!1,i.createEl=!1,i.evented=!1,i.reportTouchActivity=!1,i.language||(s=e.closest("[lang]"))&&(i.language=s.getAttribute("lang")),super(null,i,t),this.boundDocumentFullscreenChange_=e=>this.documentFullscreenChange_(e),this.boundFullWindowOnEscKey_=e=>this.fullWindowOnEscKey(e),this.boundUpdateStyleEl_=e=>this.updateStyleEl_(e),this.boundApplyInitTime_=e=>this.applyInitTime_(e),this.boundUpdateCurrentBreakpoint_=e=>this.updateCurrentBreakpoint_(e),this.boundHandleTechClick_=e=>this.handleTechClick_(e),this.boundHandleTechDoubleClick_=e=>this.handleTechDoubleClick_(e),this.boundHandleTechTouchStart_=e=>this.handleTechTouchStart_(e),this.boundHandleTechTouchMove_=e=>this.handleTechTouchMove_(e),this.boundHandleTechTouchEnd_=e=>this.handleTechTouchEnd_(e),this.boundHandleTechTap_=e=>this.handleTechTap_(e),this.boundUpdatePlayerHeightOnAudioOnlyMode_=e=>this.updatePlayerHeightOnAudioOnlyMode_(e),this.isFullscreen_=!1,this.log=W(this.id_),this.fsApi_=q,this.isPosterFromTech_=!1,this.queuedCallbacks_=[],this.isReady_=!1,this.hasStarted_=!1,this.userActive_=!1,this.debugEnabled_=!1,this.audioOnlyMode_=!1,this.audioPosterMode_=!1,this.audioOnlyCache_={controlBarHeight:null,playerHeight:null,hiddenChildren:[]},!this.options_||!this.options_.techOrder||!this.options_.techOrder.length)throw new Error("No techOrder specified. Did you overwrite videojs.options instead of just changing the properties you want to override?");if(this.tag=e,this.tagAttributes=e&&Ne(e),this.language(this.options_.language),i.languages){let t={};Object.getOwnPropertyNames(i.languages).forEach(function(e){t[e.toLowerCase()]=i.languages[e]}),this.languages_=t}else this.languages_=T.prototype.options_.languages;this.resetCache_(),this.poster_=i.poster||"",this.controls_=!!i.controls,e.controls=!1,e.removeAttribute("controls"),this.changingSrc_=!1,this.playCallbacks_=[],this.playTerminatedQueue_=[],e.hasAttribute("autoplay")?this.autoplay(!0):this.autoplay(this.options_.autoplay),i.plugins&&Object.keys(i.plugins).forEach(e=>{if("function"!=typeof this[e])throw new Error(`plugin "${e}" does not exist`)}),this.scrubbing_=!1,this.el_=this.createEl(),Ot(this,{eventBusKey:"el_"}),this.fsApi_.requestFullscreen&&(mt(document,this.fsApi_.fullscreenchange,this.boundDocumentFullscreenChange_),this.on(this.fsApi_.fullscreenchange,this.boundDocumentFullscreenChange_)),this.fluid_&&this.on(["playerreset","resize"],this.boundUpdateStyleEl_);var s=d(this.options_),t=(i.plugins&&Object.keys(i.plugins).forEach(e=>{this[e](i.plugins[e])}),i.debug&&this.debug(!0),this.options_.playerOptions=s,this.middleware_=[],this.playbackRates(i.playbackRates),i.experimentalSvgIcons&&((t=(new window.DOMParser).parseFromString('\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ',"image/svg+xml")).querySelector("parsererror")?(l.warn("Failed to load SVG Icons. Falling back to Font Icons."),this.options_.experimentalSvgIcons=null):((s=t.documentElement).style.display="none",this.el_.appendChild(s),this.addClass("vjs-svg-icons-enabled"))),this.initChildren(),this.isAudio("audio"===e.nodeName.toLowerCase()),this.controls()?this.addClass("vjs-controls-enabled"):this.addClass("vjs-controls-disabled"),this.el_.setAttribute("role","region"),this.isAudio()?this.el_.setAttribute("aria-label",this.localize("Audio Player")):this.el_.setAttribute("aria-label",this.localize("Video Player")),this.isAudio()&&this.addClass("vjs-audio"),i.spatialNavigation&&i.spatialNavigation.enabled&&(this.spatialNavigation=new Ns(this),this.addClass("vjs-spatial-navigation-enabled")),ve&&this.addClass("vjs-touch-enabled"),u||this.addClass("vjs-workinghover"),T.players[this.id_]=this,M.split(".")[0]);this.addClass("vjs-v"+t),this.userActive(!0),this.reportUserActivity(),this.one("play",e=>this.listenForUserActivity_(e)),this.on("keydown",e=>this.handleKeyDown(e)),this.on("languagechange",e=>this.handleLanguagechange(e)),this.breakpoints(this.options_.breakpoints),this.responsive(this.options_.responsive),this.on("ready",()=>{this.audioPosterMode(this.options_.audioPosterMode),this.audioOnlyMode(this.options_.audioOnlyMode)})}dispose(){var e;this.trigger("dispose"),this.off("dispose"),c(document,this.fsApi_.fullscreenchange,this.boundDocumentFullscreenChange_),c(document,"keydown",this.boundFullWindowOnEscKey_),this.styleEl_&&this.styleEl_.parentNode&&(this.styleEl_.parentNode.removeChild(this.styleEl_),this.styleEl_=null),T.players[this.id_]=null,this.tag&&this.tag.player&&(this.tag.player=null),this.el_&&this.el_.player&&(this.el_.player=null),this.tech_&&(this.tech_.dispose(),this.isPosterFromTech_=!1,this.poster_=""),this.playerElIngest_&&(this.playerElIngest_=null),this.tag&&(this.tag=null),e=this,Ts.hasOwnProperty(e.id())&&delete Ts[e.id()],a.names.forEach(e=>{e=this[a[e].getterName]();e&&e.off&&e.off()}),super.dispose({restoreEl:this.options_.restoreEl})}createEl(){let t=this.tag,i,e=this.playerElIngest_=t.parentNode&&t.parentNode.hasAttribute&&t.parentNode.hasAttribute("data-vjs-player"),s="video-js"===this.tag.tagName.toLowerCase(),r=(e?i=this.el_=t.parentNode:s||(i=this.el_=super.createEl("div")),Ne(t));if(s){for(i=this.el_=t,t=this.tag=document.createElement("video");i.children.length;)t.appendChild(i.firstChild);De(i,"video-js")||Pe(i,"video-js"),i.appendChild(t),e=this.playerElIngest_=i,Object.keys(i).forEach(e=>{try{t[e]=i[e]}catch(e){}})}t.setAttribute("tabindex","-1"),r.tabindex="-1",le&&pe&&(t.setAttribute("role","application"),r.role="application"),t.removeAttribute("width"),t.removeAttribute("height"),"width"in r&&delete r.width,"height"in r&&delete r.height,Object.getOwnPropertyNames(r).forEach(function(e){s&&"class"===e||i.setAttribute(e,r[e]),s&&t.setAttribute(e,r[e])}),t.playerId=t.id,t.id+="_html5_api",t.className="vjs-tech",(t.player=i.player=this).addClass("vjs-paused");var n,a=["IS_SMART_TV","IS_TIZEN","IS_WEBOS","IS_ANDROID","IS_IPAD","IS_IPHONE","IS_CHROMECAST_RECEIVER"].filter(e=>Se[e]).map(e=>"vjs-device-"+e.substring(3).toLowerCase().replace(/\_/g,"-")),o=(this.addClass(...a),!0!==window.VIDEOJS_NO_DYNAMIC_STYLE&&(this.styleEl_=at("vjs-styles-dimensions"),a=Ye(".vjs-styles-defaults"),(n=Ye("head")).insertBefore(this.styleEl_,a?a.nextSibling:n.firstChild)),this.fill_=!1,this.fluid_=!1,this.width(this.options_.width),this.height(this.options_.height),this.fill(this.options_.fill),this.fluid(this.options_.fluid),this.aspectRatio(this.options_.aspectRatio),this.crossOrigin(this.options_.crossOrigin||this.options_.crossorigin),t.getElementsByTagName("a"));for(let e=0;e{this.on(["playerreset","resize"],this.boundUpdateStyleEl_)},Ct(e)?t():(e.eventedCallbacks||(e.eventedCallbacks=[]),e.eventedCallbacks.push(t))):this.removeClass("vjs-fluid"),this.updateStyleEl_()}fill(e){if(void 0===e)return!!this.fill_;this.fill_=!!e,e?(this.addClass("vjs-fill"),this.fluid(!1)):this.removeClass("vjs-fill")}aspectRatio(e){if(void 0===e)return this.aspectRatio_;if(!/^\d+\:\d+$/.test(e))throw new Error("Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.");this.aspectRatio_=e,this.fluid(!0),this.updateStyleEl_()}updateStyleEl_(){if(!0===window.VIDEOJS_NO_DYNAMIC_STYLE){let e="number"==typeof this.width_?this.width_:this.options_.width,t="number"==typeof this.height_?this.height_:this.options_.height;var r=this.tech_&&this.tech_.el();void(r&&(0<=e&&(r.width=e),0<=t)&&(r.height=t))}else{let e,t,i,s;r=(i=void 0!==this.aspectRatio_&&"auto"!==this.aspectRatio_?this.aspectRatio_:0{e=a[e];n[e.getterName]=this[e.privateName]}),Object.assign(n,this.options_[i]),Object.assign(n,this.options_[s]),Object.assign(n,this.options_[e.toLowerCase()]),this.tag&&(n.tag=this.tag),t&&t.src===this.cache_.src&&0{this.on(this.tech_,t,e=>this[`handleTech${m(t)}_`](e))}),Object.keys(Tn).forEach(t=>{this.on(this.tech_,t,e=>{0===this.tech_.playbackRate()&&this.tech_.seeking()?this.queuedCallbacks_.push({callback:this[`handleTech${Tn[t]}_`].bind(this),event:e}):this[`handleTech${Tn[t]}_`](e)})}),this.on(this.tech_,"loadstart",e=>this.handleTechLoadStart_(e)),this.on(this.tech_,"sourceset",e=>this.handleTechSourceset_(e)),this.on(this.tech_,"waiting",e=>this.handleTechWaiting_(e)),this.on(this.tech_,"ended",e=>this.handleTechEnded_(e)),this.on(this.tech_,"seeking",e=>this.handleTechSeeking_(e)),this.on(this.tech_,"play",e=>this.handleTechPlay_(e)),this.on(this.tech_,"pause",e=>this.handleTechPause_(e)),this.on(this.tech_,"durationchange",e=>this.handleTechDurationChange_(e)),this.on(this.tech_,"fullscreenchange",(e,t)=>this.handleTechFullscreenChange_(e,t)),this.on(this.tech_,"fullscreenerror",(e,t)=>this.handleTechFullscreenError_(e,t)),this.on(this.tech_,"enterpictureinpicture",e=>this.handleTechEnterPictureInPicture_(e)),this.on(this.tech_,"leavepictureinpicture",e=>this.handleTechLeavePictureInPicture_(e)),this.on(this.tech_,"error",e=>this.handleTechError_(e)),this.on(this.tech_,"posterchange",e=>this.handleTechPosterChange_(e)),this.on(this.tech_,"textdata",e=>this.handleTechTextData_(e)),this.on(this.tech_,"ratechange",e=>this.handleTechRateChange_(e)),this.on(this.tech_,"loadedmetadata",this.boundUpdateStyleEl_),this.usingNativeControls(this.techGet_("controls")),this.controls()&&!this.usingNativeControls()&&this.addTechControlsListeners_(),this.tech_.el().parentNode===this.el()||"Html5"===i&&this.tag||Ae(this.tech_.el(),this.el()),this.tag&&(this.tag.player=null,this.tag=null)}unloadTech_(){a.names.forEach(e=>{e=a[e];this[e.privateName]=this[e.getterName]()}),this.textTracksJson_=Zt(this.tech_),this.isReady_=!1,this.tech_.dispose(),this.tech_=!1,this.isPosterFromTech_&&(this.poster_="",this.trigger("posterchange")),this.isPosterFromTech_=!1}tech(e){return void 0===e&&l.warn("Using the tech directly can be dangerous. I hope you know what you're doing.\nSee https://github.com/videojs/video.js/issues/2617 for more info.\n"),this.tech_}version(){return{"video.js":M}}addTechControlsListeners_(){this.removeTechControlsListeners_(),this.on(this.tech_,"click",this.boundHandleTechClick_),this.on(this.tech_,"dblclick",this.boundHandleTechDoubleClick_),this.on(this.tech_,"touchstart",this.boundHandleTechTouchStart_),this.on(this.tech_,"touchmove",this.boundHandleTechTouchMove_),this.on(this.tech_,"touchend",this.boundHandleTechTouchEnd_),this.on(this.tech_,"tap",this.boundHandleTechTap_)}removeTechControlsListeners_(){this.off(this.tech_,"tap",this.boundHandleTechTap_),this.off(this.tech_,"touchstart",this.boundHandleTechTouchStart_),this.off(this.tech_,"touchmove",this.boundHandleTechTouchMove_),this.off(this.tech_,"touchend",this.boundHandleTechTouchEnd_),this.off(this.tech_,"click",this.boundHandleTechClick_),this.off(this.tech_,"dblclick",this.boundHandleTechDoubleClick_)}handleTechReady_(){this.triggerReady(),this.cache_.volume&&this.techCall_("setVolume",this.cache_.volume),this.handleTechPosterChange_(),this.handleTechDurationChange_()}handleTechLoadStart_(){this.removeClass("vjs-ended","vjs-seeking"),this.error(null),this.handleTechDurationChange_(),this.paused()&&this.hasStarted(!1),this.trigger("loadstart"),this.manualAutoplay_(!0===this.autoplay()&&this.options_.normalizeAutoplay?"play":this.autoplay())}manualAutoplay_(t){if(this.tech_&&"string"==typeof t){var i=()=>{let e=this.muted(),t=(this.muted(!0),()=>{this.muted(e)});this.playTerminatedQueue_.push(t);var i=this.play();if(Kt(i))return i.catch(e=>{throw t(),new Error("Rejection at manualAutoplay. Restoring muted value. "+(e||""))})};let e;if("any"!==t||this.muted()?e="muted"!==t||this.muted()?this.play():i():Kt(e=this.play())&&(e=e.catch(i)),Kt(e))return e.then(()=>{this.trigger({type:"autoplay-success",autoplay:t})}).catch(()=>{this.trigger({type:"autoplay-failure",autoplay:t})})}}updateSourceCaches_(e=""){let t=e,i="";"string"!=typeof t&&(t=e.src,i=e.type),this.cache_.source=this.cache_.source||{},this.cache_.sources=this.cache_.sources||[],t&&!i&&(i=((e,t)=>{if(!t)return"";if(e.cache_.source.src===t&&e.cache_.source.type)return e.cache_.source.type;var i=e.cache_.sources.filter(e=>e.src===t);if(i.length)return i[0].type;var s=e.$$("source");for(let e=0;ee.src&&e.src===t),s=[],r=this.$$("source"),n=[];for(let e=0;ethis.updateSourceCaches_(e);var i=this.currentSource().src,s=t.src;(e=!i||/^blob:/.test(i)||!/^blob:/.test(s)||this.lastSource_&&(this.lastSource_.tech===s||this.lastSource_.player===i)?e:()=>{})(s),t.src||this.tech_.any(["sourceset","loadstart"],e=>{"sourceset"!==e.type&&(e=this.techGet_("currentSrc"),this.lastSource_.tech=e,this.updateSourceCaches_(e))})}this.lastSource_={player:this.currentSource().src,tech:t.src},this.trigger({src:t.src,type:"sourceset"})}hasStarted(e){if(void 0===e)return this.hasStarted_;e!==this.hasStarted_&&(this.hasStarted_=e,this.hasStarted_?this.addClass("vjs-has-started"):this.removeClass("vjs-has-started"))}handleTechPlay_(){this.removeClass("vjs-ended","vjs-paused"),this.addClass("vjs-playing"),this.hasStarted(!0),this.trigger("play")}handleTechRateChange_(){0e.callback(e.event)),this.queuedCallbacks_=[]),this.cache_.lastPlaybackRate=this.tech_.playbackRate(),this.trigger("ratechange")}handleTechWaiting_(){this.addClass("vjs-waiting"),this.trigger("waiting");let e=this.currentTime(),t=()=>{e!==this.currentTime()&&(this.removeClass("vjs-waiting"),this.off("timeupdate",t))};this.on("timeupdate",t)}handleTechCanPlay_(){this.removeClass("vjs-waiting"),this.trigger("canplay")}handleTechCanPlayThrough_(){this.removeClass("vjs-waiting"),this.trigger("canplaythrough")}handleTechPlaying_(){this.removeClass("vjs-waiting"),this.trigger("playing")}handleTechSeeking_(){this.addClass("vjs-seeking"),this.trigger("seeking")}handleTechSeeked_(){this.removeClass("vjs-seeking","vjs-ended"),this.trigger("seeked")}handleTechPause_(){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.trigger("pause")}handleTechEnded_(){this.addClass("vjs-ended"),this.removeClass("vjs-waiting"),this.options_.loop?(this.currentTime(0),this.play()):this.paused()||this.pause(),this.trigger("ended")}handleTechDurationChange_(){this.duration(this.techGet_("duration"))}handleTechClick_(e){!this.controls_||void 0!==this.options_&&void 0!==this.options_.userActions&&void 0!==this.options_.userActions.click&&!1===this.options_.userActions.click||(void 0!==this.options_&&void 0!==this.options_.userActions&&"function"==typeof this.options_.userActions.click?this.options_.userActions.click.call(this,e):this.paused()?Yt(this.play()):this.pause())}handleTechDoubleClick_(t){!this.controls_||Array.prototype.some.call(this.$$(".vjs-control-bar, .vjs-modal-dialog"),e=>e.contains(t.target))||void 0!==this.options_&&void 0!==this.options_.userActions&&void 0!==this.options_.userActions.doubleClick&&!1===this.options_.userActions.doubleClick||(void 0!==this.options_&&void 0!==this.options_.userActions&&"function"==typeof this.options_.userActions.doubleClick?this.options_.userActions.doubleClick.call(this,t):this.isFullscreen()?this.exitFullscreen():this.requestFullscreen())}handleTechTap_(){this.userActive(!this.userActive())}handleTechTouchStart_(){this.userWasActive=this.userActive()}handleTechTouchMove_(){this.userWasActive&&this.reportUserActivity()}handleTechTouchEnd_(e){e.cancelable&&e.preventDefault()}toggleFullscreenClass_(){this.isFullscreen()?this.addClass("vjs-fullscreen"):this.removeClass("vjs-fullscreen")}documentFullscreenChange_(t){t=t.target.player;if(!t||t===this){t=this.el();let e=document[this.fsApi_.fullscreenElement]===t;!e&&t.matches&&(e=t.matches(":"+this.fsApi_.fullscreen)),this.isFullscreen(e)}}handleTechFullscreenChange_(e,t){t&&(t.nativeIOSFullscreen&&(this.addClass("vjs-ios-native-fs"),this.tech_.one("webkitendfullscreen",()=>{this.removeClass("vjs-ios-native-fs")})),this.isFullscreen(t.isFullscreen))}handleTechFullscreenError_(e,t){this.trigger("fullscreenerror",t)}togglePictureInPictureClass_(){this.isInPictureInPicture()?this.addClass("vjs-picture-in-picture"):this.removeClass("vjs-picture-in-picture")}handleTechEnterPictureInPicture_(e){this.isInPictureInPicture(!0)}handleTechLeavePictureInPicture_(e){this.isInPictureInPicture(!1)}handleTechError_(){var e=this.tech_.error();e&&this.error(e)}handleTechTextData_(){let e=1{this.play_(e)})}play_(e=Yt){this.playCallbacks_.push(e);var t,e=Boolean(!this.changingSrc_&&(this.src()||this.currentSrc())),i=Boolean(Te||u);this.waitToPlay_&&(this.off(["ready","loadstart"],this.waitToPlay_),this.waitToPlay_=null),this.isReady_&&e?(t=this.techGet_("play"),i&&this.hasClass("vjs-ended")&&this.resetProgressBar_(),null===t?this.runPlayTerminatedQueue_():this.runPlayCallbacks_(t)):(this.waitToPlay_=e=>{this.play_()},this.one(["ready","loadstart"],this.waitToPlay_),!e&&i&&this.load())}runPlayTerminatedQueue_(){var e=this.playTerminatedQueue_.slice(0);this.playTerminatedQueue_=[],e.forEach(function(e){e()})}runPlayCallbacks_(t){var e=this.playCallbacks_.slice(0);this.playCallbacks_=[],this.playTerminatedQueue_=[],e.forEach(function(e){e(t)})}pause(){this.techCall_("pause")}paused(){return!1!==this.techGet_("paused")}played(){return this.techGet_("played")||jt(0,0)}scrubbing(e){if("undefined"==typeof e)return this.scrubbing_;this.scrubbing_=!!e,this.techCall_("setScrubbing",this.scrubbing_),e?this.addClass("vjs-scrubbing"):this.removeClass("vjs-scrubbing")}currentTime(e){if(void 0===e)return this.cache_.currentTime=this.techGet_("currentTime")||0,this.cache_.currentTime;e<0&&(e=0),this.isReady_&&!this.changingSrc_&&this.tech_&&this.tech_.isReady_?(this.techCall_("setCurrentTime",e),this.cache_.initTime=0,isFinite(e)&&(this.cache_.currentTime=Number(e))):(this.cache_.initTime=e,this.off("canplay",this.boundApplyInitTime_),this.one("canplay",this.boundApplyInitTime_))}applyInitTime_(){this.currentTime(this.cache_.initTime)}duration(e){if(void 0===e)return void 0!==this.cache_.duration?this.cache_.duration:NaN;(e=(e=parseFloat(e))<0?1/0:e)!==this.cache_.duration&&((this.cache_.duration=e)===1/0?this.addClass("vjs-live"):this.removeClass("vjs-live"),isNaN(e)||this.trigger("durationchange"))}remainingTime(){return this.duration()-this.currentTime()}remainingTimeDisplay(){return Math.floor(this.duration())-Math.floor(this.currentTime())}buffered(){let e=this.techGet_("buffered");return e=e&&e.length?e:jt(0,0)}seekable(){let e=this.techGet_("seekable");return e=e&&e.length?e:jt(0,0)}seeking(){return this.techGet_("seeking")}ended(){return this.techGet_("ended")}networkState(){return this.techGet_("networkState")}readyState(){return this.techGet_("readyState")}bufferedPercent(){return Gt(this.buffered(),this.duration())}bufferedEnd(){var e=this.buffered(),t=this.duration();let i=e.end(e.length-1);return i=i>t?t:i}volume(e){let t;if(void 0===e)return t=parseFloat(this.techGet_("volume")),isNaN(t)?1:t;t=Math.max(0,Math.min(1,e)),this.cache_.volume=t,this.techCall_("setVolume",t),0{function s(){o.off("fullscreenerror",r),o.off("fullscreenchange",t)}function t(){s(),e()}function r(e,t){s(),i(t)}o.one("fullscreenchange",t),o.one("fullscreenerror",r);var n=o.requestFullscreenHelper_(a);n&&(n.then(s,s),n.then(e,i))})}requestFullscreenHelper_(e){let t;if(this.fsApi_.prefixed||(t=this.options_.fullscreen&&this.options_.fullscreen.options||{},void 0!==e&&(t=e)),this.fsApi_.requestFullscreen)return(e=this.el_[this.fsApi_.requestFullscreen](t))&&e.then(()=>this.isFullscreen(!0),()=>this.isFullscreen(!1)),e;this.tech_.supportsFullScreen()&&!0==!this.options_.preferFullWindow?this.techCall_("enterFullScreen"):this.enterFullWindow()}exitFullscreen(){let a=this;return new Promise((e,i)=>{function s(){a.off("fullscreenerror",r),a.off("fullscreenchange",t)}function t(){s(),e()}function r(e,t){s(),i(t)}a.one("fullscreenchange",t),a.one("fullscreenerror",r);var n=a.exitFullscreenHelper_();n&&(n.then(s,s),n.then(e,i))})}exitFullscreenHelper_(){var e;if(this.fsApi_.requestFullscreen)return(e=document[this.fsApi_.exitFullscreen]())&&Yt(e.then(()=>this.isFullscreen(!1))),e;this.tech_.supportsFullScreen()&&!0==!this.options_.preferFullWindow?this.techCall_("exitFullScreen"):this.exitFullWindow()}enterFullWindow(){this.isFullscreen(!0),this.isFullWindow=!0,this.docOrigOverflow=document.documentElement.style.overflow,mt(document,"keydown",this.boundFullWindowOnEscKey_),document.documentElement.style.overflow="hidden",Pe(document.body,"vjs-full-window"),this.trigger("enterFullWindow")}fullWindowOnEscKey(e){"Escape"===e.key&&!0===this.isFullscreen()&&(this.isFullWindow?this.exitFullWindow():this.exitFullscreen())}exitFullWindow(){this.isFullscreen(!1),this.isFullWindow=!1,c(document,"keydown",this.boundFullWindowOnEscKey_),document.documentElement.style.overflow=this.docOrigOverflow,Le(document.body,"vjs-full-window"),this.trigger("exitFullWindow")}disablePictureInPicture(e){if(void 0===e)return this.techGet_("disablePictureInPicture");this.techCall_("setDisablePictureInPicture",e),this.options_.disablePictureInPicture=e,this.trigger("disablepictureinpicturechanged")}isInPictureInPicture(e){if(void 0===e)return!!this.isInPictureInPicture_;this.isInPictureInPicture_=!!e,this.togglePictureInPictureClass_()}requestPictureInPicture(){if(this.options_.enableDocumentPictureInPicture&&window.documentPictureInPicture){let t=document.createElement(this.el().tagName);return t.classList=this.el().classList,t.classList.add("vjs-pip-container"),this.posterImage&&t.appendChild(this.posterImage.el().cloneNode(!0)),this.titleBar&&t.appendChild(this.titleBar.el().cloneNode(!0)),t.appendChild(o("p",{className:"vjs-pip-text"},{},this.localize("Playing in picture-in-picture"))),window.documentPictureInPicture.requestWindow({width:this.videoWidth(),height:this.videoHeight()}).then(e=>(Ze(e),this.el_.parentNode.insertBefore(t,this.el_),e.document.body.appendChild(this.el_),e.document.body.classList.add("vjs-pip-window"),this.player_.isInPictureInPicture(!0),this.player_.trigger({type:"enterpictureinpicture",pipWindow:e}),e.addEventListener("pagehide",e=>{e=e.target.querySelector(".video-js");t.parentNode.replaceChild(e,t),this.player_.isInPictureInPicture(!1),this.player_.trigger("leavepictureinpicture")}),e))}return"pictureInPictureEnabled"in document&&!1===this.disablePictureInPicture()?this.techGet_("requestPictureInPicture"):Promise.reject("No PiP mode is available")}exitPictureInPicture(){return window.documentPictureInPicture&&window.documentPictureInPicture.window?(window.documentPictureInPicture.window.close(),Promise.resolve()):"pictureInPictureEnabled"in document?document.exitPictureInPicture():void 0}handleKeyDown(e){var t,i,s=this.options_.userActions;s&&s.hotkeys&&(t=this.el_.ownerDocument.activeElement,i=t.tagName.toLowerCase(),t.isContentEditable||("input"===i?-1===["button","checkbox","hidden","radio","reset","submit"].indexOf(t.type):-1!==["textarea"].indexOf(i))||("function"==typeof s.hotkeys?s.hotkeys.call(this,e):this.handleHotkeys(e)))}handleHotkeys(t){var{fullscreenKey:e=e=>"f"===t.key.toLowerCase(),muteKey:i=e=>"m"===t.key.toLowerCase(),playPauseKey:s=e=>"k"===t.key.toLowerCase()||" "===t.key.toLowerCase()}=this.options_.userActions?this.options_.userActions.hotkeys:{};e.call(this,t)?(t.preventDefault(),t.stopPropagation(),e=g.getComponent("FullscreenToggle"),!1!==document[this.fsApi_.fullscreenEnabled]&&e.prototype.handleClick.call(this,t)):i.call(this,t)?(t.preventDefault(),t.stopPropagation(),g.getComponent("MuteToggle").prototype.handleClick.call(this,t)):s.call(this,t)&&(t.preventDefault(),t.stopPropagation(),g.getComponent("PlayToggle").prototype.handleClick.call(this,t))}canPlayType(s){var r;for(let t=0,i=this.options_.techOrder;ti.some(e=>{if(r=s(t,e))return!0})),r}var i=this.options_.techOrder.map(e=>[e,v.getTech(e)]).filter(([e,t])=>t?t.isSupported():(l.error(`The "${e}" tech is undefined. Skipped browser support check for that tech.`),!1));let s;var r,n=([e,t],i)=>{if(t.canPlaySource(i,this.options_[e.toLowerCase()]))return{source:i,tech:e}};return(s=this.options_.sourceOrder?t(e,i,(r=n,(e,t)=>r(t,e))):t(i,e,n))||!1}handleSrc_(e,s){if("undefined"==typeof e)return this.cache_.src||"";this.resetRetryOnError_&&this.resetRetryOnError_();let r=Ds(e);if(r.length){if(this.changingSrc_=!0,s||(this.cache_.sources=r),this.updateSourceCaches_(r[0]),ws(this,r[0],(e,t)=>{var i;if(this.middleware_=t,s||(this.cache_.sources=r),this.updateSourceCaches_(e),this.src_(e))return 1e.setTech&&e.setTech(i))}),1{this.error(null),this.handleSrc_(r.slice(1),!0)},t=()=>{this.off("error",e)};this.one("error",e),this.one("playing",t),this.resetRetryOnError_=()=>{this.off("error",e),this.off("playing",t)}}}else this.setTimeout(function(){this.error({code:4,message:this.options_.notSupportedMessage})},0)}src(e){return this.handleSrc_(e,!1)}src_(e){var t=this.selectSource([e]);return!t||(Ut(t.tech,this.techName_)?this.ready(function(){this.tech_.constructor.prototype.hasOwnProperty("setSource")?this.techCall_("setSource",e):this.techCall_("src",e.src),this.changingSrc_=!1},!0):(this.changingSrc_=!0,this.loadTech_(t.tech,t.source),this.tech_.ready(()=>{this.changingSrc_=!1})),!1)}load(){this.tech_&&this.tech_.vhs?this.src(this.currentSource()):this.techCall_("load")}reset(){this.paused()?this.doReset_():Yt(this.play().then(()=>this.doReset_()))}doReset_(){this.tech_&&this.tech_.clearTracks("text"),this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.resetCache_(),this.poster(""),this.loadTech_(this.options_.techOrder[0],null),this.techCall_("reset"),this.resetControlBarUI_(),this.error(null),this.titleBar&&this.titleBar.update({title:void 0,description:void 0}),Ct(this)&&this.trigger("playerreset")}resetControlBarUI_(){this.resetProgressBar_(),this.resetPlaybackRate_(),this.resetVolumeBar_()}resetProgressBar_(){this.currentTime(0);var{currentTimeDisplay:e,durationDisplay:t,progressControl:i,remainingTimeDisplay:s}=this.controlBar||{},i=(i||{}).seekBar;e&&e.updateContent(),t&&t.updateContent(),s&&s.updateContent(),i&&(i.update(),i.loadProgressBar)&&i.loadProgressBar.update()}resetPlaybackRate_(){this.playbackRate(this.defaultPlaybackRate()),this.handleTechRateChange_()}resetVolumeBar_(){this.volume(1),this.trigger("volumechange")}currentSources(){var e=this.currentSource(),t=[];return 0!==Object.keys(e).length&&t.push(e),this.cache_.sources||t}currentSource(){return this.cache_.source||{}}currentSrc(){return this.currentSource()&&this.currentSource().src||""}currentType(){return this.currentSource()&&this.currentSource().type||""}preload(e){if(void 0===e)return this.techGet_("preload");this.techCall_("setPreload",e),this.options_.preload=e}autoplay(e){if(void 0===e)return this.options_.autoplay||!1;let t;"string"==typeof e&&/(any|play|muted)/.test(e)||!0===e&&this.options_.normalizeAutoplay?(this.options_.autoplay=e,this.manualAutoplay_("string"==typeof e?e:"play"),t=!1):this.options_.autoplay=!!e,t="undefined"==typeof t?this.options_.autoplay:t,this.tech_&&this.techCall_("setAutoplay",t)}playsinline(e){return void 0!==e&&(this.techCall_("setPlaysinline",e),this.options_.playsinline=e),this.techGet_("playsinline")}loop(e){if(void 0===e)return this.techGet_("loop");this.techCall_("setLoop",e),this.options_.loop=e}poster(e){if(void 0===e)return this.poster_;(e=e||"")!==this.poster_&&(this.poster_=e,this.techCall_("setPoster",e),this.isPosterFromTech_=!1,this.trigger("posterchange"))}handleTechPosterChange_(){var e;(!this.poster_||this.options_.techCanOverridePoster)&&this.tech_&&this.tech_.poster&&(e=this.tech_.poster()||"")!==this.poster_&&(this.poster_=e,this.isPosterFromTech_=!0,this.trigger("posterchange"))}controls(e){if(void 0===e)return!!this.controls_;this.controls_!==(e=!!e)&&(this.controls_=e,this.usingNativeControls()&&this.techCall_("setControls",e),this.controls_?(this.removeClass("vjs-controls-disabled"),this.addClass("vjs-controls-enabled"),this.trigger("controlsenabled"),this.usingNativeControls()||this.addTechControlsListeners_()):(this.removeClass("vjs-controls-enabled"),this.addClass("vjs-controls-disabled"),this.trigger("controlsdisabled"),this.usingNativeControls()||this.removeTechControlsListeners_()))}usingNativeControls(e){if(void 0===e)return!!this.usingNativeControls_;this.usingNativeControls_!==(e=!!e)&&(this.usingNativeControls_=e,this.usingNativeControls_?(this.addClass("vjs-using-native-controls"),this.trigger("usingnativecontrols")):(this.removeClass("vjs-using-native-controls"),this.trigger("usingcustomcontrols")))}error(t){if(void 0===t)return this.error_||null;if(B("beforeerror").forEach(e=>{e=e(this,t);Y(e)&&!Array.isArray(e)||"string"==typeof e||"number"==typeof e||null===e?t=e:this.log.error("please return a value that MediaError expects in beforeerror hooks")}),this.options_.suppressNotSupportedError&&t&&4===t.code){let e=function(){this.error(t)};this.options_.suppressNotSupportedError=!1,this.any(["click","touchstart"],e),void this.one("loadstart",function(){this.off(["click","touchstart"],e)})}else null===t?(this.error_=null,this.removeClass("vjs-error"),this.errorDisplay&&this.errorDisplay.close()):(this.error_=new i(t),this.addClass("vjs-error"),l.error(`(CODE:${this.error_.code} ${i.errorTypes[this.error_.code]})`,this.error_.message,this.error_),this.trigger("error"),B("error").forEach(e=>e(this,this.error_)))}reportUserActivity(e){this.userActivity_=!0}userActive(e){if(void 0===e)return this.userActive_;(e=!!e)!==this.userActive_&&(this.userActive_=e,this.userActive_?(this.userActivity_=!0,this.removeClass("vjs-user-inactive"),this.addClass("vjs-user-active"),this.trigger("useractive")):(this.tech_&&this.tech_.one("mousemove",function(e){e.stopPropagation(),e.preventDefault()}),this.userActivity_=!1,this.removeClass("vjs-user-active"),this.addClass("vjs-user-inactive"),this.trigger("userinactive")))}listenForUserActivity_(){let t,i,s,r=p(this,this.reportUserActivity);function e(e){r(),this.clearInterval(t)}this.on("mousedown",function(){r(),this.clearInterval(t),t=this.setInterval(r,250)}),this.on("mousemove",function(e){e.screenX===i&&e.screenY===s||(i=e.screenX,s=e.screenY,r())}),this.on("mouseup",e),this.on("mouseleave",e);var n=this.getChild("controlBar");!n||u||se||(n.on("mouseenter",function(e){0!==this.player().options_.inactivityTimeout&&(this.player().cache_.inactivityTimeout=this.player().options_.inactivityTimeout),this.player().options_.inactivityTimeout=0}),n.on("mouseleave",function(e){this.player().options_.inactivityTimeout=this.player().cache_.inactivityTimeout})),this.on("keydown",r),this.on("keyup",r);let a;this.setInterval(function(){var e;this.userActivity_&&(this.userActivity_=!1,this.userActive(!0),this.clearTimeout(a),(e=this.options_.inactivityTimeout)<=0||(a=this.setTimeout(function(){this.userActivity_||this.userActive(!1)},e)))},250)}playbackRate(e){if(void 0===e)return this.tech_&&this.tech_.featuresPlaybackRate?this.cache_.lastPlaybackRate||this.techGet_("playbackRate"):1;this.techCall_("setPlaybackRate",e)}defaultPlaybackRate(e){return void 0!==e?this.techCall_("setDefaultPlaybackRate",e):this.tech_&&this.tech_.featuresPlaybackRate?this.techGet_("defaultPlaybackRate"):1}isAudio(e){if(void 0===e)return!!this.isAudio_;this.isAudio_=!!e}updatePlayerHeightOnAudioOnlyMode_(){var e=this.getChild("ControlBar");e&&this.audioOnlyCache_.controlBarHeight!==e.currentHeight()&&(this.audioOnlyCache_.controlBarHeight=e.currentHeight(),this.height(this.audioOnlyCache_.controlBarHeight))}enableAudioOnlyUI_(){this.addClass("vjs-audio-only-mode");var e=this.children();let t=this.getChild("ControlBar");var i=t&&t.currentHeight();e.forEach(e=>{e!==t&&e.el_&&!e.hasClass("vjs-hidden")&&(e.hide(),this.audioOnlyCache_.hiddenChildren.push(e))}),this.audioOnlyCache_.playerHeight=this.currentHeight(),this.audioOnlyCache_.controlBarHeight=i,this.on("playerresize",this.boundUpdatePlayerHeightOnAudioOnlyMode_),this.height(i),this.trigger("audioonlymodechange")}disableAudioOnlyUI_(){this.removeClass("vjs-audio-only-mode"),this.off("playerresize",this.boundUpdatePlayerHeightOnAudioOnlyMode_),this.audioOnlyCache_.hiddenChildren.forEach(e=>e.show()),this.height(this.audioOnlyCache_.playerHeight),this.trigger("audioonlymodechange")}audioOnlyMode(e){return"boolean"!=typeof e||e===this.audioOnlyMode_?this.audioOnlyMode_:(this.audioOnlyMode_=e)?(e=[],this.isInPictureInPicture()&&e.push(this.exitPictureInPicture()),this.isFullscreen()&&e.push(this.exitFullscreen()),this.audioPosterMode()&&e.push(this.audioPosterMode(!1)),Promise.all(e).then(()=>this.enableAudioOnlyUI_())):Promise.resolve().then(()=>this.disableAudioOnlyUI_())}enablePosterModeUI_(){(this.tech_&&this.tech_).hide(),this.addClass("vjs-audio-poster-mode"),this.trigger("audiopostermodechange")}disablePosterModeUI_(){(this.tech_&&this.tech_).show(),this.removeClass("vjs-audio-poster-mode"),this.trigger("audiopostermodechange")}audioPosterMode(e){return"boolean"!=typeof e||e===this.audioPosterMode_?this.audioPosterMode_:(this.audioPosterMode_=e)?(this.audioOnlyMode()?this.audioOnlyMode(!1):Promise.resolve()).then(()=>{this.enablePosterModeUI_()}):Promise.resolve().then(()=>{this.disablePosterModeUI_()})}addTextTrack(e,t,i){if(this.tech_)return this.tech_.addTextTrack(e,t,i)}addRemoteTextTrack(e,t){if(this.tech_)return this.tech_.addRemoteTextTrack(e,t)}removeRemoteTextTrack(e={}){let t=e.track;if(t=t||e,this.tech_)return this.tech_.removeRemoteTextTrack(t)}getVideoPlaybackQuality(){return this.techGet_("getVideoPlaybackQuality")}videoWidth(){return this.tech_&&this.tech_.videoWidth&&this.tech_.videoWidth()||0}videoHeight(){return this.tech_&&this.tech_.videoHeight&&this.tech_.videoHeight()||0}language(e){if(void 0===e)return this.language_;this.language_!==String(e).toLowerCase()&&(this.language_=String(e).toLowerCase(),Ct(this))&&this.trigger("languagechange")}languages(){return d(T.prototype.options_.languages,this.languages_)}toJSON(){var t=d(this.options_),i=t.tracks;t.tracks=[];for(let e=0;e{this.removeChild(i)}),i.open(),i}updateCurrentBreakpoint_(){if(this.responsive()){var t=this.currentBreakpoint(),i=this.currentWidth();for(let e=0;ethis.addRemoteTextTrack(e,!1)),this.titleBar&&this.titleBar.update({title:l,description:r||e||""}),this.ready(t))}getMedia(){var e,t;return this.cache_.media?d(this.cache_.media):(e=this.poster(),t={src:this.currentSources(),textTracks:Array.prototype.map.call(this.remoteTextTracks(),e=>({kind:e.kind,label:e.label,language:e.language,src:e.src}))},e&&(t.poster=e,t.artwork=[{src:t.poster,type:Ls(t.poster)}]),t)}static getTagSettings(e){var t,i={sources:[],tracks:[]},s=Ne(e),r=s["data-setup"];if(De(e,"vjs-fill")&&(s.fill=!0),De(e,"vjs-fluid")&&(s.fluid=!0),null!==r&&([r,t]=Xt(r||"{}"),r&&l.error(r),Object.assign(s,t)),Object.assign(i,s),e.hasChildNodes()){var n=e.childNodes;for(let e=0,t=n.length;e"number"==typeof e)&&(this.cache_.playbackRates=e,this.trigger("playbackrateschange"))}}a.names.forEach(function(e){let t=a[e];T.prototype[t.getterName]=function(){return this.tech_?this.tech_[t.getterName]():(this[t.privateName]=this[t.privateName]||new t.ListClass,this[t.privateName])}}),T.prototype.crossorigin=T.prototype.crossOrigin,T.players={};Zr=window.navigator;T.prototype.options_={techOrder:v.defaultTechOrder_,html5:{},enableSourceset:!0,inactivityTimeout:2e3,playbackRates:[],liveui:!1,children:["mediaLoader","posterImage","titleBar","textTrackDisplay","loadingSpinner","bigPlayButton","liveTracker","controlBar","errorDisplay","textTrackSettings","resizeManager"],language:Zr&&(Zr.languages&&Zr.languages[0]||Zr.userLanguage||Zr.language)||"en",languages:{},notSupportedMessage:"No compatible source was found for this media.",normalizeAutoplay:!1,fullscreen:{options:{navigationUI:"hide"}},breakpoints:{},responsive:!1,audioOnlyMode:!1,audioPosterMode:!1,spatialNavigation:{enabled:!1,horizontalSeek:!1},enableSmoothSeeking:!1},bn.forEach(function(e){T.prototype[`handleTech${m(e)}_`]=function(){return this.trigger(e)}}),g.registerComponent("Player",T);function Cn(t,i){function s(){Ln(this,{name:t,plugin:i,instance:null},!0);var e=i.apply(this,arguments);return Pn(this,t),Ln(this,{name:t,plugin:i,instance:e}),e}return Object.keys(i).forEach(function(e){s[e]=i[e]}),s}let kn="plugin",In="activePlugins_",xn={},An=e=>xn.hasOwnProperty(e),Dn=e=>An(e)?xn[e]:void 0,Pn=(e,t)=>{e[In]=e[In]||{},e[In][t]=!0},Ln=(e,t,i)=>{i=(i?"before":"")+"pluginsetup";e.trigger(i,t),e.trigger(i+":"+t.name,t)},On=(i,s)=>(s.prototype.name=i,function(...e){Ln(this,{name:i,plugin:s,instance:null},!0);let t=new s(this,...e);return this[i]=()=>t,Ln(this,t.getEventHash()),t});class Rn{constructor(e){if(this.constructor===Rn)throw new Error("Plugin must be sub-classed; not directly instantiated.");this.player=e,this.log||(this.log=this.player.log.createLogger(this.name)),Ot(this),delete this.trigger,Nt(this,this.constructor.defaultState),Pn(e,this.name),this.dispose=this.dispose.bind(this),e.on("dispose",this.dispose)}version(){return this.constructor.VERSION}getEventHash(e={}){return e.name=this.name,e.plugin=this.constructor,e.instance=this,e}trigger(e,t={}){return gt(this.eventBusEl_,e,this.getEventHash(t))}handleStateChanged(e){}dispose(){var{name:e,player:t}=this;this.trigger("dispose"),this.off(),t.off("dispose",this.dispose),t[In][e]=!1,this.player=this.state=null,t[e]=On(e,xn[e])}static isBasic(e){e="string"==typeof e?Dn(e):e;return"function"==typeof e&&!Rn.prototype.isPrototypeOf(e.prototype)}static registerPlugin(e,t){if("string"!=typeof e)throw new Error(`Illegal plugin name, "${e}", must be a string, was ${typeof e}.`);if(An(e))l.warn(`A plugin named "${e}" already exists. You may want to avoid re-registering plugins!`);else if(T.prototype.hasOwnProperty(e))throw new Error(`Illegal plugin name, "${e}", cannot share a name with an existing player method!`);if("function"!=typeof t)throw new Error(`Illegal plugin for "${e}", must be a function, was ${typeof t}.`);return xn[e]=t,e!==kn&&(Rn.isBasic(t)?T.prototype[e]=Cn(e,t):T.prototype[e]=On(e,t)),t}static deregisterPlugin(e){if(e===kn)throw new Error("Cannot de-register base plugin.");An(e)&&(delete xn[e],delete T.prototype[e])}static getPlugins(e=Object.keys(xn)){let i;return e.forEach(e=>{var t=Dn(e);t&&((i=i||{})[e]=t)}),i}static getPluginVersion(e){e=Dn(e);return e&&e.VERSION||""}}function Nn(e,i,s,r){{var n=i+` is deprecated and will be removed in ${e}.0; please use ${s} instead.`,a=r;let t=!1;return function(...e){return t||l.warn(n),t=!0,a.apply(this,e)}}}Rn.getPlugin=Dn,Rn.BASE_PLUGIN_NAME=kn,Rn.registerPlugin(kn,Rn),T.prototype.usingPlugin=function(e){return!!this[In]&&!0===this[In][e]},T.prototype.hasPlugin=function(e){return!!An(e)};let Mn=e=>0===e.indexOf("#")?e.slice(1):e;function E(e,i,s){let r=E.getPlayer(e);if(r)i&&l.warn(`Player "${e}" is already initialised. Options will not be applied.`),s&&r.ready(s);else{let t="string"==typeof e?Ye("#"+Mn(e)):e;if(!Ce(t))throw new TypeError("The element or ID supplied is not valid. (videojs)");e="getRootNode"in t&&t.getRootNode()instanceof window.ShadowRoot?t.getRootNode():t.ownerDocument.body,e=(t.ownerDocument.defaultView&&e.contains(t)||l.warn("The element supplied is not included in the DOM"),!0===(i=i||{}).restoreEl&&(i.restoreEl=(t.parentNode&&t.parentNode.hasAttribute&&t.parentNode.hasAttribute("data-vjs-player")?t.parentNode:t).cloneNode(!0)),B("beforesetup").forEach(e=>{e=e(t,d(i));!Y(e)||Array.isArray(e)?l.error("please return an object in beforesetup hooks"):i=d(i,e)}),g.getComponent("Player"));r=new e(t,i,s),B("setup").forEach(e=>e(r))}return r}E.hooks_=U,E.hooks=B,E.hook=function(e,t){B(e,t)},E.hookOnce=function(s,e){B(s,[].concat(e).map(t=>{let i=(...e)=>(F(s,i),t(...e));return i}))},E.removeHook=F,!0!==window.VIDEOJS_NO_DYNAMIC_STYLE&&Ee()&&!(e=Ye(".vjs-styles-defaults"))&&(e=at("vjs-styles-defaults"),(Jr=Ye("head"))&&Jr.insertBefore(e,Jr.firstChild),ot(e,`
+ .video-js {
+ width: 300px;
+ height: 150px;
+ }
+
+ .vjs-fluid:not(.vjs-audio-only-mode) {
+ padding-top: 56.25%
+ }
+ `)),rt(1,E),E.VERSION=M,E.options=T.prototype.options_,E.getPlayers=()=>T.players,E.getPlayer=e=>{var t=T.players;let i;if("string"==typeof e){var s=Mn(e),r=t[s];if(r)return r;i=Ye("#"+s)}else i=e;if(Ce(i)){var{player:r,playerId:s}=i;if(r||t[s])return r||t[s]}},E.getAllPlayers=()=>Object.keys(T.players).map(e=>T.players[e]).filter(Boolean),E.players=T.players,E.getComponent=g.getComponent,E.registerComponent=(e,t)=>(v.isTech(t)&&l.warn(`The ${e} tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)`),g.registerComponent.call(g,e,t)),E.getTech=v.getTech,E.registerTech=v.registerTech,E.use=function(e,t){bs[e]=bs[e]||[],bs[e].push(t)},Object.defineProperty(E,"middleware",{value:{},writeable:!1,enumerable:!0}),Object.defineProperty(E.middleware,"TERMINATOR",{value:Ss,writeable:!1,enumerable:!0}),E.browser=Se,E.obj=ee,E.mergeOptions=Nn(9,"videojs.mergeOptions","videojs.obj.merge",d),E.defineLazyProperty=Nn(9,"videojs.defineLazyProperty","videojs.obj.defineLazyProperty",Z),E.bind=Nn(9,"videojs.bind","native Function.prototype.bind",p),E.registerPlugin=Rn.registerPlugin,E.deregisterPlugin=Rn.deregisterPlugin,E.plugin=(e,t)=>(l.warn("videojs.plugin() is deprecated; use videojs.registerPlugin() instead"),Rn.registerPlugin(e,t)),E.getPlugins=Rn.getPlugins,E.getPlugin=Rn.getPlugin,E.getPluginVersion=Rn.getPluginVersion,E.addLanguage=function(e,t){return e=(""+e).toLowerCase(),E.options.languages=d(E.options.languages,{[e]:t}),E.options.languages[e]},E.log=l,E.createLogger=W,E.time=t,E.createTimeRange=Nn(9,"videojs.createTimeRange","videojs.time.createTimeRanges",jt),E.createTimeRanges=Nn(9,"videojs.createTimeRanges","videojs.time.createTimeRanges",jt),E.formatTime=Nn(9,"videojs.formatTime","videojs.time.formatTime",Wt),E.setFormatTime=Nn(9,"videojs.setFormatTime","videojs.time.setFormatTime",zt),E.resetFormatTime=Nn(9,"videojs.resetFormatTime","videojs.time.resetFormatTime",$t),E.parseUrl=Nn(9,"videojs.parseUrl","videojs.url.parseUrl",gi),E.isCrossOrigin=Nn(9,"videojs.isCrossOrigin","videojs.url.isCrossOrigin",yi),E.EventTarget=wt,E.any=yt,E.on=mt,E.one=ft,E.off=c,E.trigger=gt,E.xhr=Pi,E.TextTrack=Fi,E.AudioTrack=qi,E.VideoTrack=ji,["isEl","isTextNode","createEl","hasClass","addClass","removeClass","toggleClass","setAttributes","getAttributes","emptyEl","appendContent","insertContent"].forEach(e=>{E[e]=function(){return l.warn(`videojs.${e}() is deprecated; use videojs.dom.${e}() instead`),et[e].apply(null,arguments)}}),E.computedStyle=Nn(9,"videojs.computedStyle","videojs.dom.computedStyle",Je),E.dom=et,E.fn=Tt,E.num=$i,E.str=Bt,E.url=vi,E.Error={NetworkBadStatus:"networkbadstatus",NetworkRequestFailed:"networkrequestfailed",NetworkRequestAborted:"networkrequestaborted",NetworkRequestTimeout:"networkrequesttimeout",NetworkBodyParserFailed:"networkbodyparserfailed",StreamingHlsPlaylistParserError:"streaminghlsplaylistparsererror",StreamingDashManifestParserError:"streamingdashmanifestparsererror",StreamingContentSteeringParserError:"streamingcontentsteeringparsererror",StreamingVttParserError:"streamingvttparsererror",StreamingFailedToSelectNextSegment:"streamingfailedtoselectnextsegment",StreamingFailedToDecryptSegment:"streamingfailedtodecryptsegment",StreamingFailedToTransmuxSegment:"streamingfailedtotransmuxsegment",StreamingFailedToAppendSegment:"streamingfailedtoappendsegment",StreamingCodecsChangeError:"streamingcodecschangeerror"},Ti(function(e,t){
+/*! @name videojs-contrib-quality-levels @version 4.1.0 @license Apache-2.0 */
+e.exports=function(e){function t(e){return e&&typeof e==="object"&&"default"in e?e:{default:e}}var i=t(e);class s{constructor(e){let t=this;t.id=e.id;t.label=t.id;t.width=e.width;t.height=e.height;t.bitrate=e.bandwidth;t.frameRate=e.frameRate;t.enabled_=e.enabled;Object.defineProperty(t,"enabled",{get(){return t.enabled_()},set(e){t.enabled_(e)}});return t}}class n extends i["default"].EventTarget{constructor(){super();let e=this;e.levels_=[];e.selectedIndex_=-1;Object.defineProperty(e,"selectedIndex",{get(){return e.selectedIndex_}});Object.defineProperty(e,"length",{get(){return e.levels_.length}});e[Symbol.iterator]=()=>e.levels_.values();return e}addQualityLevel(e){let t=this.getQualityLevelById(e.id);if(t)return t;const i=this.levels_.length;t=new s(e);if(!(""+i in this))Object.defineProperty(this,i,{get(){return this.levels_[i]}});this.levels_.push(t);this.trigger({qualityLevel:t,type:"addqualitylevel"});return t}removeQualityLevel(i){let s=null;for(let e=0,t=this.length;ee)this.selectedIndex_--;break}if(s)this.trigger({qualityLevel:i,type:"removequalitylevel"});return s}getQualityLevelById(i){for(let e=0,t=this.length;es;e.qualityLevels.VERSION=a;return s},o=function(e){return r(this,i["default"].obj.merge({},e))};return i["default"].registerPlugin("qualityLevels",o),o.VERSION=a,o}(E)});var Un=Ti(function(e,t){var i,n,s,r,a;i=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,n=/^(?=([^\/?#]*))\1([^]*)$/,s=/(?:\/|^)\.(?=\/)/g,r=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,a={buildAbsoluteURL:function(e,t,i){if(i=i||{},e=e.trim(),!(t=t.trim())){if(!i.alwaysNormalize)return e;var s=a.parseURL(e);if(s)return s.path=a.normalizePath(s.path),a.buildURLFromParts(s);throw new Error("Error trying to parse base URL.")}s=a.parseURL(t);if(!s)throw new Error("Error trying to parse relative URL.");if(s.scheme)return i.alwaysNormalize?(s.path=a.normalizePath(s.path),a.buildURLFromParts(s)):t;t=a.parseURL(e);if(!t)throw new Error("Error trying to parse base URL.");!t.netLoc&&t.path&&"/"!==t.path[0]&&(e=n.exec(t.path),t.netLoc=e[1],t.path=e[2]),t.netLoc&&!t.path&&(t.path="/");var r,e={scheme:t.scheme,netLoc:s.netLoc,path:null,params:s.params,query:s.query,fragment:s.fragment};return s.netLoc||(e.netLoc=t.netLoc,"/"!==s.path[0]&&(s.path?(r=(r=t.path).substring(0,r.lastIndexOf("/")+1)+s.path,e.path=a.normalizePath(r)):(e.path=t.path,s.params||(e.params=t.params,s.query)||(e.query=t.query)))),null===e.path&&(e.path=i.alwaysNormalize?a.normalizePath(s.path):s.path),a.buildURLFromParts(e)},parseURL:function(e){e=i.exec(e);return e?{scheme:e[1]||"",netLoc:e[2]||"",path:e[3]||"",params:e[4]||"",query:e[5]||"",fragment:e[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(s,"");e.length!==(e=e.replace(r,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}},e.exports=a}),Bn="http://example.com",Fn=function(e,t){if(/^[a-z]+:/i.test(t))return t;/^data:/.test(e)&&(e=window.location&&window.location.href||"");var i="function"==typeof window.URL,s=/^\/\//.test(e),r=!window.location&&!/\/\//i.test(e);return i?e=new window.URL(e,window.location||Bn):/\/\//i.test(e)||(e=Un.buildAbsoluteURL(window.location&&window.location.href||"",e)),i?(i=new URL(t,e),r?i.href.slice(Bn.length):s?i.href.slice(i.protocol.length):i.href):Un.buildAbsoluteURL(e,t)},Qr=function(){function e(){this.listeners={}}var t=e.prototype;return t.on=function(e,t){this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push(t)},t.off=function(e,t){return!!this.listeners[e]&&(t=this.listeners[e].indexOf(t),this.listeners[e]=this.listeners[e].slice(0),this.listeners[e].splice(t,1),-1{t=t(i);return t===i?e:e.concat([t])},[i]).forEach(t=>{for(let e=0;ee),this.customParsers.push(e=>{if(t.exec(e))return this.trigger("data",{type:"custom",data:s(e),customType:i,segment:r}),!0})}addTagMapper({expression:t,map:i}){this.tagMappers.push(e=>t.test(e)?i(e):e)}}function Wn(t){let i={};return Object.keys(t).forEach(function(e){i[e.toLowerCase().replace(/-(\w)/g,e=>e[1].toUpperCase())]=t[e]}),i}function Gn(e){var t,i,s,r,n,{serverControl:e,targetDuration:a,partTargetDuration:o}=e;e&&(t="#EXT-X-SERVER-CONTROL",i="holdBack",s="partHoldBack",r=a&&3*a,n=o&&2*o,a&&!e.hasOwnProperty(i)&&(e[i]=r,this.trigger("info",{message:t+` defaulting HOLD-BACK to targetDuration * 3 (${r}).`})),r&&e[i]{a.uri||!a.parts&&!a.preloadHints||(!a.map&&r&&(a.map=r),!a.key&&o&&(a.key=o),a.timeline||"number"!=typeof h||(a.timeline=h),this.manifest.preloadSegment=a)}),this.parseStream.on("data",function(n){let t,i;({tag(){({version(){n.version&&(this.manifest.version=n.version)},"allow-cache"(){this.manifest.allowCache=n.allowed,"allowed"in n||(this.trigger("info",{message:"defaulting allowCache to YES"}),this.manifest.allowCache=!0)},byterange(){var e={};"length"in n&&((a.byterange=e).length=n.length,"offset"in n||(n.offset=u)),"offset"in n&&((a.byterange=e).offset=n.offset),u=e.offset+e.length},endlist(){this.manifest.endList=!0},inf(){"mediaSequence"in this.manifest||(this.manifest.mediaSequence=0,this.trigger("info",{message:"defaulting media sequence to zero"})),"discontinuitySequence"in this.manifest||(this.manifest.discontinuitySequence=0,this.trigger("info",{message:"defaulting discontinuity sequence to zero"})),n.title&&(a.title=n.title),0(t.programDateTime=e-1e3*t.duration,t.programDateTime),this.lastProgramDateTime)},targetduration(){!isFinite(n.duration)||n.duration<0?this.trigger("warn",{message:"ignoring invalid target duration: "+n.duration}):(this.manifest.targetDuration=n.duration,Gn.call(this,this.manifest))},start(){!n.attributes||isNaN(n.attributes["TIME-OFFSET"])?this.trigger("warn",{message:"ignoring start declaration without appropriate attribute list"}):this.manifest.start={timeOffset:n.attributes["TIME-OFFSET"],precise:n.attributes.PRECISE}},"cue-out"(){a.cueOut=n.data},"cue-out-cont"(){a.cueOutCont=n.data},"cue-in"(){a.cueIn=n.data},skip(){this.manifest.skip=Wn(n.attributes),this.warnOnMissingAttributes_("#EXT-X-SKIP",n.attributes,["SKIPPED-SEGMENTS"])},part(){l=!0;var e=this.manifest.segments.length,t=Wn(n.attributes),t=(a.parts=a.parts||[],a.parts.push(t),t.byterange&&(t.byterange.hasOwnProperty("offset")||(t.byterange.offset=c),c=t.byterange.offset+t.byterange.length),a.parts.length-1);this.warnOnMissingAttributes_(`#EXT-X-PART #${t} for segment #`+e,n.attributes,["URI","DURATION"]),this.manifest.renditionReports&&this.manifest.renditionReports.forEach((e,t)=>{e.hasOwnProperty("lastPart")||this.trigger("warn",{message:`#EXT-X-RENDITION-REPORT #${t} lacks required attribute(s): LAST-PART`})})},"server-control"(){var e=this.manifest.serverControl=Wn(n.attributes);e.hasOwnProperty("canBlockReload")||(e.canBlockReload=!1,this.trigger("info",{message:"#EXT-X-SERVER-CONTROL defaulting CAN-BLOCK-RELOAD to false"})),Gn.call(this,this.manifest),e.canSkipDateranges&&!e.hasOwnProperty("canSkipUntil")&&this.trigger("warn",{message:"#EXT-X-SERVER-CONTROL lacks required attribute CAN-SKIP-UNTIL which is required when CAN-SKIP-DATERANGES is set"})},"preload-hint"(){var t=this.manifest.segments.length,i=Wn(n.attributes),e=i.type&&"PART"===i.type,s=(a.preloadHints=a.preloadHints||[],a.preloadHints.push(i),!i.byterange||i.byterange.hasOwnProperty("offset")||(i.byterange.offset=e?c:0,e&&(c=i.byterange.offset+i.byterange.length)),a.preloadHints.length-1);if(this.warnOnMissingAttributes_(`#EXT-X-PRELOAD-HINT #${s} for segment #`+t,n.attributes,["TYPE","URI"]),i.type)for(let e=0;ee.id===t.id);this.manifest.dateRanges[e]=f(this.manifest.dateRanges[e],t),p[t.id]=f(p[t.id],t),this.manifest.dateRanges.pop()}else p[t.id]=t},"independent-segments"(){this.manifest.independentSegments=!0},"content-steering"(){this.manifest.contentSteering=Wn(n.attributes),this.warnOnMissingAttributes_("#EXT-X-CONTENT-STEERING",n.attributes,["SERVER-URI"])}}[n.tagType]||function(){}).call(e)},uri(){a.uri=n.uri,s.push(a),!this.manifest.targetDuration||"duration"in a||(this.trigger("warn",{message:"defaulting segment duration to the target duration"}),a.duration=this.manifest.targetDuration),o&&(a.key=o),a.timeline=h,r&&(a.map=r),c=0,null!==this.lastProgramDateTime&&(a.programDateTime=this.lastProgramDateTime,this.lastProgramDateTime+=1e3*a.duration),a={}},comment(){},custom(){n.segment?(a.custom=a.custom||{},a.custom[n.customType]=n.data):(this.manifest.custom=this.manifest.custom||{},this.manifest.custom[n.customType]=n.data)}})[n.type].call(e)})}warnOnMissingAttributes_(e,t,i){let s=[];i.forEach(function(e){t.hasOwnProperty(e)||s.push(e)}),s.length&&this.trigger("warn",{message:e+" lacks required attribute(s): "+s.join(", ")})}push(e){this.lineStream.push(e)}end(){this.lineStream.push("\n"),this.manifest.dateRanges.length&&null===this.lastProgramDateTime&&this.trigger("warn",{message:"A playlist with EXT-X-DATERANGE tag must contain atleast one EXT-X-PROGRAM-DATE-TIME tag"}),this.lastProgramDateTime=null,this.trigger("end")}addParser(e){this.parseStream.addParser(e)}addTagMapper(e){this.parseStream.addTagMapper(e)}}function Kn(e){return ta.audio.test((e=void 0===e?"":e).trim().toLowerCase())}function Yn(e){return ta.text.test((e=void 0===e?"":e).trim().toLowerCase())}function Qn(e){return void 0===e&&(e=""),window.MediaSource&&window.MediaSource.isTypeSupported&&window.MediaSource.isTypeSupported(aa(e))||!1}function Jn(e){return(e=void 0===e?"":e).toLowerCase().split(",").every(function(e){e=e.trim();for(var t=0;t=e.length&&t.call(e,function(e,t){return e===(n[t]?n[t]&i[r+t]:i[r+t])})},ya=function(r,e,n){e.forEach(function(e){for(var t in r.mediaGroups[e])for(var i in r.mediaGroups[e][t]){var s=r.mediaGroups[e][t][i];n(s,e,t,i)}})},_a=function(e){return window.atob?window.atob(e):Buffer.from(e,"base64").toString("binary")};function va(e,t){return(t=void 0===t?Object:t)&&"function"==typeof t.freeze?t.freeze(e):e}var ba=va({HTML:"text/html",isHTML:function(e){return e===ba.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),Ta=va({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(e){return e===Ta.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"}),Sa={assign:function(e,t){if(null===e||"object"!=typeof e)throw new TypeError("target is not an object");for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},find:function(e,t,i){if(void 0===i&&(i=Array.prototype),e&&"function"==typeof i.find)return i.find.call(e,t);for(var s=0;s"==e&&">")||("&"==e?"&":'"'==e&&""")||""+e.charCodeAt()+";"}function ja(e,t){if(t(e))return 1;if(e=e.firstChild)do{if(ja(e,t))return 1}while(e=e.nextSibling)}function Ha(){this.ownerDocument=this}function Va(e,t,i){e&&e._inc++,i.namespaceURI===Ea.XMLNS&&delete t._nsMap[i.prefix?i.localName:""]}function za(e,t,i){if(e&&e._inc){e._inc++;var s=t.childNodes;if(i)s[s.length++]=i;else{for(var r=t.firstChild,n=0;r;)r=(s[n++]=r).nextSibling;s.length=n,delete s[s.length]}}}function $a(e,t){var i=t.previousSibling,s=t.nextSibling;return i?i.nextSibling=s:e.firstChild=s,s?s.previousSibling=i:e.lastChild=i,t.parentNode=null,t.previousSibling=null,t.nextSibling=null,za(e.ownerDocument,e),t}function Wa(e){return e&&e.nodeType===x.DOCUMENT_TYPE_NODE}function Ga(e){return e&&e.nodeType===x.ELEMENT_NODE}function Xa(e){return e&&e.nodeType===x.TEXT_NODE}function Ka(e,t){var i,e=e.childNodes||[];if(!wa(e,Ga)&&!Wa(t))return i=wa(e,Wa),!(t&&i&&e.indexOf(i)>e.indexOf(t))}function Ya(e,t){var i,e=e.childNodes||[];if(!wa(e,function(e){return Ga(e)&&e!==t}))return i=wa(e,Wa),!(t&&i&&e.indexOf(i)>e.indexOf(t))}function Qa(e,t,i){if(!(s=e)||s.nodeType!==x.DOCUMENT_NODE&&s.nodeType!==x.DOCUMENT_FRAGMENT_NODE&&s.nodeType!==x.ELEMENT_NODE)throw new I(Da,"Unexpected parent node type "+e.nodeType);var s;if(i&&i.parentNode!==e)throw new I(Pa,"child not in parent");if(!(s=t)||!(Ga(s)||Xa(s)||Wa(s)||s.nodeType===x.DOCUMENT_FRAGMENT_NODE||s.nodeType===x.COMMENT_NODE||s.nodeType===x.PROCESSING_INSTRUCTION_NODE)||Wa(t)&&e.nodeType!==x.DOCUMENT_NODE)throw new I(Da,"Unexpected node type "+t.nodeType+" for parent node type "+e.nodeType)}function Ja(e,t,i){var s=e.childNodes||[],r=t.childNodes||[];if(t.nodeType===x.DOCUMENT_FRAGMENT_NODE){var n=r.filter(Ga);if(1&"\t\n\r]/g,qa),'"')}function _o(e,t,i,s,r){if(r=r||[],s){if(!(e=s(e)))return;if("string"==typeof e)return void t.push(e)}switch(e.nodeType){case 1:var n=e.attributes,a=n.length,o=e.firstChild,l=e.tagName,d=l;if(!(i=Ea.isHTML(e.namespaceURI)||i)&&!e.prefix&&e.namespaceURI){for(var h,u=0;u"),i&&/^script$/i.test(l))for(;o;)o.data?t.push(o.data):_o(o,t,i,s,r.slice()),o=o.nextSibling;else for(;o;)_o(o,t,i,s,r.slice()),o=o.nextSibling;t.push("",d,">")}else t.push("/>");return;case 9:case 11:for(o=e.firstChild;o;)_o(o,t,i,s,r.slice()),o=o.nextSibling;return;case 2:return yo(t,e.name,e.value);case 3:return t.push(e.data.replace(/[<&>]/g,qa));case 4:return t.push("");case 8:return t.push("\x3c!--",e.data,"--\x3e");case 10:var _=e.publicId,v=e.systemId;return t.push("")):v&&"."!=v?t.push(" SYSTEM ",v,">"):((_=e.internalSubset)&&t.push(" [",_,"]"),t.push(">")));case 7:return t.push("",e.target," ",e.data,"?>");case 5:return t.push("&",e.nodeName,";");default:t.push("??",e.nodeName)}}function vo(e,t,i){e[t]=i}r.INVALID_STATE_ERR=(k[11]="Invalid state",11),r.SYNTAX_ERR=(k[12]="Syntax error",12),r.INVALID_MODIFICATION_ERR=(k[13]="Invalid modification",13),r.NAMESPACE_ERR=(k[14]="Invalid namespace",14),r.INVALID_ACCESS_ERR=(k[15]="Invalid access",15),I.prototype=Error.prototype,xa(r,I),La.prototype={length:0,item:function(e){return 0<=e&&e",lt:"<",quot:'"'}),t.HTML_ENTITIES=i({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),t.entityMap=t.HTML_ENTITIES}),To=(bo.XML_ENTITIES,Sa.NAMESPACE),sn=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,tn=new RegExp("[\\-\\.0-9"+sn.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),So=new RegExp("^"+sn.source+tn.source+"*(?::"+sn.source+tn.source+"*)?$"),wo=0,Eo=1,Co=2,ko=3,Io=4,xo=5,Ao=6,Do=7;function Po(e,t){this.message=e,this.locator=t,Error.captureStackTrace&&Error.captureStackTrace(this,Po)}function Lo(){}function Oo(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber,t}function Ro(e,t,i){for(var s=e.tagName,r=null,n=e.length;n--;){var a=e[n],o=a.qName,l=a.value,o=0<(h=o.indexOf(":"))?(d=a.prefix=o.slice(0,h),u=o.slice(h+1),"xmlns"===d&&u):(d=null,"xmlns"===(u=o)&&"");a.localName=u,!1!==o&&(null==r&&(r={},No(i,i={})),i[o]=r[o]=l,a.uri=To.XMLNS,t.startPrefixMapping(o,l))}for(var d,n=e.length;n--;)(d=(a=e[n]).prefix)&&("xml"===d&&(a.uri=To.XML),"xmlns"!==d)&&(a.uri=i[d||""]);var h,u=0<(h=s.indexOf(":"))?(d=e.prefix=s.slice(0,h),e.localName=s.slice(h+1)):(d=null,e.localName=s),c=e.uri=i[d||""];if(t.startElement(c,u,s,e),!e.closed)return e.currentNSMap=i,e.localNSMap=r,1;if(t.endElement(c,u,s),r)for(d in r)Object.prototype.hasOwnProperty.call(r,d)&&t.endPrefixMapping(d)}function No(e,t){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])}function Mo(){this.attributeNames={}}(Po.prototype=new Error).name=Po.name,Lo.prototype={parse:function(e,t,i){var s=this.domBuilder;s.startDocument(),No(t,t={}),function(i,e,s,r,n){function a(e){var t=e.slice(1,-1);return Object.hasOwnProperty.call(s,t)?s[t]:"#"===t.charAt(0)?65535<(t=parseInt(t.substr(1).replace("x","0x")))?(t-=65536,String.fromCharCode(55296+(t>>10),56320+(1023&t))):String.fromCharCode(t):(n.error("entity not found:"+e),e)}function t(e){var t;m",y+3),v=i.substring(y+2,_).replace(/[ \t\n\r]+$/g,""),b=c.pop(),T=(_<0?(v=i.substring(y+2).replace(/[\s<].*/,""),n.error("end tag name: "+v+" is not complete:"+b.tagName),_=y+1+v.length):v.match(/\s)&&(v=v.replace(/[\s<].*/,""),n.error("end tag name: "+v+" maybe not complete"),_=y+1+v.length),b.localNSMap),S=b.tagName==v;if(S||b.tagName&&b.tagName.toLowerCase()==v.toLowerCase()){if(r.endElement(b.uri,b.localName,v),T)for(var w in T)Object.prototype.hasOwnProperty.call(T,w)&&r.endPrefixMapping(w);S||n.fatalError("end tag name: "+v+" is not match the current start tagName:"+b.tagName)}else c.push(b);_++;break;case"?":u&&o(y),_=function(e,t,i){var s=e.indexOf("?>",t);if(s){e=e.substring(t,s).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);if(e)return e[0].length,i.processingInstruction(e[1],e[2]),s+2}return-1}(i,y,r);break;case"!":u&&o(y),_=function(e,t,i,s){{if("-"===e.charAt(t+2))return"-"===e.charAt(t+3)?(n=e.indexOf("--\x3e",t+4),t",t+9),i.startCDATA(),i.characters(e,t+9,n-t-9),i.endCDATA(),n+3;var r,s=function(e,t){var i,s=[],r=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;r.lastIndex=t,r.exec(e);for(;i=r.exec(e);)if(s.push(i),i[1])return s}(e,t),n=s.length;if(1":switch(d){case wo:s.setTagName(e.slice(t,l));case xo:case Ao:case Do:break;case Io:case Eo:"/"===(u=e.slice(t,l)).slice(-1)&&(s.closed=!0,u=u.slice(0,-1));case Co:d===Co&&(u=o),d==Io?(n.warning('attribute "'+u+'" missed quot(")!'),a(o,u,t)):(To.isHTML(i[""])&&u.match(/^(?:disabled|checked|selected)$/i)||n.warning('attribute "'+u+'" missed value!! "'+u+'" instead!!'),a(u,u,t));break;case ko:throw new Error("attribute value missed!!")}return l;case"":h=" ";default:if(h<=" ")switch(d){case wo:s.setTagName(e.slice(t,l)),d=Ao;break;case Eo:o=e.slice(t,l),d=Co;break;case Io:var u=e.slice(t,l);n.warning('attribute "'+u+'" missed quot(")!!'),a(o,u,t);case xo:d=Ao}else switch(d){case Co:s.tagName,To.isHTML(i[""])&&o.match(/^(?:disabled|checked|selected)$/i)||n.warning('attribute "'+o+'" missed value!! "'+o+'" instead2!!'),a(o,o,t),t=l,d=Eo;break;case xo:n.warning('attribute space is required"'+o+'"!!');case Ao:d=Eo,t=l;break;case ko:d=Io,t=l;break;case Do:throw new Error("elements closed character '/' and '>' must be connected to")}}l++}}(i,y,E,C,a,n),k=E.length;if(!E.closed&&function(e,t,i,s){var r=s[i];null==r&&((r=e.lastIndexOf(""+i+">"))",t),e=e.substring(t+1,n);if(/[&<]/.test(e))return/^script$/i.test(i)?r.characters(e,0,e.length):(e=e.replace(/?\w+;/g,s),r.characters(e,0,e.length)),n}return t+1}(i,_,E.tagName,a,r):_++}}catch(e){if(e instanceof Po)throw e;n.error("element parse error: "+e),_=-1}m<_?m=_:t(Math.max(y,m)+1)}}(e,t,i,s,this.errorHandler),s.endDocument()}},Mo.prototype={setTagName:function(e){if(!So.test(e))throw new Error("invalid tagName:"+e);this.tagName=e},addValue:function(e,t,i){if(!So.test(e))throw new Error("invalid attribute:"+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:t,offset:i}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}};var en={XMLReader:Lo,ParseError:Po},Uo=Yr.DOMImplementation,Bo=Sa.NAMESPACE,Fo=en.ParseError,qo=en.XMLReader;function jo(e){return e.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function Ho(e){this.options=e||{locator:{}}}function Vo(){this.cdata=!1}function zo(e,t){t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber}function $o(e){if(e)return"\n@"+(e.systemId||"")+"#[line:"+e.lineNumber+",col:"+e.columnNumber+"]"}function Wo(e,t,i){return"string"==typeof e?e.substr(t,i):e.length>=t+i||t?new java.lang.String(e,t,i)+"":e}function Go(e,t){(e.currentElement||e.doc).appendChild(t)}Ho.prototype.parseFromString=function(e,t){var i=this.options,s=new qo,r=i.domBuilder||new Vo,n=i.errorHandler,a=i.locator,o=i.xmlns||{},t=/\/x?html?$/.test(t),l=t?bo.HTML_ENTITIES:bo.XML_ENTITIES,n=(a&&r.setDocumentLocator(a),s.errorHandler=function(s,e,r){if(!s){if(e instanceof Vo)return e;s=e}var n={},a=s instanceof Function;function t(t){var i=s[t];!i&&a&&(i=2==s.length?function(e){s(t,e)}:s),n[t]=i?function(e){i("[xmldom "+t+"]\t"+e+$o(r))}:function(){}}return r=r||{},t("warning"),t("error"),t("fatalError"),n}(n,r,a),s.domBuilder=i.domBuilder||r,t&&(o[""]=Bo.HTML),o.xml=o.xml||Bo.XML,i.normalizeLineEndings||jo);return e&&"string"==typeof e?s.parse(n(e),o,l):s.errorHandler.error("invalid doc source"),r.doc},Vo.prototype={startDocument:function(){this.doc=(new Uo).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(e,t,i,s){var r=this.doc,n=r.createElementNS(e,i||t),a=s.length;Go(this,n),this.currentElement=n,this.locator&&zo(this.locator,n);for(var o=0;o!!e&&"object"==typeof e,A=(...e)=>e.reduce((t,i)=>("object"==typeof i&&Object.keys(i).forEach(e=>{Array.isArray(t[e])&&Array.isArray(i[e])?t[e]=t[e].concat(i[e]):Ko(t[e])&&Ko(i[e])?t[e]=A(t[e],i[e]):t[e]=i[e]}),t),{}),Yo=t=>Object.keys(t).map(e=>t[e]),Qo=(t,i)=>{var s=[];for(let e=t;ee.reduce((e,t)=>e.concat(t),[]),Zo=t=>{if(!t.length)return[];var i=[];for(let e=0;ee.reduce((e,t,i)=>(t[s]&&e.push(i),e),[]),tl=(e,i)=>Yo(e.reduce((t,e)=>(e.forEach(e=>{t[i(e)]=e}),t),{}));var il={INVALID_NUMBER_OF_PERIOD:"INVALID_NUMBER_OF_PERIOD",INVALID_NUMBER_OF_CONTENT_STEERING:"INVALID_NUMBER_OF_CONTENT_STEERING",DASH_EMPTY_MANIFEST:"DASH_EMPTY_MANIFEST",DASH_INVALID_XML:"DASH_INVALID_XML",NO_BASE_URL:"NO_BASE_URL",MISSING_SEGMENT_INFORMATION:"MISSING_SEGMENT_INFORMATION",SEGMENT_TIME_UNSPECIFIED:"SEGMENT_TIME_UNSPECIFIED",UNSUPPORTED_UTC_TIMING_SCHEME:"UNSUPPORTED_UTC_TIMING_SCHEME"};let sl=({baseUrl:s="",source:r="",range:n="",indexRange:a=""})=>{s={uri:r,resolvedUri:Fn(s||"",r)};if(n||a){r=(n||a).split("-");let e=window.BigInt?window.BigInt(r[0]):parseInt(r[0],10),t=window.BigInt?window.BigInt(r[1]):parseInt(r[1],10);e{let t;return t="bigint"==typeof e.offset||"bigint"==typeof e.length?window.BigInt(e.offset)+window.BigInt(e.length)-window.BigInt(1):e.offset+e.length-1,e.offset+"-"+t},nl=e=>(e&&"number"!=typeof e&&(e=parseInt(e,10)),isNaN(e)?null:e),al={static(e){var{duration:t,timescale:i=1,sourceDuration:s,periodDuration:r}=e,e=nl(e.endNumber),t=t/i;return"number"==typeof e?{start:0,end:e}:"number"==typeof r?{start:0,end:r/t}:{start:0,end:s/t}},dynamic(e){var{NOW:t,clientOffset:i,availabilityStartTime:s,timescale:r=1,duration:n,periodStart:a=0,minimumUpdatePeriod:o=0,timeShiftBufferDepth:l=1/0}=e,e=nl(e.endNumber),t=(t+i)/1e3,i=s+a,s=Math.ceil((t+o-i)*r/n),a=Math.floor((t-i-l)*r/n),o=Math.floor((t-i)*r/n);return{start:Math.max(0,a),end:"number"==typeof e?e:Math.min(s,o)}}},ol=n=>e=>{var{duration:t,timescale:i=1,periodStart:s,startNumber:r=1}=n;return{number:r+e,duration:t/i,timeline:s,time:e*t}},ll=e=>{var{type:t,duration:i,timescale:s=1,periodDuration:r,sourceDuration:n}=e,{start:a,end:o}=al[t](e),a=Qo(a,o).map(ol(e));return"static"===t&&(a[o=a.length-1].duration=("number"==typeof r?r:n)-i/s*o),a},dl=e=>{var{baseUrl:t,initialization:i={},sourceDuration:s,indexRange:r="",periodStart:n,presentationTime:a,number:o=0,duration:l}=e;if(t)return i=sl({baseUrl:t,source:i.sourceURL,range:i.range}),(t=sl({baseUrl:t,source:t,indexRange:r})).map=i,l?(r=ll(e)).length&&(t.duration=r[0].duration,t.timeline=r[0].timeline):s&&(t.duration=s,t.timeline=n),t.presentationTime=a||n,t.number=o,[t];throw new Error(il.NO_BASE_URL)},hl=(e,i,s)=>{var r=e.sidx.map||null,n=e.sidx.duration,a=e.timeline||0,t=e.sidx.byterange,t=t.offset+t.length,o=i.timescale,l=i.references.filter(e=>1!==e.referenceType),d=[],h=e.endList?"static":"dynamic",u=e.sidx.timeline;let c=u,p=e.mediaSequence||0,m;m="bigint"==typeof i.firstOffset?window.BigInt(t)+i.firstOffset:t+i.firstOffset;for(let t=0;ttl(e,({timeline:e})=>e).sort((e,t)=>e.timeline>t.timeline?1:-1),ml=(t,i)=>{for(let e=0;e{let r=[];return ya(e,ul,(e,t,i,s)=>{r=r.concat(e.playlists||[])}),r},fl=({playlist:i,mediaSequence:e})=>{i.mediaSequence=e,i.segments.forEach((e,t)=>{e.number=i.mediaSequence+t})},yl=({oldPlaylists:t,newPlaylists:e,timelineStarts:r})=>{e.forEach(i=>{i.discontinuitySequence=r.findIndex(function({timeline:e}){return e===i.timeline});var e=ml(t,i.attributes.NAME);if(e&&!i.sidx){let t=i.segments[0];var s=e.segments.findIndex(function(e){return Math.abs(e.presentationTime-t.presentationTime)e.timeline||e.segments.length&&i.timeline>e.segments[e.segments.length-1].timeline)&&i.discontinuitySequence--):(e.segments[s].discontinuity&&!t.discontinuity&&(t.discontinuity=!0,i.discontinuityStarts.unshift(0),i.discontinuitySequence--),fl({playlist:i,mediaSequence:e.segments[s].number}))}})},_l=({oldManifest:e,newManifest:t})=>{var i=e.playlists.concat(gl(e)),s=t.playlists.concat(gl(t));return t.timelineStarts=pl([e.timelineStarts,t.timelineStarts]),yl({oldPlaylists:i,newPlaylists:s,timelineStarts:t.timelineStarts}),t},vl=e=>e&&e.uri+"-"+rl(e.byterange),bl=e=>{e=e.reduce(function(e,t){return e[t.attributes.baseUrl]||(e[t.attributes.baseUrl]=[]),e[t.attributes.baseUrl].push(t),e},{});let t=[];return Object.values(e).forEach(e=>{e=Yo(e.reduce((e,t)=>{var i=t.attributes.id+(t.attributes.lang||"");return e[i]?(t.segments&&(t.segments[0]&&(t.segments[0].discontinuity=!0),e[i].segments.push(...t.segments)),t.attributes.contentProtection&&(e[i].attributes.contentProtection=t.attributes.contentProtection)):(e[i]=t,e[i].attributes.timelineStarts=[]),e[i].attributes.timelineStarts.push({start:t.attributes.periodStart,timeline:t.attributes.periodStart}),e},{}));t=t.concat(e)}),t.map(e=>(e.discontinuityStarts=el(e.segments||[],"discontinuity"),e))},Tl=(e,t)=>{var i=vl(e.sidx),t=i&&t[i]&&t[i].sidx;return t&&hl(e,t,e.sidx.resolvedUri),e},Sl=(e,t={})=>{if(Object.keys(t).length)for(var i in e)e[i]=Tl(e[i],t);return e},wl=({attributes:e,segments:t,sidx:i,mediaSequence:s,discontinuitySequence:r,discontinuityStarts:n},a)=>{r={attributes:{NAME:e.id,BANDWIDTH:e.bandwidth,CODECS:e.codecs,"PROGRAM-ID":1},uri:"",endList:"static"===e.type,timeline:e.periodStart,resolvedUri:e.baseUrl||"",targetDuration:e.duration,discontinuitySequence:r,discontinuityStarts:n,timelineStarts:e.timelineStarts,mediaSequence:s,segments:t};return e.contentProtection&&(r.contentProtection=e.contentProtection),e.serviceLocation&&(r.attributes.serviceLocation=e.serviceLocation),i&&(r.sidx=i),a&&(r.attributes.AUDIO="audio",r.attributes.SUBTITLES="subs"),r},El=({attributes:e,segments:t,mediaSequence:i,discontinuityStarts:s,discontinuitySequence:r})=>{"undefined"==typeof t&&(t=[{uri:e.baseUrl,timeline:e.periodStart,resolvedUri:e.baseUrl||"",duration:e.sourceDuration,number:0}],e.duration=e.sourceDuration);var n={NAME:e.id,BANDWIDTH:e.bandwidth,"PROGRAM-ID":1},n=(e.codecs&&(n.CODECS=e.codecs),{attributes:n,uri:"",endList:"static"===e.type,timeline:e.periodStart,resolvedUri:e.baseUrl||"",targetDuration:e.duration,timelineStarts:e.timelineStarts,discontinuityStarts:s,discontinuitySequence:r,mediaSequence:i,segments:t});return e.serviceLocation&&(n.attributes.serviceLocation=e.serviceLocation),n},Cl=(e,n={},a=!1)=>{let o;e=e.reduce((e,t)=>{var i=t.attributes.role&&t.attributes.role.value||"",s=t.attributes.lang||"";let r=t.attributes.label||"main";e[r=s&&!t.attributes.label?t.attributes.lang+(i?` (${i})`:""):r]||(e[r]={language:s,autoselect:!0,default:"main"===i,playlists:[],uri:""});s=Tl(wl(t,a),n);return e[r].playlists.push(s),"undefined"==typeof o&&"main"===i&&((o=t).default=!0),e},{});return o||(e[Object.keys(e)[0]].default=!0),e},kl=(e,s={})=>e.reduce((e,t)=>{var i=t.attributes.label||t.attributes.lang||"text";return e[i]||(e[i]={language:i,default:!1,autoselect:!1,playlists:[],uri:""}),e[i].playlists.push(Tl(El(t),s)),e},{}),Il=e=>e.reduce((s,e)=>(e&&e.forEach(e=>{var{channel:t,language:i}=e;s[i]={autoselect:!1,default:!1,instreamId:t,language:i},e.hasOwnProperty("aspectRatio")&&(s[i].aspectRatio=e.aspectRatio),e.hasOwnProperty("easyReader")&&(s[i].easyReader=e.easyReader),e.hasOwnProperty("3D")&&(s[i]["3D"]=e["3D"])}),s),{}),xl=({attributes:e,segments:t,sidx:i,discontinuityStarts:s})=>{s={attributes:{NAME:e.id,AUDIO:"audio",SUBTITLES:"subs",RESOLUTION:{width:e.width,height:e.height},CODECS:e.codecs,BANDWIDTH:e.bandwidth,"PROGRAM-ID":1},uri:"",endList:"static"===e.type,timeline:e.periodStart,resolvedUri:e.baseUrl||"",targetDuration:e.duration,discontinuityStarts:s,timelineStarts:e.timelineStarts,segments:t};return e.frameRate&&(s.attributes["FRAME-RATE"]=e.frameRate),e.contentProtection&&(s.contentProtection=e.contentProtection),e.serviceLocation&&(s.attributes.serviceLocation=e.serviceLocation),i&&(s.sidx=i),s},Al=({attributes:e})=>"video/mp4"===e.mimeType||"video/webm"===e.mimeType||"video"===e.contentType,Dl=({attributes:e})=>"audio/mp4"===e.mimeType||"audio/webm"===e.mimeType||"audio"===e.contentType,Pl=({attributes:e})=>"text/vtt"===e.mimeType||"text"===e.contentType,Ll=(e,i)=>{e.forEach(t=>{t.mediaSequence=0,t.discontinuitySequence=i.findIndex(function({timeline:e}){return e===t.timeline}),t.segments&&t.segments.forEach((e,t)=>{e.number=t})})},Ol=i=>i?Object.keys(i).reduce((e,t)=>{t=i[t];return e.concat(t.playlists)},[]):[],Rl=({dashPlaylists:e,locations:t,contentSteering:i,sidxMapping:s={},previousManifest:r,eventStream:n})=>{var a,o,l,d,h,u,c;return e.length?({sourceDuration:d,type:u,suggestedPresentationDelay:c,minimumUpdatePeriod:h}=e[0].attributes,a=bl(e.filter(Al)).map(xl),o=bl(e.filter(Dl)),l=bl(e.filter(Pl)),e=e.map(e=>e.attributes.captionServices).filter(Boolean),d={allowCache:!0,discontinuityStarts:[],segments:[],endList:!0,mediaGroups:{AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},uri:"",duration:d,playlists:Sl(a,s)},0<=h&&(d.minimumUpdatePeriod=1e3*h),t&&(d.locations=t),i&&(d.contentSteering=i),"dynamic"===u&&(d.suggestedPresentationDelay=c),n&&0e),d.timelineStarts=pl(c),Ll(u,d.timelineStarts),t&&(d.mediaGroups.AUDIO.audio=t),i&&(d.mediaGroups.SUBTITLES.subs=i),e.length&&(d.mediaGroups["CLOSED-CAPTIONS"].cc=Il(e)),r?_l({oldManifest:r,newManifest:d}):d):{}},Nl=(e,t,i)=>{var{NOW:e,clientOffset:s,availabilityStartTime:r,timescale:n=1,periodStart:a=0,minimumUpdatePeriod:o=0}=e;return Math.ceil((((e+s)/1e3+o-(r+a))*n-t)/i)},Ml=(s,r)=>{var{type:n,minimumUpdatePeriod:a=0,media:o="",sourceDuration:l,timescale:d=1,startNumber:h=1,periodStart:u}=s,c=[];let p=-1;for(let i=0;ip&&(p=m);let e;e=f<0?(m=i+1)===r.length?"dynamic"===n&&0(e,t,i,s)=>{return"$$"===e?"$":"undefined"==typeof r[t]?e:(e=""+r[t],"RepresentationID"===t||(s=i?parseInt(s,10):1)<=e.length?e:new Array(s-e.length+1).join("0")+e)},Fl=(e,t)=>e.replace(Ul,Bl(t)),ql=(e,t)=>e.duration||t?e.duration?ll(e):Ml(e,t):[{number:e.startNumber||1,duration:e.sourceDuration,time:0,timeline:e.periodStart}],jl=(s,e)=>{let r={RepresentationID:s.id,Bandwidth:s.bandwidth||0};var{initialization:t={sourceURL:"",range:""}}=s;let n=sl({baseUrl:s.baseUrl,source:Fl(t.sourceURL,r),range:t.range});return ql(s,e).map(e=>{r.Number=e.number,r.Time=e.time;var t=Fl(s.media||"",r),i=s.timescale||1,i=s.periodStart+(e.time-(s.presentationTimeOffset||0))/i;return{uri:t,timeline:e.timeline,duration:e.duration,resolvedUri:Fn(s.baseUrl||"",t),map:n,number:e.number,presentationTime:i}})},Hl=(e,t)=>{var{baseUrl:e,initialization:i={}}=e,i=sl({baseUrl:e,source:i.sourceURL,range:i.range}),e=sl({baseUrl:e,source:t.media,range:t.mediaRange});return e.map=i,e},Vl=(r,e)=>{let{duration:t,segmentUrls:i=[],periodStart:n}=r;if(!t&&!e||t&&e)throw new Error(il.SEGMENT_TIME_UNSPECIFIED);let a=i.map(e=>Hl(r,e)),s;return t&&(s=ll(r)),(s=e?Ml(r,e):s).map((e,t)=>{var i,s;if(a[t])return t=a[t],i=r.timescale||1,s=r.presentationTimeOffset||0,t.timeline=e.timeline,t.duration=e.duration,t.number=e.number,t.presentationTime=n+(e.time-s)/i,t}).filter(e=>e)},zl=({attributes:e,segmentInfo:t})=>{let i,s;t.template?(s=jl,i=A(e,t.template)):t.base?(s=dl,i=A(e,t.base)):t.list&&(s=Vl,i=A(e,t.list));var r,n,a,e={attributes:e};return s&&(r=s(i,t.segmentTimeline),i.duration?({duration:n,timescale:a=1}=i,i.duration=n/a):r.length?i.duration=r.reduce((e,t)=>Math.max(e,Math.ceil(t.duration)),0):i.duration=0,e.attributes=i,e.segments=r,t.base)&&i.indexRange&&(e.sidx=r[0],e.segments=[]),e},$l=e=>e.map(zl),D=(e,t)=>Zo(e.childNodes).filter(({tagName:e})=>e===t),Wl=e=>e.textContent.trim(),Gl=e=>{var t,i,s,r,n,e=/P(?:(\d*)Y)?(?:(\d*)M)?(?:(\d*)D)?(?:T(?:(\d*)H)?(?:(\d*)M)?(?:([\d.]*)S)?)?/.exec(e);return e?([e,t,i,s,r,n]=e.slice(1),31536e3*parseFloat(e||0)+2592e3*parseFloat(t||0)+86400*parseFloat(i||0)+3600*parseFloat(s||0)+60*parseFloat(r||0)+parseFloat(n||0)):0},Xl={mediaPresentationDuration(e){return Gl(e)},availabilityStartTime(e){return/^\d+-\d+-\d+T\d+:\d+:\d+(\.\d+)?$/.test(e=e)&&(e+="Z"),Date.parse(e)/1e3},minimumUpdatePeriod(e){return Gl(e)},suggestedPresentationDelay(e){return Gl(e)},type(e){return e},timeShiftBufferDepth(e){return Gl(e)},start(e){return Gl(e)},width(e){return parseInt(e,10)},height(e){return parseInt(e,10)},bandwidth(e){return parseInt(e,10)},frameRate(e){return parseFloat(e.split("/").reduce((e,t)=>e/t))},startNumber(e){return parseInt(e,10)},timescale(e){return parseInt(e,10)},presentationTimeOffset(e){return parseInt(e,10)},duration(e){var t=parseInt(e,10);return isNaN(t)?Gl(e):t},d(e){return parseInt(e,10)},t(e){return parseInt(e,10)},r(e){return parseInt(e,10)},presentationTime(e){return parseInt(e,10)},DEFAULT(e){return e}},P=e=>e&&e.attributes?Zo(e.attributes).reduce((e,t)=>{var i=Xl[t.name]||Xl.DEFAULT;return e[t.name]=i(t.value),e},{}):{},Kl={"urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b":"org.w3.clearkey","urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed":"com.widevine.alpha","urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95":"com.microsoft.playready","urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb":"com.adobe.primetime","urn:mpeg:dash:mp4protection:2011":"mp4protection"},Yl=(e,t)=>t.length?Jo(e.map(function(s){return t.map(function(e){var t=Wl(e),i=Fn(s.baseUrl,t),e=A(P(e),{baseUrl:i});return i!==t&&!e.serviceLocation&&s.serviceLocation&&(e.serviceLocation=s.serviceLocation),e})})):e,Ql=e=>{var t=D(e,"SegmentTemplate")[0],i=D(e,"SegmentList")[0],s=i&&D(i,"SegmentURL").map(e=>A({tag:"SegmentURL"},P(e))),e=D(e,"SegmentBase")[0],r=i||t,r=r&&D(r,"SegmentTimeline")[0],n=i||e||t,n=n&&D(n,"Initialization")[0],t=t&&P(t);t&&n?t.initialization=n&&P(n):t&&t.initialization&&(t.initialization={sourceURL:t.initialization});let a={template:t,segmentTimeline:r&&D(r,"S").map(e=>P(e)),list:i&&A(P(i),{segmentUrls:s,initialization:P(n)}),base:e&&A(P(e),{initialization:P(n)})};return Object.keys(a).forEach(e=>{a[e]||delete a[e]}),a},Jl=(r,n,a)=>e=>{var t=D(e,"BaseURL"),t=Yl(n,t);let i=A(r,P(e)),s=Ql(e);return t.map(e=>({segmentInfo:A(a,s),attributes:A(i,e)}))},Zl=e=>e.reduce((e,t)=>{var i=P(t),s=(i.schemeIdUri&&(i.schemeIdUri=i.schemeIdUri.toLowerCase()),Kl[i.schemeIdUri]);return s&&(e[s]={attributes:i},i=D(t,"cenc:pssh")[0])&&(t=Wl(i),e[s].pssh=t&&function(e){for(var t=_a(e),i=new Uint8Array(t.length),s=0;s{return"urn:scte:dash:cc:cea-608:2015"===e.schemeIdUri?("string"!=typeof e.value?[]:e.value.split(";")).map(e=>{let t,i;return i=e,/^CC\d=/.test(e)?[t,i]=e.split("="):/^CC\d$/.test(e)&&(t=e),{channel:t,language:i}}):"urn:scte:dash:cc:cea-708:2015"===e.schemeIdUri?("string"!=typeof e.value?[]:e.value.split(";")).map(e=>{let i={channel:void 0,language:void 0,aspectRatio:1,easyReader:0,"3D":0};var t,s;return/=/.test(e)?([t,s=""]=e.split("="),i.channel=t,i.language=e,s.split(",").forEach(e=>{var[e,t]=e.split(":");"lang"===e?i.language=t:"er"===e?i.easyReader=Number(t):"war"===e?i.aspectRatio=Number(t):"3D"===e&&(i["3D"]=Number(t))})):i.language=e,i.channel&&(i.channel="SERVICE"+i.channel),i}):void 0},td=o=>Jo(D(o.node,"EventStream").map(e=>{let n=P(e),a=n.schemeIdUri;return D(e,"Event").map(e=>{var t=P(e),i=t.presentationTime||0,s=n.timescale||1,r=t.duration||0,i=i/s+o.attributes.start;return{schemeIdUri:a,value:n.value,id:t.id,start:i,end:i+r/s,messageData:Wl(e)||t.messageData,contentEncoding:n.contentEncoding,presentationTimeOffset:n.presentationTimeOffset||0}})})),id=(n,a,o)=>e=>{var t=P(e),i=Yl(a,D(e,"BaseURL")),s=D(e,"Role")[0],s={role:P(s)};let r=A(n,t,s);t=D(e,"Accessibility")[0],s=ed(P(t)),s&&(r=A(r,{captionServices:s})),t=D(e,"Label")[0],t&&t.childNodes.length&&(s=t.childNodes[0].nodeValue.trim(),r=A(r,{label:s})),t=Zl(D(e,"ContentProtection")),Object.keys(t).length&&(r=A(r,{contentProtection:t})),s=Ql(e),t=D(e,"Representation"),e=A(o,s);return Jo(t.map(Jl(r,i,e)))},sd=(n,a)=>(e,t)=>{var i=Yl(a,D(e.node,"BaseURL")),s=A(n,{periodStart:e.attributes.start}),r=("number"==typeof e.attributes.duration&&(s.periodDuration=e.attributes.duration),D(e.node,"AdaptationSet")),e=Ql(e.node);return Jo(r.map(id(s,i,e)))},rd=(e,t)=>{return 1"number"==typeof e.start?e.start:t&&"number"==typeof t.start&&"number"==typeof t.duration?t.start+t.duration:t||"static"!==i?null:0,ad=(e,t={})=>{var{manifestUri:t="",NOW:i=Date.now(),clientOffset:s=0,eventHandler:r=function(){}}=t,n=D(e,"Period");if(!n.length)throw new Error(il.INVALID_NUMBER_OF_PERIOD);var a=D(e,"Location");let o=P(e);t=Yl([{baseUrl:t}],D(e,"BaseURL")),e=D(e,"ContentSteering");o.type=o.type||"static",o.sourceDuration=o.mediaPresentationDuration||0,o.NOW=i,o.clientOffset=s,a.length&&(o.locations=a.map(Wl));let l=[];return n.forEach((e,t)=>{var i=P(e),t=l[t-1];i.start=nd({attributes:i,priorPeriodAttributes:t?t.attributes:null,mpdType:o.type}),l.push({node:e,attributes:i})}),{locations:o.locations,contentSteeringInfo:rd(e,r),representationInfo:Jo(l.map(sd(o,t))),eventStream:Jo(l.map(td))}},od=e=>{if(""===e)throw new Error(il.DASH_EMPTY_MANIFEST);var t,i=new Xo;let s;try{t=i.parseFromString(e,"application/xml"),s=t&&"MPD"===t.documentElement.tagName?t.documentElement:null}catch(e){}if(!s||s&&0(e=>{e=D(e,"UTCTiming")[0];if(!e)return null;var t=P(e);switch(t.schemeIdUri){case"urn:mpeg:dash:utc:http-head:2014":case"urn:mpeg:dash:utc:http-head:2012":t.method="HEAD";break;case"urn:mpeg:dash:utc:http-xsdate:2014":case"urn:mpeg:dash:utc:http-iso:2014":case"urn:mpeg:dash:utc:http-xsdate:2012":case"urn:mpeg:dash:utc:http-iso:2012":t.method="GET";break;case"urn:mpeg:dash:utc:direct:2014":case"urn:mpeg:dash:utc:direct:2012":t.method="DIRECT",t.value=Date.parse(t.value);break;default:throw new Error(il.UNSUPPORTED_UTC_TIMING_SCHEME)}return t})(od(e));function dd(e,t){var i,s,r;return void 0===t&&(t=0),(e=S(e)).length-t<10||!C(e,fd,{offset:t})?t:(t+=(void 0===(s=t)&&(s=0),r=(i=S(i=e))[s+5],i=i[s+6]<<21|i[s+7]<<14|i[s+8]<<7|i[s+9],(16&r)>>4?20+i:10+i),dd(e,t))}function hd(e,t,i){var s;return i>=t.length?t.length:(s=wd(t,i,!1),C(e.bytes,s.bytes)?i:hd(e,t,i+(e=wd(t,i+s.length)).length+e.value+s.length))}function ud(e,t){i=t,t=Array.isArray(i)?i.map(function(e){return Ed(e)}):[Ed(i)],e=S(e);var i,s=[];if(t.length)for(var r=0;re.length?e.length:o+a.value),o=e.subarray(o,l);C(t[0],n.bytes)&&(1===t.length?s.push(o):s=s.concat(ud(o,t.slice(1)))),r+=n.length+a.length+o.length}return s}function cd(e,t,i,s){void 0===s&&(s=1/0),e=S(e),i=[].concat(i);for(var r,n=0,a=0;n>1&63),-1!==i.indexOf(l)&&(r=n+o),n+=o+("h264"===t?1:2)}else n++}return e.subarray(0,0)}var pd=Math.pow(2,32),md=function(e){var t,e=new DataView(e.buffer,e.byteOffset,e.byteLength);return e.getBigUint64?(t=e.getBigUint64(0))>>7,referencedSize:2147483647&t.getUint32(s),subsegmentDuration:t.getUint32(s+4),startsWithSap:!!(128&e[s+8]),sapType:(112&e[s+8])>>>4,sapDeltaTime:268435455&t.getUint32(s+8)});return i},fd=S([73,68,51]),yd=function(e){return"string"==typeof e?fa(e):e},_d=function(e){return Array.isArray(e)?e.map(function(e){return yd(e)}):[yd(e)]},vd=function e(t,i,s){void 0===s&&(s=!1),i=_d(i),t=S(t);var r=[];if(i.length)for(var n=0;n>>0,o=t.subarray(n+4,n+8);if(0==a)break;a=n+a;if(a>t.length){if(s)break;a=t.length}var l=t.subarray(n+8,a);C(o,i[0])&&(1===i.length?r.push(l):r.push.apply(r,e(l,i.slice(1),s))),n=a}return r},bd={EBML:S([26,69,223,163]),DocType:S([66,130]),Segment:S([24,83,128,103]),SegmentInfo:S([21,73,169,102]),Tracks:S([22,84,174,107]),Track:S([174]),TrackNumber:S([215]),DefaultDuration:S([35,227,131]),TrackEntry:S([174]),TrackType:S([131]),FlagDefault:S([136]),CodecID:S([134]),CodecPrivate:S([99,162]),VideoTrack:S([224]),AudioTrack:S([225]),Cluster:S([31,67,182,117]),Timestamp:S([231]),TimestampScale:S([42,215,177]),BlockGroup:S([160]),BlockDuration:S([155]),Block:S([161]),SimpleBlock:S([163])},Td=[128,64,32,16,8,4,2,1],Sd=function(e){for(var t=1,i=0;it&&t.responseURL&&e!==t.responseURL?t.responseURL:e,Ud=e=>E.log.debug?E.log.debug.bind(E,"VHS:",e+" >"):function(){};function O(...e){var t=E.obj||E;return(t.merge||t.mergeOptions).apply(t,e)}function Bd(...e){var t=E.time||E;return(t.createTimeRanges||t.createTimeRanges).apply(t,e)}function Fd(e,i){return Gd(e,function(e,t){return e-Wd<=i&&t+Wd>=i})}function qd(e,t){return Gd(e,function(e){return e-$d>=t})}function jd(e){if(e&&e.length&&e.end)return e.end(e.length-1)}function Hd(t,i){let s=0;if(t&&t.length)for(let e=0;e{var i=[];if(!t||!t.length)return"";for(let e=0;e "+t.end(e));return i.join(", ")},Kd=t=>{var i=[];for(let e=0;e{if(!e.preload)return e.duration;let i=0;return(e.parts||[]).forEach(function(e){i+=e.duration}),(e.preloadHints||[]).forEach(function(e){"PART"===e.type&&(i+=t.partTargetDuration)}),i},Qd=e=>(e.segments||[]).reduce((i,s,r)=>(s.parts?s.parts.forEach(function(e,t){i.push({duration:e.duration,segmentIndex:r,partIndex:t,part:e,segment:s})}):i.push({duration:s.duration,segmentIndex:r,partIndex:null,segment:s,part:null}),i),[]),Jd=e=>{e=e.segments&&e.segments.length&&e.segments[e.segments.length-1];return e&&e.parts||[]},Zd=({preloadSegment:e})=>{var t;if(e)return{parts:e,preloadHints:t}=e,(t||[]).reduce((e,t)=>e+("PART"===t.type?1:0),0)+(e&&e.length?e.length:0)},eh=(e,t)=>{return t.endList?0:e&&e.suggestedPresentationDelay?e.suggestedPresentationDelay:(e=0Date.now()}function ah(e){return e.excludeUntil&&e.excludeUntil===1/0}function oh(e){var t=nh(e);return!e.disabled&&!t}function lh(e,t){return t.attributes&&t.attributes[e]}function dh(e,t){var i,s=e&&e.mediaGroups&&e.mediaGroups.AUDIO||{};let r=!1;for(i in s){for(var n in s[i])if(r=t(s[i][n]))break;if(r)break}return!!r}let hh=(e,t)=>{if(1===e.playlists.length)return!0;let i=t.attributes.BANDWIDTH||Number.MAX_VALUE;return 0===e.playlists.filter(e=>!!oh(e)&&(e.attributes.BANDWIDTH||0)!(!e&&!t||!e&&t||e&&!t||e!==t&&(!e.id||!t.id||e.id!==t.id)&&(!e.resolvedUri||!t.resolvedUri||e.resolvedUri!==t.resolvedUri)&&(!e.uri||!t.uri||e.uri!==t.uri)),ch=i=>{if(!i||!i.playlists||!i.playlists.length)return dh(i,e=>e.playlists&&e.playlists.length||e.uri);for(let e=0;eKn(e))){s=dh(i,e=>uh(t,e));if(!s)return!1}}return!0};var ph={liveEdgeDelay:eh,duration:rh,seekable:function(e,t,i){var s=t||0;let r=zd(e,t,!0,i);return null===r?Bd():Bd(s,r=r$d),m=0===o,p=p&&0<=o+$d;if(!m&&!p||e===l.length-1){if(a){if(0e+"-"+t,fh=(e,t,i)=>`placeholder-uri-${e}-${t}-`+i,yh=(r,n)=>{r.mediaGroups&&["AUDIO","SUBTITLES"].forEach(e=>{if(r.mediaGroups[e])for(var t in r.mediaGroups[e])for(var i in r.mediaGroups[e][t]){var s=r.mediaGroups[e][t][i];n(s,e,t,i)}})},_h=({playlist:e,uri:t,id:i})=>{e.id=i,e.playlistErrors_=0,t&&(e.uri=t),e.attributes=e.attributes||{}},vh=(o,e,l=fh)=>{o.uri=e;for(let e=0;e{if(!e.playlists||!e.playlists.length){if(i&&"AUDIO"===r&&!e.uri)for(let e=0;e{let t=e.playlists.length;for(;t--;){var i=e.playlists[t];_h({playlist:i,id:gh(t,i.uri)}),i.resolvedUri=Nd(e.uri,i.uri),e.playlists[i.id]=i,(e.playlists[i.uri]=i).attributes.BANDWIDTH||mh.warn("Invalid playlist STREAM-INF detected. Missing BANDWIDTH attribute.")}})(o),s=o,yh(s,e=>{e.uri&&(e.resolvedUri=Nd(s.uri,e.uri))})};class bh{constructor(){this.offset_=null,this.pendingDateRanges_=new Map,this.processedDateRanges_=new Map}setOffset(e=[]){null===this.offset_&&e.length&&([e]=e,void 0!==e.programDateTime)&&(this.offset_=e.programDateTime/1e3)}setPendingDateRanges(e=[]){var t;e.length&&([t]=e,t=t.startDate.getTime(),this.trimProcessedDateRanges_(t),this.pendingDateRanges_=e.reduce((e,t)=>(e.set(t.id,t),e),new Map))}processDateRange(e){this.pendingDateRanges_.delete(e.id),this.processedDateRanges_.set(e.id,e)}getDateRangesToProcess(){if(null===this.offset_)return[];let i={},s=[];this.pendingDateRanges_.forEach((e,t)=>{this.processedDateRanges_.has(t)||(e.startTime=e.startDate.getTime()/1e3-this.offset_,e.processDateRange=()=>this.processDateRange(e),s.push(e),e.class&&(i[e.class]?(t=i[e.class].push(e),e.classListIndex=t-1):(i[e.class]=[e],e.classListIndex=0)))});for(var e of s){var t=i[e.class]||[];e.endDate?e.endTime=e.endDate.getTime()/1e3-this.offset_:e.endOnNext&&t[e.classListIndex+1]?e.endTime=t[e.classListIndex+1].startTime:e.duration?e.endTime=e.startTime+e.duration:e.plannedDuration?e.endTime=e.startTime+e.plannedDuration:e.endTime=e.startTime}return s}trimProcessedDateRanges_(i){new Map(this.processedDateRanges_).forEach((e,t)=>{e.startDate.getTime(){var r=t.status<200||299{if(!t)return i;var s=O(t,i);if(t.preloadHints&&!i.preloadHints&&delete s.preloadHints,t.parts&&!i.parts)delete s.parts;else if(t.parts&&i.parts)for(let e=0;e{!e.resolvedUri&&e.uri&&(e.resolvedUri=Nd(t,e.uri)),e.key&&!e.key.resolvedUri&&(e.key.resolvedUri=Nd(t,e.key.uri)),e.map&&!e.map.resolvedUri&&(e.map.resolvedUri=Nd(t,e.map.uri)),e.map&&e.map.key&&!e.map.key.resolvedUri&&(e.map.key.resolvedUri=Nd(t,e.map.key.uri)),e.parts&&e.parts.length&&e.parts.forEach(e=>{e.resolvedUri||(e.resolvedUri=Nd(t,e.uri))}),e.preloadHints&&e.preloadHints.length&&e.preloadHints.forEach(e=>{e.resolvedUri||(e.resolvedUri=Nd(t,e.uri))})},Ch=(e,t)=>e===t||e.segments&&t.segments&&e.segments.length===t.segments.length&&e.endList===t.endList&&e.mediaSequence===t.mediaSequence&&e.preloadSegment===t.preloadSegment,kh=(e,r,t=Ch)=>{var i=O(e,{}),s=i.playlists[r.id];if(!s)return null;if(t(s,r))return null;r.segments=Sh(r);let n=O(s,r);if(n.preloadSegment&&!r.preloadSegment&&delete n.preloadSegment,s.segments){if(r.skip){r.segments=r.segments||[];for(let e=0;e{var s=e.slice(),r=t.slice(),n=(i=i||0,[]);let a;for(let e=0;e{Eh(e,n.resolvedUri)});for(let e=0;e{if(t.playlists)for(let e=0;e