@vtx/player 1.1.4 → 1.1.6

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.
Files changed (107) hide show
  1. package/lib/api/fetch.js +75 -51
  2. package/lib/api/fetch.js.map +1 -1
  3. package/lib/api/index.js +62 -18
  4. package/lib/api/index.js.map +1 -1
  5. package/lib/api/types.d.ts +5 -5
  6. package/lib/bill-player/index.js +111 -59
  7. package/lib/bill-player/index.js.map +1 -1
  8. package/lib/bill-player/style/css.js +9 -0
  9. package/lib/bill-player/style/css.js.map +1 -1
  10. package/lib/bill-player/style/index.js +9 -0
  11. package/lib/bill-player/style/index.js.map +1 -1
  12. package/lib/components/set-tag-video/index.js +34 -6
  13. package/lib/components/set-tag-video/index.js.map +1 -1
  14. package/lib/components/set-tag-video/style/css.js.map +1 -1
  15. package/lib/components/set-tag-video/style/index.js.map +1 -1
  16. package/lib/components/split-screen/index.d.ts +1 -1
  17. package/lib/components/split-screen/index.js +14 -3
  18. package/lib/components/split-screen/index.js.map +1 -1
  19. package/lib/components/split-screen/style/css.js.map +1 -1
  20. package/lib/components/split-screen/style/index.js.map +1 -1
  21. package/lib/components/tag-video/index.js +38 -10
  22. package/lib/components/tag-video/index.js.map +1 -1
  23. package/lib/components/tag-video/style/css.js.map +1 -1
  24. package/lib/components/tag-video/style/index.js.map +1 -1
  25. package/lib/components/video-scale/index.d.ts +1 -1
  26. package/lib/components/video-scale/index.js +9 -2
  27. package/lib/components/video-scale/index.js.map +1 -1
  28. package/lib/components/video-scale/style/css.js.map +1 -1
  29. package/lib/components/video-scale/style/index.js.map +1 -1
  30. package/lib/context/index.js +4 -0
  31. package/lib/context/index.js.map +1 -1
  32. package/lib/controls/index.d.ts +3 -3
  33. package/lib/controls/index.js +99 -34
  34. package/lib/controls/index.js.map +1 -1
  35. package/lib/controls/style/css.js +5 -0
  36. package/lib/controls/style/css.js.map +1 -1
  37. package/lib/controls/style/index.js +5 -0
  38. package/lib/controls/style/index.js.map +1 -1
  39. package/lib/history-control/index.d.ts +2 -2
  40. package/lib/history-control/index.js +114 -57
  41. package/lib/history-control/index.js.map +1 -1
  42. package/lib/history-control/style/css.js +6 -0
  43. package/lib/history-control/style/css.js.map +1 -1
  44. package/lib/history-control/style/index.js +6 -0
  45. package/lib/history-control/style/index.js.map +1 -1
  46. package/lib/history-control-v2/components/grid-item/index.js +70 -32
  47. package/lib/history-control-v2/components/grid-item/index.js.map +1 -1
  48. package/lib/history-control-v2/components/panel/index.js +105 -36
  49. package/lib/history-control-v2/components/panel/index.js.map +1 -1
  50. package/lib/history-control-v2/context.js +2 -0
  51. package/lib/history-control-v2/context.js.map +1 -1
  52. package/lib/history-control-v2/index.d.ts +4 -4
  53. package/lib/history-control-v2/index.js +163 -95
  54. package/lib/history-control-v2/index.js.map +1 -1
  55. package/lib/history-control-v2/style/css.js +10 -0
  56. package/lib/history-control-v2/style/css.js.map +1 -1
  57. package/lib/history-control-v2/style/index.js +10 -0
  58. package/lib/history-control-v2/style/index.js.map +1 -1
  59. package/lib/history-control-v2/utils.js +21 -1
  60. package/lib/history-control-v2/utils.js.map +1 -1
  61. package/lib/history-player/index.d.ts +1 -1
  62. package/lib/history-player/index.js +118 -73
  63. package/lib/history-player/index.js.map +1 -1
  64. package/lib/history-player/style/css.js +3 -0
  65. package/lib/history-player/style/css.js.map +1 -1
  66. package/lib/history-player/style/index.js +3 -0
  67. package/lib/history-player/style/index.js.map +1 -1
  68. package/lib/hooks/useSettings.js +6 -1
  69. package/lib/hooks/useSettings.js.map +1 -1
  70. package/lib/icons/index.js +171 -23
  71. package/lib/icons/index.js.map +1 -1
  72. package/lib/index.js +10 -0
  73. package/lib/index.js.map +1 -1
  74. package/lib/live-channel-player/index.js +67 -31
  75. package/lib/live-channel-player/index.js.map +1 -1
  76. package/lib/live-channel-player/style/css.js +1 -0
  77. package/lib/live-channel-player/style/css.js.map +1 -1
  78. package/lib/live-channel-player/style/index.js +1 -0
  79. package/lib/live-channel-player/style/index.js.map +1 -1
  80. package/lib/live-control/index.d.ts +2 -2
  81. package/lib/live-control/index.js +83 -32
  82. package/lib/live-control/index.js.map +1 -1
  83. package/lib/live-control/style/css.js +4 -0
  84. package/lib/live-control/style/css.js.map +1 -1
  85. package/lib/live-control/style/index.js +4 -0
  86. package/lib/live-control/style/index.js.map +1 -1
  87. package/lib/live-control-v2/index.d.ts +3 -3
  88. package/lib/live-control-v2/index.js +131 -59
  89. package/lib/live-control-v2/index.js.map +1 -1
  90. package/lib/live-control-v2/style/css.js +7 -0
  91. package/lib/live-control-v2/style/css.js.map +1 -1
  92. package/lib/live-control-v2/style/index.js +7 -0
  93. package/lib/live-control-v2/style/index.js.map +1 -1
  94. package/lib/live-player/index.js +58 -31
  95. package/lib/live-player/index.js.map +1 -1
  96. package/lib/live-player/style/css.js +2 -0
  97. package/lib/live-player/style/css.js.map +1 -1
  98. package/lib/live-player/style/index.js +2 -0
  99. package/lib/live-player/style/index.js.map +1 -1
  100. package/lib/player/index.d.ts +2 -2
  101. package/lib/player/index.js +127 -47
  102. package/lib/player/index.js.map +1 -1
  103. package/lib/typings/h5player.d.ts +1 -1
  104. package/lib/utils/index.d.ts +1 -1
  105. package/lib/utils/index.js +74 -8
  106. package/lib/utils/index.js.map +1 -1
  107. package/package.json +1 -1
