@volcengine/veplayer 2.4.2-rc.5 → 2.4.2-rc.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/veplayer",
3
- "version": "2.4.2-rc.5",
3
+ "version": "2.4.2-rc.7",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
@@ -8784,11 +8784,13 @@ var __publicField = (obj, key, value) => {
8784
8784
  }
8785
8785
  }
8786
8786
  _createTea() {
8787
- SDK.init({
8788
- ...this.config,
8789
- app_id: 468759,
8790
- channel: "cn"
8791
- });
8787
+ if (!SDK.inited) {
8788
+ SDK.init({
8789
+ ...this.config,
8790
+ app_id: 468759,
8791
+ channel: "cn"
8792
+ });
8793
+ }
8792
8794
  SDK.start();
8793
8795
  SDK.config({
8794
8796
  user_unique_id: this._userId,
@@ -8809,7 +8811,7 @@ var __publicField = (obj, key, value) => {
8809
8811
  veplayer_version: "2.3.1-rc.1",
8810
8812
  flv_version: "3.0.19-rc.0",
8811
8813
  hls_version: "3.0.19-rc.0",
8812
- rts_version: "0.2.1-alpha.8"
8814
+ rts_version: "0.2.1-alpha.13"
8813
8815
  }
8814
8816
  });
8815
8817
  }