@castlabs/prestoplay 6.18.0 → 6.19.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.
Files changed (64) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/cjs/cl.adobe.js +3 -3
  3. package/cjs/cl.airplay.js +3 -3
  4. package/cjs/cl.broadpeak.js +7 -7
  5. package/cjs/cl.cast.js +115 -114
  6. package/cjs/cl.conviva.js +33 -33
  7. package/cjs/cl.core.js +578 -576
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +77 -75
  10. package/cjs/cl.externs.js +174 -292
  11. package/cjs/cl.freewheel.js +24 -24
  12. package/cjs/cl.hls.js +70 -71
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +29 -29
  15. package/cjs/cl.ima.js +24 -24
  16. package/cjs/cl.mse.js +312 -311
  17. package/cjs/cl.muxdata.js +15 -15
  18. package/cjs/cl.onboard.js +3 -3
  19. package/cjs/cl.persistent.js +14 -14
  20. package/cjs/cl.playlist.js +6 -6
  21. package/cjs/cl.sessions.js +16 -15
  22. package/cjs/cl.simid.js +15 -15
  23. package/cjs/cl.smooth.js +72 -72
  24. package/cjs/cl.thumbnails.js +26 -26
  25. package/cjs/cl.tizen.js +71 -71
  26. package/cjs/cl.ttml.js +29 -28
  27. package/cjs/cl.verimatrix.js +5 -5
  28. package/cjs/cl.vimond.js +13 -13
  29. package/cjs/cl.vr.js +19 -19
  30. package/cjs/cl.vtt.js +14 -14
  31. package/cjs/cl.youbora.js +18 -18
  32. package/cl.adobe.js +3 -3
  33. package/cl.airplay.js +3 -3
  34. package/cl.broadpeak.js +5 -5
  35. package/cl.cast.js +90 -89
  36. package/cl.conviva.js +27 -27
  37. package/cl.core.js +475 -474
  38. package/cl.crypto.js +9 -9
  39. package/cl.dash.js +71 -70
  40. package/cl.externs.js +171 -293
  41. package/cl.freewheel.js +19 -19
  42. package/cl.hls.js +74 -72
  43. package/cl.hlssmpte.js +5 -5
  44. package/cl.htmlcue.js +26 -26
  45. package/cl.ima.js +17 -17
  46. package/cl.mse.js +276 -274
  47. package/cl.muxdata.js +13 -13
  48. package/cl.onboard.js +4 -4
  49. package/cl.persistent.js +11 -11
  50. package/cl.playlist.js +5 -5
  51. package/cl.sessions.js +10 -10
  52. package/cl.simid.js +13 -13
  53. package/cl.smooth.js +59 -59
  54. package/cl.thumbnails.js +19 -19
  55. package/cl.tizen.js +57 -57
  56. package/cl.ttml.js +22 -22
  57. package/cl.verimatrix.js +4 -4
  58. package/cl.vimond.js +8 -8
  59. package/cl.vr.js +14 -14
  60. package/cl.vtt.js +12 -12
  61. package/cl.youbora.js +15 -15
  62. package/clpp.styles.css +14 -0
  63. package/package.json +1 -1
  64. package/typings.d.ts +379 -384
