cloudinary-video-player 2.1.1-edge.1 → 2.1.1-edge.2

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.
@@ -8195,31 +8195,6 @@ __webpack_require__.r(__webpack_exports__);
8195
8195
 
8196
8196
  /***/ }),
8197
8197
 
8198
- /***/ "./config/profiles/index.js":
8199
- /*!**********************************!*\
8200
- !*** ./config/profiles/index.js ***!
8201
- \**********************************/
8202
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
8203
-
8204
- "use strict";
8205
- __webpack_require__.r(__webpack_exports__);
8206
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
8207
- /* harmony export */ defaultProfiles: () => (/* binding */ defaultProfiles)
8208
- /* harmony export */ });
8209
- /* harmony import */ var _cldDefault_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./cldDefault.json */ "./config/profiles/cldDefault.json");
8210
- /* harmony import */ var _cldLooping_json__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./cldLooping.json */ "./config/profiles/cldLooping.json");
8211
- /* harmony import */ var _cldAdaptiveStream_json__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./cldAdaptiveStream.json */ "./config/profiles/cldAdaptiveStream.json");
8212
-
8213
-
8214
-
8215
- const defaultProfiles = {
8216
- cldDefault: _cldDefault_json__WEBPACK_IMPORTED_MODULE_0__,
8217
- cldLooping: _cldLooping_json__WEBPACK_IMPORTED_MODULE_1__,
8218
- cldAdaptiveStream: _cldAdaptiveStream_json__WEBPACK_IMPORTED_MODULE_2__
8219
- };
8220
-
8221
- /***/ }),
8222
-
8223
8198
  /***/ "./extended-events.js":
8224
8199
  /*!****************************!*\
8225
8200
  !*** ./extended-events.js ***!
@@ -8594,17 +8569,35 @@ __webpack_require__.r(__webpack_exports__);
8594
8569
  /* harmony export */ getProfile: () => (/* binding */ getProfile)
8595
8570
  /* harmony export */ });
8596
8571
  /* harmony import */ var _video_player__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./video-player */ "./video-player.js");
8597
- /* harmony import */ var _config_profiles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./config/profiles */ "./config/profiles/index.js");
8572
+ /* harmony import */ var cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! cloudinary-video-player-profiles */ "../node_modules/cloudinary-video-player-profiles/dist/index.js");
8573
+ /* harmony import */ var cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1__);
8598
8574
  /* harmony import */ var _plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./plugins/cloudinary/common */ "./plugins/cloudinary/common.js");
8599
8575
  /* harmony import */ var _cloudinary_url_gen_backwards_utils_unsigned_url_prefix__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @cloudinary/url-gen/backwards/utils/unsigned_url_prefix */ "../node_modules/@cloudinary/url-gen/backwards/utils/unsigned_url_prefix.js");
8600
8576
 
8601
8577
 
8602
8578
 
8603
8579
 
