@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
package/package.json
CHANGED
|
@@ -8714,7 +8714,7 @@
|
|
|
8714
8714
|
}, {
|
|
8715
8715
|
key: "version",
|
|
8716
8716
|
get: function get() {
|
|
8717
|
-
return "0.2.1-alpha.
|
|
8717
|
+
return "0.2.1-alpha.62";
|
|
8718
8718
|
}
|
|
8719
8719
|
}, {
|
|
8720
8720
|
key: "beforePlayerInit",
|
|
@@ -8951,6 +8951,11 @@
|
|
|
8951
8951
|
}
|
|
8952
8952
|
return isSupportedH264;
|
|
8953
8953
|
}()
|
|
8954
|
+
}, {
|
|
8955
|
+
key: "isEncodedTransformSupported",
|
|
8956
|
+
value: function isEncodedTransformSupported$1() {
|
|
8957
|
+
return isEncodedTransformSupported() || isLegacyEncodedTransformSupported();
|
|
8958
|
+
}
|
|
8954
8959
|
}]);
|
|
8955
8960
|
return RtsPlugin2;
|
|
8956
8961
|
}(BasePlugin);
|