@core-player+playcore-hls+0.1.1.patch 595 B

123456789101112
  1. diff --git a/node_modules/@core-player/playcore-hls/src/constants.js b/node_modules/@core-player/playcore-hls/src/constants.js
  2. index 1606f11..6643f5e 100644
  3. --- a/node_modules/@core-player/playcore-hls/src/constants.js
  4. +++ b/node_modules/@core-player/playcore-hls/src/constants.js
  5. @@ -1,4 +1,6 @@
  6. -export const HLS_SDK = 'https://cdn.jsdelivr.net/npm/hls.js@latest'
  7. +// export const HLS_SDK = 'https://cdn.jsdelivr.net/npm/hls.js@latest'
  8. +export const HLS_SDK = 'https://web.sdk.qcloud.com/player/tcplayer/release/v4.2.1/libs/hls.min.0.13.2m.js'
  9. +
  10. export const LOAD_SDK_TIMEOUT = 60 * 1000