@byteplus/veplayer-plugin 2.10.4-rc.0 → 2.10.4-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.
- package/esm/index.development.js +6 -1
- package/esm/index.production.js +1 -1
- package/esm/veplayer.plugin.rtm.development.js +6 -1
- package/esm/veplayer.plugin.rtm.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.plugin.rtm.development.js +6 -1
- package/umd/veplayer.plugin.rtm.production.js +1 -1
|
@@ -8711,7 +8711,7 @@ var RtsPlugin = /* @__PURE__ */ function(_BasePlugin) {
|
|
|
8711
8711
|
}, {
|
|
8712
8712
|
key: "version",
|
|
8713
8713
|
get: function get() {
|
|
8714
|
-
return "0.2.1-alpha.
|
|
8714
|
+
return "0.2.1-alpha.62";
|
|
8715
8715
|
}
|
|
8716
8716
|
}, {
|
|
8717
8717
|
key: "beforePlayerInit",
|
|
@@ -8948,6 +8948,11 @@ var RtsPlugin = /* @__PURE__ */ function(_BasePlugin) {
|
|
|
8948
8948
|
}
|
|
8949
8949
|
return isSupportedH264;
|
|
8950
8950
|
}()
|
|
8951
|
+
}, {
|
|
8952
|
+
key: "isEncodedTransformSupported",
|
|
8953
|
+
value: function isEncodedTransformSupported$1() {
|
|
8954
|
+
return isEncodedTransformSupported() || isLegacyEncodedTransformSupported();
|
|
8955
|
+
}
|
|
8951
8956
|
}]);
|
|
8952
8957
|
return RtsPlugin2;
|
|
8953
8958
|
}(BasePlugin);
|