@byteplus/veplayer-plugin 2.10.3 → 2.10.4-rc.0
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 +1999 -2120
- package/esm/index.production.js +7 -7
- package/esm/veplayer.plugin.flv.development.js +4 -3
- package/esm/veplayer.plugin.flv.production.js +1 -1
- package/esm/veplayer.plugin.rtm.development.js +269 -129
- package/esm/veplayer.plugin.rtm.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.plugin.flv.development.js +4 -3
- package/umd/veplayer.plugin.flv.production.js +1 -1
- package/umd/veplayer.plugin.rtm.development.js +269 -129
- package/umd/veplayer.plugin.rtm.production.js +1 -1
package/package.json
CHANGED
|
@@ -3835,7 +3835,7 @@ var __publicField = (obj, key, value) => {
|
|
|
3835
3835
|
key: "isSupported",
|
|
3836
3836
|
value: function isSupported() {
|
|
3837
3837
|
var mime = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 'video/mp4; codecs="avc1.42E01E,mp4a.40.2"';
|
|
3838
|
-
var preferMMS = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
3838
|
+
var preferMMS = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
|
|
3839
3839
|
var MediaSource2 = getMediaSource(preferMMS);
|
|
3840
3840
|
if (!MediaSource2)
|
|
3841
3841
|
return false;
|
|
@@ -11030,7 +11030,7 @@ var __publicField = (obj, key, value) => {
|
|
|
11030
11030
|
_createClass$4(Flv2, [{
|
|
11031
11031
|
key: "version",
|
|
11032
11032
|
get: function get() {
|
|
11033
|
-
return "3.0.23-rc.
|
|
11033
|
+
return "3.0.23-rc.7";
|
|
11034
11034
|
}
|
|
11035
11035
|
}, {
|
|
11036
11036
|
key: "isLive",
|
|
@@ -11634,7 +11634,8 @@ var __publicField = (obj, key, value) => {
|
|
|
11634
11634
|
}, {
|
|
11635
11635
|
key: "transferCost",
|
|
11636
11636
|
get: function get() {
|
|
11637
|
-
|
|
11637
|
+
var _this$flv5, _this$flv5$_transferC;
|
|
11638
|
+
return (_this$flv5 = this.flv) === null || _this$flv5 === void 0 ? void 0 : (_this$flv5$_transferC = _this$flv5._transferCost) === null || _this$flv5$_transferC === void 0 ? void 0 : _this$flv5$_transferC.transferCost;
|
|
11638
11639
|
}
|
|
11639
11640
|
}, {
|
|
11640
11641
|
key: "beforePlayerInit",
|