cloudinary-video-player 3.0.3 → 3.0.4-edge.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adaptive-streaming.js +5 -6
- package/dist/adaptive-streaming.min.js +3 -3
- package/dist/chapters.js +2 -2
- package/dist/chapters.min.js +2 -2
- package/dist/cld-video-player.css +2 -2
- package/dist/cld-video-player.js +6 -6
- package/dist/cld-video-player.light.js +6 -6
- package/dist/cld-video-player.light.min.js +4 -4
- package/dist/cld-video-player.min.css +2 -2
- package/dist/cld-video-player.min.js +4 -4
- package/dist/colors.js +2 -2
- package/dist/colors.min.js +2 -2
- package/dist/dash.js +2 -2
- package/dist/dash.min.js +2 -2
- package/dist/debug.js +2 -2
- package/dist/debug.min.js +2 -2
- package/dist/ima.js +2 -2
- package/dist/ima.min.js +2 -2
- package/dist/interaction-areas.js +2 -2
- package/dist/interaction-areas.min.js +2 -2
- package/dist/node_modules_lodash_throttle_js.js +2 -2
- package/dist/playlist.js +2 -2
- package/dist/playlist.min.js +2 -2
- package/dist/recommendations-overlay.js +2 -2
- package/dist/recommendations-overlay.min.js +2 -2
- package/dist/shoppable.js +2 -2
- package/dist/shoppable.min.js +2 -2
- package/dist/srt-text-tracks.js +3 -11
- package/dist/srt-text-tracks.min.js +3 -3
- package/dist/visual-search.js +2 -2
- package/dist/visual-search.min.js +2 -2
- package/lib/adaptive-streaming.js +1 -1
- package/lib/all.js +1 -1
- package/lib/cld-video-player.js +1 -1
- package/lib/player.js +1 -1
- package/lib/srt-text-tracks.js +1 -1
- package/lib/videoPlayer.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Cloudinary Video Player v3.0.
|
|
3
|
-
* Built on 2025-07-01T09:
|
|
2
|
+
* Cloudinary Video Player v3.0.4-edge.0
|
|
3
|
+
* Built on 2025-07-01T09:22:08.951Z
|
|
4
4
|
* https://github.com/cloudinary/cloudinary-video-player
|
|
5
5
|
*/
|
|
6
6
|
(self["cloudinaryVideoPlayerChunkLoading"] = self["cloudinaryVideoPlayerChunkLoading"] || []).push([["adaptive-streaming"],{
|
|
@@ -513,10 +513,9 @@ const qualityLevels = (player, options) => {
|
|
|
513
513
|
hls.on(hls_js__WEBPACK_IMPORTED_MODULE_1__["default"].Events.ERROR, (eventName, data) => {
|
|
514
514
|
debugLog(`HLS event: ${eventName}`, data);
|
|
515
515
|
if (data.fatal) {
|
|
516
|
-
player.
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
...data
|
|
516
|
+
player.trigger({
|
|
517
|
+
type: 'error',
|
|
518
|
+
eventData: data
|
|
520
519
|
});
|
|
521
520
|
}
|
|
522
521
|
});
|