8604
- const isDefaultProfile = profile => Object.keys(_config_profiles__WEBPACK_IMPORTED_MODULE_1__.defaultProfiles).includes(profile);
8580
+ const isDefaultProfile = profileName => !!cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1__.defaultProfiles.find(_ref => {
8581
+ let {
8582
+ name
8583
+ } = _ref;
8584
+ return profileName === name;
8585
+ });
8586
+ const getDefaultProfileConfig = profileName => {
8587
+ const profile = cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1__.defaultProfiles.find(_ref2 => {
8588
+ let {
8589
+ name
8590
+ } = _ref2;
8591
+ return profileName === name;
8592
+ });
8593
+ if (!profile) {
8594
+ throw new Error(`Default profile with name ${profileName} does not exist`);
8595
+ }
8596
+ return profile.config;
8597
+ };
8605
8598
  const getProfile = async (profile, initOptions) => {
8606
8599
  if (isDefaultProfile(profile)) {
8607
- return _config_profiles__WEBPACK_IMPORTED_MODULE_1__.defaultProfiles[profile];
8600
+ return getDefaultProfileConfig(profile);
8608
8601
  }
8609
8602
  const urlPrefix = (0,_cloudinary_url_gen_backwards_utils_unsigned_url_prefix__WEBPACK_IMPORTED_MODULE_3__.unsigned_url_prefix)(null, initOptions.cloudName ?? initOptions.cloud_name, initOptions.private_cdn, initOptions.cdn_subdomain, initOptions.secure_cdn_subdomain, initOptions.cname, initOptions.secure ?? true, initOptions.secure_distribution);
8610
8603
  const profileUrl = (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_2__.isRawUrl)(profile) ? profile : `${urlPrefix}/_applet_/video_service/video_player_profiles/${profile.replaceAll(' ', '+')}.json`;
@@ -9250,7 +9243,7 @@ class CloudinaryAnalytics {
9250
9243
  this.cloudinaryAnalytics.startManualTracking(metadata, {
9251
9244
  ...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_1___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
9252
9245
  videoPlayerType: 'cloudinary video player',
9253
- videoPlayerVersion: "2.1.1-edge.1"
9246
+ videoPlayerVersion: "2.1.1-edge.2"
9254
9247
  });
9255
9248
  } else if (this.currentVideMetadata.cloudName !== metadata.cloudName || this.currentVideMetadata.publicId !== metadata.publicId) {
9256
9249
  this.cloudinaryAnalytics.stopManualTracking();
@@ -9620,7 +9613,7 @@ class CloudinaryContext {
9620
9613
  options.sourceTypes = options.sourceTypes || _this.sourceTypes();
9621
9614
  options.poster = options.poster || posterOptionsForCurrent();
9622
9615
  options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
9623
- _s: `vp-${"2.1.1-edge.1"}`
9616
+ _s: `vp-${"2.1.1-edge.2"}`
9624
9617
  } : {});
9625
9618
  if (options.sourceTypes.indexOf('audio') > -1) {
9626
9619
  builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
@@ -10884,7 +10877,7 @@ const contextMenuContent = player => {
10884
10877
  const isFullscreen = player.isFullscreen();
10885
10878
  const aboutMenuItem = {
10886
10879
  class: 'player-version',
10887
- label: 'Cloudinary Player v' + "2.1.1-edge.1"
10880
+ label: 'Cloudinary Player v' + "2.1.1-edge.2"
10888
10881
  };
10889
10882
  if (!player.controls()) {
10890
10883
  return [aboutMenuItem];
@@ -13481,7 +13474,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
13481
13474
  const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
13482
13475
  const analyticsParams = new URLSearchParams(analyticsData).toString();
13483
13476
  const baseParams = new URLSearchParams({
13484
- vpVersion: "2.1.1-edge.1",
13477
+ vpVersion: "2.1.1-edge.2",
13485
13478
  vpInstanceId: this.getVPInstanceId(),
13486
13479
  // #if (process.env.WEBPACK_BUILD_LIGHT)
13487
13480
  // vpLightBuild: true,
@@ -83844,6 +83837,17 @@ module.exports = _extends, module.exports.__esModule = true, module.exports["def
83844
83837
 
83845
83838
  /***/ }),
83846
83839
 
83840
+ /***/ "../node_modules/cloudinary-video-player-profiles/dist/index.js":
83841
+ /*!**********************************************************************!*\
83842
+ !*** ../node_modules/cloudinary-video-player-profiles/dist/index.js ***!
83843
+ \**********************************************************************/
83844
+ /***/ ((__unused_webpack_module, exports) => {
83845
+
83846
+ var e={607:function(e,o,t){var l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(o,"__esModule",{value:!0}),o.defaultProfiles=o.cldAdaptiveStreamProfile=o.cldLoopingProfile=o.cldDefaultProfile=void 0;const r=l(t(704)),i=l(t(83)),a=l(t(832));o.cldDefaultProfile={name:"cld-default",isDefault:!0,config:r.default},o.cldLoopingProfile={name:"cld-looping",isDefault:!0,config:i.default},o.cldAdaptiveStreamProfile={name:"cld-adaptive-stream",isDefault:!0,config:a.default},o.defaultProfiles=[o.cldDefaultProfile,o.cldLoopingProfile,o.cldAdaptiveStreamProfile]},832:e=>{e.exports=JSON.parse('{"playerOptions":{"fluid":true,"controls":true,"controlBar":{"fullscreenToggle":false},"showJumpControls":true,"hideContextMenu":false,"floatingWhenNotVisible":"none"},"sourceOptions":{"chapters":true,"sourceTypes":["hls"],"transformation":[{"effect":["volume:auto"]}]}}')},704:e=>{e.exports=JSON.parse('{"playerOptions":{},"sourceOptions":{}}')},83:e=>{e.exports=JSON.parse('{"playerOptions":{"fluid":true,"controls":false,"muted":true,"floatingWhenNotVisible":"none","hideContextMenu":false,"autoplay":true,"loop":true},"sourceOptions":{}}')}},o={},t=function t(l){var r=o[l];if(void 0!==r)return r.exports;var i=o[l]={exports:{}};return e[l].call(i.exports,i,i.exports,t),i.exports}(607),l=exports;for(var r in t)l[r]=t[r];t.__esModule&&Object.defineProperty(l,"__esModule",{value:!0});
83847
+ //# sourceMappingURL=index.js.map
83848
+
83849
+ /***/ }),
83850
+
83847
83851
  /***/ "../node_modules/@babel/runtime/helpers/esm/extends.js":
83848
83852
  /*!*************************************************************!*\
83849
83853
  !*** ../node_modules/@babel/runtime/helpers/esm/extends.js ***!
@@ -89109,39 +89113,6 @@ function isString(value) {
89109
89113
 
89110
89114
 
89111
89115
 
89112
- /***/ }),
89113
-
89114
- /***/ "./config/profiles/cldAdaptiveStream.json":
89115
- /*!************************************************!*\
89116
- !*** ./config/profiles/cldAdaptiveStream.json ***!
89117
- \************************************************/
89118
- /***/ ((module) => {
89119
-
89120
- "use strict";
89121
- module.exports = /*#__PURE__*/JSON.parse('{"playerOptions":{"fluid":true,"controls":true,"controlBar":{"fullscreenToggle":false},"showJumpControls":true,"hideContextMenu":false,"floatingWhenNotVisible":"none"},"sourceOptions":{"chapters":true,"sourceTypes":["hls"],"transformation":[{"effect":["volume:auto"]}]}}');
89122
-
89123
- /***/ }),
89124
-
89125
- /***/ "./config/profiles/cldDefault.json":
89126
- /*!*****************************************!*\
89127
- !*** ./config/profiles/cldDefault.json ***!
89128
- \*****************************************/
89129
- /***/ ((module) => {
89130
-
89131
- "use strict";
89132
- module.exports = /*#__PURE__*/JSON.parse('{"playerOptions":{},"sourceOptions":{}}');
89133
-
89134
- /***/ }),
89135
-
89136
- /***/ "./config/profiles/cldLooping.json":
89137
- /*!*****************************************!*\
89138
- !*** ./config/profiles/cldLooping.json ***!
89139
- \*****************************************/
89140
- /***/ ((module) => {
89141
-
89142
- "use strict";
89143
- module.exports = /*#__PURE__*/JSON.parse('{"playerOptions":{"fluid":true,"controls":false,"muted":true,"floatingWhenNotVisible":"none","hideContextMenu":false,"autoplay":true,"loop":true},"sourceOptions":{}}');
89144
-
89145
89116
  /***/ })
89146
89117
 
89147
89118
  /******/ });
@@ -359,31 +359,6 @@ __webpack_require__.r(__webpack_exports__);
359
359
 
360
360
  /***/ }),