@@ -1,27 +1,37 @@
1
1
  "use strict";
2
2
 
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
3
5
  Object.defineProperty(exports, "__esModule", {
4
6
  value: true
5
7
  });
6
8
  exports["default"] = void 0;
9
+
7
10
  var _utils = require("../utils");
11
+
8
12
  var _flv = _interopRequireDefault(require("flv.js"));
13
+
9
14
  var _hls = _interopRequireDefault(require("hls.js"));
15
+
10
16
  var _moment = _interopRequireDefault(require("moment"));
17
+
11
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
13
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
19
+
20
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, "catch": function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
21
+
14
22
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
23
+
24
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
25
+
16
26
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
18
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
27
+
19
28
  var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {
20
29
  function adopt(value) {
21
30
  return value instanceof P ? value : new P(function (resolve) {
22
31
  resolve(value);
23
32
  });
24
33
  }
34
+
25
35
  return new (P || (P = Promise))(function (resolve, reject) {
26
36
  function fulfilled(value) {
27
37
  try {
@@ -30,6 +40,7 @@ var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P
30
40
  reject(e);
31
41
  }
32
42
  }
43
+
33
44
  function rejected(value) {
34
45
  try {
35
46
  step(generator["throw"](value));
@@ -37,42 +48,51 @@ var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P
37
48
  reject(e);
38
49
  }
39
50
  }
51
+
40
52
  function step(result) {
41
53
  result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
42
54
  }
55
+
43
56
  step((generator = generator.apply(thisArg, _arguments || [])).next());
44
57
  });
45
58
  };
59
+
46
60
  /**
47
61
  * 视频播放核心类
48
62
  */
