@besovideo/webrtc-player 0.8.45 → 0.8.46

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.
@@ -104,7 +104,7 @@ var bvPlayerCore = (() => {
104
104
  // <define:process.env>
105
105
  var define_process_env_default;
106
106
  var init_define_process_env = __esm({
107
- "<define:process.env>"() {
107
+ "define:processenv"() {
108
108
  define_process_env_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.45", PROJECT_NAMESPACE: "bvplayer" };
109
109
  }
110
110
  });
@@ -10309,7 +10309,6 @@ If you want to allow non-zero first timestamps, set firstTimestampBehavior: 'per
10309
10309
  }
10310
10310
  const currentTime = baseTime + blockTime;
10311
10311
  trackTimestampMap[trackId] = currentTime;
10312
- console.log("timestamp: ", trackId, blockTime, currentTime);
10313
10312
  return [currentTime * 1e3, simpleBlock.data.slice(4), bKeyFrame];
10314
10313
  }
10315
10314
  };
package/dist/main.es.js CHANGED
@@ -98,7 +98,7 @@ var __async = (__this, __arguments, generator) => {
98
98
  // <define:process.env>
99
99
  var define_process_env_default;
100
100
  var init_define_process_env = __esm({
101
- "<define:process.env>"() {
101
+ "define:processenv"() {
102
102
  define_process_env_default = { NODE_ENV: "production", SH_LIB_NAME: "@besovideo/webrtc-player", SH_LIB_VERSION: "0.8.45", PROJECT_NAMESPACE: "bvplayer" };
103
103
  }
104
104
  });
@@ -10295,7 +10295,6 @@ function SimpleBlockParser() {
10295
10295
  }
10296
10296
  const currentTime = baseTime + blockTime;
10297
10297
  trackTimestampMap[trackId] = currentTime;
10298
- console.log("timestamp: ", trackId, blockTime, currentTime);
10299
10298
  return [currentTime * 1e3, simpleBlock.data.slice(4), bKeyFrame];
10300
10299
  }
10301
10300
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@besovideo/webrtc-player",
3
- "version": "0.8.45",
3
+ "version": "0.8.46",
4
4
  "description": "@besovideo/webrtc-player desc",
5
5
  "type": "module",
6
6
  "types": "./dist/types/main.d.ts",