361
361
 
362
- /***/ "./config/profiles/index.js":
363
- /*!**********************************!*\
364
- !*** ./config/profiles/index.js ***!
365
- \**********************************/
366
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
367
-
368
- "use strict";
369
- __webpack_require__.r(__webpack_exports__);
370
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
371
- /* harmony export */ defaultProfiles: () => (/* binding */ defaultProfiles)
372
- /* harmony export */ });
373
- /* harmony import */ var _cldDefault_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./cldDefault.json */ "./config/profiles/cldDefault.json");
374
- /* harmony import */ var _cldLooping_json__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./cldLooping.json */ "./config/profiles/cldLooping.json");
375
- /* harmony import */ var _cldAdaptiveStream_json__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./cldAdaptiveStream.json */ "./config/profiles/cldAdaptiveStream.json");
376
-
377
-
378
-
379
- const defaultProfiles = {
380
- cldDefault: _cldDefault_json__WEBPACK_IMPORTED_MODULE_0__,
381
- cldLooping: _cldLooping_json__WEBPACK_IMPORTED_MODULE_1__,
382
- cldAdaptiveStream: _cldAdaptiveStream_json__WEBPACK_IMPORTED_MODULE_2__
383
- };
384
-
385
- /***/ }),
386
-
387
362
  /***/ "./extended-events.js":