49
63
  var Player = /*#__PURE__*/function () {
50
64
  function Player(params) {
51
65
  _classCallCheck(this, Player);
66
+
52
67
  this.player = null;
53
68
  /** 之前的视频播放速度,用于处理海康音量控制 */
69
+
54
70
  this.preSpeed = 1;
55
71
  /** 视频播放流是否走代理 - 是强制走代理,否通过判断 http协议,走代理配置 */
72
+
56
73
  var url = params.url,
57
- _params$enableAgent = params.enableAgent,
58
- enableAgent = _params$enableAgent === void 0 ? false : _params$enableAgent,
59
- container = params.container,
60
- _params$live = params.live,
61
- live = _params$live === void 0 ? true : _params$live,
62
- type = params.type,
63
- startTime = params.startTime,
64
- endTime = params.endTime;
74
+ _params$enableAgent = params.enableAgent,
75
+ enableAgent = _params$enableAgent === void 0 ? false : _params$enableAgent,
76
+ container = params.container,
77
+ _params$live = params.live,
78
+ live = _params$live === void 0 ? true : _params$live,
79
+ type = params.type,
80
+ startTime = params.startTime,
81
+ endTime = params.endTime;
65
82
  var playerParams = (0, _utils.getPlayerParams)(type, url, enableAgent, live);
66
83
  this.type = type || playerParams.type; // 如果不传递type,则通过url解析type值,1.1.2之后默认都传type
84
+
67
85
  this.url = playerParams.url;
68
86
  this.enableAgent = enableAgent;
69
87
  this.startTime = startTime;
70
88
  this.endTime = endTime;
71
- console.log(this.type, this.url);
72
89
  var video = document.createElement('video'); // 生成video元素
90
+
73
91
  video.className = 'vtx-player-video';
74
92
  video.muted = true; //设置静音
93
+
75
94
  this.video = video;
95
+
76
96
  if (this.type === 'flv' && _flv["default"].isSupported() && video) {
77
97
  container.appendChild(video);
78
98
  this.player = _flv["default"].createPlayer({
@@ -82,17 +102,19 @@ var Player = /*#__PURE__*/function () {
82
102
  });
83
103
  this.player.attachMediaElement(this.video);
84
104
  this.player.load();
85
- }
86
- // 处理hls格式视频
105
+ } // 处理hls格式视频
106
+
107
+
87
108
  if (this.type === 'hls' && _hls["default"].isSupported() && video) {
88
109
  container.appendChild(video);
89
110
  this.player = new _hls["default"]();
90
111
  this.player.loadSource(this.url);
91
112
  this.player.attachMedia(this.video);
92
- }
93
- // 处理海康视频
113
+ } // 处理海康视频
114
+
115
+
94
116
  if (this.type === 'hk_ws') {
95
- this.player = new window.JSPluginH5({
117
+ this.player = new window.JSPlugin({
96
118
  szId: container.id,
97
119
  szBasePath: './resources/',
98
120
  iMaxSplit: 1,
@@ -100,11 +122,13 @@ var Player = /*#__PURE__*/function () {
100
122
  });
101
123
  var wrapDiv = document.getElementById(container.id);
102
124
  this.video = wrapDiv.getElementsByTagName('video')[0];
103
- }
104
- // 处理海康视频
125
+ } // 处理海康视频
126
+
127
+
105
128
  if (this.type === 'hkcar_ws' && (url.startsWith('ws://') || url.startsWith('wss://'))) {
106
129
  var _wrapDiv = document.getElementById(container.id);
107
- this.player = new window.JSPlugin({
130
+
131
+ this.player = new window.JSPluginHkCar({
108
132
  szId: container.id,
109
133
  iWidth: _wrapDiv.clientWidth,
110
134
  iHeight: _wrapDiv.clientHeight,
@@ -120,6 +144,8 @@ var Player = /*#__PURE__*/function () {
120
144
  }
121
145
  }
122
146
  /** 播放 */
147
+
148
+
123
149
  _createClass(Player, [{
124
150
  key: "play",
125
151
  value: function play() {
@@ -127,20 +153,26 @@ var Player = /*#__PURE__*/function () {
127
153
  var player = this.player;
128
154
  return player.play();
129
155
  }
156
+
130
157
  if (this.type === 'hls') {
131
158
  return this.video.play();
132
159
  }
160
+
133
161
  if (this.type === 'hk_ws' || this.type === 'hkcar_ws') {
134
162
  var _player = this.player;
163
+
135
164
  var result = _player.JS_Play(this.url, {
136
165
  playURL: this.url,
137
166
  mode: 0
138
167
  }, 0);
168
+
139
169
  return result;
140
170
  }
171
+
141
172
  return Promise.resolve();
142
173
  }
143
174
  /** 回放 */
175
+
144
176
  }, {
145
177
  key: "playBack",
146
178
  value: function playBack() {
@@ -156,6 +188,7 @@ var Player = /*#__PURE__*/function () {
156
188
  }
157
189
  }
158
190
  /** 销毁 */
191
+
159
192
  }, {
160
193
  key: "destroy",
161
194
  value: function destroy() {
@@ -165,22 +198,30 @@ var Player = /*#__PURE__*/function () {
165
198
  this.player = null;
166
199
  this.video.remove();
167
200
  }
201
+
168
202
  if (this.type === 'hls') {
169
203
  var _player2 = this.player;
204
+
170
205
  _player2.destroy();
206
+
171
207
  this.player = null;
172
208
  this.video.remove();
173
209
  }
210
+
174
211
  if (this.type === 'hk_ws') {
175
212
  var _player3 = this.player;
213
+
176
214
  _player3.JS_Stop(1);
177
215
  }
216
+
178
217
  if (this.type === 'hkcar_ws') {
179
218
  var _player4 = this.player;
219
+
180
220
  _player4.JS_DestroyWorker();
181
221
  }
182
222
  }
183
223
  /** 截图 */
224
+
184
225
  }, {
185
226
  key: "capture",
186
227
  value: function capture() {
@@ -189,6 +230,7 @@ var Player = /*#__PURE__*/function () {
189
230
  var time = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
190
231
  var name = captureName;
191
232
  if (time) name += "-".concat((0, _moment["default"])().format('YYYYMMDDHHmmss'));
233
+
192
234
  if (this.type === 'hk_ws' || this.type === 'hkcar_ws') {
193
235
  var player = this.player;
194
236
  if (player) player.JS_CapturePicture(1, name, 'JPEG', function (res) {
@@ -199,6 +241,7 @@ var Player = /*#__PURE__*/function () {
199
241
  }
200
242
  }
201
243
  /** 尺寸重置 */
244
+
202
245
  }, {
203
246
  key: "resize",
204
247
  value: function resize() {
@@ -211,6 +254,7 @@ var Player = /*#__PURE__*/function () {
211
254
  * 设置音量
212
255
  * @param value
213
256
  */
257
+
214
258
  }, {
215
259
  key: "setVolume",
216
260
  value: function setVolume(value) {
@@ -218,11 +262,14 @@ var Player = /*#__PURE__*/function () {
218
262
  var player = this.player;
219
263
  player.volume = value / 100;
220
264
  }
265
+
221
266
  if (this.type === 'hls') {
222
267
  this.video.volume = value / 100;
223
268
  }
269
+
224
270
  if (this.type === 'hk_ws' || this.type === 'hkcar_ws') {
225
271
  var _player5 = this.player;
272
+
226
273
  _player5.JS_SetVolume(1, value);
227
274
  }
228
275
  }
@@ -230,19 +277,23 @@ var Player = /*#__PURE__*/function () {
230
277
  * 设置播放速度
231
278
  * @param speed
232
279
  */
280
+
233
281
  }, {
234
282
  key: "setSpeed",
235
283
  value: function setSpeed(speed) {
236
284
  if (this.type === 'hk_ws' || this.type === 'hkcar_ws') {
237
285
  var player = this.player;
286
+
238
287
  if (this.preSpeed / speed === 2) {
239
288
  player.JS_Slow(1);
240
289
  }
290
+
241
291
  if (this.preSpeed / speed === 4) {
242
292
  player.JS_Slow(1).then(function () {
243
293
  return player.JS_Slow(1);
244
294
  });
245
295
  }
296
+
246
297
  if (this.preSpeed / speed === 8) {
247
298
  player.JS_Slow(1).then(function () {
248
299
  return player.JS_Slow(1);
@@ -250,6 +301,7 @@ var Player = /*#__PURE__*/function () {
250
301
  return player.JS_Slow(1);
251
302
  });
252
303
  }
304
+
253
305
  if (this.preSpeed / speed === 16) {
254
306
  player.JS_Slow(1).then(function () {
255
307
  return player.JS_Slow(1);
@@ -259,14 +311,17 @@ var Player = /*#__PURE__*/function () {
259
311
  return player.JS_Slow(1);
260
312
  });
261
313
  }
314
+
262
315
  if (speed / this.preSpeed === 2) {
263
316
  player.JS_Fast(1);
264
317
  }
318
+
265
319
  if (speed / this.preSpeed === 4) {
266
320
  player.JS_Fast(1).then(function () {
267
321
  return player.JS_Fast(1);
268
322
  });
269
323
  }
324
+
270
325
  if (speed / this.preSpeed === 8) {
271
326
  player.JS_Fast(1).then(function () {
272
327
  return player.JS_Fast(1);
@@ -274,6 +329,7 @@ var Player = /*#__PURE__*/function () {
274
329
  return player.JS_Fast(1);
275
330
  });
276
331
  }
332
+
277
333
  if (speed / this.preSpeed === 16) {
278
334
  player.JS_Fast(1).then(function () {
279
335
  return player.JS_Fast(1);
@@ -283,6 +339,7 @@ var Player = /*#__PURE__*/function () {
283
339
  return player.JS_Fast(1);
284
340
  });
285
341
  }
342
+
286
343
  this.preSpeed = speed;
287
344
  } else {
288
345
  this.video.playbackRate = speed;
@@ -292,19 +349,24 @@ var Player = /*#__PURE__*/function () {
292
349
  * 时间更新事件
293
350
  * @param callback 回调函数
294
351
  */
352
+
295
353
  }, {
296
354
  key: "onTimeUpdate",
297
355
  value: function onTimeUpdate(callback) {
298
356
  var _this = this;
357
+
299
358
  var _a;
359
+
300
360
  this.video.addEventListener('timeupdate', function () {
301
361
  var currentTime = _this.video.currentTime;
362
+
302
363
  if (_this.type === 'hk_ws' || _this.type === 'hkcar_ws' && _this.seekTime) {
303
364
  currentTime = currentTime + _this.seekTime.diff(_this.startTime, 'seconds');
304
365
  }
366
+
305
367
  callback(currentTime, _this.type === 'hk_ws' || _this.type === 'hkcar_ws' ? _this.preSpeed : _this.video.playbackRate);
306
- });
307
- // 增加hw_ws 流播放结束回调
368
+ }); // 增加hw_ws 流播放结束回调
369
+
308
370
  var player = this.player;
309
371
  (_a = player === null || player === void 0 ? void 0 : player.JS_SetWindowControlCallback) === null || _a === void 0 ? void 0 : _a.call(player, {
310
372
  StreamEnd: function StreamEnd() {
@@ -313,33 +375,41 @@ var Player = /*#__PURE__*/function () {
313
375
  });
314
376
  }
315
377
  /** 跳转到 */
378
+
316
379
  }, {
317
380
  key: "seekTo",
318
381
  value: function seekTo(time) {
319
382
  var _a;
383
+
320
384
  return __awaiter(this, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
321
385
  var player, seekTime;
322
386
  return _regeneratorRuntime().wrap(function _callee$(_context) {
323
- while (1) switch (_context.prev = _context.next) {
324
- case 0:
325
- if (!(this.type === 'hk_ws' || this.type === 'hkcar_ws')) {
326
- _context.next = 8;
387
+ while (1) {
388
+ switch (_context.prev = _context.next) {
389
+ case 0:
390
+ if (!(this.type === 'hk_ws' || this.type === 'hkcar_ws')) {
391
+ _context.next = 8;
392
+ break;
393
+ }
394
+
395
+ player = this.player;
396
+ seekTime = (_a = (0, _moment["default"])(this.startTime)) === null || _a === void 0 ? void 0 : _a.add(time, 'seconds');
397
+ _context.next = 5;
398
+ return player.JS_Seek(1, (0, _utils.getHKTimeString)(seekTime), (0, _utils.getHKTimeString)(this.endTime));
399
+
400
+ case 5:
401
+ this.seekTime = seekTime;
402
+ _context.next = 10;
327
403
  break;
328
- }
329
- player = this.player;
330
- seekTime = (_a = (0, _moment["default"])(this.startTime)) === null || _a === void 0 ? void 0 : _a.add(time, 'seconds');
331
- _context.next = 5;
332
- return player.JS_Seek(1, (0, _utils.getHKTimeString)(seekTime), (0, _utils.getHKTimeString)(this.endTime));
333
- case 5:
334
- this.seekTime = seekTime;
335
- _context.next = 10;
336
- break;
337
- case 8:
338
- this.video.currentTime = time;
339
- return _context.abrupt("return", Promise.resolve());
340
- case 10:
341
- case "end":
342
- return _context.stop();
404
+
405
+ case 8:
406
+ this.video.currentTime = time;
407
+ return _context.abrupt("return", Promise.resolve());
408
+
409
+ case 10:
410
+ case "end":
411
+ return _context.stop();
412
+ }
343
413
  }
344
414
  }, _callee, this);
345
415
  }));
@@ -348,6 +418,7 @@ var Player = /*#__PURE__*/function () {
348
418
  * 暂停播放
349
419
  * @param callback 回调函数
350
420
  */
421
+
351
422
  }, {
352
423
  key: "pause",
353
424
  value: function pause(callback) {
@@ -365,6 +436,7 @@ var Player = /*#__PURE__*/function () {
365
436
  * 恢复播放
366
437
  * @param callback 回调函数
367
438
  */
439
+
368
440
  }, {
369
441
  key: "resume",
370
442
  value: function resume(callback) {
@@ -382,6 +454,7 @@ var Player = /*#__PURE__*/function () {
382
454
  * 开始对讲
383
455
  * @param url 对讲地址
384
456
  */
457
+
385
458
  }, {
386
459
  key: "startTalk",
387
460
  value: function startTalk(url) {
@@ -389,12 +462,14 @@ var Player = /*#__PURE__*/function () {
389
462
  var player = this.player;
390
463
  return player.JS_StartTalk(url);
391
464
  }
465
+
392
466
  return Promise.reject();
393
467
  }
394
468
  /**
395
469
  * 开始对讲
396
470
  * @param state 状态
397
471
  */
472
+
398
473
  }, {
399
474
  key: "stopTalk",
400
475
  value: function stopTalk() {
@@ -402,29 +477,33 @@ var Player = /*#__PURE__*/function () {
402
477
  var player = this.player;
403
478
  return player.JS_StopTalk();
404
479
  }
480
+
405
481
  return Promise.reject();
406
482
  }
407
483
  }]);
484
+
408
485
  return Player;
409
486
  }();
410
487
  /**
411
488
  * 截图
412
489
  * @param video
413
490
  */
491
+
492
+
414
493
  var Capture = function Capture(video, name, callback) {
415
494
  var canvas = document.createElement('canvas');
416
495
  canvas.width = video.videoWidth;
417
496
  canvas.height = video.videoHeight;
418
497
  var context = canvas.getContext('2d');
498
+
419
499
  if (context) {
420
500
  context.drawImage(video, 0, 0, canvas.width, canvas.height);
421
501
  var dataURL;
422
502
  canvas.toBlob(function (blob) {
423
503
  if (blob) {
424
- dataURL = URL.createObjectURL(blob);
425
- // const link = document.createElement('a');
426
- callback && callback(dataURL);
427
- // link.href = dataURL;
504
+ dataURL = URL.createObjectURL(blob); // const link = document.createElement('a');
505
+
506
+ callback && callback(dataURL); // link.href = dataURL;
428
507
  // link.download = `${name}.png`;
429
508
  // link.style.display = 'none';
430
509
  // document.body.appendChild(link);
@@ -435,6 +514,7 @@ var Capture = function Capture(video, name, callback) {
435
514
  });
436
515
  }
437
516
  };
517
+
438
518
  var _default = Player;
439
519
  exports["default"] = _default;
440
520
  //# sourceMappingURL=index.js.map