@volcengine/veplayer-plugin 2.2.0-rc.0 → 2.3.0-rc.1

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.
Files changed (36) hide show
  1. package/LICENSE +20 -0
  2. package/esm/index.d.ts +2 -0
  3. package/esm/index.development.js +75169 -69866
  4. package/esm/index.production.js +4 -5
  5. package/esm/veplayer.plugin.drm.development.js +1577 -0
  6. package/esm/veplayer.plugin.drm.production.js +2 -0
  7. package/esm/veplayer.plugin.flv.development.js +45 -23
  8. package/esm/veplayer.plugin.flv.production.js +1 -1
  9. package/esm/veplayer.plugin.hls.development.js +80 -58
  10. package/esm/veplayer.plugin.hls.production.js +1 -1
  11. package/esm/veplayer.plugin.mp4.development.js +10674 -5866
  12. package/esm/veplayer.plugin.mp4.production.js +1 -1
  13. package/esm/veplayer.plugin.rtm.development.js +19 -17
  14. package/esm/veplayer.plugin.rtm.production.js +1 -1
  15. package/esm/veplayer.plugin.time.shift.development.js +3 -3
  16. package/esm/veplayer.plugin.time.shift.production.js +1 -1
  17. package/esm/veplayer.plugin.xgvideo.development.js +228 -226
  18. package/esm/veplayer.plugin.xgvideo.production.js +1 -1
  19. package/package.json +8 -3
  20. package/umd/index.d.ts +2 -0
  21. package/umd/index.development.js +74071 -68723
  22. package/umd/index.production.js +1 -1
  23. package/umd/veplayer.plugin.drm.development.js +1579 -0
  24. package/umd/veplayer.plugin.drm.production.js +1 -0
  25. package/umd/veplayer.plugin.flv.development.js +28 -5
  26. package/umd/veplayer.plugin.flv.production.js +1 -1
  27. package/umd/veplayer.plugin.hls.development.js +42 -21
  28. package/umd/veplayer.plugin.hls.production.js +1 -1
  29. package/umd/veplayer.plugin.mp4.development.js +10218 -5410
  30. package/umd/veplayer.plugin.mp4.production.js +1 -1
  31. package/umd/veplayer.plugin.rtm.development.js +3 -2
  32. package/umd/veplayer.plugin.rtm.production.js +1 -1
  33. package/umd/veplayer.plugin.time.shift.development.js +3 -3
  34. package/umd/veplayer.plugin.time.shift.production.js +1 -1
  35. package/umd/veplayer.plugin.xgvideo.development.js +2 -1
  36. package/umd/veplayer.plugin.xgvideo.production.js +1 -1
package/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ ## [@volcengine/veplayer-plugin] License
2
+
3
+ Copyright 2021 Beijing Volcanoengine Technology Ltd. All Rights Reserved.
4
+
5
+ The @volcengine/veplayer-plugin was developed by Beijing Volcanoengine Technology Ltd. (hereinafter
6
+ “Volcanoengine”). Any copyright or patent right is owned by and proprietary material of the
7
+ Volcanoengine.
8
+
9
+ @volcengine/veplayer-plugin is available under the @volcengine/veplayer-plugin and licensed under the
10
+ commercial license. Customers can contact service@volcengine.com for commercial licensing
11
+ options. Here is also a link to subscription services agreement:
12
+ https://www.volcengine.com/docs/6469.
13
+
14
+ Without Volcanoengine's prior written permission, any use of @volcengine/veplayer-plugin, in particular
15
+ any use for commercial purposes, is prohibited. This includes, without limitation, incorporation in a
16
+ commercial product, use in a commercial service, or production of other artefacts for commercial
17
+ purposes.
18
+
19
+ Without Volcanoengine's prior written permission, the @volcengine/veplayer-plugin may not be
20
+ reproduced, modified and/or made available in any form to any third party.
package/esm/index.d.ts CHANGED
@@ -4,3 +4,5 @@ export const hls: any;
4
4
  export const rtm: any;
5
5
  export const shaka: any;
6
6
  export const xgvideo: any;
7
+ export const timeShift: any;
8
+ export const drm: any;