388
363
  /*!****************************!*\
389
364
  !*** ./extended-events.js ***!
@@ -758,17 +733,35 @@ __webpack_require__.r(__webpack_exports__);
758
733
  /* harmony export */ getProfile: () => (/* binding */ getProfile)
759
734
  /* harmony export */ });
760
735
  /* harmony import */ var _video_player__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./video-player */ "./video-player.js");
761
- /* harmony import */ var _config_profiles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./config/profiles */ "./config/profiles/index.js");
736
+ /* harmony import */ var cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! cloudinary-video-player-profiles */ "../node_modules/cloudinary-video-player-profiles/dist/index.js");
737
+ /* harmony import */ var cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1__);
762
738
  /* harmony import */ var _plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./plugins/cloudinary/common */ "./plugins/cloudinary/common.js");
763
739
  /* harmony import */ var _cloudinary_url_gen_backwards_utils_unsigned_url_prefix__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @cloudinary/url-gen/backwards/utils/unsigned_url_prefix */ "../node_modules/@cloudinary/url-gen/backwards/utils/unsigned_url_prefix.js");
764
740
 
765
741
 
766
742
 
767
743
 
768
- const isDefaultProfile = profile => Object.keys(_config_profiles__WEBPACK_IMPORTED_MODULE_1__.defaultProfiles).includes(profile);
744
+ const isDefaultProfile = profileName => !!cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1__.defaultProfiles.find(_ref => {
745
+ let {
746
+ name
747
+ } = _ref;
748
+ return profileName === name;
749
+ });
750
+ const getDefaultProfileConfig = profileName => {
751
+ const profile = cloudinary_video_player_profiles__WEBPACK_IMPORTED_MODULE_1__.defaultProfiles.find(_ref2 => {
752
+ let {
753
+ name
754
+ } = _ref2;
755
+ return profileName === name;
756
+ });
757
+ if (!profile) {
758
+ throw new Error(`Default profile with name ${profileName} does not exist`);
759
+ }
760
+ return profile.config;
761
+ };
769
762
  const getProfile = async (profile, initOptions) => {
770
763
  if (isDefaultProfile(profile)) {
771
- return _config_profiles__WEBPACK_IMPORTED_MODULE_1__.defaultProfiles[profile];
764
+ return getDefaultProfileConfig(profile);
772
765
  }
773
766
  const urlPrefix = (0,_cloudinary_url_gen_backwards_utils_unsigned_url_prefix__WEBPACK_IMPORTED_MODULE_3__.unsigned_url_prefix)(null, initOptions.cloudName ?? initOptions.cloud_name, initOptions.private_cdn, initOptions.cdn_subdomain, initOptions.secure_cdn_subdomain, initOptions.cname, initOptions.secure ?? true, initOptions.secure_distribution);
774
767
  const profileUrl = (0,_plugins_cloudinary_common__WEBPACK_IMPORTED_MODULE_2__.isRawUrl)(profile) ? profile : `${urlPrefix}/_applet_/video_service/video_player_profiles/${profile.replaceAll(' ', '+')}.json`;
@@ -1414,7 +1407,7 @@ class CloudinaryAnalytics {
1414
1407
  this.cloudinaryAnalytics.startManualTracking(metadata, {
1415
1408
  ...(lodash_isPlainObject__WEBPACK_IMPORTED_MODULE_1___default()(this.analyticsOptions) ? this.analyticsOptions : {}),
1416
1409
  videoPlayerType: 'cloudinary video player',
1417
- videoPlayerVersion: "2.1.1-edge.1"
1410
+ videoPlayerVersion: "2.1.1-edge.2"
1418
1411
  });
1419
1412
  } else if (this.currentVideMetadata.cloudName !== metadata.cloudName || this.currentVideMetadata.publicId !== metadata.publicId) {
1420
1413
  this.cloudinaryAnalytics.stopManualTracking();
@@ -1784,7 +1777,7 @@ class CloudinaryContext {
1784
1777
  options.sourceTypes = options.sourceTypes || _this.sourceTypes();
1785
1778
  options.poster = options.poster || posterOptionsForCurrent();
1786
1779
  options.queryParams = Object.assign(options.queryParams || {}, options.usageReport ? {
1787
- _s: `vp-${"2.1.1-edge.1"}`
1780
+ _s: `vp-${"2.1.1-edge.2"}`
1788
1781
  } : {});
1789
1782
  if (options.sourceTypes.indexOf('audio') > -1) {
1790
1783
  builtSrc = new _models_audio_source_audio_source__WEBPACK_IMPORTED_MODULE_7__["default"](publicId, options);
@@ -3048,7 +3041,7 @@ const contextMenuContent = player => {
3048
3041
  const isFullscreen = player.isFullscreen();
3049
3042
  const aboutMenuItem = {
3050
3043
  class: 'player-version',
3051
- label: 'Cloudinary Player v' + "2.1.1-edge.1"
3044
+ label: 'Cloudinary Player v' + "2.1.1-edge.2"
3052
3045
  };
3053
3046
  if (!player.controls()) {
3054
3047
  return [aboutMenuItem];
@@ -5355,7 +5348,7 @@ class VideoPlayer extends _utils__WEBPACK_IMPORTED_MODULE_9__["default"].mixin(_
5355
5348
  const analyticsData = (0,_utils_get_analytics_player_options__WEBPACK_IMPORTED_MODULE_18__.getAnalyticsFromPlayerOptions)(options);
5356
5349
  const analyticsParams = new URLSearchParams(analyticsData).toString();
5357
5350
  const baseParams = new URLSearchParams({
5358
- vpVersion: "2.1.1-edge.1",
5351
+ vpVersion: "2.1.1-edge.2",
5359
5352
  vpInstanceId: this.getVPInstanceId(),
5360
5353
  // #if (process.env.WEBPACK_BUILD_LIGHT)
5361
5354
  vpLightBuild: true,
@@ -43453,6 +43446,17 @@ g,0<d.length&&(d=za[d[0]])&&(a.c[e]=d))}a.c[e]||(d=za[e])&&(a.c[e]=d);for(d=0;d<
43453
43446
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)):0;}());
43454
43447
 
43455
43448
 
43449
+ /***/ }),
43450
+
43451
+ /***/ "../node_modules/cloudinary-video-player-profiles/dist/index.js":
43452
+ /*!**********************************************************************!*\
43453
+ !*** ../node_modules/cloudinary-video-player-profiles/dist/index.js ***!
43454
+ \**********************************************************************/
43455
+ /***/ ((__unused_webpack_module, exports) => {
43456
+
43457
+ var e={607:function(e,o,t){var l=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(o,"__esModule",{value:!0}),o.defaultProfiles=o.cldAdaptiveStreamProfile=o.cldLoopingProfile=o.cldDefaultProfile=void 0;const r=l(t(704)),i=l(t(83)),a=l(t(832));o.cldDefaultProfile={name:"cld-default",isDefault:!0,config:r.default},o.cldLoopingProfile={name:"cld-looping",isDefault:!0,config:i.default},o.cldAdaptiveStreamProfile={name:"cld-adaptive-stream",isDefault:!0,config:a.default},o.defaultProfiles=[o.cldDefaultProfile,o.cldLoopingProfile,o.cldAdaptiveStreamProfile]},832:e=>{e.exports=JSON.parse('{"playerOptions":{"fluid":true,"controls":true,"controlBar":{"fullscreenToggle":false},"showJumpControls":true,"hideContextMenu":false,"floatingWhenNotVisible":"none"},"sourceOptions":{"chapters":true,"sourceTypes":["hls"],"transformation":[{"effect":["volume:auto"]}]}}')},704:e=>{e.exports=JSON.parse('{"playerOptions":{},"sourceOptions":{}}')},83:e=>{e.exports=JSON.parse('{"playerOptions":{"fluid":true,"controls":false,"muted":true,"floatingWhenNotVisible":"none","hideContextMenu":false,"autoplay":true,"loop":true},"sourceOptions":{}}')}},o={},t=function t(l){var r=o[l];if(void 0!==r)return r.exports;var i=o[l]={exports:{}};return e[l].call(i.exports,i,i.exports,t),i.exports}(607),l=exports;for(var r in t)l[r]=t[r];t.__esModule&&Object.defineProperty(l,"__esModule",{value:!0});
43458
+ //# sourceMappingURL=index.js.map
43459
+
43456
43460
  /***/ }),
43457
43461
 
43458
43462
  /***/ "../node_modules/@cloudinary/url-gen/backwards/condition.js":
@@ -48692,39 +48696,6 @@ function isString(value) {
48692
48696
 
48693
48697
 
48694
48698
 
48695
- /***/ }),
48696
-
48697
- /***/ "./config/profiles/cldAdaptiveStream.json":
48698
- /*!************************************************!*\
48699
- !*** ./config/profiles/cldAdaptiveStream.json ***!
48700
- \************************************************/
48701
- /***/ ((module) => {
48702
-
48703
- "use strict";
48704
- module.exports = /*#__PURE__*/JSON.parse('{"playerOptions":{"fluid":true,"controls":true,"controlBar":{"fullscreenToggle":false},"showJumpControls":true,"hideContextMenu":false,"floatingWhenNotVisible":"none"},"sourceOptions":{"chapters":true,"sourceTypes":["hls"],"transformation":[{"effect":["volume:auto"]}]}}');
48705
-
48706
- /***/ }),
48707
-
48708
- /***/ "./config/profiles/cldDefault.json":
48709
- /*!*****************************************!*\
48710
- !*** ./config/profiles/cldDefault.json ***!
48711
- \*****************************************/
48712
- /***/ ((module) => {
48713
-
48714
- "use strict";
48715
- module.exports = /*#__PURE__*/JSON.parse('{"playerOptions":{},"sourceOptions":{}}');
48716
-
48717
- /***/ }),
48718
-
48719
- /***/ "./config/profiles/cldLooping.json":
48720
- /*!*****************************************!*\
48721
- !*** ./config/profiles/cldLooping.json ***!
48722
- \*****************************************/
48723
- /***/ ((module) => {
48724
-
48725
- "use strict";
48726
- module.exports = /*#__PURE__*/JSON.parse('{"playerOptions":{"fluid":true,"controls":false,"muted":true,"floatingWhenNotVisible":"none","hideContextMenu":false,"autoplay":true,"loop":true},"sourceOptions":{}}');
48727
-
48728
48699
  /***/ })
48729
48700
 
48730
48701
  /******/ });