@byteplus/veplayer 2.3.1-rc.2 → 2.3.1-rc.4

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.
@@ -81,7 +81,7 @@ const getRtmStrategy = async (options, player) => {
81
81
  backupStrategy && load$2(backupStrategy.module).then((module) => {
82
82
  if ((backupStrategy == null ? void 0 : backupStrategy.module) === DynamicModule$2.PluginFlv) {
83
83
  return module.FlvPlugin;
84
- } else if ((backupStrategy == null ? void 0 : backupStrategy.module) === DynamicModule$2.PluginHls) {
84
+ } else if ((backupStrategy == null ? void 0 : backupStrategy.module) === DynamicModule$2.PluginHls || (backupStrategy == null ? void 0 : backupStrategy.module) === DynamicModule$2.PluginHlsJs) {
85
85
  return module.HlsPlugin;
86
86
  }
87
87
  }).catch(() => void 0)
@@ -2930,7 +2930,7 @@ class Logger extends Plugin$2 {
2930
2930
  user_id: this._userId,
2931
2931
  device_id: this._deviceId,
2932
2932
  ext: {
2933
- veplayer_version: "2.3.1-rc.1",
2933
+ veplayer_version: "2.3.1-rc.2",
2934
2934
  flv_version: "3.0.15-alpha.2",
2935
2935
  hls_version: "3.0.12",
2936
2936
  rts_version: "0.2.0-alpha.5"