package/cl.cast.js CHANGED
@@ -1,89 +1,90 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var YS="Cannot seek during ads playout.",ZS="Cannot switch track",$S="Media session does not exist.",aT="No receivers available",bT="Reset ABR functionality not available on cast.",cT="SDK not yet ready",dT="Sender is destroyed.",eT="clpp.cast.CastProxy",fT="clpp.cast.Player",gT="clpp.cast.Receiver",hT="urn:x-cast:castlabs",iT="urn:x-cast:com.google.cast.media",jT=function(a){return _.x(function*(){yield _.gp(a,_.Je);yield _.gp(a,_.Ie)})},kT=function(a){return JSON.stringify(a,(b,c)=>
2
- {if("license"!==b&&typeof c!==_.Yd){if(c instanceof Event){b={};for(const d in c){const e=c[d];typeof e===_.Fe?"detail"===d&&(b[d]=e):d in Event||(b[d]=e)}return b}return typeof c===_.t?isNaN(c)?"NaN":isFinite(c)?c:0>c?"-Infinity":"Infinity":c}})},lT=function(a){if(typeof a!==_.Qf)return a;try{return JSON.parse(a,(b,c)=>"NaN"===c?NaN:"-Infinity"===c?-Infinity:"Infinity"===c?Infinity:c)}catch(b){return a}},mT=function(a,b,c,d){return _.x(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=_.Ej(d,a.mimeType,g);f&&g&&(h=_.Si(a.url),(h=yield c.fetch(h).R)&&h.data&&(e=f.a(_.J(h.data)),e={url:URL.createObjectURL(new Blob([e])),kind:a.kind,language:a.language,label:a.label,mimeType:g}));return e})},nT=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 _.mg:return d.FMP4;case _.lg:return b===_.N?d.MPEG2_TS:c.TS;case _.Gc:return c.AAC;case _.Hc:return c.AC3;case _.Ic:return c.E_AC3;case "audio/mpeg":return c.MP3;case _.Jc:return c.FMP4}},pT=function(a){a=void 0===a?oT:a;var b=cast.framework.messages||chrome.cast.media;if(!b)throw new _.H(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}},qT=function(a,b){return a.h.filter(c=>c.type===b)},sT=function(a,b){const c=rT(a);return qT(a,b).find(d=>c.includes(d.id))||null},uT=function(a,b,c){const d=a.a.a;if(d)if(c){a.f[b]=c.renditions[0];c=[+c.id];if(b!==_.K){const e=a.ua();e&&c.push(+e.id)}c=new chrome.cast.media.EditTracksInfoRequest(c);
6
- d.editTracksInfo(c,()=>{a.f[b]=null;tT(a,b)},e=>{a.f[b]=null;a.g.debug(ZS,e)})}else b===_.K&&(c=new chrome.cast.media.EditTracksInfoRequest([]),d.editTracksInfo(c,()=>{tT(a,b)},e=>{a.g.debug(ZS,e)}))},rT=function(a){a=a.a?a.a.a:null;return(a?a.activeTrackIds||[]:[]).map(b=>b.toString())},tT=function(a,b){b===_.L?a.a.trigger(new _.E(_.Jk)):b===_.K&&a.a.trigger(new _.E(_.Kk))},xT=function(a){if(a)for(const b of vT)wT(b)},wT=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.Ie();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);yT&&a.o.ha(.02)}},zT=function(a){return _.x(function*(){vT.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.j&&(b.push(a.j.destroy()),a.j=null);yield Promise.all(b);a.A=!1;a.o&&(a.o.stop(),a.o=null);a.S=null;a.X=null})},AT=function(a){return _.x(function*(){a.ub()||(yield cast.framework.CastContext.getInstance().requestSession())})},CT=function(a,b,c){c=
9
- void 0===c?0:c;return _.x(function*(){var d=a.f.ua();d&&d.language&&(a.h.preferredTextLanguage=d.language);(d=a.f.na())&&d.language&&(a.h.preferredAudioLanguage=d.language);yield BT(a,{source:a.getLoadedSource(),currentTime:c,isLive:a.isLive(),ue:a.getPresentationStartTime(),autoplay:b,Xa:a.h})})},BT=function(a,b){return _.x(function*(){var c=chrome.cast.media.StreamType;yield AT(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=nT(b.Lb,_.N);e.hlsSegmentFormat=nT(c,_.L);b.Xa&&(a.L&&(c=yield Promise.resolve(a.L(b.Xa)))&&(b.Xa=c),a.h=b.Xa,a.C=_.bo(a.h),a.B=a.C.findIndex(k=>k.url===b.source.url),b.Xa.remoteTextTracks&&(c=yield Promise.all(b.Xa.remoteTextTracks.map(a.la.bind(a))),e.tracks=c.filter(k=>k),b.Xa.remoteTextTracks=void 0),delete b.Xa.autoplay,b.Xa.startTime=null,e.customData={playerConfiguration:kT(b.Xa)});c=a.nb()||{};
11
- var f=DT(c.metadataType),g;typeof b.ue===_.t&&(g={metadataType:f,sectionStartAbsoluteTime:b.ue});var h;b.source.name&&(h={metadataType:f,title:b.source.name});c=ET(c);if(g=FT(Object.assign({},g,h,c)))e.metadata=g;e=new chrome.cast.media.LoadRequest(e);typeof b.autoplay===_.Pc&&(e.autoplay=b.autoplay);typeof b.currentTime===_.t&&(e.currentTime=b.currentTime);yield d.loadMedia(e)}})},FT=function(a){if(!a)return null;a:{var b=a.metadataType;const c=Object.entries(GT);for(const d of c){const [e,f]=d;
12
- if(f===b){b=e;break a}}b=null}if(!b)return null;b=pT(GT[b]);return Object.assign(b,a)},DT=function(a){var b=void 0===b?oT:b;return Object.values(GT).includes(a)?a:b},ET=function(a){const b={};for(const c in a)void 0!==a[c]&&(b[c]=a[c]);return b},IT=function(a,b){HT(a,b.getMediaSession());b.addEventListener(cast.framework.SessionEventType.MEDIA_SESSION,a.W);b.addMessageListener(hT,a.O)},JT=function(a){const b=a.getPosition();a.a&&a.a.media?(a=a.a.media.startAbsoluteTime,a=typeof a!==_.t?null:a):a=
13
- null;a=null===a?null:a+b;return null===a?b:a},HT=function(a,b){a.a=b;a.a&&(a.H.release(),a.G=null,a.l=null,a.l=new cast.framework.RemotePlayer,a.G=new cast.framework.RemotePlayerController(a.l),a.H.on(a.G,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED,a.ea.bind(a)),a.f&&a.f.load(),a.j&&a.j.init(),a.trigger(new _.E(_.se)))},MT=function(a){return new KT(a.h,()=>{a.trigger(new _.E(_.Yc))},(b,c)=>{{const d=a.f.getConfiguration();d.source=c.source;d.autoplay=!1;d.startTime=c.currentTime?Math.max(c.currentTime-
14
- 1,0):null;d.ima&&d.startTime&&(d.ima.playAdsAfterTime=d.startTime);c.Ue&&(d.preferredAudioLanguage=c.Ue);c.Lf&&(d.preferredTextLanguage=c.Lf);_.ip(a.f,null);a.trigger(new _.E("castingended"));a.j(b,d)}},()=>LT(a))},LT=function(a){return _.x(function*(){a.trigger(new _.E(_.Xc));a.f.a!==a.a&&a.f&&a.a&&(yield a.f.release(),_.ip(a.f,a.a))})},PT=function(a,b,c){return _.x(function*(){var d=b.adTagUrl;if(d)try{NT=!1;const e=_.Si(d),f=yield c.fetch(e).R;if(f&&f.data){const g=_.oi(f.data),h=(new DOMParser).parseFromString(g,
15
- _.Wf);if(h.getElementsByTagName("vmap:VMAP").length)_.C("VMAP detected."),a.vmapAdsRequest=OT(g);else if(h.getElementsByTagName("VAST").length){_.C("VAST detected.");{d=g;const k=new cast.framework.messages.BreakClip("bc1");k.vastAdsRequest=OT(d);const l=new cast.framework.messages.Break("b1",[k.id],0);a.breakClips=[k];a.breaks=[l]}}else _.C("Unsupported schema."),NT=!0}}catch(e){_.C("Failed to fetch an ad",e),NT=!0}})},OT=function(a){const b=new cast.framework.messages.VastAdsRequest;b.adsResponse=
16
- a;return b},QT=function(a,b){b=new _.H(1,10,10003,{errorType:b});a.m.onError(b)},RT=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},TT=function(a,b,c){if(c instanceof cast.framework.events.BreaksEvent||-1!==a.getPosition()){var d=null;(c=ST(a,c))&&(d={ad:c});a.m.trigger(new _.E(b,d))}},ST=function(a,b){let c=null;if(a.a&&b instanceof cast.framework.events.BreaksEvent){let d=null,e=null,f;typeof b.breakClipId===_.Qf&&(d=a.a.getBreakClipById(b.breakClipId));typeof b.breakId===
17
- _.Qf&&(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 Z(d,e,b.index,b.total,f)}return c},UT=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]},VT=function(a){const b=
18
- a.dashTimedMetadata;let c=_.eg;b&&(c=b.schemeIdUri);return{type:c.startsWith(_.dg)?_.th:_.rh,schemeIdUri:c,id:a.id||"",startTime:a.startTime,endTime:a.endTime,value:b&&b.value||"",eventElement:b?b.eventElement:null}},WT=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},YT=function(a){a.a=WT().getTextTracksManager();const b=a.a.getTracks();a.j=XT(_.K,b)},XT=function(a,b){const c=[];for(const d of b)b=new _.hj(d.trackId.toString(),a),b.roles=d.roles||[],b.kind=d.subtype||
19
- null,b.language=d.language||null,b.originalLanguage=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 _.pj(b.id,b)),c.push(b);return c},ZT=function(a,b,c,d){c=_.Ah(c).filter(g=>g);var e=!1;let f=[];b===_.L?f=a.getAudioTracks():b===_.K&&(f=a.ka());if(c=c.find(g=>{const h=_.bi(g);return f.some(k=>{k=_.bi(k.language||"");return _.ci(h,k)})})){const g=
20
- _.bi(c);c=f.filter(h=>{h=_.bi(h.language||"");return _.ci(g,h)});f=c.length?c:f;e=e||!!c.length}_.xi(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===_.L?a.wa(e):b===_.K&&a.La(e))},$T=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},cU=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=_.ql(d);if(e){var f=[_.xd];_.bo(a)[0].type!==_.Ec&&f.unshift(_.zd);d.preferredDrmSystem===_.xd&&f.reverse();for(var g,h;f.length&&!h;)g=f.shift(),h=e.Za[g];h?(c=g===_.zd?cast.framework.ContentProtection.WIDEVINE:g===_.xd?cast.framework.ContentProtection.PLAYREADY:void 0,b.protectionSystem=c,b.licenseUrl=h.licenseUrl,c={ldlDelay:0,customData:{}},aU(b,h,a,c),bU(b,h,a,c)):c()}else c()}else c()},aU=function(a,b,c,d){b.modifiers.licenseRequest?a.licenseRequestHandler=e=>{const f=
22
- _.Si({method:_.ub,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},bU=function(a,b,c,d){b.modifiers.licenseResponse?a.licenseHandler=(e,f)=>_.x(function*(){const g=_.Ti(Object.assign({},f.headers),e.buffer,200,"");yield b.modifiers.licenseResponse(c,g,d);return _.J(g.data)}):
23
- a.licenseHandler=void 0},fU=function(){return dU||(dU=new eU)},gU=function(){return cast.framework.CastReceiverContext.getInstance()},iU=function(a,b){a.g.debug("Detected HLS, parsing");var c=cast.framework.messages.HlsVideoSegmentFormat;a=gU();var {hlsVideoSegmentFormat:d}=gU().getPlayerManager().getMediaInformation()||{};c=d===c.FMP4?_.mg:_.lg;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
- hU(f,_.pa),h=hU(f,_.Cb);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")},hU=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},kU=function(a,b){let c=null;const d=jU(a);d&&(c={ad:d});a.f.trigger(new _.E(b,c))},jU=function(a){var b=null;if(a.a&&a.a.mediaInfo){b=a.a.mediaInfo;
25
- 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 Z(d,c,g,e,f)}return b},lU=class{constructor(a,b){this.log=new _.R(b);this.player=a;this.l=null;this.h=_.Wn;this.o=_.At;this.j=2;this.C=Date.now();this.B=-1}release(){this.a(_.Wn)}destroy(){this.l=
26
- this.player=null;return Promise.resolve()}getState(){return this.h}onError(a){a.severity===_.F&&this.a(_.Vn)}a(a){if(a!==this.h)if(this.h===_.Vn&&a!==_.Wn)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===_.Rn?(this.B=b,this.player.trigger(new _.E(_.Uc,{detail:{bufferedTimeMS:-1,reason:this.j}}))):this.o===_.Rn&&this.player.trigger(new _.E(_.Qc,{detail:{bufferedTimeMS:b-this.B,reason:this.j}}));a={currentState:this.h,previousState:this.o,
27
- timeSinceLastStateChangeMS:b-this.C};this.C=b;this.l&&_.Fn(this.l,this.h);this.player.trigger(new _.E(_.Nf,{detail:a}))}}};_.z("clpp.cast.CastUtils",class{});var oT=0,GT={GENERIC:oT,MOVIE:1,TV_SHOW:2,MUSIC_TRACK:3,PHOTO:4,AUDIOBOOK_CHAPTER:5};var mU=class extends lU{constructor(a){super(a,"clpp.cast.SenderStateManager");this.w=this.f=null;this.A=this.Hb.bind(this)}init(){const a=this.player,b=a.a;b&&(this.f&&this.f.removeUpdateListener(this.A),this.f=b,this.f.addUpdateListener(this.A),this.w=a.l)}destroy(){const a=this,b=()=>Object.getPrototypeOf(Object.getPrototypeOf(this)).destroy;return _.x(function*(){a.f&&(a.f.removeUpdateListener(a.A),a.f=null);yield b().call(a)})}a(a){const b=this.player.l;b&&b.isPlayingBreak||super.a(a)}Hb(){if(this.f&&
28
- this.w&&!this.w.isPlayingBreak)switch(this.f.playerState){case chrome.cast.media.PlayerState.IDLE:switch(this.f.idleReason){case chrome.cast.media.IdleReason.FINISHED:this.a(_.On);break;case chrome.cast.media.IdleReason.ERROR:this.a(_.Vn);break;default:this.a(_.Wn)}break;case chrome.cast.media.PlayerState.PLAYING:this.a(_.Zn);break;case chrome.cast.media.PlayerState.PAUSED:this.a(_.Yn);break;case chrome.cast.media.PlayerState.BUFFERING:this.a(_.Rn)}}};var nU=class extends _.S{constructor(){super();this.g=new _.R("clpp.cast.SenderTrackManager");this.a=null;this.h=[];this.f={}}initialize(a){this.a=a}release(){this.h=[];this.f={}}load(){this.release();var a=this.a.a;a&&(a=a.media)&&(this.h=(a=a.tracks)?a.map(b=>{switch(b.type){case chrome.cast.media.TrackType.VIDEO:var c=_.N;break;case chrome.cast.media.TrackType.AUDIO:c=_.L;break;case chrome.cast.media.TrackType.TEXT:c=_.K}c=new _.hj(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 _.pj(c.id,c));return c}):[],this.a.trigger(new _.E(_.dt)))}destroy(){this.a=null}getVideoTracks(){return qT(this,_.N)}getAudioTracks(){return qT(this,_.L)}ka(){return qT(this,_.K)}oa(){const a=this.Ja();return a?a.renditions[0]:null}Qa(){const a=this.na();return a?a.renditions[0]:null}Ia(){const a=this.ua();return a?a.renditions[0]:
30
- null}cb(){return this.f[_.N]||null}ob(){return this.f[_.L]||null}pb(){return this.f[_.K]||null}Ja(){return sT(this,_.N)}na(){return sT(this,_.L)}ua(){return sT(this,_.K)}jb(a){uT(this,_.N,a)}wa(a){uT(this,_.L,a)}La(a){uT(this,_.K,a)}Ya(a){this.jb(a&&a.track)}hb(a){this.wa(a&&a.track)}ib(a){this.La(a&&a.track)}addTextTrack(){return _.x(function*(){})}ra(){return!0}};nU.prototype.isAbrEnabled=nU.prototype.ra;nU.prototype.addTextTrack=nU.prototype.addTextTrack;nU.prototype.setTextRendition=nU.prototype.ib;
31
- nU.prototype.setAudioRendition=nU.prototype.hb;nU.prototype.setVideoRendition=nU.prototype.Ya;nU.prototype.setTextTrack=nU.prototype.La;nU.prototype.setAudioTrack=nU.prototype.wa;nU.prototype.setVideoTrack=nU.prototype.jb;nU.prototype.getTextTrack=nU.prototype.ua;nU.prototype.getAudioTrack=nU.prototype.na;nU.prototype.getVideoTrack=nU.prototype.Ja;nU.prototype.getLoadingTextRendition=nU.prototype.pb;nU.prototype.getLoadingAudioRendition=nU.prototype.ob;nU.prototype.getLoadingVideoRendition=nU.prototype.cb;
32
- nU.prototype.getTextRendition=nU.prototype.Ia;nU.prototype.getAudioRendition=nU.prototype.Qa;nU.prototype.getVideoRendition=nU.prototype.oa;nU.prototype.getTextTracks=nU.prototype.ka;nU.prototype.getAudioTracks=nU.prototype.getAudioTracks;nU.prototype.getVideoTracks=nU.prototype.getVideoTracks;var KT=class extends _.ft{constructor(a,b,c,d){super();this.g=new _.R(_.kd);this.T=a;this.o=new _.Tj(b);this.S=c;this.X=d;this.h=this.I=_.Uk();this.C=[];this.B=0;this.K=new _.ap;this.G=this.l=this.a=null;this.A=this.w=!1;this.Z="";this.ga=1E6;this.f=new nU;this.f.initialize(this);this.j=new mU(this);this.H=new _.ts;this.J=null;this.F=new Set;this.N=this.Fa.bind(this);this.aa=this.Oa.bind(this);this.W=this.Na.bind(this);this.O=this.Ma.bind(this);this.L=null;window.cast||Object.defineProperty(window,
33
- "cast",{get:()=>window.cast_,set:e=>{window.cast_=e;window.setTimeout(()=>{xT(!0)},0)}});wT(this);vT.add(this)}init(a,b){this.h=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.j&&this.j.release()})}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.qb)}appendLoad(){return Promise.reject(_.qb)}seekWith(){return Promise.reject(_.qb)}destroy(){return _.x(function*(){})}kd(a){this.L=
34
- a}jc(){return this.w}ub(){return this.A}de(){return this.Z}sendMessage(a,b){const c=this;return _.x(function*(){let d;const e=cast.framework.CastContext.getInstance().getCurrentSession();if(e)try{yield e.sendMessage(a,kT(b))}catch(f){d=new _.H(1,8,8E3,{detailedErrorCode:f})}else d=new _.H(1,8,8004,void 0);if(d)c.onError(d)})}cast(){const a=this;return _.x(function*(){if(!a.jc())throw a.g.warn(cT),new _.H(1,8,8001,void 0);if(!yT)throw a.g.warn(aT),new _.H(1,8,8002,void 0);if(a.ub())throw a.g.warn("Already casting"),
35
- new _.H(1,8,8003,void 0);try{yield AT(a)}catch(b){const c={};b instanceof chrome.cast.Error?(c.detailedErrorCode=b.code,c.details=b.details,c.reason=b.description):c.detailedErrorCode=b;throw new _.H(1,8,8E3,c);}})}be(){this.ub()&&cast.framework.CastContext.getInstance().endCurrentSession(!0)}addMessageListener(a){typeof a===_.Yd&&this.F.add(a)}removeMessageListener(a){typeof a===_.Yd&&this.F.delete(a)}play(){return this.isEnded()?CT(this,!0):new Promise((a,b)=>{if(!this.a)return b($S);this.a.play(null,
36
- a,b)})}pause(){return new Promise((a,b)=>{this.isEnded()&&a();if(!this.a)return b($S);this.a.pause(null,a,b)})}isPaused(){return!!this.a&&this.a.playerState===chrome.cast.media.PlayerState.PAUSED}isEnded(){return this.getState()===_.On}seek(a){return this.isEnded()?CT(this,!1,a):new Promise((b,c)=>{this.a||c($S);this.l.isPlayingBreak&&c(YS);const d=new chrome.cast.media.SeekRequest;d.currentTime=a;this.trigger(new _.E(_.gg));this.a.seek(d,()=>{this.trigger(new _.E(_.fg));b()},c)})}getPosition(){return this.getMediaPosition()}getMediaPosition(){return this.a&&
37
- this.a.getEstimatedTime()||0}getDuration(){return this.getMediaDuration()}getMediaDuration(){if(!this.a||!this.a.media)return-1;const a=this.a.media.duration;return typeof a!==_.t?-1:-1===a?Infinity:a}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}getPlaybackRate(){return this.a&&this.a.playbackRate||0}setPlaybackRate(a){this.a&&0<a&&this.sendMessage(iT,{type:"SET_PLAYBACK_RATE",requestId:Math.round(1E3*Math.random()),mediaSessionId:this.a.mediaSessionId,playbackRate:a})}getVolume(){return this.a&&
38
- 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||!this.a.media||!this.a.media.metadata)return null;const a=this.a.media.metadata.sectionStartAbsoluteTime;return typeof a!==_.t?null:1E-8===a?0:a}getSeekRange(){let a=
39
- {start:0,end:this.getDuration()};if(this.isLive()){const b=this.a.getEstimatedLiveSeekableRange();b&&typeof b.start===_.t&&typeof b.end===_.t&&(a={start:b.start,end:b.end})}return a}getState(){return this.j?this.j.getState():_.At}getStats(){return this.a&&this.a.customData&&this.a.customData.stats?lT(this.a.customData.stats):_.Jn()}isLive(){return Infinity===this.getDuration()}load(a){const b=this;return _.x(function*(){if(b.jc())if(yT){b.C=_.bo(a);b.h=_.Wk(b.I,a);var c=b.C[b.B];yield BT(b,{source:c,
40
- isLive:c.isLive,autoplay:b.h.autoplay,Xa:b.h,Lb:c.Lb,audioMimeType:c.audioMimeType})}else b.g.warn(aT);else b.g.warn(cT)})}getBufferInfo(){return new _.et}getTrackManager(){return this.f}getConfiguration(){return this.h}getSurface(){return null}setNetworkEngine(a){this.K=a}getNetworkEngine(){return this.K}getSourceIndex(){return this.B}setSourceIndex(a){this.B=a}getLoadedSource(){return this.C[this.B]}getPeriods(){return[]}getDrmInfo(){return null}getTimelineCues(){return[]}resetAbr(){this.g.warn(bT)}onError(a){if(a&&
41
- (this.trigger(new _.E(_.r,{detail:a})),this.j))this.j.onError(a)}namespace(){return _.kd}canPlay(){return this.jc()?2:0}nb(){return this.J}nc(a){this.J=FT(a)}Xd(){this.J=null}De(a){const b=this.nb()||{};a={metadataType:DT(b.metadataType),title:a};this.nc(Object.assign({},b,a))}Be(a){const b=this.nb()||{},c=DT(b.metadataType);a=new chrome.cast.Image(a);this.nc(Object.assign({},b,{metadataType:c,images:[a]}))}Ae(a){const b=this.nb()||{};this.nc(Object.assign({},b,{metadataType:3,artist:a}))}Ce(a){const b=
42
- this.nb()||{};a={metadataType:DT(b.metadataType),releaseDate:a};this.nc(Object.assign({},b,a))}Fa(a){const b=cast.framework.CastContext.getInstance(),c=a.castState===cast.framework.CastState.CONNECTED;yT=a.castState!==cast.framework.CastState.NO_DEVICES_AVAILABLE;this.Z=c?b.getCurrentSession().getCastDevice().friendlyName:"";this.o.Ie()}Oa(a){this.g.debug(`state: ${a.sessionState}, details:`,a);switch(a.sessionState){case cast.framework.SessionState.SESSION_STARTED:this.A=!0;IT(this,a.session);break;
43
- case cast.framework.SessionState.SESSION_RESUMED:this.ub()||(this.A=!0,IT(this,a.session),this.X());break;case cast.framework.SessionState.SESSION_ENDED:if(this.ub()&&this.a){const d=this.a.media;var b=this.f.na(),c=this.f.ua();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:JT(this),Lf:c,Ue:b})}a.session.removeEventListener(cast.framework.SessionEventType.MEDIA_SESSION,this.W);a.session.removeMessageListener(hT,
44
- this.O);this.A=!1;this.a=null;this.H.release();this.l=this.G=null}}Na(a){this.g.debug("New media session",a.mediaSession);HT(this,a.mediaSession)}Ma(a,b){if(a===hT&&0<this.F.size){const c=lT(b);this.F.forEach(d=>d(c))}}ea(){this.trigger(new _.E(_.Xf))}la(a){const b=this;return _.x(function*(){let c=null;const d=yield mT(a,[_.Vf,_.Dc],b.K,b.h);d&&(c=new chrome.cast.media.Track(b.ga++,chrome.cast.media.TrackType.TEXT),c.language=d.language,c.name=d.label||null,c.trackContentId=d.url,c.trackContentType=
45
- d.mimeType,c.customData={mimeType:a.mimeType,url:a.url});return c})}getTextDisplayer(){return null}};KT.prototype.getTextDisplayer=KT.prototype.getTextDisplayer;KT.prototype.getNetworkEngine=KT.prototype.getNetworkEngine;KT.prototype.setNetworkEngine=KT.prototype.setNetworkEngine;var yT=!1,vT=new Set;window.__onGCastApiAvailable=xT;var oU=class extends _.ft{constructor(a,b,c){super();this.f=a;this.h=b;this.j=typeof c===_.Yd?c:(d,e)=>{this.f&&d!==_.On&&d!==_.Wn&&this.f.load(e)};this.a=MT(this);this.g=new _.R(eT);this.f&&this.forwardEventsTo(this.f)}destroy(){const a=this;return _.x(function*(){a.a&&(yield zT(a.a),a.a=null);a.f&&a.stopForwardingEventsTo(a.f)})}Ud(){return!!this.a&&this.a.jc()&&yT}ub(){return!!this.a&&this.a.ub()}de(){return this.a?this.a.de():""}kd(a){this.a&&this.a.kd(a)}cast(a){const b=this;return _.x(function*(){if(b.a)try{if(yield b.a.cast(),
46
- 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.na();m&&(m.mimeType&&(k=m.mimeType),m.language&&(l.preferredAudioLanguage=m.language),m.roles.length&&(l.preferredAudioRole=m.roles[0]));const n=f.ua();n&&(n.language&&(l.preferredTextLanguage=n.language),n.roles.length&&(l.preferredTextRole=n.roles[0]));const q=e&&typeof e.isLive===_.Pc?e.isLive:b.f.isLive();d={source:e,
47
- isLive:q,autoplay:!b.f.isPaused(),currentTime:Math.max(b.f.getPosition()-1,0),ue:b.f.getPresentationStartTime(),Lb:h,audioMimeType:k,Xa:l}}var c=d}yield LT(b);b.a&&(c&&(c.autoplay=!b.f.isPaused()),a?yield b.f.load(a):b.a.a||(yield BT(b.a,c)))}}catch(d){b.g.error("Error while trying to cast",d),c=new _.E(_.r,{detail:d}),b.trigger(c)}})}be(){this.a&&this.a.be()}kg(a){const b=this;return _.x(function*(){a!==b.h&&(b.h=a,b.a&&(yield zT(b.a)),b.a=MT(b))})}sendMessage(a){const b=this;return _.x(function*(){b.a?
48
- yield b.a.sendMessage(hT,a):b.g.warn(dT)})}addMessageListener(a){this.a?this.a.addMessageListener(a):this.g.warn(dT)}removeMessageListener(a){this.a?this.a.removeMessageListener(a):this.g.warn(dT)}nb(){return this.a&&this.a.nb()}nc(a){this.a&&this.a.nc(a)}Xd(){this.a&&this.a.Xd()}De(a){this.a&&this.a.De(a)}Be(a){this.a&&this.a.Be(a)}Ae(a){this.a&&this.a.Ae(a)}Ce(a){this.a&&this.a.Ce(a)}};_.z(eT,oU);oU.prototype.setContentReleaseDate=oU.prototype.Ce;oU.prototype.setContentArtist=oU.prototype.Ae;
49
- oU.prototype.setContentImage=oU.prototype.Be;oU.prototype.setContentTitle=oU.prototype.De;oU.prototype.clearContentMetadata=oU.prototype.Xd;oU.prototype.setContentMetadata=oU.prototype.nc;oU.prototype.getContentMetadata=oU.prototype.nb;oU.prototype.removeMessageListener=oU.prototype.removeMessageListener;oU.prototype.addMessageListener=oU.prototype.addMessageListener;oU.prototype.sendMessage=oU.prototype.sendMessage;oU.prototype.changeReceiverId=oU.prototype.kg;oU.prototype.forceDisconnect=oU.prototype.be;
50
- oU.prototype.cast=oU.prototype.cast;oU.prototype.setPlayerConfigInterceptor=oU.prototype.kd;oU.prototype.getReceiverName=oU.prototype.de;oU.prototype.isCasting=oU.prototype.ub;oU.prototype.canCast=oU.prototype.Ud;oU.prototype.destroy=oU.prototype.destroy;var pU=class extends lU{constructor(a){super(a,"clpp.cast.StateManager");this.I=this.S.bind(this);this.H=this.O.bind(this);this.A=this.Z.bind(this);this.w=this.X.bind(this);this.K=this.W.bind(this);this.J=this.T.bind(this);this.L=this.ga.bind(this);this.G=this.aa.bind(this);this.F=this.U.bind(this);this.f=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,
51
- 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.L);b.addEventListener(a.PLAYER_LOADING,this.G);b.addEventListener(a.ERROR,this.F);b.addEventListener(a.BITRATE_CHANGED,this.f)}destroy(){const a=this,b=()=>Object.getPrototypeOf(Object.getPrototypeOf(this)).destroy;return _.x(function*(){const c=cast.framework.events.EventType,d=cast.framework.CastReceiverContext.getInstance().getPlayerManager();
52
- 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.L);d.removeEventListener(c.PLAYER_LOADING,a.G);d.removeEventListener(c.ERROR,a.F);d.removeEventListener(c.BITRATE_CHANGED,a.f);yield b().call(a)})}S(){this.player.trigger(new _.E(_.Te));this.a(_.Zn)}O(){this.a(_.Yn)}Z(){this.a(_.On)}X(a){a.isBuffering?
53
- this.a(_.Rn):(a=this.player.isPaused()?_.Yn:_.Zn,this.a(a))}W(){this.j=1;this.player.trigger(new _.E(_.gg))}T(){this.player.trigger(new _.E(_.fg))}ga(){this.j=2}aa(){this.a(_.Xn)}N(a){const b=this.player.getStats();this.player.trigger(new _.E(_.Nc,{detail:{bandwidth:a.totalBitrate,width:b.width,height:b.height}}))}U(a){a=new _.H(_.F,7,7300,{detailedErrorCode:a.detailedErrorCode,error:a.error,reason:a.reason});this.player.trigger(new _.E(_.r,{detail:a}));this.a(_.Vn)}};var Z=class{constructor(a,b,c,d,e){this.a=a;this.f=b;this.j=typeof c===_.t?c:1;this.l=typeof d===_.t?d:1;this.h=typeof e===_.t?e:0}yb(){return"Google Cast Framework"}zb(){return cast.framework.VERSION}Fb(){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}kc(){return!1}Qb(){return this.a.clickThroughUrl||
54
- null}getMediaUrl(){return this.a.contentUrl||this.a.contentId||null}Cb(){return 0}Bb(){return 0}qb(){return 0}eb(){switch(this.Rb()){case 0:return 0;case -1:return 2;default:return 1}}getPodIndex(){return this.h}Rb(){return this.f.position}Sb(){return this.j}Eb(){return this.l}getWrapperAdIds(){return[]}getWrapperAdSystems(){return[]}getWrapperCreativeIds(){return[]}};Z.prototype.getWrapperCreativeIds=Z.prototype.getWrapperCreativeIds;Z.prototype.getWrapperAdSystems=Z.prototype.getWrapperAdSystems;
55
- Z.prototype.getWrapperAdIds=Z.prototype.getWrapperAdIds;Z.prototype.getSequenceLength=Z.prototype.Eb;Z.prototype.getPositionInSequence=Z.prototype.Sb;Z.prototype.getPodTimeOffset=Z.prototype.Rb;Z.prototype.getPodIndex=Z.prototype.getPodIndex;Z.prototype.getPodType=Z.prototype.eb;Z.prototype.getMediaBitrate=Z.prototype.qb;Z.prototype.getMediaHeight=Z.prototype.Bb;Z.prototype.getMediaWidth=Z.prototype.Cb;Z.prototype.getMediaUrl=Z.prototype.getMediaUrl;Z.prototype.getClickThroughUrl=Z.prototype.Qb;
56
- Z.prototype.isBumper=Z.prototype.kc;Z.prototype.getSkipTimeOffset=Z.prototype.getSkipTimeOffset;Z.prototype.getDuration=Z.prototype.getDuration;Z.prototype.getTitle=Z.prototype.getTitle;Z.prototype.getAdvertiserName=Z.prototype.getAdvertiserName;Z.prototype.getAdSystem=Z.prototype.getAdSystem;Z.prototype.getApiFramework=Z.prototype.getApiFramework;Z.prototype.getCreativeId=Z.prototype.getCreativeId;Z.prototype.getId=Z.prototype.getId;Z.prototype.getTechnology=Z.prototype.Fb;
57
- Z.prototype.getAdManagerVersion=Z.prototype.zb;Z.prototype.getAdManagerName=Z.prototype.yb;var qU=class{constructor(a){this.a=a}getCuePoints(){return this.a.map(a=>a.position)}Tb(){return!!this.a.find(a=>0===a.position)}sb(){return!!this.a.find(a=>-1===a.position)}};qU.prototype.hasPostroll=qU.prototype.sb;qU.prototype.hasPreroll=qU.prototype.Tb;qU.prototype.getCuePoints=qU.prototype.getCuePoints;var rU=class{constructor(a){this.m=a;this.a=null;this.h=this.j.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];RT().addEventListener(this.f,
58
- this.h)}load(){const a=this;return _.x(function*(){NT&&(NT=!1,QT(a,0))})}start(){return _.x(function*(){RT().play()})}resume(){-1!==this.getPosition()&&RT().play()}pause(){-1!==this.getPosition()&&RT().pause()}skip(){}getVolume(){return this.m.getVolume()||0}setVolume(a){this.m.setVolume(a)}getPosition(){const a=this.a&&this.a.getBreakClipCurrentTimeSec();return typeof a===_.t?a:-1}dispose(){const a=this;return _.x(function*(){RT().removeEventListener(a.f,a.h)})}j(a){const b=cast.framework.events.EndedReason;
59
- switch(a.type){case cast.framework.events.EventType.PLAYER_LOADING:this.a=RT().getBreakManager();this.a.setPlayWatchedBreak(!0);a=this.a.getBreaks();this.m.trigger(new _.E(_.uc,{adsTimeline:new qU(a)}));break;case cast.framework.events.EventType.BREAK_CLIP_LOADING:TT(this,_.jc,a);break;case cast.framework.events.EventType.BREAK_STARTED:TT(this,_.cc,a);break;case cast.framework.events.EventType.BREAK_ENDED:TT(this,_.dc,a);break;case cast.framework.events.EventType.BREAK_CLIP_STARTED:TT(this,_.qc,a);
60
- break;case cast.framework.events.EventType.BREAK_CLIP_ENDED:a.endedReason===b.SKIPPED?(TT(this,_.pc,a),TT(this,_.rc,a)):a.endedReason===b.STOPPED?TT(this,_.rc,a):a.endedReason===b.END_OF_STREAM?(TT(this,_.gc,a),TT(this,_.rc,a)):a.endedReason===b.ERROR&&QT(this,1);break;case cast.framework.events.EventType.PLAYING:TT(this,_.oc,a);break;case cast.framework.events.EventType.PAUSE:TT(this,_.mc,a);break;case cast.framework.events.EventType.BUFFERING:a.isBuffering?TT(this,_.ec,a):TT(this,_.oc,a)}}};
61
- rU.prototype.getPosition=rU.prototype.getPosition;rU.prototype.setVolume=rU.prototype.setVolume;rU.prototype.getVolume=rU.prototype.getVolume;rU.prototype.skip=rU.prototype.skip;rU.prototype.pause=rU.prototype.pause;rU.prototype.resume=rU.prototype.resume;var NT=!1;var sU=class{constructor(a){this.Zb=a;this.a=this.f.bind(this)}init(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().addEventListener(UT(),this.a)}release(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().removeEventListener(UT(),this.a)}getTimelineCues(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager().getTimedMetadata().map(a=>VT(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=
62
- _.uh;break;case cast.framework.events.EventType.TIMED_METADATA_ENTER:b=_.wh;break;case cast.framework.events.EventType.TIMED_METADATA_EXIT:b=_.xh}b&&this.Zb(new _.E(b,{detail:VT(a.timedMetadataInfo)}))}else for(b of this.getTimelineCues())this.Zb(new _.E(_.uh,{detail:b}))}};var tU=class extends _.S{constructor(){super();this.g=new _.R("clpp.cast.TrackManager");this.m=null;this.o=1E9;this.h=[];this.j=[];this.l=this.w.bind(this);this.a=this.f=null}initialize(a){this.m=a;WT().addEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.l)}release(){this.h=[];this.j=[];this.a=this.f=null}load(){}destroy(){this.m=null;WT().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.l)}getVideoTracks(){return[]}getAudioTracks(){return this.h}ka(){return this.j}oa(){return null}Qa(){const a=
63
- this.na();return a&&a.renditions[0]}Ia(){const a=this.ua();return a&&a.renditions[0]}cb(){return null}ob(){return null}pb(){return null}Ja(){return null}na(){let a=null;if(this.f){let b=this.f.getActiveId();typeof b===_.t&&(b=b.toString(),a=this.getAudioTracks().find(c=>c.id===b)||null)}return a}ua(){let a=null;if(this.a){let b=this.a.getActiveIds()[0];typeof b===_.t&&(b=b.toString(),a=this.ka().find(c=>c.id===b)||null)}return a}jb(){this.g.warn("Video tracks unavailable on Cast")}wa(a){a&&this.f&&
64
- this.f.setActiveById(+a.id)}La(a){this.a&&(a?this.a.setActiveByIds([+a.id]):this.a.setActiveByIds([]))}Ya(){this.g.warn("Video renditions unavailable on Cast")}hb(a){this.wa(a&&a.track)}ib(a){this.La(a&&a.track)}addTextTrack(a){const b=this;return _.x(function*(){var c=b.m.getConfiguration();if((c=yield mT(a,Object.values(cast.framework.messages.CaptionMimeType),b.m.getNetworkEngine(),c))&&b.a){const d=new cast.framework.messages.Track(b.o++,cast.framework.messages.TrackType.TEXT);d.isInband=!1;d.language=
65
- 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]),YT(b)}catch(e){throw b.g.warn("failed on track",a),e;}}})}ra(){return!0}w(){this.f=WT().getAudioTracksManager();var a=this.f.getTracks();this.h=XT(_.L,a);YT(this);a=this.m.getConfiguration();ZT(this,_.L,a.preferredAudioLanguage,a.preferredAudioRole);ZT(this,_.K,a.preferredTextLanguage,a.preferredTextRole)}};tU.prototype.isAbrEnabled=tU.prototype.ra;
66
- tU.prototype.addTextTrack=tU.prototype.addTextTrack;tU.prototype.setTextRendition=tU.prototype.ib;tU.prototype.setAudioRendition=tU.prototype.hb;tU.prototype.setVideoRendition=tU.prototype.Ya;tU.prototype.setTextTrack=tU.prototype.La;tU.prototype.setAudioTrack=tU.prototype.wa;tU.prototype.setVideoTrack=tU.prototype.jb;tU.prototype.getTextTrack=tU.prototype.ua;tU.prototype.getAudioTrack=tU.prototype.na;tU.prototype.getVideoTrack=tU.prototype.Ja;tU.prototype.getLoadingTextRendition=tU.prototype.pb;
67
- tU.prototype.getLoadingAudioRendition=tU.prototype.ob;tU.prototype.getLoadingVideoRendition=tU.prototype.cb;tU.prototype.getTextRendition=tU.prototype.Ia;tU.prototype.getAudioRendition=tU.prototype.Qa;tU.prototype.getVideoRendition=tU.prototype.oa;tU.prototype.getTextTracks=tU.prototype.ka;tU.prototype.getAudioTracks=tU.prototype.getAudioTracks;tU.prototype.getVideoTracks=tU.prototype.getVideoTracks;var uU=class extends _.ft{constructor(){super();this.g=new _.R(fT);this.h=this.w=_.Uk();this.A=null;this.l=-1;this.F=new _.ap;this.f=this.o=this.j=this.a=this.B=null;this.C=!1}init(a,b){this.B=a;b&&(this.h=this.w=b);a=$T();a.setMessageInterceptor(cast.framework.messages.MessageType.MEDIA_STATUS,this.H.bind(this));a.setMediaPlaybackInfoHandler(this.G.bind(this));this.a=new pU(this);this.a.init();this.j=new tU;this.j.initialize(this);this.o=new sU(c=>this.trigger(c));this.o.init()}unload(){const a=
68
- cast.framework.messages.PlayerState,b=$T();b.getPlayerState()!==a.IDLE&&b.stop();this.j&&this.j.release();this.o&&this.o.release();this.f=null;return Promise.resolve()}release(){return this.unload().then(()=>{this.a&&this.a.release()})}destroy(){const a=this;return _.x(function*(){a.B=null;a.w=_.Uk();a.h=a.w;a.l=-1;a.A=null;a.a&&(yield a.a.destroy(),a.a=null);a.j&&(a.j.destroy(),a.j=null)})}play(){const a=$T();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot play during ads playout.");
69
- a.play();return Promise.resolve()}pause(){const a=$T();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot pause during ads playout.");a.pause();return Promise.resolve()}isPaused(){return $T().getPlayerState()===cast.framework.messages.PlayerState.PAUSED}isEnded(){return $T().getPlayerState()===cast.framework.messages.PlayerState.IDLE}seek(a){const b=$T();if(null!==b.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject(YS);b.seek(a);return Promise.resolve()}getPosition(){return this.getMediaPosition()}getMediaPosition(){return $T().getCurrentTimeSec()}getDuration(){return this.getMediaDuration()}getMediaDuration(){const a=
70
- $T().getDurationSec();return typeof a===_.t?-1===a?Infinity:a:-1}getPlaybackRate(){return $T().getPlaybackRate()}setPlaybackRate(a){if(0<a){const b=new cast.framework.messages.SetPlaybackRateRequestData;b.playbackRate=a;$T().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||
71
- null}getLoadedSource(){const a=$T().getMediaInformation();if(a){var b=$T().getPlaybackConfig();b=!!b&&b.protectionSystem!==cast.framework.ContentProtection.NONE;var c=this.A&&-1!==this.l?this.A[this.l]:null;c=c?c.name:void 0;!c&&a.metadata&&(c=a.metadata.title);return{url:a.contentId,type:a.contentType,Rh:b,name:c}}return null}getDrmInfo(){return null}getPresentationStartTime(){return $T().getStartAbsoluteTime()}getSeekRange(){let a={start:0,end:this.getDuration()};if(this.isLive()){const b=$T().getLiveSeekableRange();
72
- b&&typeof b.start===_.t&&typeof b.end===_.t&&(a={start:b.start,end:b.end})}return a}getState(){return this.a?this.a.getState():_.At}getStats(){var a=_.Jn();if(this.f){a=$T().getStats();this.f.f=a.estimatedBandwidth||NaN;this.f.o=a.streamBandwidth||NaN;var b=this.f,c=a.height||NaN;b.w=a.width||NaN;b.h=c;b=this.f;c=typeof a.decodedFrames===_.t?a.decodedFrames:NaN;b.l=typeof a.droppedFrames===_.t?a.droppedFrames:NaN;b.j=c;a=this.f.getStats()}return a}isLive(){return Infinity===this.getDuration()}load(a){const b=
73
- this;return _.x(function*(){b.f=new _.yt;b.a.l=b.f.a;b.A=_.bo(a);b.h=_.Wk(b.w,a);if(b.C)b.C=!1;else{var c=b.A[b.l],d=new cast.framework.messages.LoadRequestData;d.autoplay=b.h.autoplay;typeof b.h.startTime===_.t&&(d.currentTime=b.h.startTime);c.type&&(d.media.contentType=c.type);d.media.contentId=c.url;d.media.customData={playerConfiguration:kT(b.h),local:!0};yield $T().load(d)}})}getBufferInfo(){this.g.warn(_.qa);return new _.et}getTrackManager(){return this.j}getConfiguration(){return this.h}getSurface(){return this.B}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.qb)}appendLoad(){return Promise.reject(_.qb)}seekWith(){return Promise.reject(_.qb)}setNetworkEngine(a){this.F=
74
- a}getNetworkEngine(){return this.F}getSourceIndex(){return this.l}setSourceIndex(a){this.l=a}getPeriods(){return[]}namespace(){return fT}getTimelineCues(){return this.o&&this.o.getTimelineCues()||[]}resetAbr(){this.g.warn(bT)}onError(a){a=new _.E(_.r,{detail:a});this.trigger(a)}canPlay(){return _.gk()?2:0}H(a){a=Object.assign({},a);a.customData||(a.customData={});a.customData.stats=kT(this.getStats());var b=$T(),c=a.media||b.getMediaInformation();b=b.getStartAbsoluteTime();c&&typeof b===_.t&&c.startAbsoluteTime!==
75
- b&&(this.g.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=$T().getStartAbsoluteTime();if(typeof d===_.t){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;
76
- a=Object.assign({},a,{media:b})}}return a}G(a,b){let c=null;a.media.customData&&(c=lT(a.media.customData.playerConfiguration));(a=c?c.abr:null)&&typeof a.defaultBandwidthEstimate===_.t?b.initialBandwidth=a.defaultBandwidthEstimate:b.initialBandwidth=void 0;cU(c,b);return b}getTextDisplayer(){return null}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}};uU.prototype.getTextDisplayer=uU.prototype.getTextDisplayer;uU.prototype.getNetworkEngine=uU.prototype.getNetworkEngine;
77
- uU.prototype.setNetworkEngine=uU.prototype.setNetworkEngine;var eU=class{constructor(){this.a=!1;this.g=new _.R(gT);this.f=this.m=null;this.h=new Set;this.A=this.G.bind(this);this.w=this.B.bind(this);this.j=null;this.o=new _.ts;this.l=null}init(a){a&&(this.f=new uU,_.ip(a,this.f),this.m=a,this.o.on(window,"unload",()=>{const b=this;return _.x(function*(){b.m&&b.m.getState()!==_.Wn&&(yield jT(b.m))})}))}start(){if(!this.a&&window.cast&&cast.framework&&cast.framework.CastReceiverContext){this.a=!0;var a=gU(),b=gU().getPlayerManager(),c=new cast.framework.CastReceiverOptions;
78
- c.customNamespaces={};c.customNamespaces[hT]=cast.framework.system.MessageType.JSON;c.shakaVersion="4.3.4";var d=new cast.framework.PlaybackConfig;d.manifestHandler=this.F.bind(this);d.shakaConfig={streaming:{ignoreTextStreamFailures:!0}};d.enableSmoothLiveRefresh=!0;c.playbackConfig=d;if(d=this.m&&this.m.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,
79
- this.A);a.start(c);a.addCustomMessageListener(hT,this.w)}}stop(){if(this.a){this.a=!1;this.o.release();const a=gU();gU().getPlayerManager().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.A);a.removeCustomMessageListener(hT,this.w);a.stop();this.m=this.f=null}}kd(a){this.j=a}qh(a){this.l=a}on(a,b){gU().addEventListener(a,b)}off(a,b){gU().removeEventListener(a,b)}addMessageListener(a){typeof a===_.Yd&&this.h.add(a)}removeMessageListener(a){typeof a===_.Yd&&this.h.delete(a)}sendMessage(a,
80
- b){gU().sendCustomMessage(hT,b,kT(a))}jc(){return this.a}nb(){var a;return a=(a=gU().getPlayerManager().getMediaInformation())&&a.metadata?a.metadata:null}F(a){a=a.trim();if(a.startsWith("#EXTM3U"))return iU(this,a);try{var b=(new DOMParser).parseFromString(a,_.Wf)}catch(k){return a}var c=b.getElementsByTagName("MPD")[0];if(c){a=c;this.g.debug("Detected DASH, parsing");b=gU();c=a.getElementsByTagName("Period");for(var d=c.length-1;0<=d;--d){var e=c[d].getElementsByTagName(_.ha);for(var f=e.length-
81
- 1;0<=f;--f){var g=e[f].getAttribute("contentType");if(g===_.w||g===_.p){g=e[f].getAttribute(_.ze);var h=e[f].getElementsByTagName(_.Db);for(let k=h.length-1;0<=k;--k){const l=h[k].getAttribute(_.ze)||g,m=h[k].getAttribute(_.sd);let n=h[k].getAttribute(_.Cg)||void 0,q=h[k].getAttribute(_.Zd)||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(_.Db).length||c[d].removeChild(e[f])}}c[d].getElementsByTagName(_.ha).length||a.removeChild(c[d])}return a=
82
- (new XMLSerializer).serializeToString(a)}if(c=b.getElementsByTagName(_.Jb)[0]){a=c;this.g.debug("Detected Smooth, parsing");b=gU();c=a.getElementsByTagName("StreamIndex");for(d=c.length-1;0<=d;--d)if(c[d].getAttribute("Type")===_.w){e=c[d].getElementsByTagName(_.Bb);for(f=e.length-1;0<=f;--f)g=e[f].getAttribute(_.hb)||void 0,h=e[f].getAttribute(_.gb)||void 0,void 0!==g&&(g=+g),void 0!==h&&(h=+h),b.canDisplayType(_.mg,void 0,g,h)||c[d].removeChild(e[f]);c[d].getElementsByTagName(_.Bb).length||a.removeChild(c[d])}a=
83
- (new XMLSerializer).serializeToString(a)}return a}C(a){const b=this;return _.x(function*(){let c=a;var d;c.media.customData&&(d=lT(c.media.customData.playerConfiguration));if(b.m&&d){b.j&&(d=(yield Promise.resolve(b.j(d)))||d);d.ima&&(yield PT(c.media,d.ima,b.m.getNetworkEngine()));typeof d.startTime===_.t&&d.startTime!==c.currentTime?c.currentTime=d.startTime:d.startTime=c.currentTime||null;c.media.customData.local||(b.f.C=!0,yield _.sp(b.m,d),yield _.tp(b.m),d=b.m.getLoadedSource(),c.media.contentId=
84
- d.url,c.media.contentType=d.type,d.Lb&&(c.media.hlsVideoSegmentFormat=nT(d.Lb,_.N)),d.audioMimeType&&(c.media.hlsSegmentFormat=nT(d.audioMimeType,_.L)));const e=c.media.metadata;e&&typeof e.sectionStartAbsoluteTime===_.t&&(d=e.sectionStartAbsoluteTime,e.sectionStartAbsoluteTime=0===d?1E-8:d);void 0===c.autoplay&&(c.autoplay=b.m.getConfiguration().autoplay)}b.l&&(d=yield Promise.resolve(b.l(c)))&&(c=d);return c})}G(a){if(this.m&&(!a.media.customData||!a.media.customData.local)){var b=gU().getPlayerManager(),
85
- c=b.getLiveSeekableRange();if(c){a=c.start;c=c.end;var d=this.m.getConfiguration().startTime;typeof a!==_.t||typeof c!==_.t||typeof d!==_.t||d>=a&&d<=c||(b=b.getMediaTimeForAbsoluteTime(d),typeof b===_.t&&b>=a&&b<=c&&this.m.seek(b))}_.vp(this.m)}}B(a){if(0<this.h.size){const b=lT(a.data);this.h.forEach(c=>c(b))}}};_.z(gT,eU);eU.prototype.getContentMetadata=eU.prototype.nb;eU.prototype.isApiReady=eU.prototype.jc;eU.prototype.sendMessage=eU.prototype.sendMessage;eU.prototype.removeMessageListener=eU.prototype.removeMessageListener;
86
- eU.prototype.addMessageListener=eU.prototype.addMessageListener;eU.prototype.off=eU.prototype.off;eU.prototype.on=eU.prototype.on;eU.prototype.setLoadRequestDataInterceptor=eU.prototype.qh;eU.prototype.setPlayerConfigInterceptor=eU.prototype.kd;eU.prototype.stop=eU.prototype.stop;eU.prototype.start=eU.prototype.start;eU.prototype.init=eU.prototype.init;eU.getInstance=fU;var dU=null;var vU=class{constructor(a){this.f=a;this.a=null;this.h=new _.ts;this.j=[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 _.x(function*(){a.a=a.f.l;if(a.a){const b=a.a.controller,c=a.l.bind(a);for(const d of a.j)a.h.on(b,d,c)}})}start(){return _.x(function*(){})}resume(){this.a&&
87
- 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(iT,{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===_.t&&(a=b));return a}dispose(){const a=this;
88
- return _.x(function*(){a.h.release()})}l(a){switch(a.field){case "mediaInfo":a.value&&(a=a.value,a.breaks&&this.f.trigger(new _.E(_.uc,{adsTimeline:new qU(a.breaks)})));break;case "isPlayingBreak":a.value?kU(this,_.cc):(kU(this,_.gc),kU(this,_.rc),kU(this,_.dc));break;case "currentBreakClipNumber":0<=a.value&&(0<a.value&&(kU(this,_.gc),kU(this,_.rc)),kU(this,_.qc));break;case "isPaused":this.a.isPlayingBreak&&(a.value?kU(this,_.mc):kU(this,_.oc))}}};vU.prototype.getPosition=vU.prototype.getPosition;
89
- vU.prototype.setVolume=vU.prototype.setVolume;vU.prototype.getVolume=vU.prototype.getVolume;vU.prototype.skip=vU.prototype.skip;vU.prototype.pause=vU.prototype.pause;vU.prototype.resume=vU.prototype.resume;var wU=class{name(){return"clpp.cast.ads.SenderAdsManagerFactory"}isSupported(a,b){return a.namespace()!==_.kd?!1:!(!b||!b.ima)}create(a){return new vU(a.a)}};wU.prototype.create=wU.prototype.create;wU.prototype.isSupported=wU.prototype.isSupported;wU.prototype.name=wU.prototype.name;_.ro(new wU);var xU=class{name(){return"clpp.cast.ads.AdsManagerFactory"}isSupported(a,b){return fU().jc()?!(!b||!b.ima):!1}create(a){return new rU(a)}};xU.prototype.create=xU.prototype.create;xU.prototype.isSupported=xU.prototype.isSupported;xU.prototype.name=xU.prototype.name;_.ro(new xU);};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var kT="Cannot seek during ads playout.",lT="Cannot switch track",mT="Media session does not exist.",nT="No receivers available",oT="Reset ABR functionality not available on cast.",pT="SDK not yet ready",qT="Sender is destroyed.",rT="clpp.cast.CastProxy",sT="clpp.cast.Player",tT="clpp.cast.Receiver",uT="urn:x-cast:castlabs",vT="urn:x-cast:com.google.cast.media",wT=function(a){return _.w(function*(){yield _.wq(a,_.Je);yield _.wq(a,_.Ie)})},xT=function(a){return JSON.stringify(a,(b,c)=>
2
+ {if("license"!==b&&typeof c!==_.Zd){if(c instanceof Event){b={};for(const d in c){const e=c[d];typeof e===_.Fe?"detail"===d&&(b[d]=e):d in Event||(b[d]=e)}return b}return typeof c===_.r?isNaN(c)?"NaN":isFinite(c)?c:0>c?"-Infinity":"Infinity":c}})},yT=function(a){if(typeof a!==_.Pf)return a;try{return JSON.parse(a,(b,c)=>"NaN"===c?NaN:"-Infinity"===c?-Infinity:"Infinity"===c?Infinity:c)}catch(b){return a}},zT=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=_.Hj(d,a.mimeType,g);f&&g&&(h=_.Wi(a.url),(h=yield c.fetch(h).W)&&h.data&&(e=f.a(_.I(h.data)),e={url:URL.createObjectURL(new Blob([e])),kind:a.kind,language:a.language,label:a.label,mimeType:g}));return e})},AT=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 _.qg:return d.FMP4;case _.mg:return b===_.L?d.MPEG2_TS:c.TS;case _.Ic:return c.AAC;case _.Jc:return c.AC3;case _.Kc:return c.E_AC3;case "audio/mpeg":return c.MP3;case _.Lc:return c.FMP4}},CT=function(a){a=void 0===a?BT: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}},DT=function(a,b){return a.h.filter(c=>c.type===b)},FT=function(a,b){const c=ET(a);return DT(a,b).find(d=>c.includes(d.id))||null},HT=function(a,b,c){const d=a.a.a;if(d)if(c){a.f[b]=c.renditions[0];c=[+c.id];if(b!==_.J){const e=a.ta();e&&c.push(+e.id)}c=new chrome.cast.media.EditTracksInfoRequest(c);
6
+ d.editTracksInfo(c,()=>{a.f[b]=null;GT(a,b)},e=>{a.f[b]=null;a.g.debug(lT,e)})}else b===_.J&&(c=new chrome.cast.media.EditTracksInfoRequest([]),d.editTracksInfo(c,()=>{GT(a,b)},e=>{a.g.debug(lT,e)}))},ET=function(a){a=a.a?a.a.a:null;return(a?a.activeTrackIds||[]:[]).map(b=>b.toString())},GT=function(a,b){b===_.K?a.a.trigger(new _.C(_.Mk)):b===_.J&&a.a.trigger(new _.C(_.Nk))},KT=function(a){if(a)for(const b of IT)JT(b)},JT=function(a){if(!a.w&&window.chrome&&chrome.cast&&chrome.cast.isAvailable&&window.cast&&
7
+ cast.framework&&cast.framework.CastContext&&a.S.length){a.w=!0;a.o.Je();var b=cast.framework.CastContext.getInstance(),c=new cast.framework.CastOptions;c.receiverApplicationId=a.S;c.autoJoinPolicy=chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED;b.setOptions(c);b.addEventListener(cast.framework.CastContextEventType.CAST_STATE_CHANGED,a.M);b.addEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.Z);LT&&a.o.fa(.02)}},MT=function(a){return _.w(function*(){IT.delete(a);if(a.w){a.w=!1;var b=
8
+ cast.framework.CastContext.getInstance();b.removeEventListener(cast.framework.CastContextEventType.CAST_STATE_CHANGED,a.M);b.removeEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.Z)}b=[];a.f&&(b.push(a.f.destroy()),a.f=null);a.j&&(b.push(a.j.destroy()),a.j=null);yield Promise.all(b);a.A=!1;a.o&&(a.o.stop(),a.o=null);a.R=null;a.X=null})},NT=function(a){return _.w(function*(){a.Gb()||(yield cast.framework.CastContext.getInstance().requestSession())})},PT=function(a,b,c){c=
9
+ void 0===c?0:c;return _.w(function*(){var d=a.f.ta();d&&d.language&&(a.h.preferredTextLanguage=d.language);(d=a.f.la())&&d.language&&(a.h.preferredAudioLanguage=d.language);yield OT(a,{source:a.getLoadedSource(),currentTime:c,isLive:a.isLive(),ve:a.getPresentationStartTime(),autoplay:b,$a:a.h})})},OT=function(a,b){return _.w(function*(){var c=chrome.cast.media.StreamType;yield NT(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=AT(b.Tb,_.L);e.hlsSegmentFormat=AT(c,_.K);b.$a&&(a.L&&(c=yield Promise.resolve(a.L(b.$a)))&&(b.$a=c),a.h=b.$a,a.C=_.fo(a.h),a.B=a.C.findIndex(k=>k.url===b.source.url),b.$a.remoteTextTracks&&(c=yield Promise.all(b.$a.remoteTextTracks.map(a.ia.bind(a))),e.tracks=c.filter(k=>k),b.$a.remoteTextTracks=void 0),delete b.$a.autoplay,b.$a.startTime=null,e.customData={playerConfiguration:xT(b.$a)});c=a.yb()||{};
11
+ var f=QT(c.metadataType),g;typeof b.ve===_.r&&(g={metadataType:f,sectionStartAbsoluteTime:b.ve});var h;b.source.name&&(h={metadataType:f,title:b.source.name});c=RT(c);if(g=ST(Object.assign({},g,h,c)))e.metadata=g;e=new chrome.cast.media.LoadRequest(e);typeof b.autoplay===_.Rc&&(e.autoplay=b.autoplay);typeof b.currentTime===_.r&&(e.currentTime=b.currentTime);yield d.loadMedia(e)}})},ST=function(a){if(!a)return null;a:{var b=a.metadataType;const c=Object.entries(TT);for(const d of c){const [e,f]=d;
12
+ if(f===b){b=e;break a}}b=null}if(!b)return null;b=CT(TT[b]);return Object.assign(b,a)},QT=function(a){var b=void 0===b?BT:b;return Object.values(TT).includes(a)?a:b},RT=function(a){const b={};for(const c in a)void 0!==a[c]&&(b[c]=a[c]);return b},VT=function(a,b){UT(a,b.getMediaSession());b.addEventListener(cast.framework.SessionEventType.MEDIA_SESSION,a.V);b.addMessageListener(uT,a.O)},WT=function(a){const b=a.getPosition();a.a&&a.a.media?(a=a.a.media.startAbsoluteTime,a=typeof a!==_.r?null:a):a=
13
+ null;a=null===a?null:a+b;return null===a?b:a},UT=function(a,b){a.a=b;a.a&&(a.H.release(),a.G=null,a.l=null,a.l=new cast.framework.RemotePlayer,a.G=new cast.framework.RemotePlayerController(a.l),a.H.on(a.G,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED,a.da.bind(a)),a.f&&a.f.load(),a.j&&a.j.init(),a.trigger(new _.C(_.se)))},ZT=function(a){return new XT(a.h,()=>{a.trigger(new _.C(_.$c))},(b,c)=>{{const d=a.f.getConfiguration();d.source=c.source;d.autoplay=!1;d.startTime=c.currentTime?Math.max(c.currentTime-
14
+ 1,0):null;d.ima&&d.startTime&&(d.ima.playAdsAfterTime=d.startTime);c.Ve&&(d.preferredAudioLanguage=c.Ve);c.Nf&&(d.preferredTextLanguage=c.Nf);_.yq(a.f,null);a.trigger(new _.C("castingended"));a.j(b,d)}},()=>YT(a))},YT=function(a){return _.w(function*(){a.trigger(new _.C(_.Zc));a.f.a!==a.a&&a.f&&a.a&&(yield a.f.release(),_.yq(a.f,a.a))})},bU=function(a,b,c){return _.w(function*(){var d=b.adTagUrl;if(d)try{$T=!1;const e=_.Wi(d),f=yield c.fetch(e).W;if(f&&f.data){const g=_.si(f.data),h=(new DOMParser).parseFromString(g,
15
+ _.Vf);if(h.getElementsByTagName("vmap:VMAP").length)_.B("VMAP detected."),a.vmapAdsRequest=aU(g);else if(h.getElementsByTagName("VAST").length){_.B("VAST detected.");{d=g;const k=new cast.framework.messages.BreakClip("bc1");k.vastAdsRequest=aU(d);const l=new cast.framework.messages.Break("b1",[k.id],0);a.breakClips=[k];a.breaks=[l]}}else _.B("Unsupported schema."),$T=!0}}catch(e){_.B("Failed to fetch an ad",e),$T=!0}})},aU=function(a){const b=new cast.framework.messages.VastAdsRequest;b.adsResponse=
16
+ a;return b},cU=function(a,b){b=new _.G(1,10,10003,{errorType:b});a.m.onError(b)},dU=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},fU=function(a,b,c){if(c instanceof cast.framework.events.BreaksEvent||-1!==a.getPosition()){var d=null;(c=eU(a,c))&&(d={ad:c});a.m.trigger(new _.C(b,d))}},eU=function(a,b){let c=null;if(a.a&&b instanceof cast.framework.events.BreaksEvent){let d=null,e=null,f;typeof b.breakClipId===_.Pf&&(d=a.a.getBreakClipById(b.breakClipId));typeof b.breakId===
17
+ _.Pf&&(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 Z(d,e,b.index,b.total,f)}return c},gU=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]},hU=function(a){const b=
18
+ a.dashTimedMetadata;let c=_.eg;b&&(c=b.schemeIdUri);return{type:c.startsWith(_.dg)?_.vh:_.th,schemeIdUri:c,id:a.id||"",startTime:a.startTime,endTime:a.endTime,value:b&&b.value||"",eventElement:b?b.eventElement:null}},iU=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},kU=function(a){a.a=iU().getTextTracksManager();const b=a.a.getTracks();a.j=jU(_.J,b)},jU=function(a,b){const c=[];for(const d of b)b=new _.kj(d.trackId.toString(),a),b.roles=d.roles||[],b.kind=d.subtype||
19
+ null,b.language=d.language||null,b.originalLanguage=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 _.uj(b.id,b)),c.push(b);return c},lU=function(a,b,c,d){c=_.Ch(c).filter(g=>g);var e=!1;let f=[];b===_.K?f=a.getAudioTracks():b===_.J&&(f=a.ha());if(c=c.find(g=>{const h=_.ei(g);return f.some(k=>{k=_.ei(k.language||"");return _.fi(h,k)})})){const g=
20
+ _.ei(c);c=f.filter(h=>{h=_.ei(h.language||"");return _.fi(g,h)});f=c.length?c:f;e=e||!!c.length}_.Bi(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===_.K?a.va(e):b===_.J&&a.Na(e))},mU=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},pU=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=_.tl(d);if(e){var f=[_.wd];_.fo(a)[0].type!==_.Gc&&f.unshift(_.yd);d.preferredDrmSystem===_.wd&&f.reverse();for(var g,h;f.length&&!h;)g=f.shift(),h=e.bb[g];h?(c=g===_.yd?cast.framework.ContentProtection.WIDEVINE:g===_.wd?cast.framework.ContentProtection.PLAYREADY:void 0,b.protectionSystem=c,b.licenseUrl=h.licenseUrl,c={ldlDelay:0,customData:{}},nU(b,h,a,c),oU(b,h,a,c)):c()}else c()}else c()},nU=function(a,b,c,d){b.modifiers.licenseRequest?a.licenseRequestHandler=e=>{const f=
22
+ _.Wi({method:_.vb,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},oU=function(a,b,c,d){b.modifiers.licenseResponse?a.licenseHandler=(e,f)=>_.w(function*(){const g=_.Xi(Object.assign({},f.headers),e.buffer,200,"");yield b.modifiers.licenseResponse(c,g,d);return _.I(g.data)}):
23
+ a.licenseHandler=void 0},sU=function(){return qU||(qU=new rU)},tU=function(){return cast.framework.CastReceiverContext.getInstance()},uU=function(){const a=tU().getPlayerManager().getMediaInformation();return a&&a.metadata?a.metadata:null},vU=function(a,b){const c=tU().getPlayerManager().getMediaInformation();c?(b?c.metadata=b:delete c.metadata,a=!0,a=void 0===a?!1:a,tU().getPlayerManager().setMediaInformation(c,a)):a.g.warn("No mediaInformation is present. Skipping metadata update.")},xU=function(a,
24
+ b){a.g.debug("Detected HLS, parsing");var c=cast.framework.messages.HlsVideoSegmentFormat;a=tU();var {hlsVideoSegmentFormat:d}=tU().getPlayerManager().getMediaInformation()||{};c=d===c.FMP4?_.qg:_.mg;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=wU(f,_.pa),h=wU(f,_.Cb);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")},
25
+ wU=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},zU=function(a,b){let c=null;const d=yU(a);d&&(c={ad:d});a.f.trigger(new _.C(b,c))},yU=function(a){var b=null;if(a.a&&a.a.mediaInfo){b=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=
26
+ 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 Z(d,c,g,e,f)}return b},AU=class{constructor(a,b){this.log=new _.R(b);this.player=a;this.l=null;this.h=_.Zn;this.o=_.It;this.j=2;this.C=Date.now();this.B=-1}release(){this.a(_.Zn)}destroy(){this.l=this.player=null;return Promise.resolve()}getState(){return this.h}onError(a){a.severity===_.E&&this.a(_.Yn)}a(a){if(a!==
27
+ this.h)if(this.h===_.Yn&&a!==_.Zn)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===_.Un?(this.B=b,this.player.trigger(new _.C(_.Wc,{detail:{bufferedTimeMS:-1,reason:this.j}}))):this.o===_.Un&&this.player.trigger(new _.C(_.Sc,{detail:{bufferedTimeMS:b-this.B,reason:this.j}}));a={currentState:this.h,previousState:this.o,timeSinceLastStateChangeMS:b-this.C};this.C=b;this.l&&_.In(this.l,this.h);this.player.trigger(new _.C(_.Mf,{detail:a}))}}};
28
+ _.x("clpp.cast.CastUtils",class{});var BT=0,TT={GENERIC:BT,MOVIE:1,TV_SHOW:2,MUSIC_TRACK:3,PHOTO:4,AUDIOBOOK_CHAPTER:5};var BU=class extends AU{constructor(a){super(a,"clpp.cast.SenderStateManager");this.w=this.f=null;this.A=this.Pb.bind(this)}init(){const a=this.player,b=a.a;b&&(this.f&&this.f.removeUpdateListener(this.A),this.f=b,this.f.addUpdateListener(this.A),this.w=a.l)}destroy(){const a=this,b=()=>Object.getPrototypeOf(Object.getPrototypeOf(this)).destroy;return _.w(function*(){a.f&&(a.f.removeUpdateListener(a.A),a.f=null);yield b().call(a)})}a(a){const b=this.player.l;b&&b.isPlayingBreak||super.a(a)}Pb(){if(this.f&&
29
+ this.w&&!this.w.isPlayingBreak)switch(this.f.playerState){case chrome.cast.media.PlayerState.IDLE:switch(this.f.idleReason){case chrome.cast.media.IdleReason.FINISHED:this.a(_.Rn);break;case chrome.cast.media.IdleReason.ERROR:this.a(_.Yn);break;default:this.a(_.Zn)}break;case chrome.cast.media.PlayerState.PLAYING:this.a(_.bo);break;case chrome.cast.media.PlayerState.PAUSED:this.a(_.ao);break;case chrome.cast.media.PlayerState.BUFFERING:this.a(_.Un)}}};var CU=class extends _.S{constructor(){super();this.g=new _.R("clpp.cast.SenderTrackManager");this.a=null;this.h=[];this.f={}}initialize(a){this.a=a}release(){this.h=[];this.f={}}load(){this.release();var a=this.a.a;a&&(a=a.media)&&(this.h=(a=a.tracks)?a.map(b=>{switch(b.type){case chrome.cast.media.TrackType.VIDEO:var c=_.L;break;case chrome.cast.media.TrackType.AUDIO:c=_.K;break;case chrome.cast.media.TrackType.TEXT:c=_.J}c=new _.kj(b.trackId.toString(),c);c.kind=b.subtype;c.language=b.language;
30
+ 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 _.uj(c.id,c));return c}):[],this.a.trigger(new _.C(_.lt)))}destroy(){this.a=null}getVideoTracks(){return DT(this,_.L)}getAudioTracks(){return DT(this,_.K)}ha(){return DT(this,_.J)}ma(){const a=this.La();return a?a.renditions[0]:null}Ta(){const a=this.la();return a?a.renditions[0]:null}Ka(){const a=this.ta();return a?a.renditions[0]:
31
+ null}jb(){return this.f[_.L]||null}zb(){return this.f[_.K]||null}Ab(){return this.f[_.J]||null}La(){return FT(this,_.L)}la(){return FT(this,_.K)}ta(){return FT(this,_.J)}ub(a){HT(this,_.L,a)}va(a){HT(this,_.K,a)}Na(a){HT(this,_.J,a)}ab(a){this.ub(a&&a.track)}sb(a){this.va(a&&a.track)}tb(a){this.Na(a&&a.track)}addTextTrack(){return _.w(function*(){})}pa(){return!0}};CU.prototype.isAbrEnabled=CU.prototype.pa;CU.prototype.addTextTrack=CU.prototype.addTextTrack;CU.prototype.setTextRendition=CU.prototype.tb;
32
+ CU.prototype.setAudioRendition=CU.prototype.sb;CU.prototype.setVideoRendition=CU.prototype.ab;CU.prototype.setTextTrack=CU.prototype.Na;CU.prototype.setAudioTrack=CU.prototype.va;CU.prototype.setVideoTrack=CU.prototype.ub;CU.prototype.getTextTrack=CU.prototype.ta;CU.prototype.getAudioTrack=CU.prototype.la;CU.prototype.getVideoTrack=CU.prototype.La;CU.prototype.getLoadingTextRendition=CU.prototype.Ab;CU.prototype.getLoadingAudioRendition=CU.prototype.zb;CU.prototype.getLoadingVideoRendition=CU.prototype.jb;
33
+ CU.prototype.getTextRendition=CU.prototype.Ka;CU.prototype.getAudioRendition=CU.prototype.Ta;CU.prototype.getVideoRendition=CU.prototype.ma;CU.prototype.getTextTracks=CU.prototype.ha;CU.prototype.getAudioTracks=CU.prototype.getAudioTracks;CU.prototype.getVideoTracks=CU.prototype.getVideoTracks;var XT=class extends _.nt{constructor(a,b,c,d){super();this.g=new _.R(_.kd);this.S=a;this.o=new _.Wj(b);this.R=c;this.X=d;this.h=this.I=_.Xk();this.C=[];this.B=0;this.K=new _.iq;this.G=this.l=this.a=null;this.A=this.w=!1;this.Y="";this.ba=1E6;this.f=new CU;this.f.initialize(this);this.j=new BU(this);this.H=new _.Bs;this.J=null;this.F=new Set;this.M=this.Oa.bind(this);this.Z=this.Ra.bind(this);this.V=this.Qa.bind(this);this.O=this.Pa.bind(this);this.L=null;window.cast||Object.defineProperty(window,
34
+ "cast",{get:()=>window.cast_,set:e=>{window.cast_=e;window.setTimeout(()=>{KT(!0)},0)}});JT(this);IT.add(this)}init(a,b){this.h=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.j&&this.j.release()})}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.qb)}appendLoad(){return Promise.reject(_.qb)}seekWith(){return Promise.reject(_.qb)}setSeekInterceptor(){}destroy(){return _.w(function*(){})}jd(a){this.L=
35
+ a}nc(){return this.w}Gb(){return this.A}ae(){return this.Y}sendMessage(a,b){const c=this;return _.w(function*(){let d;const e=cast.framework.CastContext.getInstance().getCurrentSession();if(e)try{yield e.sendMessage(a,xT(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.nc())throw a.g.warn(pT),new _.G(1,8,8001,void 0);if(!LT)throw a.g.warn(nT),new _.G(1,8,8002,void 0);if(a.Gb())throw a.g.warn("Already casting"),
36
+ new _.G(1,8,8003,void 0);try{yield NT(a)}catch(b){const c={};b instanceof chrome.cast.Error?(c.detailedErrorCode=b.code,c.details=b.details,c.reason=b.description):c.detailedErrorCode=b;throw new _.G(1,8,8E3,c);}})}$d(){this.Gb()&&cast.framework.CastContext.getInstance().endCurrentSession(!0)}addMessageListener(a){typeof a===_.Zd&&this.F.add(a)}removeMessageListener(a){typeof a===_.Zd&&this.F.delete(a)}play(){return this.isEnded()?PT(this,!0):new Promise((a,b)=>{if(!this.a)return b(mT);this.a.play(null,
37
+ a,b)})}pause(){return new Promise((a,b)=>{this.isEnded()&&a();if(!this.a)return b(mT);this.a.pause(null,a,b)})}isPaused(){return!!this.a&&this.a.playerState===chrome.cast.media.PlayerState.PAUSED}isEnded(){return this.getState()===_.Rn}seek(a){return this.isEnded()?PT(this,!1,a):new Promise((b,c)=>{this.a||c(mT);this.l.isPlayingBreak&&c(kT);const d=new chrome.cast.media.SeekRequest;d.currentTime=a;this.trigger(new _.C(_.gg));this.a.seek(d,()=>{this.trigger(new _.C(_.fg));b()},c)})}getPosition(){return this.getMediaPosition()}getMediaPosition(){return this.a&&
38
+ this.a.getEstimatedTime()||0}getDuration(){return this.getMediaDuration()}getMediaDuration(){if(!this.a||!this.a.media)return-1;const a=this.a.media.duration;return typeof a!==_.r?-1:-1===a?Infinity:a}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}getPlaybackRate(){return this.a&&this.a.playbackRate||0}setPlaybackRate(a){this.a&&0<a&&this.sendMessage(vT,{type:"SET_PLAYBACK_RATE",requestId:Math.round(1E3*Math.random()),mediaSessionId:this.a.mediaSessionId,playbackRate:a})}getVolume(){return this.a&&
39
+ 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||!this.a.media||!this.a.media.metadata)return null;const a=this.a.media.metadata.sectionStartAbsoluteTime;return typeof a!==_.r?null:1E-8===a?0:a}getSeekRange(){let a=
40
+ {start:0,end:this.getDuration()};if(this.isLive()){const b=this.a.getEstimatedLiveSeekableRange();b&&typeof b.start===_.r&&typeof b.end===_.r&&(a={start:b.start,end:b.end})}return a}getState(){return this.j?this.j.getState():_.It}getStats(){return this.a&&this.a.customData&&this.a.customData.stats?yT(this.a.customData.stats):_.Mn()}isLive(){return Infinity===this.getDuration()}load(a){const b=this;return _.w(function*(){if(b.nc())if(LT){b.C=_.fo(a);b.h=_.Zk(b.I,a);var c=b.C[b.B];yield OT(b,{source:c,
41
+ isLive:c.isLive,autoplay:b.h.autoplay,$a:b.h,Tb:c.Tb,audioMimeType:c.audioMimeType})}else b.g.warn(nT);else b.g.warn(pT)})}getBufferInfo(){return new _.mt}getTrackManager(){return this.f}getConfiguration(){return this.h}getSurface(){return null}setNetworkEngine(a){this.K=a}getNetworkEngine(){return this.K}getSourceIndex(){return this.B}setSourceIndex(a){this.B=a}setCmsdManager(){}getLoadedSource(){return this.C[this.B]}getPeriods(){return[]}getDrmInfo(){return null}getTimelineCues(){return[]}getCueTimeline(){return null}resetAbr(){this.g.warn(oT)}onError(a){if(a&&
42
+ (this.trigger(new _.C(_.Vd,{detail:a})),this.j))this.j.onError(a)}namespace(){return _.kd}canPlay(){return this.nc()?2:0}yb(){return this.J}Sb(a){this.J=ST(a)}Vd(){this.J=null}Ee(a){const b=this.yb()||{};a={metadataType:QT(b.metadataType),title:a};this.Sb(Object.assign({},b,a))}Ce(a){const b=this.yb()||{},c=QT(b.metadataType);a=new chrome.cast.Image(a);this.Sb(Object.assign({},b,{metadataType:c,images:[a]}))}Be(a){const b=this.yb()||{};this.Sb(Object.assign({},b,{metadataType:3,artist:a}))}De(a){const b=
43
+ this.yb()||{};a={metadataType:QT(b.metadataType),releaseDate:a};this.Sb(Object.assign({},b,a))}Oa(a){const b=cast.framework.CastContext.getInstance(),c=a.castState===cast.framework.CastState.CONNECTED;LT=a.castState!==cast.framework.CastState.NO_DEVICES_AVAILABLE;this.Y=c?b.getCurrentSession().getCastDevice().friendlyName:"";this.o.Je()}Ra(a){this.g.debug(`state: ${a.sessionState}, details:`,a);switch(a.sessionState){case cast.framework.SessionState.SESSION_STARTED:this.A=!0;VT(this,a.session);break;
44
+ case cast.framework.SessionState.SESSION_RESUMED:this.Gb()||(this.A=!0,VT(this,a.session),this.X());break;case cast.framework.SessionState.SESSION_ENDED:if(this.Gb()&&this.a){const d=this.a.media;var b=this.f.la(),c=this.f.ta();b=b&&b.language||void 0;c=c&&c.language||void 0;this.R(this.getState(),{source:{url:d.contentId,type:d.contentType,isLive:this.isLive()},currentTime:WT(this),Nf:c,Ve:b})}a.session.removeEventListener(cast.framework.SessionEventType.MEDIA_SESSION,this.V);a.session.removeMessageListener(uT,
45
+ this.O);this.A=!1;this.a=null;this.H.release();this.l=this.G=null}}Qa(a){this.g.debug("New media session",a.mediaSession);UT(this,a.mediaSession)}Pa(a,b){if(a===uT&&0<this.F.size){const c=yT(b);this.F.forEach(d=>d(c))}}da(){this.trigger(new _.C(_.Xf))}ia(a){const b=this;return _.w(function*(){let c=null;const d=yield zT(a,[_.Uf,_.Fc],b.K,b.h);d&&(c=new chrome.cast.media.Track(b.ba++,chrome.cast.media.TrackType.TEXT),c.language=d.language,c.name=d.label||null,c.trackContentId=d.url,c.trackContentType=
46
+ d.mimeType,c.customData={mimeType:a.mimeType,url:a.url});return c})}getTextDisplayer(){return null}};XT.prototype.getTextDisplayer=XT.prototype.getTextDisplayer;XT.prototype.getNetworkEngine=XT.prototype.getNetworkEngine;XT.prototype.setNetworkEngine=XT.prototype.setNetworkEngine;var LT=!1,IT=new Set;window.__onGCastApiAvailable=KT;var DU=class extends _.nt{constructor(a,b,c){super();this.f=a;this.h=b;this.j=typeof c===_.Zd?c:(d,e)=>{this.f&&d!==_.Rn&&d!==_.Zn&&this.f.load(e)};this.a=ZT(this);this.g=new _.R(rT);this.f&&this.forwardEventsTo(this.f)}destroy(){const a=this;return _.w(function*(){a.a&&(yield MT(a.a),a.a=null);a.f&&a.stopForwardingEventsTo(a.f)})}Sd(){return!!this.a&&this.a.nc()&&LT}Gb(){return!!this.a&&this.a.Gb()}ae(){return this.a?this.a.ae():""}jd(a){this.a&&this.a.jd(a)}cast(a){const b=this;return _.w(function*(){if(b.a)try{if(yield b.a.cast(),
47
+ 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.la();m&&(m.mimeType&&(k=m.mimeType),m.language&&(l.preferredAudioLanguage=m.language),m.roles.length&&(l.preferredAudioRole=m.roles[0]));const n=f.ta();n&&(n.language&&(l.preferredTextLanguage=n.language),n.roles.length&&(l.preferredTextRole=n.roles[0]));const q=e&&typeof e.isLive===_.Rc?e.isLive:b.f.isLive();d={source:e,
48
+ isLive:q,autoplay:!b.f.isPaused(),currentTime:Math.max(b.f.getPosition()-1,0),ve:b.f.getPresentationStartTime(),Tb:h,audioMimeType:k,$a:l}}var c=d}yield YT(b);b.a&&(c&&(c.autoplay=!b.f.isPaused()),a?yield b.f.load(a):b.a.a||(yield OT(b.a,c)))}}catch(d){b.g.error("Error while trying to cast",d),c=new _.C(_.Vd,{detail:d}),b.trigger(c)}})}$d(){this.a&&this.a.$d()}ng(a){const b=this;return _.w(function*(){a!==b.h&&(b.h=a,b.a&&(yield MT(b.a)),b.a=ZT(b))})}sendMessage(a){const b=this;return _.w(function*(){b.a?
49
+ yield b.a.sendMessage(uT,a):b.g.warn(qT)})}addMessageListener(a){this.a?this.a.addMessageListener(a):this.g.warn(qT)}removeMessageListener(a){this.a?this.a.removeMessageListener(a):this.g.warn(qT)}yb(){return this.a&&this.a.yb()}Sb(a){this.a&&this.a.Sb(a)}Vd(){this.a&&this.a.Vd()}Ee(a){this.a&&this.a.Ee(a)}Ce(a){this.a&&this.a.Ce(a)}Be(a){this.a&&this.a.Be(a)}De(a){this.a&&this.a.De(a)}};_.x(rT,DU);DU.prototype.setContentReleaseDate=DU.prototype.De;DU.prototype.setContentArtist=DU.prototype.Be;
50
+ DU.prototype.setContentImage=DU.prototype.Ce;DU.prototype.setContentTitle=DU.prototype.Ee;DU.prototype.clearContentMetadata=DU.prototype.Vd;DU.prototype.setContentMetadata=DU.prototype.Sb;DU.prototype.getContentMetadata=DU.prototype.yb;DU.prototype.removeMessageListener=DU.prototype.removeMessageListener;DU.prototype.addMessageListener=DU.prototype.addMessageListener;DU.prototype.sendMessage=DU.prototype.sendMessage;DU.prototype.changeReceiverId=DU.prototype.ng;DU.prototype.forceDisconnect=DU.prototype.$d;
51
+ DU.prototype.cast=DU.prototype.cast;DU.prototype.setPlayerConfigInterceptor=DU.prototype.jd;DU.prototype.getReceiverName=DU.prototype.ae;DU.prototype.isCasting=DU.prototype.Gb;DU.prototype.canCast=DU.prototype.Sd;DU.prototype.destroy=DU.prototype.destroy;var EU=class extends AU{constructor(a){super(a,"clpp.cast.StateManager");this.I=this.R.bind(this);this.H=this.O.bind(this);this.A=this.Y.bind(this);this.w=this.X.bind(this);this.K=this.V.bind(this);this.J=this.S.bind(this);this.L=this.ba.bind(this);this.G=this.Z.bind(this);this.F=this.T.bind(this);this.f=this.M.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,
52
+ 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.L);b.addEventListener(a.PLAYER_LOADING,this.G);b.addEventListener(a.ERROR,this.F);b.addEventListener(a.BITRATE_CHANGED,this.f)}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();
53
+ 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.L);d.removeEventListener(c.PLAYER_LOADING,a.G);d.removeEventListener(c.ERROR,a.F);d.removeEventListener(c.BITRATE_CHANGED,a.f);yield b().call(a)})}R(){this.player.trigger(new _.C(_.Te));this.a(_.bo)}O(){this.a(_.ao)}Y(){this.a(_.Rn)}X(a){a.isBuffering?
54
+ this.a(_.Un):(a=this.player.isPaused()?_.ao:_.bo,this.a(a))}V(){this.j=1;this.player.trigger(new _.C(_.gg))}S(){this.player.trigger(new _.C(_.fg))}ba(){this.j=2}Z(){this.a(_.$n)}M(a){const b=this.player.getStats();this.player.trigger(new _.C(_.Pc,{detail:{bandwidth:a.totalBitrate,width:b.width,height:b.height}}))}T(a){a=new _.G(_.E,7,7300,{detailedErrorCode:a.detailedErrorCode,error:a.error,reason:a.reason});this.player.trigger(new _.C(_.Vd,{detail:a}));this.a(_.Yn)}};var Z=class{constructor(a,b,c,d,e){this.a=a;this.f=b;this.l=typeof c===_.r?c:1;this.h=typeof d===_.r?d:1;this.j=typeof e===_.r?e:0}hb(){return"Google Cast Framework"}ib(){return cast.framework.VERSION}ob(){return 0}getId(){return""}getCreativeId(){return""}getApiFramework(){return null}getAdSystem(){return""}getAdvertiserName(){return""}getTitle(){return this.a.title||""}getDuration(){return this.a.duration||0}getPosition(){return 0}getSkipTimeOffset(){return this.a.whenSkippable||0}Nb(){return!1}xb(){return this.a.clickThroughUrl||
55
+ null}getMediaUrl(){return this.a.contentUrl||this.a.contentId||null}lb(){return 0}kb(){return 0}Za(){return 0}Ua(){switch(this.Bb()){case 0:return 0;case -1:return 2;default:return 1}}getPodIndex(){return this.j}Bb(){return this.f.position}Cb(){return this.l}nb(){return this.h}getWrapperAdIds(){return[]}getWrapperAdSystems(){return[]}getWrapperCreativeIds(){return[]}};Z.prototype.getWrapperCreativeIds=Z.prototype.getWrapperCreativeIds;Z.prototype.getWrapperAdSystems=Z.prototype.getWrapperAdSystems;
56
+ Z.prototype.getWrapperAdIds=Z.prototype.getWrapperAdIds;Z.prototype.getSequenceLength=Z.prototype.nb;Z.prototype.getPositionInSequence=Z.prototype.Cb;Z.prototype.getPodTimeOffset=Z.prototype.Bb;Z.prototype.getPodIndex=Z.prototype.getPodIndex;Z.prototype.getPodType=Z.prototype.Ua;Z.prototype.getMediaBitrate=Z.prototype.Za;Z.prototype.getMediaHeight=Z.prototype.kb;Z.prototype.getMediaWidth=Z.prototype.lb;Z.prototype.getMediaUrl=Z.prototype.getMediaUrl;Z.prototype.getClickThroughUrl=Z.prototype.xb;
57
+ Z.prototype.isBumper=Z.prototype.Nb;Z.prototype.getSkipTimeOffset=Z.prototype.getSkipTimeOffset;Z.prototype.getPosition=Z.prototype.getPosition;Z.prototype.getDuration=Z.prototype.getDuration;Z.prototype.getTitle=Z.prototype.getTitle;Z.prototype.getAdvertiserName=Z.prototype.getAdvertiserName;Z.prototype.getAdSystem=Z.prototype.getAdSystem;Z.prototype.getApiFramework=Z.prototype.getApiFramework;Z.prototype.getCreativeId=Z.prototype.getCreativeId;Z.prototype.getId=Z.prototype.getId;
58
+ Z.prototype.getTechnology=Z.prototype.ob;Z.prototype.getAdManagerVersion=Z.prototype.ib;Z.prototype.getAdManagerName=Z.prototype.hb;var FU=class{constructor(a){this.a=a}getCuePoints(){return this.a.map(a=>a.position)}Eb(){return!!this.a.find(a=>0===a.position)}Db(){return!!this.a.find(a=>-1===a.position)}};FU.prototype.hasPostroll=FU.prototype.Db;FU.prototype.hasPreroll=FU.prototype.Eb;FU.prototype.getCuePoints=FU.prototype.getCuePoints;var GU=class{constructor(a){this.m=a;this.a=null;this.j=this.l.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];dU().addEventListener(this.f,
59
+ this.j)}load(){const a=this;return _.w(function*(){$T&&($T=!1,cU(a,0))})}start(){return _.w(function*(){dU().play()})}w(){}resume(){-1!==this.getPosition()&&dU().play()}pause(){-1!==this.getPosition()&&dU().pause()}skip(){}getVolume(){return this.m.getVolume()||0}setVolume(a){this.m.setVolume(a)}getPosition(){const a=this.a&&this.a.getBreakClipCurrentTimeSec();return typeof a===_.r?a:-1}o(){return!0}h(){const a=this;return _.w(function*(){dU().removeEventListener(a.f,a.j)})}l(a){const b=cast.framework.events.EndedReason;
60
+ switch(a.type){case cast.framework.events.EventType.PLAYER_LOADING:this.a=dU().getBreakManager();this.a.setPlayWatchedBreak(!0);a=this.a.getBreaks();this.m.trigger(new _.C(_.wc,{adsTimeline:new FU(a)}));break;case cast.framework.events.EventType.BREAK_CLIP_LOADING:fU(this,_.mc,a);break;case cast.framework.events.EventType.BREAK_STARTED:fU(this,_.cc,a);break;case cast.framework.events.EventType.BREAK_ENDED:fU(this,_.dc,a);break;case cast.framework.events.EventType.BREAK_CLIP_STARTED:fU(this,_.sc,a);
61
+ break;case cast.framework.events.EventType.BREAK_CLIP_ENDED:a.endedReason===b.SKIPPED?(fU(this,_.rc,a),fU(this,_.tc,a)):a.endedReason===b.STOPPED?fU(this,_.tc,a):a.endedReason===b.END_OF_STREAM?(fU(this,_.gc,a),fU(this,_.tc,a)):a.endedReason===b.ERROR&&cU(this,1);break;case cast.framework.events.EventType.PLAYING:fU(this,_.qc,a);break;case cast.framework.events.EventType.PAUSE:fU(this,_.oc,a);break;case cast.framework.events.EventType.BUFFERING:a.isBuffering?fU(this,_.ec,a):fU(this,_.qc,a)}}};
62
+ GU.prototype.getPosition=GU.prototype.getPosition;GU.prototype.setVolume=GU.prototype.setVolume;GU.prototype.getVolume=GU.prototype.getVolume;GU.prototype.skip=GU.prototype.skip;GU.prototype.pause=GU.prototype.pause;GU.prototype.resume=GU.prototype.resume;var $T=!1;var HU=class{constructor(a){this.cb=a;this.a=this.f.bind(this)}init(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().addEventListener(gU(),this.a)}release(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().removeEventListener(gU(),this.a)}getTimelineCues(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager().getTimedMetadata().map(a=>hU(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=
63
+ _.wh;break;case cast.framework.events.EventType.TIMED_METADATA_ENTER:b=_.yh;break;case cast.framework.events.EventType.TIMED_METADATA_EXIT:b=_.zh}b&&this.cb(new _.C(b,{detail:hU(a.timedMetadataInfo)}))}else for(b of this.getTimelineCues())this.cb(new _.C(_.wh,{detail:b}))}};var IU=class extends _.S{constructor(){super();this.g=new _.R("clpp.cast.TrackManager");this.m=null;this.o=1E9;this.h=[];this.j=[];this.l=this.w.bind(this);this.a=this.f=null}initialize(a){this.m=a;iU().addEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.l)}release(){this.h=[];this.j=[];this.a=this.f=null}load(){}destroy(){this.m=null;iU().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.l)}getVideoTracks(){return[]}getAudioTracks(){return this.h}ha(){return this.j}ma(){return null}Ta(){const a=
64
+ this.la();return a&&a.renditions[0]}Ka(){const a=this.ta();return a&&a.renditions[0]}jb(){return null}zb(){return null}Ab(){return null}La(){return null}la(){let a=null;if(this.f){let b=this.f.getActiveId();typeof b===_.r&&(b=b.toString(),a=this.getAudioTracks().find(c=>c.id===b)||null)}return a}ta(){let a=null;if(this.a){let b=this.a.getActiveIds()[0];typeof b===_.r&&(b=b.toString(),a=this.ha().find(c=>c.id===b)||null)}return a}ub(){this.g.warn("Video tracks unavailable on Cast")}va(a){a&&this.f&&
65
+ this.f.setActiveById(+a.id)}Na(a){this.a&&(a?this.a.setActiveByIds([+a.id]):this.a.setActiveByIds([]))}ab(){this.g.warn("Video renditions unavailable on Cast")}sb(a){this.va(a&&a.track)}tb(a){this.Na(a&&a.track)}addTextTrack(a){const b=this;return _.w(function*(){var c=b.m.getConfiguration();if((c=yield zT(a,Object.values(cast.framework.messages.CaptionMimeType),b.m.getNetworkEngine(),c))&&b.a){const d=new cast.framework.messages.Track(b.o++,cast.framework.messages.TrackType.TEXT);d.isInband=!1;d.language=
66
+ 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]),kU(b)}catch(e){throw b.g.warn("failed on track",a),e;}}})}pa(){return!0}w(){this.f=iU().getAudioTracksManager();var a=this.f.getTracks();this.h=jU(_.K,a);kU(this);a=this.m.getConfiguration();lU(this,_.K,a.preferredAudioLanguage,a.preferredAudioRole);lU(this,_.J,a.preferredTextLanguage,a.preferredTextRole)}};IU.prototype.isAbrEnabled=IU.prototype.pa;
67
+ IU.prototype.addTextTrack=IU.prototype.addTextTrack;IU.prototype.setTextRendition=IU.prototype.tb;IU.prototype.setAudioRendition=IU.prototype.sb;IU.prototype.setVideoRendition=IU.prototype.ab;IU.prototype.setTextTrack=IU.prototype.Na;IU.prototype.setAudioTrack=IU.prototype.va;IU.prototype.setVideoTrack=IU.prototype.ub;IU.prototype.getTextTrack=IU.prototype.ta;IU.prototype.getAudioTrack=IU.prototype.la;IU.prototype.getVideoTrack=IU.prototype.La;IU.prototype.getLoadingTextRendition=IU.prototype.Ab;
68
+ IU.prototype.getLoadingAudioRendition=IU.prototype.zb;IU.prototype.getLoadingVideoRendition=IU.prototype.jb;IU.prototype.getTextRendition=IU.prototype.Ka;IU.prototype.getAudioRendition=IU.prototype.Ta;IU.prototype.getVideoRendition=IU.prototype.ma;IU.prototype.getTextTracks=IU.prototype.ha;IU.prototype.getAudioTracks=IU.prototype.getAudioTracks;IU.prototype.getVideoTracks=IU.prototype.getVideoTracks;var JU=class extends _.nt{constructor(){super();this.g=new _.R(sT);this.h=this.w=_.Xk();this.A=null;this.l=-1;this.F=new _.iq;this.f=this.o=this.j=this.a=this.B=null;this.C=!1}init(a,b){this.B=a;b&&(this.h=this.w=b);a=mU();a.setMessageInterceptor(cast.framework.messages.MessageType.MEDIA_STATUS,this.H.bind(this));a.setMediaPlaybackInfoHandler(this.G.bind(this));this.a=new EU(this);this.a.init();this.j=new IU;this.j.initialize(this);this.o=new HU(c=>this.trigger(c));this.o.init()}unload(){const a=
69
+ cast.framework.messages.PlayerState,b=mU();b.getPlayerState()!==a.IDLE&&b.stop();this.j&&this.j.release();this.o&&this.o.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.w=_.Xk();a.h=a.w;a.l=-1;a.A=null;a.a&&(yield a.a.destroy(),a.a=null);a.j&&(a.j.destroy(),a.j=null)})}play(){const a=mU();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot play during ads playout.");
70
+ a.play();return Promise.resolve()}pause(){const a=mU();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot pause during ads playout.");a.pause();return Promise.resolve()}isPaused(){return mU().getPlayerState()===cast.framework.messages.PlayerState.PAUSED}isEnded(){return mU().getPlayerState()===cast.framework.messages.PlayerState.IDLE}seek(a){const b=mU();if(null!==b.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject(kT);b.seek(a);return Promise.resolve()}getPosition(){return this.getMediaPosition()}setSeekInterceptor(){}getMediaPosition(){return mU().getCurrentTimeSec()}getDuration(){return this.getMediaDuration()}getMediaDuration(){const a=
71
+ mU().getDurationSec();return typeof a===_.r?-1===a?Infinity:a:-1}getPlaybackRate(){return mU().getPlaybackRate()}setPlaybackRate(a){if(0<a){const b=new cast.framework.messages.SetPlaybackRateRequestData;b.playbackRate=a;mU().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||
72
+ null}getLoadedSource(){const a=mU().getMediaInformation();if(a){var b=mU().getPlaybackConfig();b=!!b&&b.protectionSystem!==cast.framework.ContentProtection.NONE;var c=this.A&&-1!==this.l?this.A[this.l]:null;c=c?c.name:void 0;!c&&a.metadata&&(c=a.metadata.title);return{url:a.contentId,type:a.contentType,Uh:b,name:c}}return null}getDrmInfo(){return null}getPresentationStartTime(){return mU().getStartAbsoluteTime()}getSeekRange(){let a={start:0,end:this.getDuration()};if(this.isLive()){const b=mU().getLiveSeekableRange();
73
+ b&&typeof b.start===_.r&&typeof b.end===_.r&&(a={start:b.start,end:b.end})}return a}getState(){return this.a?this.a.getState():_.It}getStats(){var a=_.Mn();if(this.f){a=mU().getStats();this.f.f=a.estimatedBandwidth||NaN;this.f.o=a.streamBandwidth||NaN;var b=this.f,c=a.height||NaN;b.w=a.width||NaN;b.h=c;b=this.f;c=typeof a.decodedFrames===_.r?a.decodedFrames:NaN;b.l=typeof a.droppedFrames===_.r?a.droppedFrames:NaN;b.j=c;a=this.f.getStats()}return a}isLive(){return Infinity===this.getDuration()}load(a){const b=
74
+ this;return _.w(function*(){b.f=new _.Gt;b.a.l=b.f.a;b.A=_.fo(a);b.h=_.Zk(b.w,a);if(b.C)b.C=!1;else{var c=b.A[b.l],d=new cast.framework.messages.LoadRequestData;d.autoplay=b.h.autoplay;typeof b.h.startTime===_.r&&(d.currentTime=b.h.startTime);c.type&&(d.media.contentType=c.type);d.media.contentId=c.url;d.media.customData={playerConfiguration:xT(b.h),local:!0};yield mU().load(d)}})}getBufferInfo(){this.g.warn(_.qa);return new _.mt}getTrackManager(){return this.j}getConfiguration(){return this.h}getSurface(){return this.B}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.qb)}appendLoad(){return Promise.reject(_.qb)}seekWith(){return Promise.reject(_.qb)}setNetworkEngine(a){this.F=
75
+ a}setCmsdManager(){}getNetworkEngine(){return this.F}getSourceIndex(){return this.l}setSourceIndex(a){this.l=a}getPeriods(){return[]}namespace(){return sT}getTimelineCues(){return this.o&&this.o.getTimelineCues()||[]}getCueTimeline(){return null}resetAbr(){this.g.warn(oT)}onError(a){a=new _.C(_.Vd,{detail:a});this.trigger(a)}canPlay(){return _.jk()?2:0}H(a){a=Object.assign({},a);a.customData||(a.customData={});a.customData.stats=xT(this.getStats());var b=mU(),c=a.media||b.getMediaInformation();b=
76
+ b.getStartAbsoluteTime();c&&typeof b===_.r&&c.startAbsoluteTime!==b&&(this.g.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=mU().getStartAbsoluteTime();if(typeof d===_.r){b.startAbsoluteTime=d;let h;f?h=new cast.framework.messages.GenericMediaMetadata:h=b.metadata;
77
+ h.sectionStartAbsoluteTime=d;b.metadata=h}b.streamType=c.LIVE;a=Object.assign({},a,{media:b})}}return a}G(a,b){let c=null;a.media.customData&&(c=yT(a.media.customData.playerConfiguration));(a=c?c.abr||null:null)&&typeof a.defaultBandwidthEstimate===_.r?b.initialBandwidth=a.defaultBandwidthEstimate:b.initialBandwidth=void 0;pU(c,b);return b}getTextDisplayer(){return null}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}};JU.prototype.getTextDisplayer=JU.prototype.getTextDisplayer;
78
+ JU.prototype.getNetworkEngine=JU.prototype.getNetworkEngine;JU.prototype.setNetworkEngine=JU.prototype.setNetworkEngine;var rU=class{constructor(){this.a=!1;this.g=new _.R(tT);this.f=this.m=null;this.h=new Set;this.A=this.G.bind(this);this.w=this.B.bind(this);this.j=null;this.o=new _.Bs;this.l=null}init(a){a&&(this.f=new JU,_.yq(a,this.f),this.m=a,this.o.on(window,"unload",()=>{const b=this;return _.w(function*(){b.m&&b.m.getState()!==_.Zn&&(yield wT(b.m))})}))}start(){if(!this.a&&window.cast&&cast.framework&&cast.framework.CastReceiverContext){this.a=!0;var a=tU(),b=tU().getPlayerManager(),c=new cast.framework.CastReceiverOptions;
79
+ c.customNamespaces={};c.customNamespaces[uT]=cast.framework.system.MessageType.JSON;c.shakaVersion="4.3.4";var d=new cast.framework.PlaybackConfig;d.manifestHandler=this.F.bind(this);d.shakaConfig={streaming:{ignoreTextStreamFailures:!0}};d.enableSmoothLiveRefresh=!0;c.playbackConfig=d;if(d=this.m&&this.m.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,
80
+ this.A);a.start(c);a.addCustomMessageListener(uT,this.w)}}stop(){if(this.a){this.a=!1;this.o.release();const a=tU();tU().getPlayerManager().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.A);a.removeCustomMessageListener(uT,this.w);a.stop();this.m=this.f=null}}jd(a){this.j=a}uh(a){this.l=a}on(a,b){tU().addEventListener(a,b)}off(a,b){tU().removeEventListener(a,b)}addMessageListener(a){typeof a===_.Zd&&this.h.add(a)}removeMessageListener(a){typeof a===_.Zd&&this.h.delete(a)}sendMessage(a,
81
+ b){tU().sendCustomMessage(uT,b,xT(a))}nc(){return this.a}yb(){return uU()}Sb(a){vU(this,a)}Hh(a){const b=uU();let c=null;a?c=Object.assign({},b,a):c=b;vU(this,c)}F(a){a=a.trim();if(a.startsWith("#EXTM3U"))return xU(this,a);try{var b=(new DOMParser).parseFromString(a,_.Vf)}catch(k){return a}var c=b.getElementsByTagName("MPD")[0];if(c){a=c;this.g.debug("Detected DASH, parsing");b=tU();c=a.getElementsByTagName("Period");for(var d=c.length-1;0<=d;--d){var e=c[d].getElementsByTagName(_.ha);for(var f=e.length-
82
+ 1;0<=f;--f){var g=e[f].getAttribute("contentType");if(g===_.t||g===_.p){g=e[f].getAttribute(_.ze);var h=e[f].getElementsByTagName(_.Db);for(let k=h.length-1;0<=k;--k){const l=h[k].getAttribute(_.ze)||g,m=h[k].getAttribute(_.rd);let n=h[k].getAttribute(_.Dg)||void 0,q=h[k].getAttribute(_.$d)||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(_.Db).length||c[d].removeChild(e[f])}}c[d].getElementsByTagName(_.ha).length||a.removeChild(c[d])}return a=
83
+ (new XMLSerializer).serializeToString(a)}if(c=b.getElementsByTagName(_.Jb)[0]){a=c;this.g.debug("Detected Smooth, parsing");b=tU();c=a.getElementsByTagName("StreamIndex");for(d=c.length-1;0<=d;--d)if(c[d].getAttribute("Type")===_.t){e=c[d].getElementsByTagName(_.Bb);for(f=e.length-1;0<=f;--f)g=e[f].getAttribute(_.hb)||void 0,h=e[f].getAttribute(_.gb)||void 0,void 0!==g&&(g=+g),void 0!==h&&(h=+h),b.canDisplayType(_.qg,void 0,g,h)||c[d].removeChild(e[f]);c[d].getElementsByTagName(_.Bb).length||a.removeChild(c[d])}a=
84
+ (new XMLSerializer).serializeToString(a)}return a}C(a){const b=this;return _.w(function*(){let c=a;var d;c.media.customData&&(d=yT(c.media.customData.playerConfiguration));if(b.m&&d){b.j&&(d=(yield Promise.resolve(b.j(d)))||d);d.ima&&(yield bU(c.media,d.ima,b.m.getNetworkEngine()));typeof d.startTime===_.r&&d.startTime!==c.currentTime?c.currentTime=d.startTime:d.startTime=c.currentTime||null;c.media.customData.local||(b.f.C=!0,yield _.Hq(b.m,d),yield _.Iq(b.m),d=b.m.getLoadedSource(),c.media.contentId=
85
+ d.url,c.media.contentType=d.type,d.Tb&&(c.media.hlsVideoSegmentFormat=AT(d.Tb,_.L)),d.audioMimeType&&(c.media.hlsSegmentFormat=AT(d.audioMimeType,_.K)));const e=c.media.metadata;e&&typeof e.sectionStartAbsoluteTime===_.r&&(d=e.sectionStartAbsoluteTime,e.sectionStartAbsoluteTime=0===d?1E-8:d);void 0===c.autoplay&&(c.autoplay=b.m.getConfiguration().autoplay)}b.l&&(d=yield Promise.resolve(b.l(c)))&&(c=d);return c})}G(a){if(this.m&&(!a.media.customData||!a.media.customData.local)){var b=tU().getPlayerManager(),
86
+ c=b.getLiveSeekableRange();if(c){a=c.start;c=c.end;var d=this.m.getConfiguration().startTime;typeof a!==_.r||typeof c!==_.r||typeof d!==_.r||d>=a&&d<=c||(b=b.getMediaTimeForAbsoluteTime(d),typeof b===_.r&&b>=a&&b<=c&&this.m.seek(b))}_.Kq(this.m)}}B(a){if(0<this.h.size){const b=yT(a.data);this.h.forEach(c=>c(b))}}};_.x(tT,rU);rU.prototype.updateContentMetadata=rU.prototype.Hh;rU.prototype.setContentMetadata=rU.prototype.Sb;rU.prototype.getContentMetadata=rU.prototype.yb;rU.prototype.isApiReady=rU.prototype.nc;
87
+ rU.prototype.sendMessage=rU.prototype.sendMessage;rU.prototype.removeMessageListener=rU.prototype.removeMessageListener;rU.prototype.addMessageListener=rU.prototype.addMessageListener;rU.prototype.off=rU.prototype.off;rU.prototype.on=rU.prototype.on;rU.prototype.setLoadRequestDataInterceptor=rU.prototype.uh;rU.prototype.setPlayerConfigInterceptor=rU.prototype.jd;rU.prototype.stop=rU.prototype.stop;rU.prototype.start=rU.prototype.start;rU.prototype.init=rU.prototype.init;rU.getInstance=sU;var qU=null;var KU=class{constructor(a){this.f=a;this.a=null;this.j=new _.Bs;this.l=[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.l;if(a.a){const b=a.a.controller,c=a.A.bind(a);for(const d of a.l)a.j.on(b,d,c)}})}start(){return _.w(function*(){})}w(){}resume(){this.a&&
88
+ 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(vT,{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===_.r&&(a=b));return a}o(){return!0}h(){const a=
89
+ this;return _.w(function*(){a.j.release()})}A(a){switch(a.field){case "mediaInfo":a.value&&(a=a.value,a.breaks&&this.f.trigger(new _.C(_.wc,{adsTimeline:new FU(a.breaks)})));break;case "isPlayingBreak":a.value?zU(this,_.cc):(zU(this,_.gc),zU(this,_.tc),zU(this,_.dc));break;case "currentBreakClipNumber":0<=a.value&&(0<a.value&&(zU(this,_.gc),zU(this,_.tc)),zU(this,_.sc));break;case "isPaused":this.a.isPlayingBreak&&(a.value?zU(this,_.oc):zU(this,_.qc))}}};KU.prototype.getPosition=KU.prototype.getPosition;
90
+ KU.prototype.setVolume=KU.prototype.setVolume;KU.prototype.getVolume=KU.prototype.getVolume;KU.prototype.skip=KU.prototype.skip;KU.prototype.pause=KU.prototype.pause;KU.prototype.resume=KU.prototype.resume;_.uo(new class{name(){return"clpp.cast.ads.SenderAdsManagerFactory"}a(a,b){return a.namespace()!==_.kd?!1:!(!b||!b.ima)}create(a){return new KU(a.a)}});_.uo(new class{name(){return"clpp.cast.ads.AdsManagerFactory"}a(a,b){return sU().nc()?!(!b||!b.ima):!1}create(a){return new GU(a)}});};f.call(g, window);