stream-engine-player 0.0.16 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
@@ -43277,7 +43277,7 @@ var require_stream_engine_player = __commonJS({
|
|
43277
43277
|
default: videojs$1
|
43278
43278
|
}, Symbol.toStringTag, { value: "Module" }));
|
43279
43279
|
const name$1 = "stream-engine-player";
|
43280
|
-
const version$2 = "0.0.
|
43280
|
+
const version$2 = "0.0.17";
|
43281
43281
|
const description = "Stream engine player";
|
43282
43282
|
const type$1 = "module";
|
43283
43283
|
const files$1 = [
|
@@ -66613,6 +66613,11 @@ var require_stream_engine_player = __commonJS({
|
|
66613
66613
|
type: inputType($scope.src) === "youtube" ? "video/youtube" : isHls($scope.src) ? "application/x-mpegURL" : void 0
|
66614
66614
|
}
|
66615
66615
|
];
|
66616
|
+
try {
|
66617
|
+
new URL($scope.adTagUrl);
|
66618
|
+
} catch {
|
66619
|
+
$scope.adTagUrl = "";
|
66620
|
+
}
|
66616
66621
|
$scope.options = {
|
66617
66622
|
controls: !!$scope.controls,
|
66618
66623
|
transparent: !!$scope.transparent,
|