@byteplus/veplayer-plugin 2.10.3 → 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 +2004 -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 +274 -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 +274 -129
- package/umd/veplayer.plugin.rtm.production.js +1 -1
|
@@ -3832,7 +3832,7 @@ var MSE = /* @__PURE__ */ function() {
|
|
|
3832
3832
|
key: "isSupported",
|
|
3833
3833
|
value: function isSupported() {
|
|
3834
3834
|
var mime = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 'video/mp4; codecs="avc1.42E01E,mp4a.40.2"';
|
|
3835
|
-
var preferMMS = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] :
|
|
3835
|
+
var preferMMS = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
|
|
3836
3836
|
var MediaSource2 = getMediaSource(preferMMS);
|
|
3837
3837
|
if (!MediaSource2)
|
|
3838
3838
|
return false;
|
|
@@ -11027,7 +11027,7 @@ var Flv = /* @__PURE__ */ function(_EventEmitter) {
|
|
|
11027
11027
|
_createClass$4(Flv2, [{
|
|
11028
11028
|
key: "version",
|
|
11029
11029
|
get: function get() {
|
|
11030
|
-
return "3.0.23-rc.
|
|
11030
|
+
return "3.0.23-rc.7";
|
|
11031
11031
|
}
|
|
11032
11032
|
}, {
|
|
11033
11033
|
key: "isLive",
|
|
@@ -11631,7 +11631,8 @@ var FlvPlugin$1 = /* @__PURE__ */ function(_BasePlugin) {
|
|
|
11631
11631
|
}, {
|
|
11632
11632
|
key: "transferCost",
|
|
11633
11633
|
get: function get() {
|
|
11634
|
-
|
|
11634
|
+
var _this$flv5, _this$flv5$_transferC;
|
|
11635
|
+
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;
|
|
11635
11636
|
}
|
|
11636
11637
|
}, {
|
|
11637
11638
|
key: "beforePlayerInit",
|