@castlabs/prestoplay 6.2.8 → 6.4.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/CHANGELOG.md +81 -1
- package/cjs/cl.adobe.js +3 -3
- package/cjs/cl.airplay.js +3 -3
- package/cjs/cl.broadpeak.js +6 -6
- package/cjs/cl.cast.js +111 -106
- package/cjs/cl.conviva.js +33 -32
- package/cjs/cl.core.js +413 -390
- package/cjs/cl.crypto.js +10 -10
- package/cjs/cl.dash.js +72 -69
- package/cjs/cl.externs.js +123 -69
- package/cjs/cl.freewheel.js +24 -24
- package/cjs/cl.hls.js +49 -44
- package/cjs/cl.hlssmpte.js +6 -6
- package/cjs/cl.htmlcue.js +32 -30
- package/cjs/cl.ima.js +23 -23
- package/cjs/cl.mse.js +259 -259
- package/cjs/cl.muxdata.js +12 -11
- package/cjs/cl.onboard.js +3 -3
- package/cjs/cl.persistent.js +14 -14
- package/cjs/cl.playlist.js +6 -5
- package/cjs/cl.smooth.js +70 -70
- package/cjs/cl.thumbnails.js +24 -23
- package/cjs/cl.tizen.js +71 -71
- package/cjs/cl.ttml.js +27 -26
- package/cjs/cl.verimatrix.js +5 -5
- package/cjs/cl.vimond.js +13 -13
- package/cjs/cl.vr.js +18 -18
- package/cjs/cl.vtt.js +14 -14
- package/cjs/cl.youbora.js +20 -18
- package/cl.adobe.js +3 -3
- package/cl.airplay.js +3 -3
- package/cl.broadpeak.js +5 -5
- package/cl.cast.js +88 -83
- package/cl.conviva.js +27 -27
- package/cl.core.js +360 -343
- package/cl.crypto.js +8 -8
- package/cl.dash.js +67 -64
- package/cl.externs.js +123 -69
- package/cl.freewheel.js +19 -19
- package/cl.hls.js +40 -37
- package/cl.hlssmpte.js +5 -5
- package/cl.htmlcue.js +25 -24
- package/cl.ima.js +16 -16
- package/cl.mse.js +233 -226
- package/cl.muxdata.js +8 -9
- package/cl.onboard.js +4 -4
- package/cl.persistent.js +10 -10
- package/cl.playlist.js +5 -4
- package/cl.smooth.js +58 -58
- package/cl.thumbnails.js +17 -17
- package/cl.tizen.js +57 -57
- package/cl.ttml.js +22 -21
- package/cl.verimatrix.js +4 -4
- package/cl.vimond.js +8 -8
- package/cl.vr.js +14 -14
- package/cl.vtt.js +12 -12
- package/cl.youbora.js +16 -15
- package/package.json +2 -2
package/cl.cast.js
CHANGED
|
@@ -1,83 +1,88 @@
|
|
|
1
|
-
import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var
|
|
2
|
-
{if("license"!==b&&typeof c!==_.
|
|
3
|
-
null,g=null;for(var h=0;h<b.length&&!f;)g=b[h++],f=_.
|
|
4
|
-
d=cast.framework.messages.HlsVideoSegmentFormat;else return;switch(a){case _.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
null
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
b.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
_.
|
|
21
|
-
var
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
_.
|
|
37
|
-
|
|
38
|
-
this.
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
this.
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
a){
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
b
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
(a
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
1
|
+
import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var VI="Cannot seek during ads playout.",WI="Cannot switch track",XI="Media session does not exist.",YI="No receivers available",ZI="Reset ABR functionality not available on cast.",$I="SDK not yet ready",aJ="Sender is destroyed.",bJ="clpp.cast.CastProxy",cJ="clpp.cast.Player",dJ="clpp.cast.Receiver",eJ="urn:x-cast:castlabs",fJ="urn:x-cast:com.google.cast.media",gJ=function(a){return _.w(function*(){yield _.om(a,_.Bd);yield _.om(a,_.Ad)})},hJ=function(a){return JSON.stringify(a,(b,c)=>
|
|
2
|
+
{if("license"!==b&&typeof c!==_.Vc){if(c instanceof Event){b={};for(const d in c){const e=c[d];typeof e===_.xd?"detail"===d&&(b[d]=e):d in Event||(b[d]=e)}return b}return typeof c===_.p?isNaN(c)?"NaN":isFinite(c)?c:0>c?"-Infinity":"Infinity":c}})},iJ=function(a){if(typeof a!==_.je)return a;try{return JSON.parse(a,(b,c)=>"NaN"===c?NaN:"-Infinity"===c?-Infinity:"Infinity"===c?Infinity:c)}catch(b){return a}},jJ=function(a,b,c,d){return _.w(function*(){if(b.includes(a.mimeType))return a;var e=null;let f=
|
|
3
|
+
null,g=null;for(var h=0;h<b.length&&!f;)g=b[h++],f=_.Og(d,a.mimeType,g);f&&g&&(h=_.Hg(a.url),(h=yield c.fetch(h).P)&&h.data&&(e=f.a(_.K(h.data)),e={url:URL.createObjectURL(new Blob([e])),kind:a.kind,language:a.language,label:a.label,mimeType:g}));return e})},kJ=function(a,b){let c,d;if(window.chrome&&chrome.cast&&chrome.cast.media)c=chrome.cast.media.HlsSegmentFormat,d=chrome.cast.media.HlsVideoSegmentFormat;else if(window.cast&&cast.framework&&cast.framework.messages)c=cast.framework.messages.HlsSegmentFormat,
|
|
4
|
+
d=cast.framework.messages.HlsVideoSegmentFormat;else return;switch(a){case _.Fe:return d.FMP4;case _.Ee:return b===_.J?d.MPEG2_TS:c.TS;case _.Wb:return c.AAC;case _.Xb:return c.AC3;case _.Yb:return c.E_AC3;case "audio/mpeg":return c.MP3;case _.Zb:return c.FMP4}},mJ=function(a){a=void 0===a?lJ:a;var b=cast.framework.messages||chrome.cast.media;if(!b)throw new _.G(1,8,8001);const c=b.MetadataType,d=b.GenericMediaMetadata,e=b.MovieMediaMetadata,f=b.TvShowMediaMetadata,g=b.MusicTrackMediaMetadata,h=b.PhotoMediaMetadata;
|
|
5
|
+
b=b.AudiobookChapterMediaMetadata;switch(a){case c.MOVIE:return new e;case c.TV_SHOW:return new f;case c.MUSIC_TRACK:return new g;case c.PHOTO:return new h;case c.AUDIOBOOK_CHAPTER:return new b;default:return new d}},nJ=function(a,b){return a.g.filter(c=>c.type===b)},pJ=function(a,b){const c=oJ(a);return nJ(a,b).find(d=>c.includes(d.id))||null},rJ=function(a,b,c){const d=a.a.a;if(d)if(c){a.f[b]=c.renditions[0];c=[+c.id];if(b!==_.H){const e=a.ja();e&&c.push(+e.id)}c=new chrome.cast.media.EditTracksInfoRequest(c);
|
|
6
|
+
d.editTracksInfo(c,()=>{a.f[b]=null;qJ(a,b)},e=>{a.f[b]=null;a.h.debug(WI,e)})}else b===_.H&&(c=new chrome.cast.media.EditTracksInfoRequest([]),d.editTracksInfo(c,()=>{qJ(a,b)},e=>{a.h.debug(WI,e)}))},oJ=function(a){return(a=a.a?a.a.a:null)?a.activeTrackIds.map(b=>b.toString()):[]},qJ=function(a,b){b===_.I?a.a.trigger(new _.C(_.dh)):b===_.H&&a.a.trigger(new _.C(_.eh))},uJ=function(a){if(a)for(const b of sJ)tJ(b)},tJ=function(a){if(!a.w&&window.chrome&&chrome.cast&&chrome.cast.isAvailable&&window.cast&&
|
|
7
|
+
cast.framework&&cast.framework.CastContext&&a.T.length){a.w=!0;a.o.Vd();var b=cast.framework.CastContext.getInstance(),c=new cast.framework.CastOptions;c.receiverApplicationId=a.T;c.autoJoinPolicy=chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED;b.setOptions(c);b.addEventListener(cast.framework.CastContextEventType.CAST_STATE_CHANGED,a.N);b.addEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.aa);vJ&&a.o.ba(.02)}},wJ=function(a){return _.w(function*(){sJ.delete(a);if(a.w){a.w=!1;var b=
|
|
8
|
+
cast.framework.CastContext.getInstance();b.removeEventListener(cast.framework.CastContextEventType.CAST_STATE_CHANGED,a.N);b.removeEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.aa)}b=[];a.f&&(b.push(a.f.destroy()),a.f=null);a.h&&(b.push(a.h.destroy()),a.h=null);yield Promise.all(b);a.A=!1;a.o&&(a.o.stop(),a.o=null);a.S=null;a.W=null})},xJ=function(a){return _.w(function*(){a.fb()||(yield cast.framework.CastContext.getInstance().requestSession())})},zJ=function(a,b,c){c=
|
|
9
|
+
void 0===c?0:c;return _.w(function*(){var d=a.f.ja();d&&d.language&&(a.g.preferredTextLanguage=d.language);(d=a.f.ia())&&d.language&&(a.g.preferredAudioLanguage=d.language);yield yJ(a,{source:a.getLoadedSource(),currentTime:c,isLive:a.isLive(),Ld:a.getPresentationStartTime(),autoplay:b,Ja:a.g})})},yJ=function(a,b){return _.w(function*(){var c=chrome.cast.media.StreamType;yield xJ(a);if(b){var d=cast.framework.CastContext.getInstance().getCurrentSession(),e=new chrome.cast.media.MediaInfo(b.source.url,
|
|
10
|
+
b.source.type);e.streamType=b.isLive?c.LIVE:c.BUFFERED;c=b.audioMimeType;e.hlsVideoSegmentFormat=kJ(b.wb,_.J);e.hlsSegmentFormat=kJ(c,_.I);b.Ja&&(a.M&&(c=yield Promise.resolve(a.M(b.Ja)))&&(b.Ja=c),a.g=b.Ja,a.C=_.ol(a.g),a.B=a.C.findIndex(k=>k.url===b.source.url),b.Ja.remoteTextTracks&&(c=yield Promise.all(b.Ja.remoteTextTracks.map(a.za.bind(a))),e.tracks=c.filter(k=>k),b.Ja.remoteTextTracks=void 0),delete b.Ja.autoplay,b.Ja.startTime=null,e.customData={playerConfiguration:hJ(b.Ja)});c=a.$a()||{};
|
|
11
|
+
var f=AJ(c.metadataType),g;typeof b.Ld===_.p&&(g={metadataType:f,sectionStartAbsoluteTime:b.Ld});var h;b.source.name&&(h={metadataType:f,title:b.source.name});c=BJ(c);if(g=CJ(Object.assign({},g,h,c)))e.metadata=g;e=new chrome.cast.media.LoadRequest(e);typeof b.autoplay===_.cc&&(e.autoplay=b.autoplay);typeof b.currentTime===_.p&&(e.currentTime=b.currentTime);yield d.loadMedia(e)}})},CJ=function(a){if(!a)return null;a:{var b=a.metadataType;const c=Object.entries(DJ);for(const d of c){const [e,f]=d;
|
|
12
|
+
if(f===b){b=e;break a}}b=null}if(!b)return null;b=mJ(DJ[b]);return Object.assign(b,a)},AJ=function(a){var b=void 0===b?lJ:b;return Object.values(DJ).includes(a)?a:b},BJ=function(a){const b={};for(const c in a)void 0!==a[c]&&(b[c]=a[c]);return b},FJ=function(a,b){EJ(a,b.getMediaSession());b.addEventListener(cast.framework.SessionEventType.MEDIA_SESSION,a.V);b.addMessageListener(eJ,a.R)},GJ=function(a){const b=a.getPosition();a.a&&a.a.media?(a=a.a.media.startAbsoluteTime,a=typeof a!==_.p?null:a):a=
|
|
13
|
+
null;a=null===a?null:a+b;return null===a?b:a},EJ=function(a,b){b!==a.a&&(a.a=b,a.a&&(a.H.release(),a.F=null,a.m=null,a.m=new cast.framework.RemotePlayer,a.F=new cast.framework.RemotePlayerController(a.m),a.H.on(a.F,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED,a.sa.bind(a)),a.f&&a.f.load(),a.h&&a.h.init(),a.trigger(new _.C(_.jd))))},JJ=function(a){return new HJ(a.h,()=>{a.trigger(new _.C(_.lc))},(b,c)=>{{const d=a.f.getConfiguration();d.source=c.source;d.autoplay=!1;d.startTime=c.currentTime?
|
|
14
|
+
Math.max(c.currentTime-1,0):null;d.ima&&d.startTime&&(d.ima.playAdsAfterTime=d.startTime);c.ce&&(d.preferredAudioLanguage=c.ce);c.Ie&&(d.preferredTextLanguage=c.Ie);_.qm(a.f,null);a.trigger(new _.C("castingended"));a.j(b,d)}},()=>IJ(a))},IJ=function(a){return _.w(function*(){a.trigger(new _.C(_.kc));a.f.a!==a.a&&a.f&&a.a&&(yield a.f.release(),_.qm(a.f,a.a))})},MJ=function(a,b,c){return _.w(function*(){var d=b.adTagUrl;if(d)try{KJ=!1;const e=_.Hg(d),f=yield c.fetch(e).P;if(f&&f.data){const g=_.pg(f.data),
|
|
15
|
+
h=(new DOMParser).parseFromString(g,_.qe);if(h.getElementsByTagName("vmap:VMAP").length)_.B("VMAP detected."),a.vmapAdsRequest=LJ(g);else if(h.getElementsByTagName("VAST").length){_.B("VAST detected.");{d=g;const k=new cast.framework.messages.BreakClip("bc1");k.vastAdsRequest=LJ(d);const l=new cast.framework.messages.Break("b1",[k.id],0);a.breakClips=[k];a.breaks=[l]}}else _.B("Unsupported schema."),KJ=!0}}catch(e){_.B("Failed to fetch an ad",e),KJ=!0}})},LJ=function(a){const b=new cast.framework.messages.VastAdsRequest;
|
|
16
|
+
b.adsResponse=a;return b},NJ=function(a,b){b=new _.G(1,10,10003,{errorType:b});a.l.onError(b)},OJ=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},QJ=function(a,b,c){if(c instanceof cast.framework.events.BreaksEvent||-1!==a.getPosition()){var d=null;(c=PJ(a,c))&&(d={ad:c});a.l.trigger(new _.C(b,d))}},PJ=function(a,b){let c=null;if(a.a&&b instanceof cast.framework.events.BreaksEvent){let d=null,e=null,f;typeof b.breakClipId===_.je&&(d=a.a.getBreakClipById(b.breakClipId));
|
|
17
|
+
typeof b.breakId===_.je&&(e=a.a.getBreakById(b.breakId),!e&&d&&(e=a.a.getBreaks().find(g=>g.breakClipIds.includes(d.id))||null),e&&(f=a.a.getBreaks().filter(g=>0<=g.position).sort((g,h)=>g.position-h.position).findIndex(g=>g===e)));c=new X(d,e,b.index,b.total,f)}return c},RJ=function(){return[cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,cast.framework.events.EventType.TIMED_METADATA_CHANGED,cast.framework.events.EventType.TIMED_METADATA_ENTER,cast.framework.events.EventType.TIMED_METADATA_EXIT]},
|
|
18
|
+
SJ=function(a){const b=a.dashTimedMetadata;let c=_.xe;b&&(c=b.schemeIdUri);return{type:c.startsWith(_.we)?_.Of:_.Mf,schemeIdUri:c,id:a.id||"",startTime:a.startTime,endTime:a.endTime,value:b&&b.value||"",eventElement:b&&b.eventElement}},TJ=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},VJ=function(a){a.a=TJ().getTextTracksManager();const b=a.a.getTracks();a.j=UJ(_.H,b)},UJ=function(a,b){const c=[];for(const d of b)b=new _.cg(d.trackId.toString(),a),b.roles=d.roles||
|
|
19
|
+
[],b.kind=d.subtype||null,b.language=d.language||null,b.label=d.name||null,b.src=d.trackContentId||null,b.mimeType=d.trackContentType||null,d.customData&&(b.mimeType=d.customData.mimeType||b.mimeType,b.src=d.customData.url||b.src),b.renditions.push(new _.bo(b.id,b)),c.push(b);return c},WJ=function(a,b,c,d){c=_.Xf(c).filter(g=>g);var e=!1;let f=[];b===_.I?f=a.getAudioTracks():b===_.H&&(f=a.da());if(c=c.find(g=>{const h=_.Rg(g);return f.some(k=>{k=_.Rg(k.language||"");return _.Ug(h,k)})})){const g=
|
|
20
|
+
_.Rg(c);c=f.filter(h=>{h=_.Rg(h.language||"");return _.Ug(g,h)});f=c.length?c:f;e=e||!!c.length}_.yg(d)&&(c=f.filter(g=>g.roles.includes(d)),f=c.length?c:f,e=e||!!c.length);e&&f[0]&&(e=f[0],a.g.info("Will select track",e),b===_.I?a.na(e):b===_.H&&a.ya(e))},XJ=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},$J=function(a,b){var c=()=>{b.protectionSystem=cast.framework.ContentProtection.NONE;b.licenseUrl=void 0;b.licenseRequestHandler=void 0;b.licenseHandler=void 0};
|
|
21
|
+
if(a&&a.drm){var d=a.drm,e=_.Fi(d);if(e){var f=[_.Cc];_.ol(a)[0].type!==_.Sb&&f.unshift(_.Dc);d.preferredDrmSystem===_.Cc&&f.reverse();for(var g,h;f.length&&!h;)g=f.shift(),h=e.La[g];h?(c=g===_.Dc?cast.framework.ContentProtection.WIDEVINE:g===_.Cc?cast.framework.ContentProtection.PLAYREADY:void 0,b.protectionSystem=c,b.licenseUrl=h.licenseUrl,c={ldlDelay:0,customData:{}},YJ(b,h,a,c),ZJ(b,h,a,c)):c()}else c()}else c()},YJ=function(a,b,c,d){b.modifiers.licenseRequest?a.licenseRequestHandler=e=>{const f=
|
|
22
|
+
_.Hg({method:"POST",uris:[e.url]});e.headers&&(f.headers=e.headers);f.body=e.content;f.allowCrossSiteCredentials=e.withCredentials;b.modifiers.licenseRequest(c,f,d);e.url=f.uris[0];e.headers=f.headers;e.content=f.body;e.withCredentials=f.allowCrossSiteCredentials}:a.licenseRequestHandler=void 0},ZJ=function(a,b,c,d){b.modifiers.licenseResponse?a.licenseHandler=(e,f)=>_.w(function*(){const g=_.Ig(Object.assign({},f.headers),e.buffer,200,"");yield b.modifiers.licenseResponse(c,g,d);return _.K(g.data)}):
|
|
23
|
+
a.licenseHandler=void 0},cK=function(){return aK||(aK=new bK)},dK=function(){return cast.framework.CastReceiverContext.getInstance()},fK=function(a,b){a.h.debug("Detected HLS, parsing");var c=cast.framework.messages.HlsVideoSegmentFormat;a=dK();var {hlsVideoSegmentFormat:d}=dK().getPlayerManager().getMediaInformation()||{};c=d===c.FMP4?_.Fe:_.Ee;b=b.replace(/\r\n|\r(?=[^\n]|$)/gm,"\n");b=b.split(/\n+/m);d=[];let e=0;for(;e<b.length;){const f=b[e].trim();if(b[e].startsWith("#EXT-X-STREAM-INF")){const g=
|
|
24
|
+
eK(f,_.la),h=eK(f,"RESOLUTION");let [k,l]=[];h&&([k,l]=h.split("x").map(m=>+m));if(!a.canDisplayType(c,g,k,l)){e+=2;continue}}d.push(f);++e}return d.join("\n")},eK=function(a,b){let c;b+="\x3d";let d=a.indexOf(b);0<=d&&(c=a.substring(d+b.length),c.startsWith('"')?(c=c.substring(1),c=c.substring(0,c.indexOf('"'))):(d=c.indexOf(","),0<=d&&(c=c.substring(0,d))));return c},hK=function(a,b){let c=null;const d=gK(a);d&&(c={ad:d});a.f.trigger(new _.C(b,c))},gK=function(a){var b=null;if(a.a&&a.a.mediaInfo){b=
|
|
25
|
+
a.a.mediaInfo;let c=null,d=null,e,f;const g=a.a.currentBreakClipNumber;b.breaks&&(c=b.breaks.find(h=>h.id===a.a.breakId)||null)&&(e=c.breakClipIds.length,f=0>=c.position?c.position:b.breaks.filter(h=>0<=h.position).sort((h,k)=>h.position-k.position).findIndex(h=>h===c));b.breakClips&&(d=b.breakClips.find(h=>h.id===a.a.breakClipId)||null);b=new X(d,c,g,e,f)}return b},iK=class{constructor(a,b){this.log=new _.N(b);this.f=a;this.m=null;this.h=_.il;this.o=_.Po;this.j=2;this.C=Date.now();this.B=-1}release(){this.a(_.il)}destroy(){this.m=
|
|
26
|
+
this.f=null;return Promise.resolve()}getState(){return this.h}onError(a){a.severity===_.F&&this.a(_.hl)}a(a){if(a!==this.h)if(this.h===_.hl&&a!==_.il)this.log.debug("Player is in ERROR state and can not switch to",a);else{var b=Date.now();this.o=this.h;this.h=a;this.h===_.dl?(this.B=b,this.f.trigger(new _.C(_.ec,{detail:{bufferedTimeMS:-1,reason:this.j}}))):this.o===_.dl&&this.f.trigger(new _.C(_.dc,{detail:{bufferedTimeMS:b-this.B,reason:this.j}}));a={currentState:this.h,previousState:this.o,timeSinceLastStateChangeMS:b-
|
|
27
|
+
this.C};this.C=b;this.m&&_.Rk(this.m,this.h);this.f.trigger(new _.C(_.ge,{detail:a}))}}};_.y("clpp.cast.CastUtils",class{});var lJ=0,DJ={GENERIC:lJ,MOVIE:1,TV_SHOW:2,MUSIC_TRACK:3,PHOTO:4,AUDIOBOOK_CHAPTER:5};var jK=class extends iK{constructor(a){super(a,"clpp.cast.SenderStateManager");this.w=this.g=null;this.A=this.D.bind(this)}init(){const a=this.f,b=a.a;b&&(this.g&&this.g.removeUpdateListener(this.A),this.g=b,this.g.addUpdateListener(this.A),this.w=a.m)}destroy(){const a=this,b=()=>Object.getPrototypeOf(Object.getPrototypeOf(this)).destroy;return _.w(function*(){a.g&&(a.g.removeUpdateListener(a.A),a.g=null);yield b().call(a)})}a(a){const b=this.f.m;b&&b.isPlayingBreak||super.a(a)}D(){if(this.g&&this.w&&
|
|
28
|
+
!this.w.isPlayingBreak)switch(this.g.playerState){case chrome.cast.media.PlayerState.IDLE:switch(this.g.idleReason){case chrome.cast.media.IdleReason.FINISHED:this.a(_.$k);break;case chrome.cast.media.IdleReason.ERROR:this.a(_.hl);break;default:this.a(_.il)}break;case chrome.cast.media.PlayerState.PLAYING:this.a(_.ll);break;case chrome.cast.media.PlayerState.PAUSED:this.a(_.kl);break;case chrome.cast.media.PlayerState.BUFFERING:this.a(_.dl)}}};var Y=class extends _.O{constructor(){super();this.h=new _.N("clpp.cast.SenderTrackManager");this.a=null;this.g=[];this.f={}}initialize(a){this.a=a}release(){this.g=[];this.f={}}load(){this.release();var a=this.a.a;a&&(a=a.media)&&(this.g=(a=a.tracks)?a.map(b=>{switch(b.type){case chrome.cast.media.TrackType.VIDEO:var c=_.J;break;case chrome.cast.media.TrackType.AUDIO:c=_.I;break;case chrome.cast.media.TrackType.TEXT:c=_.H}c=new _.cg(b.trackId.toString(),c);c.kind=b.subtype;c.language=b.language;
|
|
29
|
+
c.label=b.name;c.src=b.trackContentId;c.mimeType=b.trackContentType;b.customData&&(c.src=b.customData.url||c.src,c.mimeType=b.customData.mimeType||c.mimeType);c.renditions.push(new _.bo(c.id,c));return c}):[],this.a.trigger(new _.C(_.ho)))}destroy(){this.a=null}getVideoTracks(){return nJ(this,_.J)}getAudioTracks(){return nJ(this,_.I)}da(){return nJ(this,_.H)}ea(){const a=this.Fa();return a?a.renditions[0]:null}Ca(){const a=this.ia();return a?a.renditions[0]:null}Da(){const a=this.ja();return a?a.renditions[0]:
|
|
30
|
+
null}Na(){return this.f[_.J]||null}ab(){return this.f[_.I]||null}bb(){return this.f[_.H]||null}Fa(){return pJ(this,_.J)}ia(){return pJ(this,_.I)}ja(){return pJ(this,_.H)}Ta(a){rJ(this,_.J,a)}na(a){rJ(this,_.I,a)}ya(a){rJ(this,_.H,a)}Sa(a){this.Ta(a&&a.track)}hb(a){this.na(a&&a.track)}ib(a){this.ya(a&&a.track)}addTextTrack(){return _.w(function*(){})}ga(){return!0}};Y.prototype.isAbrEnabled=Y.prototype.ga;Y.prototype.addTextTrack=Y.prototype.addTextTrack;Y.prototype.setTextRendition=Y.prototype.ib;
|
|
31
|
+
Y.prototype.setAudioRendition=Y.prototype.hb;Y.prototype.setVideoRendition=Y.prototype.Sa;Y.prototype.setTextTrack=Y.prototype.ya;Y.prototype.setAudioTrack=Y.prototype.na;Y.prototype.setVideoTrack=Y.prototype.Ta;Y.prototype.getTextTrack=Y.prototype.ja;Y.prototype.getAudioTrack=Y.prototype.ia;Y.prototype.getVideoTrack=Y.prototype.Fa;Y.prototype.getLoadingTextRendition=Y.prototype.bb;Y.prototype.getLoadingAudioRendition=Y.prototype.ab;Y.prototype.getLoadingVideoRendition=Y.prototype.Na;
|
|
32
|
+
Y.prototype.getTextRendition=Y.prototype.Da;Y.prototype.getAudioRendition=Y.prototype.Ca;Y.prototype.getVideoRendition=Y.prototype.ea;Y.prototype.getTextTracks=Y.prototype.da;Y.prototype.getAudioTracks=Y.prototype.getAudioTracks;Y.prototype.getVideoTracks=Y.prototype.getVideoTracks;var HJ=class extends _.jo{constructor(a,b,c,d){super();this.j=new _.N(_.tc);this.T=a;this.o=new _.Dh(b);this.S=c;this.W=d;this.g=this.I=_.hi();this.C=[];this.B=0;this.K=new _.hm;this.F=this.m=this.a=null;this.A=this.w=!1;this.$="";this.ha=1E6;this.f=new Y;this.f.initialize(this);this.h=new jK(this);this.H=new _.Nn;this.J=null;this.D=new Set;this.N=this.Va.bind(this);this.aa=this.Ya.bind(this);this.V=this.Xa.bind(this);this.R=this.Wa.bind(this);this.M=null;window.cast||Object.defineProperty(window,
|
|
33
|
+
"cast",{get:()=>window.cast_,set:e=>{window.cast_=e;window.setTimeout(()=>{uJ(!0)},0)}});tJ(this);sJ.add(this)}init(a,b){this.g=this.I=b}unload(){return new Promise((a,b)=>{this.f&&this.f.release();this.a&&!this.a.idleReason||a();this.a.stop(null,a,b)})}release(){return this.unload().then(()=>{this.h&&this.h.release()})}destroy(){return _.w(function*(){})}Gc(a){this.M=a}Tb(){return this.w}fb(){return this.A}pd(){return this.$}sendMessage(a,b){const c=this;return _.w(function*(){let d;const e=cast.framework.CastContext.getInstance().getCurrentSession();
|
|
34
|
+
if(e)try{yield e.sendMessage(a,hJ(b))}catch(f){d=new _.G(1,8,8E3,{detailedErrorCode:f})}else d=new _.G(1,8,8004,void 0);if(d)c.onError(d)})}cast(){const a=this;return _.w(function*(){if(!a.Tb())throw a.j.warn($I),new _.G(1,8,8001,void 0);if(!vJ)throw a.j.warn(YI),new _.G(1,8,8002,void 0);if(a.fb())throw a.j.warn("Already casting"),new _.G(1,8,8003,void 0);try{yield xJ(a)}catch(b){const c={};b instanceof chrome.cast.Error?(c.detailedErrorCode=b.code,c.details=b.details,c.reason=b.description):c.detailedErrorCode=
|
|
35
|
+
b;throw new _.G(1,8,8E3,c);}})}ld(){this.fb()&&cast.framework.CastContext.getInstance().endCurrentSession(!0)}addMessageListener(a){typeof a===_.Vc&&this.D.add(a)}removeMessageListener(a){typeof a===_.Vc&&this.D.delete(a)}play(){return this.isEnded()?zJ(this,!0):new Promise((a,b)=>{if(!this.a)return b(XI);this.a.play(null,a,b)})}pause(){return new Promise((a,b)=>{this.isEnded()&&a();if(!this.a)return b(XI);this.a.pause(null,a,b)})}isPaused(){return!!this.a&&this.a.playerState===chrome.cast.media.PlayerState.PAUSED}isEnded(){return this.getState()===
|
|
36
|
+
_.$k}seek(a){return this.isEnded()?zJ(this,!1,a):new Promise((b,c)=>{this.a||c(XI);this.m.isPlayingBreak&&c(VI);const d=new chrome.cast.media.SeekRequest;d.currentTime=a;this.trigger(new _.C(_.ze));this.a.seek(d,()=>{this.trigger(new _.C(_.ye));b()},c)})}getPosition(){return this.a&&this.a.getEstimatedTime()||0}getDuration(){if(!this.a||!this.a.media)return-1;const a=this.a.media.duration;return typeof a!==_.p?-1:-1===a?Infinity:a}setDrmCustomDataModifier(){}setCdnErrorCallback(){}getPlaybackRate(){return this.a&&
|
|
37
|
+
this.a.playbackRate||0}setPlaybackRate(a){this.a&&0<a&&this.sendMessage(fJ,{type:"SET_PLAYBACK_RATE",requestId:Math.round(1E3*Math.random()),mediaSessionId:this.a.mediaSessionId,playbackRate:a})}getVolume(){return this.a&&this.a.volume.level}setVolume(a){this.a&&0<=a&&1>=a&&(a=new chrome.cast.media.VolumeRequest(new chrome.cast.Volume(a)),this.a.setVolume(a))}isMuted(){return this.a&&this.a.volume.muted}setMuted(a){this.a&&(a=new chrome.cast.media.VolumeRequest(new chrome.cast.Volume(void 0,a)),this.a.setVolume(a))}getPresentationStartTime(){if(!this.a||
|
|
38
|
+
!this.a.media||!this.a.media.metadata)return null;const a=this.a.media.metadata.sectionStartAbsoluteTime;return typeof a!==_.p?null:1E-8===a?0:a}getSeekRange(){let a={start:0,end:this.getDuration()};if(this.isLive()){const b=this.a.getEstimatedLiveSeekableRange();b&&typeof b.start===_.p&&typeof b.end===_.p&&(a={start:b.start,end:b.end})}return a}getState(){return this.h?this.h.getState():_.Po}getStats(){return this.a&&this.a.customData&&this.a.customData.stats?iJ(this.a.customData.stats):_.Vk()}isLive(){return Infinity===
|
|
39
|
+
this.getDuration()}load(a){const b=this;return _.w(function*(){if(b.Tb())if(vJ){b.C=_.ol(a);_.ki(a)&&(b.g=_.ji(b.I,a));var c=b.C[b.B];yield yJ(b,{source:c,isLive:c.isLive,autoplay:b.g.autoplay,Ja:b.g,wb:c.wb,audioMimeType:c.audioMimeType})}else b.j.warn(YI);else b.j.warn($I)})}getBufferInfo(){return new _.io}getTrackManager(){return this.f}getConfiguration(){return this.g}getSurface(){return null}setNetworkEngine(a){this.K=a}getNetworkEngine(){return this.K}getSourceIndex(){return this.B}setSourceIndex(a){this.B=
|
|
40
|
+
a}getLoadedSource(){return this.C[this.B]}getPeriods(){return[]}getDrmInfo(){return null}getTimelineCues(){return[]}resetAbr(){this.j.warn(ZI)}onError(a){if(a&&(this.trigger(new _.C(_.Tc,{detail:a})),this.h))this.h.onError(a)}namespace(){return _.tc}canPlay(){return this.Tb()?2:0}$a(){return this.J}$b(a){this.J=CJ(a)}gd(){this.J=null}Rd(a){const b=this.$a()||{};a={metadataType:AJ(b.metadataType),title:a};this.$b(Object.assign({},b,a))}Pd(a){const b=this.$a()||{},c=AJ(b.metadataType);a=new chrome.cast.Image(a);
|
|
41
|
+
this.$b(Object.assign({},b,{metadataType:c,images:[a]}))}Od(a){const b=this.$a()||{};this.$b(Object.assign({},b,{metadataType:3,artist:a}))}Qd(a){const b=this.$a()||{};a={metadataType:AJ(b.metadataType),releaseDate:a};this.$b(Object.assign({},b,a))}Va(a){const b=cast.framework.CastContext.getInstance(),c=a.castState===cast.framework.CastState.CONNECTED;vJ=a.castState!==cast.framework.CastState.NO_DEVICES_AVAILABLE;this.$=c?b.getCurrentSession().getCastDevice().friendlyName:"";this.o.Vd()}Ya(a){this.j.debug(`state: ${a.sessionState}, details:`,
|
|
42
|
+
a);switch(a.sessionState){case cast.framework.SessionState.SESSION_STARTED:this.A=!0;FJ(this,a.session);break;case cast.framework.SessionState.SESSION_RESUMED:this.fb()||(this.A=!0,FJ(this,a.session),this.W());break;case cast.framework.SessionState.SESSION_ENDED:if(this.fb()&&this.a){const d=this.a.media;var b=this.f.ia(),c=this.f.ja();b=b&&b.language||void 0;c=c&&c.language||void 0;this.S(this.getState(),{source:{url:d.contentId,type:d.contentType,isLive:this.isLive()},currentTime:GJ(this),Ie:c,
|
|
43
|
+
ce:b})}a.session.removeEventListener(cast.framework.SessionEventType.MEDIA_SESSION,this.V);a.session.removeMessageListener(eJ,this.R);this.A=!1;this.a=null;this.H.release();this.m=this.F=null}}Xa(a){this.j.debug("New media session",a.mediaSession);EJ(this,a.mediaSession)}Wa(a,b){if(a===eJ&&0<this.D.size){const c=iJ(b);this.D.forEach(d=>d(c))}}sa(){this.trigger(new _.C(_.re))}za(a){const b=this;return _.w(function*(){let c=null;const d=yield jJ(a,[_.pe,_.Rb],b.K,b.g);d&&(c=new chrome.cast.media.Track(b.ha++,
|
|
44
|
+
chrome.cast.media.TrackType.TEXT),c.language=d.language,c.name=d.label||null,c.trackContentId=d.url,c.trackContentType=d.mimeType,c.customData={mimeType:a.mimeType,url:a.url});return c})}getTextDisplayer(){return null}};HJ.prototype.getTextDisplayer=HJ.prototype.getTextDisplayer;HJ.prototype.getNetworkEngine=HJ.prototype.getNetworkEngine;HJ.prototype.setNetworkEngine=HJ.prototype.setNetworkEngine;var vJ=!1,sJ=new Set;window.__onGCastApiAvailable=uJ;var kK=class extends _.jo{constructor(a,b,c){super();this.f=a;this.h=b;this.j=typeof c===_.Vc?c:(d,e)=>{this.f&&d!==_.$k&&d!==_.il&&this.f.load(e)};this.a=JJ(this);this.g=new _.N(bJ);this.addDelegate(this.f)}destroy(){const a=this;return _.w(function*(){a.a&&(yield wJ(a.a),a.a=null);a.removeDelegate(a.f)})}ed(){return!!this.a&&this.a.Tb()&&vJ}fb(){return!!this.a&&this.a.fb()}pd(){return this.a?this.a.pd():""}Gc(a){this.a&&this.a.Gc(a)}cast(a){const b=this;return _.w(function*(){if(b.a)try{if(yield b.a.cast(),
|
|
45
|
+
b.f&&b.a){{let d=null;const e=b.f.getLoadedSource();if(e){const f=b.f.getTrackManager(),g=f.getVideoTracks()[0];let h,k;g&&g.mimeType&&(h=g.mimeType);const l=b.f.getConfiguration(),m=f.ia();m&&(m.mimeType&&(k=m.mimeType),m.language&&(l.preferredAudioLanguage=m.language),m.roles.length&&(l.preferredAudioRole=m.roles[0]));const n=f.ja();n&&(n.language&&(l.preferredTextLanguage=n.language),n.roles.length&&(l.preferredTextRole=n.roles[0]));const q=e&&typeof e.isLive===_.cc?e.isLive:b.f.isLive();d={source:e,
|
|
46
|
+
isLive:q,autoplay:!b.f.isPaused(),currentTime:Math.max(b.f.getPosition()-1,0),Ld:b.f.getPresentationStartTime(),wb:h,audioMimeType:k,Ja:l}}var c=d}yield IJ(b);b.a&&(c&&(c.autoplay=!b.f.isPaused()),a?yield b.f.load(a):b.a.a||(yield yJ(b.a,c)))}}catch(d){b.g.error("Error while trying to cast",d),c=new _.C(_.Tc,{detail:d}),b.trigger(c)}})}ld(){this.a&&this.a.ld()}We(a){const b=this;return _.w(function*(){a!==b.h&&(b.h=a,b.a&&(yield wJ(b.a)),b.a=JJ(b))})}sendMessage(a){const b=this;return _.w(function*(){b.a?
|
|
47
|
+
yield b.a.sendMessage(eJ,a):b.g.warn(aJ)})}addMessageListener(a){this.a?this.a.addMessageListener(a):this.g.warn(aJ)}removeMessageListener(a){this.a?this.a.removeMessageListener(a):this.g.warn(aJ)}$a(){return this.a&&this.a.$a()}$b(a){this.a&&this.a.$b(a)}gd(){this.a&&this.a.gd()}Rd(a){this.a&&this.a.Rd(a)}Pd(a){this.a&&this.a.Pd(a)}Od(a){this.a&&this.a.Od(a)}Qd(a){this.a&&this.a.Qd(a)}};_.y(bJ,kK);kK.prototype.setContentReleaseDate=kK.prototype.Qd;kK.prototype.setContentArtist=kK.prototype.Od;
|
|
48
|
+
kK.prototype.setContentImage=kK.prototype.Pd;kK.prototype.setContentTitle=kK.prototype.Rd;kK.prototype.clearContentMetadata=kK.prototype.gd;kK.prototype.setContentMetadata=kK.prototype.$b;kK.prototype.getContentMetadata=kK.prototype.$a;kK.prototype.removeMessageListener=kK.prototype.removeMessageListener;kK.prototype.addMessageListener=kK.prototype.addMessageListener;kK.prototype.sendMessage=kK.prototype.sendMessage;kK.prototype.changeReceiverId=kK.prototype.We;kK.prototype.forceDisconnect=kK.prototype.ld;
|
|
49
|
+
kK.prototype.cast=kK.prototype.cast;kK.prototype.setPlayerConfigInterceptor=kK.prototype.Gc;kK.prototype.getReceiverName=kK.prototype.pd;kK.prototype.isCasting=kK.prototype.fb;kK.prototype.canCast=kK.prototype.ed;kK.prototype.destroy=kK.prototype.destroy;var lK=class extends iK{constructor(a){super(a,"clpp.cast.StateManager");this.I=this.S.bind(this);this.H=this.R.bind(this);this.A=this.$.bind(this);this.w=this.W.bind(this);this.K=this.V.bind(this);this.J=this.T.bind(this);this.M=this.ha.bind(this);this.F=this.aa.bind(this);this.D=this.U.bind(this);this.g=this.N.bind(this)}init(){const a=cast.framework.events.EventType,b=cast.framework.CastReceiverContext.getInstance().getPlayerManager();b.addEventListener(a.PLAYING,this.I);b.addEventListener(a.PAUSE,
|
|
50
|
+
this.H);b.addEventListener(a.MEDIA_FINISHED,this.A);b.addEventListener(a.BUFFERING,this.w);b.addEventListener(a.SEEKING,this.K);b.addEventListener(a.SEEKED,this.J);b.addEventListener(a.STALLED,this.M);b.addEventListener(a.PLAYER_LOADING,this.F);b.addEventListener(a.ERROR,this.D);b.addEventListener(a.BITRATE_CHANGED,this.g)}destroy(){const a=this,b=()=>Object.getPrototypeOf(Object.getPrototypeOf(this)).destroy;return _.w(function*(){const c=cast.framework.events.EventType,d=cast.framework.CastReceiverContext.getInstance().getPlayerManager();
|
|
51
|
+
d.removeEventListener(c.PLAYING,a.I);d.removeEventListener(c.PAUSE,a.H);d.removeEventListener(c.MEDIA_FINISHED,a.A);d.removeEventListener(c.BUFFERING,a.w);d.removeEventListener(c.SEEKING,a.K);d.removeEventListener(c.SEEKED,a.J);d.removeEventListener(c.STALLED,a.M);d.removeEventListener(c.PLAYER_LOADING,a.F);d.removeEventListener(c.ERROR,a.D);d.removeEventListener(c.BITRATE_CHANGED,a.g);yield b().call(a)})}S(){this.f.trigger(new _.C(_.Nd));this.a(_.ll)}R(){this.a(_.kl)}$(){this.a(_.$k)}W(a){a.isBuffering?
|
|
52
|
+
this.a(_.dl):(a=this.f.isPaused()?_.kl:_.ll,this.a(a))}V(){this.j=1;this.f.trigger(new _.C(_.ze))}T(){this.f.trigger(new _.C(_.ye))}ha(){this.j=2}aa(){this.a(_.jl)}N(a){const b=this.f.getStats();this.f.trigger(new _.C(_.bc,{detail:{bandwidth:a.totalBitrate,width:b.width,height:b.height}}))}U(a){a=new _.G(_.F,7,7300,{detailedErrorCode:a.detailedErrorCode,error:a.error,reason:a.reason});this.f.trigger(new _.C(_.Tc,{detail:a}));this.a(_.hl)}};var X=class{constructor(a,b,c,d,e){this.a=a;this.f=b;this.h=typeof c===_.p?c:1;this.j=typeof d===_.p?d:1;this.g=typeof e===_.p?e:0}mb(){return"Google Cast Framework"}nb(){return cast.framework.VERSION}sb(){return 0}getId(){return""}getCreativeId(){return""}getApiFramework(){return null}getAdSystem(){return""}getAdvertiserName(){return""}getTitle(){return this.a.title||""}getDuration(){return this.a.duration||0}getSkipTimeOffset(){return this.a.whenSkippable||0}Vb(){return!1}Bb(){return this.a.clickThroughUrl||
|
|
53
|
+
null}getMediaUrl(){return this.a.contentUrl||this.a.contentId||null}pb(){return 0}ob(){return 0}cb(){return 0}Oa(){switch(this.Cb()){case 0:return 0;case -1:return 2;default:return 1}}getPodIndex(){return this.g}Cb(){return this.f.position}Db(){return this.h}rb(){return this.j}getWrapperAdIds(){return[]}getWrapperAdSystems(){return[]}getWrapperCreativeIds(){return[]}};X.prototype.getWrapperCreativeIds=X.prototype.getWrapperCreativeIds;X.prototype.getWrapperAdSystems=X.prototype.getWrapperAdSystems;
|
|
54
|
+
X.prototype.getWrapperAdIds=X.prototype.getWrapperAdIds;X.prototype.getSequenceLength=X.prototype.rb;X.prototype.getPositionInSequence=X.prototype.Db;X.prototype.getPodTimeOffset=X.prototype.Cb;X.prototype.getPodIndex=X.prototype.getPodIndex;X.prototype.getPodType=X.prototype.Oa;X.prototype.getMediaBitrate=X.prototype.cb;X.prototype.getMediaHeight=X.prototype.ob;X.prototype.getMediaWidth=X.prototype.pb;X.prototype.getMediaUrl=X.prototype.getMediaUrl;X.prototype.getClickThroughUrl=X.prototype.Bb;
|
|
55
|
+
X.prototype.isBumper=X.prototype.Vb;X.prototype.getSkipTimeOffset=X.prototype.getSkipTimeOffset;X.prototype.getDuration=X.prototype.getDuration;X.prototype.getTitle=X.prototype.getTitle;X.prototype.getAdvertiserName=X.prototype.getAdvertiserName;X.prototype.getAdSystem=X.prototype.getAdSystem;X.prototype.getApiFramework=X.prototype.getApiFramework;X.prototype.getCreativeId=X.prototype.getCreativeId;X.prototype.getId=X.prototype.getId;X.prototype.getTechnology=X.prototype.sb;
|
|
56
|
+
X.prototype.getAdManagerVersion=X.prototype.nb;X.prototype.getAdManagerName=X.prototype.mb;var mK=class{constructor(a){this.a=a}getCuePoints(){return this.a.map(a=>a.position)}Eb(){return!!this.a.find(a=>0===a.position)}eb(){return!!this.a.find(a=>-1===a.position)}};mK.prototype.hasPostroll=mK.prototype.eb;mK.prototype.hasPreroll=mK.prototype.Eb;mK.prototype.getCuePoints=mK.prototype.getCuePoints;var nK=class{constructor(a){this.l=a;this.a=null;this.g=this.h.bind(this);this.f=[cast.framework.events.EventType.PLAYER_LOADING,cast.framework.events.EventType.BREAK_CLIP_LOADING,cast.framework.events.EventType.BREAK_STARTED,cast.framework.events.EventType.BREAK_ENDED,cast.framework.events.EventType.BREAK_CLIP_STARTED,cast.framework.events.EventType.BREAK_CLIP_ENDED,cast.framework.events.EventType.PLAYING,cast.framework.events.EventType.PAUSE,cast.framework.events.EventType.BUFFERING];OJ().addEventListener(this.f,
|
|
57
|
+
this.g)}load(){const a=this;return _.w(function*(){KJ&&(KJ=!1,NJ(a,0))})}start(){return _.w(function*(){OJ().play()})}resume(){-1!==this.getPosition()&&OJ().play()}pause(){-1!==this.getPosition()&&OJ().pause()}skip(){}getVolume(){return this.l.getVolume()||0}setVolume(a){this.l.setVolume(a)}getPosition(){const a=this.a&&this.a.getBreakClipCurrentTimeSec();return typeof a===_.p?a:-1}dispose(){const a=this;return _.w(function*(){OJ().removeEventListener(a.f,a.g)})}h(a){const b=cast.framework.events.EndedReason;
|
|
58
|
+
switch(a.type){case cast.framework.events.EventType.PLAYER_LOADING:this.a=OJ().getBreakManager();this.a.setPlayWatchedBreak(!0);a=this.a.getBreaks();this.l.trigger(new _.C(_.Hb,{adsTimeline:new mK(a)}));break;case cast.framework.events.EventType.BREAK_CLIP_LOADING:QJ(this,_.xb,a);break;case cast.framework.events.EventType.BREAK_STARTED:QJ(this,_.qb,a);break;case cast.framework.events.EventType.BREAK_ENDED:QJ(this,_.rb,a);break;case cast.framework.events.EventType.BREAK_CLIP_STARTED:QJ(this,_.Db,a);
|
|
59
|
+
break;case cast.framework.events.EventType.BREAK_CLIP_ENDED:a.endedReason===b.SKIPPED?(QJ(this,_.Cb,a),QJ(this,_.Eb,a)):a.endedReason===b.STOPPED?QJ(this,_.Eb,a):a.endedReason===b.END_OF_STREAM?(QJ(this,_.ub,a),QJ(this,_.Eb,a)):a.endedReason===b.ERROR&&NJ(this,1);break;case cast.framework.events.EventType.PLAYING:QJ(this,_.Bb,a);break;case cast.framework.events.EventType.PAUSE:QJ(this,_.zb,a);break;case cast.framework.events.EventType.BUFFERING:a.isBuffering?QJ(this,_.sb,a):QJ(this,_.Bb,a)}}};
|
|
60
|
+
nK.prototype.getPosition=nK.prototype.getPosition;nK.prototype.setVolume=nK.prototype.setVolume;nK.prototype.getVolume=nK.prototype.getVolume;nK.prototype.skip=nK.prototype.skip;nK.prototype.pause=nK.prototype.pause;nK.prototype.resume=nK.prototype.resume;var KJ=!1;var oK=class{constructor(a){this.Kb=a;this.a=this.f.bind(this)}init(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().addEventListener(RJ(),this.a)}release(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().removeEventListener(RJ(),this.a)}getTimelineCues(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager().getTimedMetadata().map(a=>SJ(a))}f(a){if(a instanceof cast.framework.events.TimedMetadataEvent){var b=null;switch(a.type){case cast.framework.events.EventType.TIMED_METADATA_CHANGED:b=
|
|
61
|
+
_.Pf;break;case cast.framework.events.EventType.TIMED_METADATA_ENTER:b=_.Rf;break;case cast.framework.events.EventType.TIMED_METADATA_EXIT:b=_.Sf}b&&this.Kb(new _.C(b,{detail:SJ(a.timedMetadataInfo)}))}else for(b of this.getTimelineCues())this.Kb(new _.C(_.Pf,{detail:b}))}};var Z=class extends _.O{constructor(){super();this.g=new _.N("clpp.cast.TrackManager");this.l=null;this.o=1E9;this.h=[];this.j=[];this.m=this.w.bind(this);this.a=this.f=null}initialize(a){this.l=a;TJ().addEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.m)}release(){this.h=[];this.j=[];this.a=this.f=null}load(){}destroy(){this.l=null;TJ().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.m)}getVideoTracks(){return[]}getAudioTracks(){return this.h}da(){return this.j}ea(){return null}Ca(){const a=
|
|
62
|
+
this.ia();return a&&a.renditions[0]}Da(){const a=this.ja();return a&&a.renditions[0]}Na(){return null}ab(){return null}bb(){return null}Fa(){return null}ia(){let a=null;if(this.f){let b=this.f.getActiveId();typeof b===_.p&&(b=b.toString(),a=this.getAudioTracks().find(c=>c.id===b)||null)}return a}ja(){let a=null;if(this.a){let b=this.a.getActiveIds()[0];typeof b===_.p&&(b=b.toString(),a=this.da().find(c=>c.id===b)||null)}return a}Ta(){this.g.warn("Video tracks unavailable on Cast")}na(a){a&&this.f&&
|
|
63
|
+
this.f.setActiveById(+a.id)}ya(a){this.a&&(a?this.a.setActiveByIds([+a.id]):this.a.setActiveByIds([]))}Sa(){this.g.warn("Video renditions unavailable on Cast")}hb(a){this.na(a&&a.track)}ib(a){this.ya(a&&a.track)}addTextTrack(a){const b=this;return _.w(function*(){var c=b.l.getConfiguration();if((c=yield jJ(a,Object.values(cast.framework.messages.CaptionMimeType),b.l.getNetworkEngine(),c))&&b.a){const d=new cast.framework.messages.Track(b.o++,cast.framework.messages.TrackType.TEXT);d.isInband=!1;d.language=
|
|
64
|
+
c.language;d.name=c.label;d.subtype=c.kind;d.trackContentId=c.url;d.trackContentType=c.mimeType;d.customData={mimeType:a.mimeType,url:a.url};try{b.a.addTracks([d]),VJ(b)}catch(e){throw b.g.warn("failed on track",a),e;}}})}ga(){return!0}w(){this.f=TJ().getAudioTracksManager();var a=this.f.getTracks();this.h=UJ(_.I,a);VJ(this);a=this.l.getConfiguration();WJ(this,_.I,a.preferredAudioLanguage,a.preferredAudioRole);WJ(this,_.H,a.preferredTextLanguage,a.preferredTextRole)}};Z.prototype.isAbrEnabled=Z.prototype.ga;
|
|
65
|
+
Z.prototype.addTextTrack=Z.prototype.addTextTrack;Z.prototype.setTextRendition=Z.prototype.ib;Z.prototype.setAudioRendition=Z.prototype.hb;Z.prototype.setVideoRendition=Z.prototype.Sa;Z.prototype.setTextTrack=Z.prototype.ya;Z.prototype.setAudioTrack=Z.prototype.na;Z.prototype.setVideoTrack=Z.prototype.Ta;Z.prototype.getTextTrack=Z.prototype.ja;Z.prototype.getAudioTrack=Z.prototype.ia;Z.prototype.getVideoTrack=Z.prototype.Fa;Z.prototype.getLoadingTextRendition=Z.prototype.bb;
|
|
66
|
+
Z.prototype.getLoadingAudioRendition=Z.prototype.ab;Z.prototype.getLoadingVideoRendition=Z.prototype.Na;Z.prototype.getTextRendition=Z.prototype.Da;Z.prototype.getAudioRendition=Z.prototype.Ca;Z.prototype.getVideoRendition=Z.prototype.ea;Z.prototype.getTextTracks=Z.prototype.da;Z.prototype.getAudioTracks=Z.prototype.getAudioTracks;Z.prototype.getVideoTracks=Z.prototype.getVideoTracks;var pK=class extends _.jo{constructor(){super();this.A=new _.N(cJ);this.g=this.o=_.hi();this.w=null;this.j=-1;this.D=new _.hm;this.f=this.m=this.h=this.a=this.B=null;this.C=!1}init(a,b){this.B=a;b&&(this.g=this.o=b);a=XJ();a.setMessageInterceptor(cast.framework.messages.MessageType.MEDIA_STATUS,this.H.bind(this));a.setMediaPlaybackInfoHandler(this.F.bind(this));this.a=new lK(this);this.a.init();this.h=new Z;this.h.initialize(this);this.m=new oK(c=>this.trigger(c));this.m.init()}unload(){const a=cast.framework.messages.PlayerState,
|
|
67
|
+
b=XJ();b.getPlayerState()!==a.IDLE&&b.stop();this.h&&this.h.release();this.m&&this.m.release();this.f=null;return Promise.resolve()}release(){return this.unload().then(()=>{this.a&&this.a.release()})}destroy(){const a=this;return _.w(function*(){a.B=null;a.o=_.hi();a.g=a.o;a.j=-1;a.w=null;a.a&&(yield a.a.destroy(),a.a=null);a.h&&(a.h.destroy(),a.h=null)})}play(){const a=XJ();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot play during ads playout.");a.play();
|
|
68
|
+
return Promise.resolve()}pause(){const a=XJ();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot pause during ads playout.");a.pause();return Promise.resolve()}isPaused(){return XJ().getPlayerState()===cast.framework.messages.PlayerState.PAUSED}isEnded(){return XJ().getPlayerState()===cast.framework.messages.PlayerState.IDLE}seek(a){const b=XJ();if(null!==b.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject(VI);b.seek(a);return Promise.resolve()}getPosition(){return XJ().getCurrentTimeSec()}getDuration(){const a=
|
|
69
|
+
XJ().getDurationSec();return typeof a===_.p?-1===a?Infinity:a:-1}getPlaybackRate(){return XJ().getPlaybackRate()}setPlaybackRate(a){if(0<a){const b=new cast.framework.messages.SetPlaybackRateRequestData;b.playbackRate=a;XJ().sendLocalMediaRequest(b)}}getVolume(){return cast.framework.CastReceiverContext.getInstance().getSystemVolume().level||null}setVolume(a){0<=a&&1>=a&&cast.framework.CastReceiverContext.getInstance().setSystemVolumeLevel(a)}setMuted(a){cast.framework.CastReceiverContext.getInstance().setSystemVolumeMuted(a)}isMuted(){return cast.framework.CastReceiverContext.getInstance().getSystemVolume().muted||
|
|
70
|
+
null}getLoadedSource(){const a=XJ().getMediaInformation();if(a){var b=XJ().getPlaybackConfig();b=!!b&&b.protectionSystem!==cast.framework.ContentProtection.NONE;var c=this.w&&-1!==this.j?this.w[this.j]:null;c=c?c.name:void 0;!c&&a.metadata&&(c=a.metadata.title);return{url:a.contentId,type:a.contentType,gg:b,name:c}}return null}getDrmInfo(){return null}getPresentationStartTime(){return XJ().getStartAbsoluteTime()}getSeekRange(){let a={start:0,end:this.getDuration()};if(this.isLive()){const b=XJ().getLiveSeekableRange();
|
|
71
|
+
b&&typeof b.start===_.p&&typeof b.end===_.p&&(a={start:b.start,end:b.end})}return a}getState(){return this.a?this.a.getState():_.Po}getStats(){var a=_.Vk();if(this.f){a=XJ().getStats();this.f.m=a.estimatedBandwidth||NaN;this.f.A=a.streamBandwidth||NaN;var b=this.f,c=a.height||NaN;b.j=a.width||NaN;b.f=c;b=this.f;c=typeof a.decodedFrames===_.p?a.decodedFrames:NaN;b.h=typeof a.droppedFrames===_.p?a.droppedFrames:NaN;b.g=c;a=this.f.getStats()}return a}isLive(){return Infinity===this.getDuration()}load(a){const b=
|
|
72
|
+
this;return _.w(function*(){b.f=new _.No;b.a.m=b.f.a;b.w=_.ol(a);_.ki(a)&&(b.g=_.ji(b.o,a));if(b.C)b.C=!1;else{var c=b.w[b.j],d=new cast.framework.messages.LoadRequestData;d.autoplay=b.g.autoplay;typeof b.g.startTime===_.p&&(d.currentTime=b.g.startTime);c.type&&(d.media.contentType=c.type);d.media.contentId=c.url;d.media.customData={playerConfiguration:hJ(b.g),local:!0};yield XJ().load(d)}})}getBufferInfo(){this.A.warn(_.ma);return new _.io}getTrackManager(){return this.h}getConfiguration(){return this.g}getSurface(){return this.B}setNetworkEngine(a){this.D=
|
|
73
|
+
a}getNetworkEngine(){return this.D}getSourceIndex(){return this.j}setSourceIndex(a){this.j=a}getPeriods(){return[]}namespace(){return cJ}getTimelineCues(){return this.m&&this.m.getTimelineCues()||[]}resetAbr(){this.A.warn(ZI)}onError(a){a=new _.C(_.Tc,{detail:a});this.trigger(a)}canPlay(){return _.Qh()?2:0}H(a){a=Object.assign({},a);a.customData||(a.customData={});a.customData.stats=hJ(this.getStats());var b=XJ(),c=a.media||b.getMediaInformation();b=b.getStartAbsoluteTime();c&&typeof b===_.p&&c.startAbsoluteTime!==
|
|
74
|
+
b&&(this.A.info("Syncing startAbsoluteTime."+`Old value: ${c.startAbsoluteTime}, `+`new value: ${b}`),c.startAbsoluteTime=b,a=Object.assign({},a,{media:c}));{c=cast.framework.messages.StreamType;b=a.media;var d=!!b;const e=this.isLive(),f=d&&!b.metadata,g=!!a.liveSeekableRange;if(d&&g&&(!e||e&&f)){d=XJ().getStartAbsoluteTime();if(typeof d===_.p){b.startAbsoluteTime=d;let h;f?h=new cast.framework.messages.GenericMediaMetadata:h=b.metadata;h.sectionStartAbsoluteTime=d;b.metadata=h}b.streamType=c.LIVE;
|
|
75
|
+
a=Object.assign({},a,{media:b})}}return a}F(a,b){let c=null;a.media.customData&&(c=iJ(a.media.customData.playerConfiguration));(a=c?c.abr:null)&&typeof a.defaultBandwidthEstimate===_.p?b.initialBandwidth=a.defaultBandwidthEstimate:b.initialBandwidth=void 0;$J(c,b);return b}getTextDisplayer(){return null}setDrmCustomDataModifier(){}setCdnErrorCallback(){}};pK.prototype.getTextDisplayer=pK.prototype.getTextDisplayer;pK.prototype.getNetworkEngine=pK.prototype.getNetworkEngine;
|
|
76
|
+
pK.prototype.setNetworkEngine=pK.prototype.setNetworkEngine;var bK=class{constructor(){this.a=!1;this.h=new _.N(dJ);this.f=this.l=null;this.g=new Set;this.A=this.F.bind(this);this.w=this.B.bind(this);this.j=null;this.o=new _.Nn;this.m=null}init(a){a&&(this.f=new pK,_.qm(a,this.f),this.l=a,this.o.on(window,"unload",()=>{const b=this;return _.w(function*(){b.l&&b.l.getState()!==_.il&&(yield gJ(b.l))})}))}start(){if(!this.a&&window.cast&&cast.framework&&cast.framework.CastReceiverContext){this.a=!0;var a=dK(),b=dK().getPlayerManager(),c=new cast.framework.CastReceiverOptions;
|
|
77
|
+
c.customNamespaces={};c.customNamespaces[eJ]=cast.framework.system.MessageType.JSON;c.shakaVersion="4.3.4";var d=new cast.framework.PlaybackConfig;d.manifestHandler=this.D.bind(this);d.shakaConfig={streaming:{ignoreTextStreamFailures:!0}};d.enableSmoothLiveRefresh=!0;c.playbackConfig=d;if(d=this.l&&this.l.getSurface().getMedia())c.mediaElement=d;c.disableIdleTimeout=!0;c.maxInactivity=Infinity;b.setMessageInterceptor(cast.framework.messages.MessageType.LOAD,this.C.bind(this));b.addEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,
|
|
78
|
+
this.A);a.start(c);a.addCustomMessageListener(eJ,this.w)}}stop(){if(this.a){this.a=!1;this.o.release();const a=dK();dK().getPlayerManager().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.A);a.removeCustomMessageListener(eJ,this.w);a.stop();this.l=this.f=null}}Gc(a){this.j=a}Mf(a){this.m=a}on(a,b){dK().addEventListener(a,b)}off(a,b){dK().removeEventListener(a,b)}addMessageListener(a){typeof a===_.Vc&&this.g.add(a)}removeMessageListener(a){typeof a===_.Vc&&this.g.delete(a)}sendMessage(a,
|
|
79
|
+
b){dK().sendCustomMessage(eJ,b,hJ(a))}Tb(){return this.a}$a(){var a;return a=(a=dK().getPlayerManager().getMediaInformation())&&a.metadata?a.metadata:null}D(a){a=a.trim();if(a.startsWith("#EXTM3U"))return fK(this,a);try{var b=(new DOMParser).parseFromString(a,_.qe)}catch(k){return a}var c=b.getElementsByTagName("MPD")[0];if(c){a=c;this.h.debug("Detected DASH, parsing");b=dK();c=a.getElementsByTagName("Period");for(var d=c.length-1;0<=d;--d){var e=c[d].getElementsByTagName(_.ea);for(var f=e.length-
|
|
80
|
+
1;0<=f;--f){var g=e[f].getAttribute("contentType");if(g===_.v||g===_.Vb){g=e[f].getAttribute(_.pd);var h=e[f].getElementsByTagName(_.Ya);for(let k=h.length-1;0<=k;--k){const l=h[k].getAttribute(_.pd)||g,m=h[k].getAttribute(_.yc);let n=h[k].getAttribute(_.Se)||void 0,q=h[k].getAttribute(_.Wc)||void 0;void 0!==n&&(n=+n);void 0!==q&&(q=+q);b.canDisplayType(l,m,n,q)||e[f].removeChild(h[k])}e[f].getElementsByTagName(_.Ya).length||c[d].removeChild(e[f])}}c[d].getElementsByTagName(_.ea).length||a.removeChild(c[d])}return a=
|
|
81
|
+
(new XMLSerializer).serializeToString(a)}if(c=b.getElementsByTagName(_.fb)[0]){a=c;this.h.debug("Detected Smooth, parsing");b=dK();c=a.getElementsByTagName("StreamIndex");for(d=c.length-1;0<=d;--d)if(c[d].getAttribute("Type")===_.v){e=c[d].getElementsByTagName(_.Wa);for(f=e.length-1;0<=f;--f)g=e[f].getAttribute(_.Ja)||void 0,h=e[f].getAttribute(_.Ia)||void 0,void 0!==g&&(g=+g),void 0!==h&&(h=+h),b.canDisplayType(_.Fe,void 0,g,h)||c[d].removeChild(e[f]);c[d].getElementsByTagName(_.Wa).length||a.removeChild(c[d])}a=
|
|
82
|
+
(new XMLSerializer).serializeToString(a)}return a}C(a){const b=this;return _.w(function*(){let c=a;var d;c.media.customData&&(d=iJ(c.media.customData.playerConfiguration));if(b.l&&d){b.j&&(d=(yield Promise.resolve(b.j(d)))||d);d.ima&&(yield MJ(c.media,d.ima,b.l.getNetworkEngine()));typeof d.startTime===_.p&&d.startTime!==c.currentTime?c.currentTime=d.startTime:d.startTime=c.currentTime||null;c.media.customData.local||(b.f.C=!0,yield _.xm(b.l,d),yield _.ym(b.l),d=b.l.getLoadedSource(),c.media.contentId=
|
|
83
|
+
d.url,c.media.contentType=d.type,d.wb&&(c.media.hlsVideoSegmentFormat=kJ(d.wb,_.J)),d.audioMimeType&&(c.media.hlsSegmentFormat=kJ(d.audioMimeType,_.I)));const e=c.media.metadata;e&&typeof e.sectionStartAbsoluteTime===_.p&&(d=e.sectionStartAbsoluteTime,e.sectionStartAbsoluteTime=0===d?1E-8:d);void 0===c.autoplay&&(c.autoplay=b.l.getConfiguration().autoplay)}b.m&&(d=yield Promise.resolve(b.m(c)))&&(c=d);return c})}F(a){if(this.l&&(!a.media.customData||!a.media.customData.local)){var b=dK().getPlayerManager(),
|
|
84
|
+
c=b.getLiveSeekableRange();if(c){a=c.start;c=c.end;var d=this.l.getConfiguration().startTime;typeof a!==_.p||typeof c!==_.p||typeof d!==_.p||d>=a&&d<=c||(b=b.getMediaTimeForAbsoluteTime(d),typeof b===_.p&&b>=a&&b<=c&&this.l.seek(b))}_.Am(this.l)}}B(a){if(0<this.g.size){const b=iJ(a.data);this.g.forEach(c=>c(b))}}};_.y(dJ,bK);bK.prototype.getContentMetadata=bK.prototype.$a;bK.prototype.isApiReady=bK.prototype.Tb;bK.prototype.sendMessage=bK.prototype.sendMessage;bK.prototype.removeMessageListener=bK.prototype.removeMessageListener;
|
|
85
|
+
bK.prototype.addMessageListener=bK.prototype.addMessageListener;bK.prototype.off=bK.prototype.off;bK.prototype.on=bK.prototype.on;bK.prototype.setLoadRequestDataInterceptor=bK.prototype.Mf;bK.prototype.setPlayerConfigInterceptor=bK.prototype.Gc;bK.prototype.stop=bK.prototype.stop;bK.prototype.start=bK.prototype.start;bK.prototype.init=bK.prototype.init;bK.getInstance=cK;var aK=null;var qK=class{constructor(a){this.f=a;this.a=null;this.g=new _.Nn;this.h=[cast.framework.RemotePlayerEventType.IS_PLAYING_BREAK_CHANGED,cast.framework.RemotePlayerEventType.CURRENT_BREAK_CLIP_NUMBER_CHANGED,cast.framework.RemotePlayerEventType.MEDIA_INFO_CHANGED,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED]}load(){const a=this;return _.w(function*(){a.a=a.f.m;if(a.a){const b=a.a.controller,c=a.j.bind(a);for(const d of a.h)a.g.on(b,d,c)}})}start(){return _.w(function*(){})}resume(){this.a&&
|
|
86
|
+
this.a.isPlayingBreak&&this.a.isPaused&&this.a.controller.playOrPause()}pause(){this.a&&this.a.isPlayingBreak&&!this.a.isPaused&&this.a.controller.playOrPause()}skip(){const a=this.f.a;a&&this.f.sendMessage(fJ,{type:"SKIP_AD",requestId:Math.round(1E3*Math.random()),mediaSessionId:a.mediaSessionId})}getVolume(){return this.f.getVolume()||0}setVolume(a){this.f.setVolume(a)}getPosition(){let a=-1;var b=this.f.a;b&&(b=b.getEstimatedBreakClipTime(),typeof b===_.p&&(a=b));return a}dispose(){const a=this;
|
|
87
|
+
return _.w(function*(){a.g.release()})}j(a){switch(a.field){case "mediaInfo":a.value&&(a=a.value,a.breaks&&this.f.trigger(new _.C(_.Hb,{adsTimeline:new mK(a.breaks)})));break;case "isPlayingBreak":a.value?hK(this,_.qb):(hK(this,_.ub),hK(this,_.Eb),hK(this,_.rb));break;case "currentBreakClipNumber":0<=a.value&&(0<a.value&&(hK(this,_.ub),hK(this,_.Eb)),hK(this,_.Db));break;case "isPaused":this.a.isPlayingBreak&&(a.value?hK(this,_.zb):hK(this,_.Bb))}}};qK.prototype.getPosition=qK.prototype.getPosition;
|
|
88
|
+
qK.prototype.setVolume=qK.prototype.setVolume;qK.prototype.getVolume=qK.prototype.getVolume;qK.prototype.skip=qK.prototype.skip;qK.prototype.pause=qK.prototype.pause;qK.prototype.resume=qK.prototype.resume;var rK=class{name(){return"clpp.cast.ads.SenderAdsManagerFactory"}Y(a,b){return a.namespace()!==_.tc?!1:!(!b||!b.ima)}create(a){return new qK(a.a)}};rK.prototype.create=rK.prototype.create;rK.prototype.isSupported=rK.prototype.Y;rK.prototype.name=rK.prototype.name;_.Bl(new rK);var sK=class{name(){return"clpp.cast.ads.AdsManagerFactory"}Y(a,b){return cK().Tb()?!(!b||!b.ima):!1}create(a){return new nK(a)}};sK.prototype.create=sK.prototype.create;sK.prototype.isSupported=sK.prototype.Y;sK.prototype.name=sK.prototype.name;_.Bl(new sK);};f.call(g, window);
|