@castlabs/prestoplay 6.27.0 → 6.28.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 (67) hide show
  1. package/CHANGELOG.md +19 -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 +113 -112
  6. package/cjs/cl.conviva.js +32 -32
  7. package/cjs/cl.core.js +625 -624
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +89 -89
  10. package/cjs/cl.externs.js +80 -72
  11. package/cjs/cl.freewheel.js +25 -25
  12. package/cjs/cl.hls.js +78 -79
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +30 -30
  15. package/cjs/cl.ima.js +23 -24
  16. package/cjs/cl.mediatailor.js +3 -3
  17. package/cjs/cl.mse.js +347 -347
  18. package/cjs/cl.muxdata.js +14 -15
  19. package/cjs/cl.onboard.js +4 -3
  20. package/cjs/cl.persistent.js +14 -14
  21. package/cjs/cl.playlist.js +6 -6
  22. package/cjs/cl.simid.js +16 -17
  23. package/cjs/cl.smooth.js +72 -72
  24. package/cjs/cl.thumbnails.js +26 -26
  25. package/cjs/cl.tizen.js +72 -72
  26. package/cjs/cl.ttml.js +29 -29
  27. package/cjs/cl.verimatrix.js +5 -5
  28. package/cjs/cl.vimond.js +12 -12
  29. package/cjs/cl.vr.js +19 -19
  30. package/cjs/cl.vtt.js +14 -14
  31. package/cjs/cl.yospace.js +4 -4
  32. package/cjs/cl.youbora.js +38 -38
  33. package/cl.adobe.js +3 -3
  34. package/cl.airplay.js +3 -3
  35. package/cl.broadpeak.js +6 -5
  36. package/cl.cast.js +91 -90
  37. package/cl.conviva.js +27 -27
  38. package/cl.core.js +503 -499
  39. package/cl.crypto.js +8 -8
  40. package/cl.dash.js +83 -82
  41. package/cl.externs.js +80 -72
  42. package/cl.freewheel.js +19 -19
  43. package/cl.hls.js +80 -80
  44. package/cl.hlssmpte.js +5 -5
  45. package/cl.htmlcue.js +26 -26
  46. package/cl.ima.js +17 -17
  47. package/cl.mediatailor.js +2 -3
  48. package/cl.mse.js +304 -305
  49. package/cl.muxdata.js +13 -13
  50. package/cl.onboard.js +4 -4
  51. package/cl.persistent.js +10 -10
  52. package/cl.playlist.js +5 -5
  53. package/cl.simid.js +14 -14
  54. package/cl.smooth.js +60 -60
  55. package/cl.thumbnails.js +19 -19
  56. package/cl.tizen.js +57 -57
  57. package/cl.ttml.js +22 -22
  58. package/cl.verimatrix.js +4 -4
  59. package/cl.vimond.js +8 -8
  60. package/cl.vr.js +15 -15
  61. package/cl.vtt.js +12 -12
  62. package/cl.yospace.js +3 -3
  63. package/cl.youbora.js +31 -29
  64. package/package.json +1 -1
  65. package/typings.d.ts +34 -65
  66. package/cjs/cl.sessions.js +0 -21
  67. package/cl.sessions.js +0 -10
package/cl.cast.js CHANGED
@@ -1,92 +1,93 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var WV="Cannot seek during ads playout.",XV="Cannot switch track",YV="Media session does not exist.",ZV="No receivers available",$V="Reset ABR functionality not available on cast.",aW="SDK not yet ready",bW="Sender is destroyed.",cW="clpp.cast.CastProxy",dW="clpp.cast.Player",eW="clpp.cast.Receiver",fW="urn:x-cast:castlabs",gW="urn:x-cast:com.google.cast.media",hW=function(a){return _.w(function*(){yield _.ks(a,_.Ke);yield _.ks(a,_.Je)})},iW=function(a){return JSON.stringify(a,(b,c)=>
2
- {if("license"!==b&&typeof c!==_.$d){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}})},jW=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}},kW=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=_.yl(d,a.mimeType,g);f&&g&&(h=_.mj(a.url),(h=yield c.fetch(h).U)&&h.data&&(e=f.a(_.G(h.data)),e={url:URL.createObjectURL(new Blob([e])),kind:a.kind,language:a.language,label:a.label,mimeType:g}));return e})},lW=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 _.tg:return d.FMP4;case _.sg:return b===_.M?d.MPEG2_TS:c.TS;case _.Dc:return c.AAC;case _.Ec:return c.AC3;case _.Fc:return c.E_AC3;case "audio/mpeg":return c.MP3;case _.Gc:return c.FMP4}},nW=function(a){a=void 0===a?mW:a;var b=cast.framework.messages||chrome.cast.media;if(!b)throw new _.I(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}},oW=function(){return Math.round(1E3*Math.random())},pW=function(a,b){return a.h.filter(c=>c.type===b)},rW=function(a,b){const c=qW(a);return pW(a,b).find(d=>c.includes(d.id))||null},tW=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.ta();
6
- e&&c.push(+e.id)}c=new chrome.cast.media.EditTracksInfoRequest(c);d.editTracksInfo(c,()=>{a.f[b]=null;sW(a,b)},e=>{a.f[b]=null;a.g.debug(XV,e)})}else b===_.K&&(c=new chrome.cast.media.EditTracksInfoRequest([]),d.editTracksInfo(c,()=>{sW(a,b)},e=>{a.g.debug(XV,e)}))},qW=function(a){a=a.a?a.a.a:null;return(a?a.activeTrackIds||[]:[]).map(b=>b.toString())},sW=function(a,b){b===_.L?a.a.trigger(new _.C(_.Jc)):b===_.K&&a.a.trigger(new _.C(_.Yf))},wW=function(a){if(a)for(const b of uW)vW(b)},vW=function(a){if(!a.w&&
7
- window.chrome&&chrome.cast&&chrome.cast.isAvailable&&window.cast&&cast.framework&&cast.framework.CastContext&&a.T.length){a.w=!0;a.o.bf();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.M);b.addEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.ea);xW&&a.o.la(.02)}},yW=
8
- function(a){return _.w(function*(){uW.delete(a);if(a.w){a.w=!1;var b=cast.framework.CastContext.getInstance();b.removeEventListener(cast.framework.CastContextEventType.CAST_STATE_CHANGED,a.M);b.removeEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.ea)}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.Z=null})},zW=function(a){return _.w(function*(){a.Ib()||(yield cast.framework.CastContext.getInstance().requestSession())})},
9
- BW=function(a,b,c){c=void 0===c?0:c;return _.w(function*(){var d=a.f.ta();d&&d.language&&(a.h.preferredTextLanguage=d.language);(d=a.f.oa())&&d.language&&(a.h.preferredAudioLanguage=d.language);yield AW(a,{source:a.getLoadedSource(),currentTime:c,isLive:a.isLive(),Me:a.getPresentationStartTime(),autoplay:b,fb:a.h})})},AW=function(a,b){return _.w(function*(){var c=chrome.cast.media.StreamType;yield zW(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=lW(b.Vb,_.M);e.hlsSegmentFormat=lW(c,_.L);b.fb&&(a.L&&(c=yield Promise.resolve(a.L(b.fb)))&&(b.fb=c),a.h=b.fb,a.C=_.vp(a.h),a.B=a.C.findIndex(k=>k.url===b.source.url),b.fb.remoteTextTracks&&(c=yield Promise.all(b.fb.remoteTextTracks.map(a.ya.bind(a))),e.tracks=c.filter(k=>k),b.fb.remoteTextTracks=void 0),delete b.fb.autoplay,b.fb.startTime=null,e.customData={playerConfiguration:iW(b.fb)});c=a.Bb()||{};
11
- var f=CW(c.metadataType),g;typeof b.Me===_.r&&(g={metadataType:f,sectionStartAbsoluteTime:b.Me});var h;b.source.name&&(h={metadataType:f,title:b.source.name});c=DW(c);if(g=EW(Object.assign({},g,h,c)))e.metadata=g;e=new chrome.cast.media.LoadRequest(e);typeof b.autoplay===_.Mc&&(e.autoplay=b.autoplay);typeof b.currentTime===_.r&&(e.currentTime=b.currentTime);yield d.loadMedia(e)}})},EW=function(a){if(!a)return null;a:{var b=a.metadataType;const c=Object.entries(FW);for(const d of c){const [e,f]=d;
12
- if(f===b){b=e;break a}}b=null}if(!b)return null;b=nW(FW[b]);return Object.assign(b,a)},CW=function(a){var b=void 0===b?mW:b;return Object.values(FW).includes(a)?a:b},DW=function(a){const b={};for(const c in a)void 0!==a[c]&&(b[c]=a[c]);return b},HW=function(a,b){GW(a,b.getMediaSession());b.addEventListener(cast.framework.SessionEventType.MEDIA_SESSION,a.V);b.addMessageListener(fW,a.P)},IW=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},GW=function(a,b){a.a=b;a.a&&(a.G.release(),a.F=null,a.l=null,a.l=new cast.framework.RemotePlayer,a.F=new cast.framework.RemotePlayerController(a.l),a.G.on(a.F,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED,a.ia.bind(a)),a.G.on(a.F,cast.framework.RemotePlayerEventType.MEDIA_INFO_CHANGED,a.Za.bind(a)),a.j&&a.j.init(),a.trigger(new _.C(_.pe)))},LW=function(a){return new JW(a.h,()=>{a.trigger(new _.C(_.Sc))},(b,c)=>{{const d=a.f.getConfiguration();
14
- d.source=c.source;d.autoplay=!1;d.startTime=c.currentTime?Math.max(c.currentTime-1,0):null;d.ima&&d.startTime&&(d.ima.playAdsAfterTime=d.startTime);c.uf&&(d.preferredAudioLanguage=c.uf);c.xg&&(d.preferredTextLanguage=c.xg);_.ms(a.f,null);a.trigger(new _.C("castingended"));a.j(b,d)}},()=>KW(a))},KW=function(a){return _.w(function*(){a.trigger(new _.C(_.Rc));a.f.a!==a.a&&a.f&&a.a&&(yield a.f.release(),_.ms(a.f,a.a))})},OW=function(a,b,c){return _.w(function*(){var d=b.adTagUrl;if(d)try{MW=!1;const e=
15
- _.mj(d),f=yield c.fetch(e).U;if(f&&f.data){const g=_.Bi(f.data),h=(new DOMParser).parseFromString(g,_.Xf);if(h.getElementsByTagName("vmap:VMAP").length)_.B("VMAP detected."),a.vmapAdsRequest=NW(g);else if(h.getElementsByTagName("VAST").length){_.B("VAST detected.");{d=g;const k=new cast.framework.messages.BreakClip("bc1");k.vastAdsRequest=NW(d);const l=new cast.framework.messages.Break("b1",[k.id],0);a.breakClips=[k];a.breaks=[l]}}else _.B("Unsupported schema."),MW=!0}}catch(e){_.B("Failed to fetch an ad",
16
- e),MW=!0}})},NW=function(a){const b=new cast.framework.messages.VastAdsRequest;b.adsResponse=a;return b},PW=function(a,b){b=new _.I(1,10,10003,{errorType:b});a.m.onError(b)},QW=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},SW=function(a,b,c){if(c instanceof cast.framework.events.BreaksEvent||-1!==a.getPosition()){var d=null;(c=RW(a,c))&&(d={ad:c});a.m.trigger(new _.C(b,d))}},RW=function(a,b){let c=null;if(a.a&&b instanceof cast.framework.events.BreaksEvent){let d=
17
- null,e=null,f;typeof b.breakClipId===_.Qf&&(d=a.a.getBreakClipById(b.breakClipId));typeof b.breakId===_.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 Y(d,e,b.index,b.total,f)}return c},TW=function(){return[cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,cast.framework.events.EventType.TIMED_METADATA_CHANGED,cast.framework.events.EventType.TIMED_METADATA_ENTER,
18
- cast.framework.events.EventType.TIMED_METADATA_EXIT]},UW=function(a){const b=a.dashTimedMetadata;let c=_.lg;b&&(c=b.schemeIdUri);return{type:c.startsWith(_.kg)?_.Th:_.ig,schemeIdUri:c,id:a.id||"",startTime:a.startTime,endTime:a.endTime,value:b&&b.value||"",eventElement:b?b.eventElement:null}},VW=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},XW=function(a){a.a=VW().getTextTracksManager();const b=a.a.getTracks();a.j=WW(_.K,b)},WW=function(a,b){const c=[];for(const d of b)b=
19
- new _.Xk(d.trackId.toString(),a),b.roles=d.roles||[],b.kind=d.subtype||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 _.al(b.id,b)),c.push(b);return c},YW=function(a,b,c,d){c=_.di(c).filter(g=>g);var e=!1;let f=[];b===_.L?f=a.getAudioTracks():b===_.K&&(f=a.pa());if(c=c.find(g=>{const h=
20
- _.$i(g);return f.some(k=>{k=_.$i(k.language||"");return _.aj(h,k)})})){const g=_.$i(c);c=f.filter(h=>{h=_.$i(h.language||"");return _.aj(g,h)});f=c.length?c:f;e=e||!!c.length}_.Ki(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.xa(e):b===_.K&&a.Ra(e))},ZW=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},bX=function(a,b){var c=()=>{b.protectionSystem=cast.framework.ContentProtection.NONE;
21
- b.licenseUrl=void 0;b.licenseRequestHandler=void 0;b.licenseHandler=void 0};if(a&&a.drm){var d=a.drm,e=_.rm(d);if(e){var f=[_.sd];_.vp(a)[0].type!==_.Bc&&f.unshift(_.ud);d.preferredDrmSystem===_.sd&&f.reverse();for(var g,h;f.length&&!h;)g=f.shift(),h=e.Ha[g];h?(c=g===_.ud?cast.framework.ContentProtection.WIDEVINE:g===_.sd?cast.framework.ContentProtection.PLAYREADY:void 0,b.protectionSystem=c,b.licenseUrl=h.licenseUrl,c={ldlDelay:0,customData:{}},$W(b,h,a,c),aX(b,h,a,c)):c()}else c()}else c()},$W=
22
- function(a,b,c,d){b.modifiers.licenseRequest?a.licenseRequestHandler=e=>{const f=_.mj({method:_.db,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},aX=function(a,b,c,d){b.modifiers.licenseResponse?a.licenseHandler=(e,f)=>_.w(function*(){const g=_.qj(Object.assign({},f.headers),
23
- e.buffer,200,"");yield b.modifiers.licenseResponse(c,g,d);return _.G(g.data)}):a.licenseHandler=void 0},eX=function(){return cX||(cX=new dX)},fX=function(){return cast.framework.CastReceiverContext.getInstance()},gX=function(){const a=fX().getPlayerManager().getMediaInformation();return a&&a.metadata?a.metadata:null},hX=function(a,b){const c=fX().getPlayerManager().getMediaInformation();c?(b?c.metadata=b:delete c.metadata,a=!0,a=void 0===a?!1:a,fX().getPlayerManager().setMediaInformation(c,a)):a.g.warn("No mediaInformation is present. Skipping metadata update.")},
24
- jX=function(a,b){a.g.debug("Detected HLS, parsing");var c=cast.framework.messages.HlsVideoSegmentFormat;a=fX();var {hlsVideoSegmentFormat:d}=fX().getPlayerManager().getMediaInformation()||{};c=d===c.FMP4?_.tg:_.sg;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=iX(f,_.pa),h=iX(f,_.lb);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);
25
- ++e}return d.join("\n")},iX=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},lX=function(a,b){let c=null;const d=kX(a);d&&(c={ad:d});a.f.trigger(new _.C(b,c))},kX=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=
26
- 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 Y(d,c,g,e,f)}return b},mX=class{constructor(a,b){this.log=new _.S(b);this.player=a;this.l=null;this.h=_.pp;this.o=_.bv;this.j=2;this.C=Date.now();this.B=-1}release(){this.a(_.pp)}destroy(){this.l=this.player=null;return Promise.resolve()}getState(){return this.h}onError(a){a.severity===
27
- _.F&&this.a(_.ip)}a(a){if(a!==this.h)if(this.h===_.ip&&a!==_.pp)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===_.lp?(this.B=b,this.player.trigger(new _.C(_.Oc,{detail:{bufferedTimeMS:-1,reason:this.j}}))):this.o===_.lp&&this.player.trigger(new _.C(_.Nc,{detail:{bufferedTimeMS:b-this.B,reason:this.j}}));a={currentState:this.h,previousState:this.o,timeSinceLastStateChangeMS:b-this.C};this.C=b;this.l&&_.ap(this.l,this.h);this.player.trigger(new _.C(_.Nf,
28
- {detail:a}))}}},nX;_.x("clpp.cast.CastUtils",class{});var mW=0,FW={GENERIC:mW,MOVIE:1,TV_SHOW:2,MUSIC_TRACK:3,PHOTO:4,AUDIOBOOK_CHAPTER:5};var oX=class extends mX{constructor(a){super(a,"clpp.cast.SenderStateManager");this.w=this.f=null;this.A=this.Rb.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)}Rb(){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(_.hp);break;case chrome.cast.media.IdleReason.ERROR:this.a(_.ip);break;default:this.a(_.pp)}break;case chrome.cast.media.PlayerState.PLAYING:this.a(_.sp);break;case chrome.cast.media.PlayerState.PAUSED:this.a(_.rp);break;case chrome.cast.media.PlayerState.BUFFERING:this.a(_.lp)}}};var pX=class extends _.T{constructor(){super();this.g=new _.S("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=_.M;break;case chrome.cast.media.TrackType.AUDIO:c=_.L;break;case chrome.cast.media.TrackType.TEXT:c=_.K}c=new _.Xk(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 _.al(c.id,c));return c}):[],this.a.trigger(new _.C(_.dg)))}destroy(){this.a=null}getVideoTracks(){return pW(this,_.M)}getAudioTracks(){return pW(this,_.L)}pa(){return pW(this,_.K)}qa(){const a=this.Ea();return a?a.renditions[0]:null}La(){const a=this.oa();return a?a.renditions[0]:null}Pa(){const a=this.ta();return a?a.renditions[0]:
31
- null}ob(){return this.f[_.M]||null}Cb(){return this.f[_.L]||null}Db(){return this.f[_.K]||null}Ea(){return rW(this,_.M)}oa(){return rW(this,_.L)}ta(){return rW(this,_.K)}xb(a){tW(this,_.M,a)}xa(a){tW(this,_.L,a)}Ra(a){tW(this,_.K,a)}gb(a){this.xb(a&&a.track)}vb(a){this.xa(a&&a.track)}wb(a){this.Ra(a&&a.track)}addTextTrack(){return _.w(function*(){})}ua(){return!0}};pX.prototype.isAbrEnabled=pX.prototype.ua;pX.prototype.addTextTrack=pX.prototype.addTextTrack;pX.prototype.setTextRendition=pX.prototype.wb;
32
- pX.prototype.setAudioRendition=pX.prototype.vb;pX.prototype.setVideoRendition=pX.prototype.gb;pX.prototype.setTextTrack=pX.prototype.Ra;pX.prototype.setAudioTrack=pX.prototype.xa;pX.prototype.setVideoTrack=pX.prototype.xb;pX.prototype.getTextTrack=pX.prototype.ta;pX.prototype.getAudioTrack=pX.prototype.oa;pX.prototype.getVideoTrack=pX.prototype.Ea;pX.prototype.getLoadingTextRendition=pX.prototype.Db;pX.prototype.getLoadingAudioRendition=pX.prototype.Cb;pX.prototype.getLoadingVideoRendition=pX.prototype.ob;
33
- pX.prototype.getTextRendition=pX.prototype.Pa;pX.prototype.getAudioRendition=pX.prototype.La;pX.prototype.getVideoRendition=pX.prototype.qa;pX.prototype.getTextTracks=pX.prototype.pa;pX.prototype.getAudioTracks=pX.prototype.getAudioTracks;pX.prototype.getVideoTracks=pX.prototype.getVideoTracks;var JW=class extends _.nu{constructor(a,b,c,d){super();this.g=new _.S(_.ed);this.T=a;this.o=new _.Mj(b);this.R=c;this.Z=d;this.h=this.I=_.Xl();this.C=[];this.B=0;this.K=new _.Xr;this.F=this.l=this.a=null;this.A=this.w=!1;this.ca="";this.ha=1E6;this.f=new pX;this.f.initialize(this);this.j=new oX(this);this.G=new _.Kt;this.J=null;this.H=new Set;this.M=this.Ta.bind(this);this.ea=this.Ab.bind(this);this.V=this.zb.bind(this);this.P=this.Ua.bind(this);this.L=null;window.cast||Object.defineProperty(window,
34
- "cast",{get:()=>window.cast_,set:e=>{window.cast_=e;window.setTimeout(()=>{wW(!0)},0)}});vW(this);uW.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(_.$a)}appendLoad(){return Promise.reject(_.$a)}seekWith(){return Promise.reject(_.$a)}setSeekInterceptor(){}setPlaybackSessionId(){}getBandwidthEstimate(){return null}destroy(){return _.w(function*(){})}xd(a){this.L=
35
- a}sc(){return this.w}Ib(){return this.A}ye(){return this.ca}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,iW(b))}catch(f){d=new _.I(1,8,8E3,{detailedErrorCode:f})}else d=new _.I(1,8,8004,void 0);if(d)c.onError(d)})}cast(){const a=this;return _.w(function*(){if(!a.sc())throw a.g.warn(aW),new _.I(1,8,8001,void 0);if(!xW)throw a.g.warn(ZV),new _.I(1,8,8002,void 0);if(a.Ib())throw a.g.warn("Already casting"),
36
- new _.I(1,8,8003,void 0);try{yield zW(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 _.I(1,8,8E3,c);}})}xe(){this.Ib()&&cast.framework.CastContext.getInstance().endCurrentSession(!0)}addMessageListener(a){typeof a===_.$d&&this.H.add(a)}removeMessageListener(a){typeof a===_.$d&&this.H.delete(a)}play(){return this.isEnded()?BW(this,!0):new Promise((a,b)=>{if(!this.a)return b(YV);this.a.play(null,
37
- a,b)})}pause(){return new Promise((a,b)=>{this.isEnded()&&a();if(!this.a)return b(YV);this.a.pause(null,a,b)})}isPaused(){return!!this.a&&this.a.playerState===chrome.cast.media.PlayerState.PAUSED}isEnded(){return this.getState()===_.hp}seek(a){return this.isEnded()?BW(this,!1,a):new Promise((b,c)=>{this.a||c(YV);this.l.isPlayingBreak&&c(WV);const d=new chrome.cast.media.SeekRequest;d.currentTime=a;this.trigger(new _.C(_.ng));this.a.seek(d,()=>{this.trigger(new _.C(_.mg));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(gW,{type:"SET_PLAYBACK_RATE",requestId:oW(),mediaSessionId:this.a.mediaSessionId,playbackRate:a})}getVolume(){return this.a&&this.a.volume.level}setVolume(a){this.a&&
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var TU="Cannot seek during ads playout.",UU="Cannot switch track",VU="Media session does not exist.",WU="No receivers available",XU="Reset ABR functionality not available on cast.",YU="SDK not yet ready",ZU="Sender is destroyed.",$U="clpp.cast.CastProxy",aV="clpp.cast.Player",bV="clpp.cast.Receiver",cV="urn:x-cast:castlabs",dV="urn:x-cast:com.google.cast.media",eV=function(a){return _.w(function*(){yield _.Qn(a,_.Le);yield _.Qn(a,_.Ke)})},fV=function(a){return JSON.stringify(a,(b,c)=>
2
+ {if("license"!==b&&typeof c!==_.$d){if(c instanceof Event){b={};for(const d in c){const e=c[d];typeof e===_.Ge?"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}})},gV=function(a){if(typeof a!==_.Sf)return a;try{return JSON.parse(a,(b,c)=>"NaN"===c?NaN:"-Infinity"===c?-Infinity:"Infinity"===c?Infinity:c)}catch(b){return a}},hV=function(a,b){const c=new Set(b);return Object.keys(a).reduce((d,e)=>{c.has(e)&&(d[e]=a[e]);
3
+ return d},{})},iV=function(a,b,c,d){return _.w(function*(){if(b.includes(a.mimeType))return a;var e=null;let f=null,g=null;for(var h=0;h<b.length&&!f;)g=b[h++],f=_.Fr(d,a.mimeType,g);f&&g&&(h=_.nk(a.url),(h=yield c.fetch(h).U)&&h.data&&(e=f.a(_.F(h.data)),e={url:URL.createObjectURL(new Blob([e])),kind:a.kind,language:a.language,label:a.label,mimeType:g}));return e})},jV=function(a,b){let c,d;if(window.chrome&&chrome.cast&&chrome.cast.media)c=chrome.cast.media.HlsSegmentFormat,d=chrome.cast.media.HlsVideoSegmentFormat;
4
+ else if(window.cast&&cast.framework&&cast.framework.messages)c=cast.framework.messages.HlsSegmentFormat,d=cast.framework.messages.HlsVideoSegmentFormat;else return;switch(a){case _.yg:return d.FMP4;case _.xg:return b===_.Q?d.MPEG2_TS:c.TS;case _.Cc:return c.AAC;case _.Dc:return c.AC3;case _.Ec:return c.E_AC3;case "audio/mpeg":return c.MP3;case _.Fc:return c.FMP4}},lV=function(a){a=void 0===a?kV:a;var b=cast.framework.messages||chrome.cast.media;if(!b)throw new _.H(1,8,8001);const c=b.MetadataType,
5
+ d=b.GenericMediaMetadata,e=b.MovieMediaMetadata,f=b.TvShowMediaMetadata,g=b.MusicTrackMediaMetadata,h=b.PhotoMediaMetadata;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}},mV=function(){return Math.round(1E3*Math.random())},nV=function(a,b){return a.h.filter(c=>c.type===b)},pV=function(a,b){const c=oV(a);return nV(a,b).find(d=>c.includes(d.id))||
6
+ null},rV=function(a,b,c){const d=a.a.a;if(d)if(c){a.f[b]=c.renditions[0];c=[+c.id];if(b!==_.O){const e=a.ta();e&&c.push(+e.id)}c=new chrome.cast.media.EditTracksInfoRequest(c);d.editTracksInfo(c,()=>{a.f[b]=null;qV(a,b)},e=>{a.f[b]=null;a.g.debug(UU,e)})}else b===_.O&&(c=new chrome.cast.media.EditTracksInfoRequest([]),d.editTracksInfo(c,()=>{qV(a,b)},e=>{a.g.debug(UU,e)}))},oV=function(a){a=a.a?a.a.a:null;return(a?a.activeTrackIds||[]:[]).map(b=>b.toString())},qV=function(a,b){b===_.P?a.a.trigger(new _.G(_.Ic)):
7
+ b===_.O&&a.a.trigger(new _.G(_.$f))},uV=function(a){if(a)for(const b of sV)tV(b)},tV=function(a){if(!a.w&&window.chrome&&chrome.cast&&chrome.cast.isAvailable&&window.cast&&cast.framework&&cast.framework.CastContext&&a.T.length){a.w=!0;a.o.kf();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.M);
8
+ b.addEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.da);vV&&a.o.la(.02)}},wV=function(a){return _.w(function*(){sV.delete(a);if(a.w){a.w=!1;var b=cast.framework.CastContext.getInstance();b.removeEventListener(cast.framework.CastContextEventType.CAST_STATE_CHANGED,a.M);b.removeEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.da)}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(),
9
+ a.o=null);a.R=null;a.Y=null})},xV=function(a){return _.w(function*(){a.Jb()||(yield cast.framework.CastContext.getInstance().requestSession())})},zV=function(a,b,c){c=void 0===c?0:c;return _.w(function*(){var d=a.f.ta();d&&d.language&&(a.h.preferredTextLanguage=d.language);(d=a.f.oa())&&d.language&&(a.h.preferredAudioLanguage=d.language);yield yV(a,{source:a.getLoadedSource(),currentTime:c,isLive:a.isLive(),Ve:a.getPresentationStartTime(),autoplay:b,gb:a.h})})},yV=function(a,b){return _.w(function*(){var c=
10
+ chrome.cast.media.StreamType;yield xV(a);if(b){var d=cast.framework.CastContext.getInstance().getCurrentSession(),e=new chrome.cast.media.MediaInfo(b.source.url,b.source.type);e.streamType=b.isLive?c.LIVE:c.BUFFERED;c=b.$a;e.hlsVideoSegmentFormat=jV(b.Xb,_.Q);e.hlsSegmentFormat=jV(c,_.P);b.gb&&(a.L&&(c=yield Promise.resolve(a.L(b.gb)))&&(b.gb=c),a.h=b.gb,a.C=_.an(a.h),a.B=a.C.findIndex(k=>k.url===b.source.url),b.gb.remoteTextTracks&&(c=yield Promise.all(b.gb.remoteTextTracks.map(a.ya.bind(a))),e.tracks=
11
+ c.filter(k=>k),b.gb.remoteTextTracks=void 0),delete b.gb.autoplay,b.gb.startTime=null,e.customData={playerConfiguration:fV(b.gb)});c=a.Cb()||{};var f=AV(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=BV(c);if(g=CV(Object.assign({},g,h,c)))e.metadata=g;e=new chrome.cast.media.LoadRequest(e);typeof b.autoplay===_.Lc&&(e.autoplay=b.autoplay);typeof b.currentTime===_.r&&(e.currentTime=b.currentTime);
12
+ yield d.loadMedia(e)}})},CV=function(a){if(!a)return null;a:{var b=a.metadataType;const c=Object.entries(DV);for(const d of c){const [e,f]=d;if(f===b){b=e;break a}}b=null}if(!b)return null;b=lV(DV[b]);return Object.assign(b,a)},AV=function(a){var b=void 0===b?kV:b;return Object.values(DV).includes(a)?a:b},BV=function(a){const b={};for(const c in a)void 0!==a[c]&&(b[c]=a[c]);return b},FV=function(a,b){EV(a,b.getMediaSession());b.addEventListener(cast.framework.SessionEventType.MEDIA_SESSION,a.V);b.addMessageListener(cV,
13
+ a.P)},GV=function(a){const b=a.getPosition();a.a&&a.a.media?(a=a.a.media.startAbsoluteTime,a=typeof a!==_.r?null:a):a=null;a=null===a?null:a+b;return null===a?b:a},EV=function(a,b){a.a=b;a.a&&(a.G.release(),a.F=null,a.l=null,a.l=new cast.framework.RemotePlayer,a.F=new cast.framework.RemotePlayerController(a.l),a.G.on(a.F,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED,a.ia.bind(a)),a.G.on(a.F,cast.framework.RemotePlayerEventType.MEDIA_INFO_CHANGED,a.Za.bind(a)),a.j&&a.j.init(),a.trigger(new _.G(_.te)))},
14
+ JV=function(a){return new HV(a.h,()=>{a.trigger(new _.G(_.Rc))},(b,c)=>{{const d=a.f.getConfiguration();d.source=c.source;d.autoplay=!1;d.startTime=c.currentTime?Math.max(c.currentTime-1,0):null;d.ima&&d.startTime&&(d.ima.playAdsAfterTime=d.startTime);c.Ef&&(d.preferredAudioLanguage=c.Ef);c.Kg&&(d.preferredTextLanguage=c.Kg);_.Sn(a.f,null);a.trigger(new _.G("castingended"));a.j(b,d)}},()=>IV(a))},IV=function(a){return _.w(function*(){a.trigger(new _.G(_.Qc));a.f.a!==a.a&&a.f&&a.a&&(yield a.f.release(),
15
+ _.Sn(a.f,a.a))})},MV=function(a,b,c){return _.w(function*(){var d=b.adTagUrl;if(d)try{KV=!1;const e=_.nk(d),f=yield c.fetch(e).U;if(f&&f.data){const g=_.oi(f.data),h=(new DOMParser).parseFromString(g,_.Zf);if(h.getElementsByTagName("vmap:VMAP").length)_.B("VMAP detected."),a.vmapAdsRequest=LV(g);else if(h.getElementsByTagName("VAST").length){_.B("VAST detected.");{d=g;const k=new cast.framework.messages.BreakClip("bc1");k.vastAdsRequest=LV(d);const l=new cast.framework.messages.Break("b1",[k.id],
16
+ 0);a.breakClips=[k];a.breaks=[l]}}else _.B("Unsupported schema."),KV=!0}}catch(e){_.B("Failed to fetch an ad",e),KV=!0}})},LV=function(a){const b=new cast.framework.messages.VastAdsRequest;b.adsResponse=a;return b},NV=function(a,b){b=new _.H(1,10,10003,{errorType:b});a.m.onError(b)},OV=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},QV=function(a,b,c){if(c instanceof cast.framework.events.BreaksEvent||-1!==a.getPosition()){var d=null;(c=PV(a,c))&&(d={ad:c});
17
+ a.m.trigger(new _.G(b,d))}},PV=function(a,b){let c=null;if(a.a&&b instanceof cast.framework.events.BreaksEvent){let d=null,e=null,f;typeof b.breakClipId===_.Sf&&(d=a.a.getBreakClipById(b.breakClipId));typeof b.breakId===_.Sf&&(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 Y(d,e,b.index,b.total,f)}return c},RV=function(){return[cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,
18
+ cast.framework.events.EventType.TIMED_METADATA_CHANGED,cast.framework.events.EventType.TIMED_METADATA_ENTER,cast.framework.events.EventType.TIMED_METADATA_EXIT]},SV=function(a){const b=a.dashTimedMetadata;let c=_.qg;b&&(c=b.schemeIdUri);return{type:c.startsWith(_.pg)?_.Ff:_.ng,schemeIdUri:c,id:a.id||"",startTime:a.startTime,endTime:a.endTime,value:b&&b.value||"",eventElement:b?b.eventElement:null}},TV=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},VV=function(a){a.a=
19
+ TV().getTextTracksManager();const b=a.a.getTracks();a.j=UV(_.O,b)},UV=function(a,b){const c=[];for(const d of b)b=new _.or(d.trackId.toString(),a),b.roles=d.roles||[],b.kind=d.subtype||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 _.sr(b.id,b)),c.push(b);return c},WV=function(a,
20
+ b,c,d){c=_.Yh(c).filter(g=>g);var e=!1;let f=[];b===_.P?f=a.getAudioTracks():b===_.O&&(f=a.pa());if(c=c.find(g=>{const h=_.Cn(g);return f.some(k=>{k=_.Cn(k.language||"");return _.Dn(h,k)})})){const g=_.Cn(c);c=f.filter(h=>{h=_.Cn(h.language||"");return _.Dn(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===_.P?a.xa(e):b===_.O&&a.Ra(e))},XV=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},
21
+ $V=function(a,b){var c=()=>{b.protectionSystem=cast.framework.ContentProtection.NONE;b.licenseUrl=void 0;b.licenseRequestHandler=void 0;b.licenseHandler=void 0};if(a&&a.drm){var d=a.drm,e=_.gn(d);if(e){var f=[_.sd];_.an(a)[0].type!==_.Ac&&f.unshift(_.ud);d.preferredDrmSystem===_.sd&&f.reverse();for(var g,h;f.length&&!h;)g=f.shift(),h=e.Ha[g];h?(c=g===_.ud?cast.framework.ContentProtection.WIDEVINE:g===_.sd?cast.framework.ContentProtection.PLAYREADY:void 0,b.protectionSystem=c,b.licenseUrl=h.licenseUrl,
22
+ c={ldlDelay:0,customData:{}},YV(b,h,a,c),ZV(b,h,a,c)):c()}else c()}else c()},aW=function(a,b){b=Object.assign({},a.shakaConfig,b);return Object.assign({},a,{shakaConfig:b})},YV=function(a,b,c,d){b.modifiers.licenseRequest?a.licenseRequestHandler=e=>{const f=_.nk({method:_.cb,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}:
23
+ a.licenseRequestHandler=void 0},ZV=function(a,b,c,d){b.modifiers.licenseResponse?a.licenseHandler=(e,f)=>_.w(function*(){const g=_.rk(Object.assign({},f.headers),e.buffer,200,"");yield b.modifiers.licenseResponse(c,g,d);return _.F(g.data)}):a.licenseHandler=void 0},dW=function(){return bW||(bW=new cW)},eW=function(){return cast.framework.CastReceiverContext.getInstance()},fW=function(){const a=eW().getPlayerManager().getMediaInformation();return a&&a.metadata?a.metadata:null},gW=function(a,b){const c=
24
+ eW().getPlayerManager().getMediaInformation();c?(b?c.metadata=b:delete c.metadata,a=!0,a=void 0===a?!1:a,eW().getPlayerManager().setMediaInformation(c,a)):a.g.warn("No mediaInformation is present. Skipping metadata update.")},iW=function(a,b){a.g.debug("Detected HLS, parsing");var c=cast.framework.messages.HlsVideoSegmentFormat;a=eW();var {hlsVideoSegmentFormat:d}=eW().getPlayerManager().getMediaInformation()||{};c=d===c.FMP4?_.yg:_.xg;b=b.replace(/\r\n|\r(?=[^\n]|$)/gm,"\n");b=b.split(/\n+/m);d=
25
+ [];let e=0;for(;e<b.length;){const f=b[e].trim();if(b[e].startsWith("#EXT-X-STREAM-INF")){const g=hW(f,_.pa),h=hW(f,_.kb);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")},hW=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},kW=function(a,b){let c=null;const d=jW(a);
26
+ d&&(c={ad:d});a.f.trigger(new _.G(b,c))},jW=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=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 Y(d,c,g,e,f)}return b},lW=class{constructor(a,b){this.log=new _.S(b);
27
+ this.player=a;this.l=null;this.h=_.ts;this.o=7;this.j=2;this.C=Date.now();this.B=-1}release(){this.a(_.ts)}destroy(){this.l=this.player=null;return Promise.resolve()}getState(){return this.h}onError(a){a.severity===_.C&&this.a(_.ks)}a(a){if(a!==this.h)if(this.h===_.ks&&a!==_.ts)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;2===this.h?(this.B=b,this.player.trigger(new _.G(_.Nc,{detail:{bufferedTimeMS:-1,reason:this.j}}))):2===this.o&&
28
+ this.player.trigger(new _.G(_.Mc,{detail:{bufferedTimeMS:b-this.B,reason:this.j}}));a={currentState:this.h,previousState:this.o,timeSinceLastStateChangeMS:b-this.C};this.C=b;this.l&&_.ds(this.l,this.h);this.player.trigger(new _.G(_.Pf,{detail:a}))}}},mW;_.x("clpp.cast.CastUtils",class{});
29
+ var kV=0,DV={GENERIC:kV,MOVIE:1,TV_SHOW:2,MUSIC_TRACK:3,PHOTO:4,AUDIOBOOK_CHAPTER:5},nW="addMissingTimelineCues alwaysStreamText bufferBehind bufferingGoal durationBackoff gapDetectionThreshold ignoreTextStreamFailures lowLatencyMode rebufferingGoal retryParameters safeSeekOffset stallEnabled stallSkip stallThreshold startAtSegmentBoundary".split(" "),oW="bandwidthDowngradeTarget bandwidthUpgradeTarget defaultBandwidthEstimate enabled initialRestrictions restrictions switchInterval".split(" ");var pW=class extends lW{constructor(a){super(a,"clpp.cast.SenderStateManager");this.w=this.f=null;this.A=this.Sb.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)}Sb(){if(this.f&&
30
+ 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(5);break;case chrome.cast.media.IdleReason.ERROR:this.a(_.ks);break;default:this.a(_.ts)}break;case chrome.cast.media.PlayerState.PLAYING:this.a(3);break;case chrome.cast.media.PlayerState.PAUSED:this.a(4);break;case chrome.cast.media.PlayerState.BUFFERING:this.a(2)}}};var qW=class extends _.U{constructor(){super();this.g=new _.S("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=_.Q;break;case chrome.cast.media.TrackType.AUDIO:c=_.P;break;case chrome.cast.media.TrackType.TEXT:c=_.O}c=new _.or(b.trackId.toString(),c);c.kind=b.subtype;c.language=b.language;
31
+ 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 _.sr(c.id,c));return c}):[],this.a.trigger(new _.G(_.fg)))}destroy(){this.a=null}getVideoTracks(){return nV(this,_.Q)}getAudioTracks(){return nV(this,_.P)}pa(){return nV(this,_.O)}qa(){const a=this.Ea();return a?a.renditions[0]:null}La(){const a=this.oa();return a?a.renditions[0]:null}Pa(){const a=this.ta();return a?a.renditions[0]:
32
+ null}pb(){return this.f[_.Q]||null}Db(){return this.f[_.P]||null}Eb(){return this.f[_.O]||null}Ea(){return pV(this,_.Q)}oa(){return pV(this,_.P)}ta(){return pV(this,_.O)}yb(a){rV(this,_.Q,a)}xa(a){rV(this,_.P,a)}Ra(a){rV(this,_.O,a)}hb(a){this.yb(a&&a.track)}wb(a){this.xa(a&&a.track)}xb(a){this.Ra(a&&a.track)}addTextTrack(){return _.w(function*(){})}ua(){return!0}};qW.prototype.isAbrEnabled=qW.prototype.ua;qW.prototype.addTextTrack=qW.prototype.addTextTrack;qW.prototype.setTextRendition=qW.prototype.xb;
33
+ qW.prototype.setAudioRendition=qW.prototype.wb;qW.prototype.setVideoRendition=qW.prototype.hb;qW.prototype.setTextTrack=qW.prototype.Ra;qW.prototype.setAudioTrack=qW.prototype.xa;qW.prototype.setVideoTrack=qW.prototype.yb;qW.prototype.getTextTrack=qW.prototype.ta;qW.prototype.getAudioTrack=qW.prototype.oa;qW.prototype.getVideoTrack=qW.prototype.Ea;qW.prototype.getLoadingTextRendition=qW.prototype.Eb;qW.prototype.getLoadingAudioRendition=qW.prototype.Db;qW.prototype.getLoadingVideoRendition=qW.prototype.pb;
34
+ qW.prototype.getTextRendition=qW.prototype.Pa;qW.prototype.getAudioRendition=qW.prototype.La;qW.prototype.getVideoRendition=qW.prototype.qa;qW.prototype.getTextTracks=qW.prototype.pa;qW.prototype.getAudioTracks=qW.prototype.getAudioTracks;qW.prototype.getVideoTracks=qW.prototype.getVideoTracks;var HV=class extends _.Ht{constructor(a,b,c,d){super();this.g=new _.S(_.fd);this.T=a;this.o=new _.Mi(b);this.R=c;this.Y=d;this.h=this.I=_.Vm();this.C=[];this.B=0;this.K=new _.zn;this.F=this.l=this.a=null;this.A=this.w=!1;this.ba="";this.ha=1E6;this.f=new qW;this.f.initialize(this);this.j=new pW(this);this.G=new _.Gt;this.J=null;this.H=new Set;this.M=this.Ta.bind(this);this.da=this.Bb.bind(this);this.V=this.Ab.bind(this);this.P=this.Ua.bind(this);this.L=null;window.cast||Object.defineProperty(window,
35
+ "cast",{get:()=>window.cast_,set:e=>{window.cast_=e;window.setTimeout(()=>{uV(!0)},0)}});tV(this);sV.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(_.Za)}appendLoad(){return Promise.reject(_.Za)}seekWith(){return Promise.reject(_.Za)}setSeekInterceptor(){}setPlaybackSessionId(){}getBandwidthEstimate(){return null}destroy(){return _.w(function*(){})}yd(a){this.L=
36
+ a}vc(){return this.w}Jb(){return this.A}Ge(){return this.ba}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,fV(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 _.w(function*(){if(!a.vc())throw a.g.warn(YU),new _.H(1,8,8001,void 0);if(!vV)throw a.g.warn(WU),new _.H(1,8,8002,void 0);if(a.Jb())throw a.g.warn("Already casting"),
37
+ new _.H(1,8,8003,void 0);try{yield xV(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);}})}Fe(){this.Jb()&&cast.framework.CastContext.getInstance().endCurrentSession(!0)}addMessageListener(a){typeof a===_.$d&&this.H.add(a)}removeMessageListener(a){typeof a===_.$d&&this.H.delete(a)}play(){return this.isEnded()?zV(this,!0):new Promise((a,b)=>{if(!this.a)return b(VU);this.a.play(null,
38
+ a,b)})}pause(){return new Promise((a,b)=>{this.isEnded()&&a();if(!this.a)return b(VU);this.a.pause(null,a,b)})}isPaused(){return!!this.a&&this.a.playerState===chrome.cast.media.PlayerState.PAUSED}isEnded(){return 5===this.getState()}seek(a){return this.isEnded()?zV(this,!1,a):new Promise((b,c)=>{this.a||c(VU);this.l.isPlayingBreak&&c(TU);const d=new chrome.cast.media.SeekRequest;d.currentTime=a;this.trigger(new _.G(_.sg));this.a.seek(d,()=>{this.trigger(new _.G(_.rg));b()},c)})}getPosition(){return this.getMediaPosition()}getMediaPosition(){return this.a&&
39
+ 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(dV,{type:"SET_PLAYBACK_RATE",requestId:mV(),mediaSessionId:this.a.mediaSessionId,playbackRate:a})}getVolume(){return this.a&&this.a.volume.level}setVolume(a){this.a&&
39
40
  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={start:0,end:this.getDuration()};if(this.isLive()){const b=
40
- 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():_.bv}getStats(){return this.a&&this.a.customData&&this.a.customData.stats?jW(this.a.customData.stats):_.ep()}isLive(){return Infinity===this.getDuration()}load(a){const b=this;return _.w(function*(){if(b.sc())if(xW){b.C=_.vp(a);b.h=_.Zl(b.I,a);var c=b.C[b.B];yield AW(b,{source:c,isLive:c.isLive,autoplay:b.h.autoplay,fb:b.h,Vb:c.Vb,audioMimeType:c.audioMimeType})}else b.g.warn(ZV);
41
- else b.g.warn(aW)})}getBufferInfo(){return new _.mu}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($V)}onError(a){if(a&&(this.trigger(new _.C(_.Ud,{detail:a})),
42
- this.j))this.j.onError(a)}namespace(){return _.ed}canPlay(){return this.sc()?2:0}Bb(){return this.J}Ub(a){this.J=EW(a)}te(){this.J=null}Xe(a){const b=this.Bb()||{};a={metadataType:CW(b.metadataType),title:a};this.Ub(Object.assign({},b,a))}Ve(a){const b=this.Bb()||{},c=CW(b.metadataType);a=new chrome.cast.Image(a);this.Ub(Object.assign({},b,{metadataType:c,images:[a]}))}Ue(a){const b=this.Bb()||{};this.Ub(Object.assign({},b,{metadataType:3,artist:a}))}We(a){const b=this.Bb()||{};a={metadataType:CW(b.metadataType),
43
- releaseDate:a};this.Ub(Object.assign({},b,a))}Ta(a){const b=cast.framework.CastContext.getInstance(),c=a.castState===cast.framework.CastState.CONNECTED;xW=a.castState!==cast.framework.CastState.NO_DEVICES_AVAILABLE;this.ca=c?b.getCurrentSession().getCastDevice().friendlyName:"";this.o.bf()}Ab(a){this.g.debug(`state: ${a.sessionState}, details:`,a);switch(a.sessionState){case cast.framework.SessionState.SESSION_STARTED:this.A=!0;HW(this,a.session);break;case cast.framework.SessionState.SESSION_RESUMED:this.Ib()||
44
- (this.A=!0,HW(this,a.session),this.Z());break;case cast.framework.SessionState.SESSION_ENDED:if(this.Ib()&&this.a){const d=this.a.media;var b=this.f.oa(),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:IW(this),xg:c,uf:b})}a.session.removeEventListener(cast.framework.SessionEventType.MEDIA_SESSION,this.V);a.session.removeMessageListener(fW,this.P);this.A=!1;this.a=null;this.G.release();
45
- this.l=this.F=null}}zb(a){this.g.debug("New media session",a.mediaSession);GW(this,a.mediaSession)}Za(a){a.value&&a.value.tracks&&this.f&&this.f.load()}Ua(a,b){if(a===fW&&0<this.H.size){const c=jW(b);this.H.forEach(d=>d(c))}}ia(){this.trigger(new _.C(_.cg))}ya(a){const b=this;return _.w(function*(){let c=null;const d=yield kW(a,[_.Wf,_.yc],b.K,b.h);d&&(c=new chrome.cast.media.Track(b.ha++,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}},xW=!1,uW=new Set;window.__onGCastApiAvailable=wW;var Z=class extends _.nu{constructor(a,b,c){super();this.f=a;this.h=b;this.j=typeof c===_.$d?c:this.l;this.a=LW(this);this.g=new _.S(cW);this.f&&this.forwardEventsTo(this.f)}destroy(){const a=this;return _.w(function*(){a.a&&(yield yW(a.a),a.a=null);a.f&&a.stopForwardingEventsTo(a.f)})}l(a,b){this.f&&a!==_.hp&&a!==_.pp&&(delete b.license,this.f.load(b))}qe(){return!!this.a&&this.a.sc()&&xW}Ib(){return!!this.a&&this.a.Ib()}ye(){return this.a?this.a.ye():""}xd(a){this.a&&this.a.xd(a)}cast(a){const b=
47
- this;return _.w(function*(){if(b.a)try{if(yield b.a.cast(),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.oa();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 p=
48
- e&&typeof e.isLive===_.Mc?e.isLive:b.f.isLive();d={source:e,isLive:p,autoplay:!b.f.isPaused(),currentTime:Math.max(b.f.getPosition()-1,0),Me:b.f.getPresentationStartTime(),Vb:h,audioMimeType:k,fb:l}}var c=d}yield KW(b);b.a&&(c&&(c.autoplay=!b.f.isPaused()),a?yield b.f.load(a):b.a.a||(yield AW(b.a,c)))}}catch(d){b.g.error("Error while trying to cast",d),c=new _.C(_.Ud,{detail:d}),b.trigger(c)}})}xe(){this.a&&this.a.xe()}$g(a){const b=this;return _.w(function*(){a!==b.h&&(b.h=a,b.a&&(yield yW(b.a)),
49
- b.a=LW(b))})}sendMessage(a){const b=this;return _.w(function*(){b.a?yield b.a.sendMessage(fW,a):b.g.warn(bW)})}ci(){const a=this;return _.w(function*(){yield a.a.sendMessage(gW,{type:"QUEUE_NEXT",requestId:oW(),mediaSessionId:a.a.a.mediaSessionId})})}di(){const a=this;return _.w(function*(){yield a.a.sendMessage(gW,{type:"QUEUE_PREV",requestId:oW(),mediaSessionId:a.a.a.mediaSessionId})})}bi(a){const b=this;return _.w(function*(){yield b.a.sendMessage(gW,{type:"QUEUE_INSERT",requestId:oW(),mediaSessionId:b.a.a.mediaSessionId,
50
- items:a})})}addMessageListener(a){this.a?this.a.addMessageListener(a):this.g.warn(bW)}removeMessageListener(a){this.a?this.a.removeMessageListener(a):this.g.warn(bW)}Bb(){return this.a&&this.a.Bb()}Ub(a){this.a&&this.a.Ub(a)}te(){this.a&&this.a.te()}Xe(a){this.a&&this.a.Xe(a)}Ve(a){this.a&&this.a.Ve(a)}Ue(a){this.a&&this.a.Ue(a)}We(a){this.a&&this.a.We(a)}};_.x(cW,Z);Z.prototype.setContentReleaseDate=Z.prototype.We;Z.prototype.setContentArtist=Z.prototype.Ue;Z.prototype.setContentImage=Z.prototype.Ve;
51
- Z.prototype.setContentTitle=Z.prototype.Xe;Z.prototype.clearContentMetadata=Z.prototype.te;Z.prototype.setContentMetadata=Z.prototype.Ub;Z.prototype.getContentMetadata=Z.prototype.Bb;Z.prototype.removeMessageListener=Z.prototype.removeMessageListener;Z.prototype.addMessageListener=Z.prototype.addMessageListener;Z.prototype.queueAddItems=Z.prototype.bi;Z.prototype.queuePreviousItem=Z.prototype.di;Z.prototype.queueNextItem=Z.prototype.ci;Z.prototype.sendMessage=Z.prototype.sendMessage;
52
- Z.prototype.changeReceiverId=Z.prototype.$g;Z.prototype.forceDisconnect=Z.prototype.xe;Z.prototype.cast=Z.prototype.cast;Z.prototype.setPlayerConfigInterceptor=Z.prototype.xd;Z.prototype.getReceiverName=Z.prototype.ye;Z.prototype.isCasting=Z.prototype.Ib;Z.prototype.canCast=Z.prototype.qe;Z.prototype.destroy=Z.prototype.destroy;var qX=class extends mX{constructor(a){super(a,"clpp.cast.StateManager");this.I=this.T.bind(this);this.H=this.R.bind(this);this.A=this.ea.bind(this);this.w=this.ca.bind(this);this.K=this.Z.bind(this);this.J=this.V.bind(this);this.L=this.ia.bind(this);this.G=this.ha.bind(this);this.F=this.P.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,
41
+ 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():7}getStats(){return this.a&&this.a.customData&&this.a.customData.stats?gV(this.a.customData.stats):_.hs()}isLive(){return Infinity===this.getDuration()}load(a){const b=this;return _.w(function*(){if(b.vc())if(vV){b.C=_.an(a);b.h=_.Xm([b.I,a]);var c=b.C[b.B];yield yV(b,{source:c,isLive:c.isLive,autoplay:b.h.autoplay,gb:b.h,Xb:c.Xb,$a:c.$a})}else b.g.warn(WU);
42
+ else b.g.warn(YU)})}getBufferInfo(){return new _.Bt}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(XU)}onError(a){if(a&&(this.trigger(new _.G(_.Wd,{detail:a})),
43
+ this.j))this.j.onError(a)}namespace(){return _.fd}canPlay(){return this.vc()?2:0}Cb(){return this.J}Vb(a){this.J=CV(a)}Be(){this.J=null}ef(a){const b=this.Cb()||{};a={metadataType:AV(b.metadataType),title:a};this.Vb(Object.assign({},b,a))}cf(a){const b=this.Cb()||{},c=AV(b.metadataType);a=new chrome.cast.Image(a);this.Vb(Object.assign({},b,{metadataType:c,images:[a]}))}bf(a){const b=this.Cb()||{};this.Vb(Object.assign({},b,{metadataType:3,artist:a}))}df(a){const b=this.Cb()||{};a={metadataType:AV(b.metadataType),
44
+ releaseDate:a};this.Vb(Object.assign({},b,a))}Ta(a){const b=cast.framework.CastContext.getInstance(),c=a.castState===cast.framework.CastState.CONNECTED;vV=a.castState!==cast.framework.CastState.NO_DEVICES_AVAILABLE;this.ba=c?b.getCurrentSession().getCastDevice().friendlyName:"";this.o.kf()}Bb(a){this.g.debug(`state: ${a.sessionState}, details:`,a);switch(a.sessionState){case cast.framework.SessionState.SESSION_STARTED:this.A=!0;FV(this,a.session);break;case cast.framework.SessionState.SESSION_RESUMED:this.Jb()||
45
+ (this.A=!0,FV(this,a.session),this.Y());break;case cast.framework.SessionState.SESSION_ENDED:if(this.Jb()&&this.a){const d=this.a.media;var b=this.f.oa(),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:GV(this),Kg:c,Ef:b})}a.session.removeEventListener(cast.framework.SessionEventType.MEDIA_SESSION,this.V);a.session.removeMessageListener(cV,this.P);this.A=!1;this.a=null;this.G.release();
46
+ this.l=this.F=null}}Ab(a){this.g.debug("New media session",a.mediaSession);EV(this,a.mediaSession)}Za(a){a.value&&a.value.tracks&&this.f&&this.f.load()}Ua(a,b){if(a===cV&&0<this.H.size){const c=gV(b);this.H.forEach(d=>d(c))}}ia(){this.trigger(new _.G(_.eg))}ya(a){const b=this;return _.w(function*(){let c=null;const d=yield iV(a,[_.Yf,_.zc],b.K,b.h);d&&(c=new chrome.cast.media.Track(b.ha++,chrome.cast.media.TrackType.TEXT),c.language=d.language,c.name=d.label||null,c.trackContentId=d.url,c.trackContentType=
47
+ d.mimeType,c.customData={mimeType:a.mimeType,url:a.url});return c})}getTextDisplayer(){return null}},vV=!1,sV=new Set;window.__onGCastApiAvailable=uV;var Z=class extends _.Ht{constructor(a,b,c){super();this.f=a;this.h=b;this.j=typeof c===_.$d?c:this.l;this.a=JV(this);this.g=new _.S($U);this.f&&this.forwardEventsTo(this.f)}destroy(){const a=this;return _.w(function*(){a.a&&(yield wV(a.a),a.a=null);a.f&&a.stopForwardingEventsTo(a.f)})}l(a,b){this.f&&5!==a&&a!==_.ts&&(delete b.license,this.f.load(b))}ye(){return!!this.a&&this.a.vc()&&vV}Jb(){return!!this.a&&this.a.Jb()}Ge(){return this.a?this.a.Ge():""}yd(a){this.a&&this.a.yd(a)}cast(a){const b=this;
48
+ return _.w(function*(){if(b.a)try{if(yield b.a.cast(),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.oa();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 p=
49
+ e&&typeof e.isLive===_.Lc?e.isLive:b.f.isLive();d={source:e,isLive:p,autoplay:!b.f.isPaused(),currentTime:Math.max(b.f.getPosition()-1,0),Ve:b.f.getPresentationStartTime(),Xb:h,$a:k,gb:l}}var c=d}yield IV(b);b.a&&(c&&(c.autoplay=!b.f.isPaused()),a?yield b.f.load(a):b.a.a||(yield yV(b.a,c)))}}catch(d){b.g.error("Error while trying to cast",d),c=new _.G(_.Wd,{detail:d}),b.trigger(c)}})}Fe(){this.a&&this.a.Fe()}oh(a){const b=this;return _.w(function*(){a!==b.h&&(b.h=a,b.a&&(yield wV(b.a)),b.a=JV(b))})}sendMessage(a){const b=
50
+ this;return _.w(function*(){b.a?yield b.a.sendMessage(cV,a):b.g.warn(ZU)})}ri(){const a=this;return _.w(function*(){yield a.a.sendMessage(dV,{type:"QUEUE_NEXT",requestId:mV(),mediaSessionId:a.a.a.mediaSessionId})})}si(){const a=this;return _.w(function*(){yield a.a.sendMessage(dV,{type:"QUEUE_PREV",requestId:mV(),mediaSessionId:a.a.a.mediaSessionId})})}pi(a){const b=this;return _.w(function*(){yield b.a.sendMessage(dV,{type:"QUEUE_INSERT",requestId:mV(),mediaSessionId:b.a.a.mediaSessionId,items:a})})}addMessageListener(a){this.a?
51
+ this.a.addMessageListener(a):this.g.warn(ZU)}removeMessageListener(a){this.a?this.a.removeMessageListener(a):this.g.warn(ZU)}Cb(){return this.a&&this.a.Cb()}Vb(a){this.a&&this.a.Vb(a)}Be(){this.a&&this.a.Be()}ef(a){this.a&&this.a.ef(a)}cf(a){this.a&&this.a.cf(a)}bf(a){this.a&&this.a.bf(a)}df(a){this.a&&this.a.df(a)}};_.x($U,Z);Z.prototype.setContentReleaseDate=Z.prototype.df;Z.prototype.setContentArtist=Z.prototype.bf;Z.prototype.setContentImage=Z.prototype.cf;Z.prototype.setContentTitle=Z.prototype.ef;
52
+ Z.prototype.clearContentMetadata=Z.prototype.Be;Z.prototype.setContentMetadata=Z.prototype.Vb;Z.prototype.getContentMetadata=Z.prototype.Cb;Z.prototype.removeMessageListener=Z.prototype.removeMessageListener;Z.prototype.addMessageListener=Z.prototype.addMessageListener;Z.prototype.queueAddItems=Z.prototype.pi;Z.prototype.queuePreviousItem=Z.prototype.si;Z.prototype.queueNextItem=Z.prototype.ri;Z.prototype.sendMessage=Z.prototype.sendMessage;Z.prototype.changeReceiverId=Z.prototype.oh;
53
+ Z.prototype.forceDisconnect=Z.prototype.Fe;Z.prototype.cast=Z.prototype.cast;Z.prototype.setPlayerConfigInterceptor=Z.prototype.yd;Z.prototype.getReceiverName=Z.prototype.Ge;Z.prototype.isCasting=Z.prototype.Jb;Z.prototype.canCast=Z.prototype.ye;Z.prototype.destroy=Z.prototype.destroy;var rW=class extends lW{constructor(a){super(a,"clpp.cast.StateManager");this.I=this.T.bind(this);this.H=this.R.bind(this);this.A=this.da.bind(this);this.w=this.ba.bind(this);this.K=this.Y.bind(this);this.J=this.V.bind(this);this.L=this.ia.bind(this);this.G=this.ha.bind(this);this.F=this.P.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,
53
54
  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();
54
- 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)})}T(){this.player.trigger(new _.C(_.Ue));this.a(_.sp)}R(){this.a(_.rp)}ea(){this.a(_.hp)}ca(a){a.isBuffering?
55
- this.a(_.lp):(a=this.player.isPaused()?_.rp:_.sp,this.a(a))}Z(){this.j=1;this.player.trigger(new _.C(_.ng))}V(){this.player.trigger(new _.C(_.mg))}ia(){this.j=2}ha(){this.a(_.qp)}M(a){const b=this.player.getStats();this.player.trigger(new _.C(_.Lc,{detail:{bandwidth:a.totalBitrate,width:b.width,height:b.height}}))}P(a){a=new _.I(_.F,7,7300,{detailedErrorCode:a.detailedErrorCode,error:a.error,reason:a.reason});this.player.trigger(new _.C(_.Ud,{detail:a}));this.a(_.ip)}};var Y=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}kb(){return"Google Cast Framework"}lb(){return cast.framework.VERSION}rb(){return 0}getId(){return""}getCreativeId(){return""}Mb(){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}Pb(){return!1}nb(){return this.a.clickThroughUrl||
56
- null}getMediaUrl(){return this.a.contentUrl||this.a.contentId||null}bb(){return 0}ab(){return 0}Na(){return 0}Oa(){switch(this.Eb()){case 0:return 0;case -1:return 2;default:return 1}}getPodIndex(){return this.j}Eb(){return this.f.position}pb(){return this.l}cb(){return this.h}getWrapperAdIds(){return[]}canSeek(){return!1}getWrapperAdSystems(){return[]}getWrapperCreativeIds(){return[]}Ob(){return null}};Y.prototype.getVideoElement=Y.prototype.Ob;Y.prototype.getWrapperCreativeIds=Y.prototype.getWrapperCreativeIds;
57
- Y.prototype.getWrapperAdSystems=Y.prototype.getWrapperAdSystems;Y.prototype.canSeek=Y.prototype.canSeek;Y.prototype.getWrapperAdIds=Y.prototype.getWrapperAdIds;Y.prototype.getSequenceLength=Y.prototype.cb;Y.prototype.getPositionInSequence=Y.prototype.pb;Y.prototype.getPodTimeOffset=Y.prototype.Eb;Y.prototype.getPodIndex=Y.prototype.getPodIndex;Y.prototype.getPodType=Y.prototype.Oa;Y.prototype.getMediaBitrate=Y.prototype.Na;Y.prototype.getMediaHeight=Y.prototype.ab;Y.prototype.getMediaWidth=Y.prototype.bb;
58
- Y.prototype.getMediaUrl=Y.prototype.getMediaUrl;Y.prototype.getClickThroughUrl=Y.prototype.nb;Y.prototype.isBumper=Y.prototype.Pb;Y.prototype.getSkipTimeOffset=Y.prototype.getSkipTimeOffset;Y.prototype.getPosition=Y.prototype.getPosition;Y.prototype.getDuration=Y.prototype.getDuration;Y.prototype.getTitle=Y.prototype.getTitle;Y.prototype.getAdvertiserName=Y.prototype.getAdvertiserName;Y.prototype.getAdSystem=Y.prototype.getAdSystem;Y.prototype.getApiFramework=Y.prototype.getApiFramework;
59
- Y.prototype.getSourceId=Y.prototype.Mb;Y.prototype.getCreativeId=Y.prototype.getCreativeId;Y.prototype.getId=Y.prototype.getId;Y.prototype.getTechnology=Y.prototype.rb;Y.prototype.getAdManagerVersion=Y.prototype.lb;Y.prototype.getAdManagerName=Y.prototype.kb;var rX=class{constructor(a){this.a=a}getCuePoints(){return this.a.map(a=>a.position)}Gb(){return!!this.a.find(a=>0===a.position)}Fb(){return!!this.a.find(a=>-1===a.position)}};rX.prototype.hasPostroll=rX.prototype.Fb;rX.prototype.hasPreroll=rX.prototype.Gb;rX.prototype.getCuePoints=rX.prototype.getCuePoints;var sX=class{constructor(a){this.m=a;this.a=null;this.j=this.w.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];QW().addEventListener(this.f,
60
- this.j)}load(){const a=this;return _.w(function*(){MW&&(MW=!1,PW(a,0))})}start(){return _.w(function*(){QW().play()})}o(){}resume(){-1!==this.getPosition()&&QW().play()}pause(){-1!==this.getPosition()&&QW().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}l(){return!0}h(){const a=this;return _.w(function*(){QW().removeEventListener(a.f,a.j)})}w(a){const b=cast.framework.events.EndedReason;
61
- switch(a.type){case cast.framework.events.EventType.PLAYER_LOADING:this.a=QW().getBreakManager();this.a.setPlayWatchedBreak(!0);a=this.a.getBreaks();this.m.trigger(new _.C(_.pc,{adsTimeline:new rX(a)}));break;case cast.framework.events.EventType.BREAK_CLIP_LOADING:SW(this,_.bc,a);break;case cast.framework.events.EventType.BREAK_STARTED:SW(this,_.Sb,a);break;case cast.framework.events.EventType.BREAK_ENDED:SW(this,_.Tb,a);break;case cast.framework.events.EventType.BREAK_CLIP_STARTED:SW(this,_.kc,a);
62
- break;case cast.framework.events.EventType.BREAK_CLIP_ENDED:a.endedReason===b.SKIPPED?(SW(this,_.gc,a),SW(this,_.mc,a)):a.endedReason===b.STOPPED?SW(this,_.mc,a):a.endedReason===b.END_OF_STREAM?(SW(this,_.Wb,a),SW(this,_.mc,a)):a.endedReason===b.ERROR&&PW(this,1);break;case cast.framework.events.EventType.PLAYING:SW(this,_.fc,a);break;case cast.framework.events.EventType.PAUSE:SW(this,_.dc,a);break;case cast.framework.events.EventType.BUFFERING:a.isBuffering?SW(this,_.Ub,a):SW(this,_.fc,a)}}};
63
- sX.prototype.getPosition=sX.prototype.getPosition;sX.prototype.setVolume=sX.prototype.setVolume;sX.prototype.getVolume=sX.prototype.getVolume;sX.prototype.skip=sX.prototype.skip;sX.prototype.pause=sX.prototype.pause;sX.prototype.resume=sX.prototype.resume;var MW=!1;var tX=class{constructor(a){this.Sa=a;this.a=this.f.bind(this)}init(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().addEventListener(TW(),this.a)}release(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().removeEventListener(TW(),this.a)}getTimelineCues(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager().getTimedMetadata().map(a=>UW(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=
64
- _.Zf;break;case cast.framework.events.EventType.TIMED_METADATA_ENTER:b=_.$f;break;case cast.framework.events.EventType.TIMED_METADATA_EXIT:b=_.ag}b&&this.Sa(new _.C(b,{detail:UW(a.timedMetadataInfo)}))}else for(b of this.getTimelineCues())this.Sa(new _.C(_.Zf,{detail:b}))}};var uX=class extends _.T{constructor(){super();this.g=new _.S("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;VW().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;VW().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.l)}getVideoTracks(){return[]}getAudioTracks(){return this.h}pa(){return this.j}qa(){return null}La(){const a=
65
- this.oa();return a&&a.renditions[0]}Pa(){const a=this.ta();return a&&a.renditions[0]}ob(){return null}Cb(){return null}Db(){return null}Ea(){return null}oa(){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.pa().find(c=>c.id===b)||null)}return a}xb(){this.g.warn("Video tracks unavailable on Cast")}xa(a){a&&this.f&&
66
- this.f.setActiveById(+a.id)}Ra(a){this.a&&(a?this.a.setActiveByIds([+a.id]):this.a.setActiveByIds([]))}gb(){this.g.warn("Video renditions unavailable on Cast")}vb(a){this.xa(a&&a.track)}wb(a){this.Ra(a&&a.track)}addTextTrack(a){const b=this;return _.w(function*(){var c=b.m.getConfiguration();if((c=yield kW(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=
67
- 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]),XW(b)}catch(e){throw b.g.warn("failed on track",a),e;}}})}ua(){return!0}w(){this.f=VW().getAudioTracksManager();var a=this.f.getTracks();this.h=WW(_.L,a);XW(this);a=this.m.getConfiguration();YW(this,_.L,a.preferredAudioLanguage,a.preferredAudioRole);YW(this,_.K,a.preferredTextLanguage,a.preferredTextRole)}};uX.prototype.isAbrEnabled=uX.prototype.ua;
68
- uX.prototype.addTextTrack=uX.prototype.addTextTrack;uX.prototype.setTextRendition=uX.prototype.wb;uX.prototype.setAudioRendition=uX.prototype.vb;uX.prototype.setVideoRendition=uX.prototype.gb;uX.prototype.setTextTrack=uX.prototype.Ra;uX.prototype.setAudioTrack=uX.prototype.xa;uX.prototype.setVideoTrack=uX.prototype.xb;uX.prototype.getTextTrack=uX.prototype.ta;uX.prototype.getAudioTrack=uX.prototype.oa;uX.prototype.getVideoTrack=uX.prototype.Ea;uX.prototype.getLoadingTextRendition=uX.prototype.Db;
69
- uX.prototype.getLoadingAudioRendition=uX.prototype.Cb;uX.prototype.getLoadingVideoRendition=uX.prototype.ob;uX.prototype.getTextRendition=uX.prototype.Pa;uX.prototype.getAudioRendition=uX.prototype.La;uX.prototype.getVideoRendition=uX.prototype.qa;uX.prototype.getTextTracks=uX.prototype.pa;uX.prototype.getAudioTracks=uX.prototype.getAudioTracks;uX.prototype.getVideoTracks=uX.prototype.getVideoTracks;var vX=class extends _.nu{constructor(){super();this.g=new _.S(dW);this.h=this.w=_.Xl();this.A=null;this.l=-1;this.F=new _.Xr;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=ZW();a.setMessageInterceptor(cast.framework.messages.MessageType.MEDIA_STATUS,this.H.bind(this));a.setMediaPlaybackInfoHandler(this.G.bind(this));this.a=new qX(this);this.a.init();this.j=new uX;this.j.initialize(this);this.o=new tX(c=>this.trigger(c));this.o.init()}unload(){const a=
70
- cast.framework.messages.PlayerState,b=ZW();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=_.Xl();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=ZW();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot play during ads playout.");
71
- a.play();return Promise.resolve()}pause(){const a=ZW();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot pause during ads playout.");a.pause();return Promise.resolve()}isPaused(){return ZW().getPlayerState()===cast.framework.messages.PlayerState.PAUSED}isEnded(){return ZW().getPlayerState()===cast.framework.messages.PlayerState.IDLE}seek(a){const b=ZW();if(null!==b.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject(WV);b.seek(a);return Promise.resolve()}getPosition(){return this.getMediaPosition()}setSeekInterceptor(){}setPlaybackSessionId(){}getBandwidthEstimate(){return null}getMediaPosition(){return ZW().getCurrentTimeSec()}getDuration(){return this.getMediaDuration()}getMediaDuration(){const a=
72
- ZW().getDurationSec();return typeof a===_.r?-1===a?Infinity:a:-1}getPlaybackRate(){return ZW().getPlaybackRate()}setPlaybackRate(a){if(0<a){const b=new cast.framework.messages.SetPlaybackRateRequestData;b.playbackRate=a;ZW().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||
73
- null}getLoadedSource(){const a=ZW().getMediaInformation();if(a){var b=ZW().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,Ti:b,name:c}}return null}getDrmInfo(){return null}getPresentationStartTime(){return ZW().getStartAbsoluteTime()}getSeekRange(){let a={start:0,end:this.getDuration()};if(this.isLive()){const b=ZW().getLiveSeekableRange();
74
- 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():_.bv}getStats(){var a=_.ep();if(this.f){a=ZW().getStats();this.f.h=a.estimatedBandwidth||NaN;this.f.w=a.streamBandwidth||NaN;var b=this.f,c=a.height||NaN;b.A=a.width||NaN;b.j=c;b=this.f;c=typeof a.decodedFrames===_.r?a.decodedFrames:NaN;b.o=typeof a.droppedFrames===_.r?a.droppedFrames:NaN;b.l=c;a=this.f.getStats()}return a}isLive(){return Infinity===this.getDuration()}load(a){const b=
75
- this;return _.w(function*(){b.f=new _.av;b.a.l=b.f.a;b.A=_.vp(a);b.h=_.Zl(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:iW(b.h),local:!0};yield ZW().load(d)}})}getBufferInfo(){this.g.warn(_.qa);return new _.mu}getTrackManager(){return this.j}getConfiguration(){return this.h}getSurface(){return this.B}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.$a)}appendLoad(){return Promise.reject(_.$a)}seekWith(){return Promise.reject(_.$a)}setNetworkEngine(a){this.F=
76
- a}setCmsdManager(){}getNetworkEngine(){return this.F}getSourceIndex(){return this.l}setSourceIndex(a){this.l=a}getPeriods(){return[]}namespace(){return dW}getTimelineCues(){return this.o&&this.o.getTimelineCues()||[]}getCueTimeline(){return null}resetAbr(){this.g.warn($V)}onError(a){a=new _.C(_.Ud,{detail:a});this.trigger(a)}canPlay(){return _.Zj()?2:0}H(a){a=Object.assign({},a);a.customData||(a.customData={});a.customData.stats=iW(this.getStats());var b=ZW(),c=a.media||b.getMediaInformation();b=
77
- 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=ZW().getStartAbsoluteTime();if(typeof d===_.r){b.startAbsoluteTime=d;let h;f?h=new cast.framework.messages.GenericMediaMetadata:h=b.metadata;
78
- h.sectionStartAbsoluteTime=d;b.metadata=h}b.streamType=c.LIVE;a=Object.assign({},a,{media:b})}}return a}G(a,b){var c=null;a.media.customData&&(c=jW(a.media.customData.playerConfiguration));var d=c?c.abr||null:null,e=b;d&&typeof d.defaultBandwidthEstimate===_.r?e.initialBandwidth=d.defaultBandwidthEstimate:e.initialBandwidth=void 0;bX(c,b);d=null;a.media.customData&&(d=jW(a.media.customData["com.castlabs.reactnative.PlayerConfiguration"]));a=(a=d&&d.LiveConfiguration)?0===a.liveEdgeLatencyMs:!1;if(a=
79
- null!=c&&c.lowLatencyMode||a)a=Object.assign({},b.shakaConfig,{streaming:{lowLatencyMode:!0}}),b=Object.assign({},b,{shakaConfig:a});return b}getTextDisplayer(){return null}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}};var dX=class{constructor(){this.a=!1;this.g=new _.S(eW);this.f=this.m=null;this.j=new Set;this.B=this.H.bind(this);this.A=this.C.bind(this);this.l=null;this.w=new _.Kt;this.h=this.o=null}init(a){a&&(this.f=new vX,_.ms(a,this.f),this.m=a,this.w.on(window,"unload",()=>{const b=this;return _.w(function*(){b.m&&b.m.getState()!==_.pp&&(yield hW(b.m))})}))}start(){if(!this.a&&window.cast&&cast.framework&&cast.framework.CastReceiverContext){this.a=!0;var a=fX(),b=fX().getPlayerManager(),c=new cast.framework.CastReceiverOptions;
80
- c.customNamespaces={};c.customNamespaces[fW]=cast.framework.system.MessageType.JSON;var d=new cast.framework.PlaybackConfig;d.manifestHandler=this.G.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;this.h&&(c.queue=this.h);b.setMessageInterceptor(cast.framework.messages.MessageType.LOAD,this.F.bind(this));b.addEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,
81
- this.B);a.start(c);a.addCustomMessageListener(fW,this.A)}}stop(){if(this.a){this.a=!1;this.w.release();const a=fX();fX().getPlayerManager().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.B);a.removeCustomMessageListener(fW,this.A);a.stop();this.h=this.m=this.f=null}}xd(a){this.l=a}ni(a){this.o=a}on(a,b){fX().addEventListener(a,b)}off(a,b){fX().removeEventListener(a,b)}addMessageListener(a){typeof a===_.$d&&this.j.add(a)}removeMessageListener(a){typeof a===_.$d&&this.j.delete(a)}sendMessage(a,
82
- b){fX().sendCustomMessage(fW,b,iW(a))}sc(){return this.a}Bb(){return gX()}Ub(a){hX(this,a)}Fi(a){const b=gX();let c=null;a?c=Object.assign({},b,a):c=b;hX(this,c)}pi(a){this.h=a}getQueueManager(){return fX().getPlayerManager().getQueueManager()}G(a){a=a.trim();if(a.startsWith("#EXTM3U"))return jX(this,a);try{var b=(new DOMParser).parseFromString(a,_.Xf)}catch(k){return a}var c=b.getElementsByTagName("MPD")[0];if(c){a=c;this.g.debug("Detected DASH, parsing");b=fX();c=a.getElementsByTagName("Period");
83
- for(var d=c.length-1;0<=d;--d){var e=c[d].getElementsByTagName(_.fa);for(var f=e.length-1;0<=f;--f){var g=e[f].getAttribute("contentType");if(g===_.t||g===_.q){g=e[f].getAttribute(_.ze);var h=e[f].getElementsByTagName(_.mb);for(let k=h.length-1;0<=k;--k){const l=h[k].getAttribute(_.ze)||g,m=h[k].getAttribute(_.nd);let n=h[k].getAttribute(_.Jg)||void 0,p=h[k].getAttribute(_.ae)||void 0;void 0!==n&&(n=+n);void 0!==p&&(p=+p);b.canDisplayType(l,m,n,p)||e[f].removeChild(h[k])}e[f].getElementsByTagName(_.mb).length||
84
- c[d].removeChild(e[f])}}c[d].getElementsByTagName(_.fa).length||a.removeChild(c[d])}return a=(new XMLSerializer).serializeToString(a)}if(c=b.getElementsByTagName(_.rb)[0]){a=c;this.g.debug("Detected Smooth, parsing");b=fX();c=a.getElementsByTagName("StreamIndex");for(d=c.length-1;0<=d;--d)if(c[d].getAttribute("Type")===_.t){e=c[d].getElementsByTagName(_.kb);for(f=e.length-1;0<=f;--f)g=e[f].getAttribute(_.Ra)||void 0,h=e[f].getAttribute(_.Qa)||void 0,void 0!==g&&(g=+g),void 0!==h&&(h=+h),b.canDisplayType(_.tg,
85
- void 0,g,h)||c[d].removeChild(e[f]);c[d].getElementsByTagName(_.kb).length||a.removeChild(c[d])}a=(new XMLSerializer).serializeToString(a)}return a}F(a){const b=this;return _.w(function*(){let c=a;var d;c.media.customData&&(d=jW(c.media.customData.playerConfiguration));if(b.m&&d){b.l&&(d=(yield Promise.resolve(b.l(d)))||d);d.ima&&(yield OW(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||
86
- (b.f.C=!0,yield _.xs(b.m,d),yield _.ys(b.m),d=b.m.getLoadedSource(),c.media.contentId=d.url,c.media.contentType=d.type,d.Vb&&(c.media.hlsVideoSegmentFormat=lW(d.Vb,_.M)),d.audioMimeType&&(c.media.hlsSegmentFormat=lW(d.audioMimeType,_.L)));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.o&&(d=yield Promise.resolve(b.o(c)))&&(c=d);return c})}H(a){if(this.m&&
87
- (!a.media.customData||!a.media.customData.local)){var b=fX().getPlayerManager(),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))}_.As(this.m)}}C(a){if(0<this.j.size){const b=jW(a.data);this.j.forEach(c=>c(b))}}};_.x(eW,dX);dX.prototype.getQueueManager=dX.prototype.getQueueManager;dX.prototype.setQueue=dX.prototype.pi;
88
- dX.prototype.updateContentMetadata=dX.prototype.Fi;dX.prototype.setContentMetadata=dX.prototype.Ub;dX.prototype.getContentMetadata=dX.prototype.Bb;dX.prototype.isApiReady=dX.prototype.sc;dX.prototype.sendMessage=dX.prototype.sendMessage;dX.prototype.removeMessageListener=dX.prototype.removeMessageListener;dX.prototype.addMessageListener=dX.prototype.addMessageListener;dX.prototype.off=dX.prototype.off;dX.prototype.on=dX.prototype.on;dX.prototype.setLoadRequestDataInterceptor=dX.prototype.ni;
89
- dX.prototype.setPlayerConfigInterceptor=dX.prototype.xd;dX.prototype.stop=dX.prototype.stop;dX.prototype.start=dX.prototype.start;dX.prototype.init=dX.prototype.init;dX.getInstance=eX;var cX=null;var wX=class{constructor(a){this.f=a;this.a=null;this.j=new _.Kt;this.w=[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.w)a.j.on(b,d,c)}})}start(){return _.w(function*(){})}o(){}resume(){this.a&&
90
- 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(gW,{type:"SKIP_AD",requestId:oW(),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}l(){return!0}h(){const a=this;return _.w(function*(){a.j.release()})}A(a){switch(a.field){case "mediaInfo":a.value&&
91
- (a=a.value,a.breaks&&this.f.trigger(new _.C(_.pc,{adsTimeline:new rX(a.breaks)})));break;case "isPlayingBreak":a.value?lX(this,_.Sb):(lX(this,_.Wb),lX(this,_.mc),lX(this,_.Tb));break;case "currentBreakClipNumber":0<=a.value&&(0<a.value&&(lX(this,_.Wb),lX(this,_.mc)),lX(this,_.kc));break;case "isPaused":this.a.isPlayingBreak&&(a.value?lX(this,_.dc):lX(this,_.fc))}}};wX.prototype.getPosition=wX.prototype.getPosition;wX.prototype.setVolume=wX.prototype.setVolume;wX.prototype.getVolume=wX.prototype.getVolume;
92
- wX.prototype.skip=wX.prototype.skip;wX.prototype.pause=wX.prototype.pause;wX.prototype.resume=wX.prototype.resume;_.Jp(new class{name(){return"clpp.cast.ads.SenderAdsManagerFactory"}a(a,b){return a.namespace()!==_.ed?!1:!(!b||!b.ima)}create(a){return new wX(a.a)}});_.Jp(new class{name(){return"clpp.cast.ads.AdsManagerFactory"}a(a,b){return eX().sc()?!(!b||!b.ima):!1}create(a){return new sX(a)}});_.x("clpp.cast.createCastQueue",()=>{nX=class extends cast.framework.QueueBase{initialize(a){let b=a.queueData;b||(b=new cast.framework.messages.QueueData,b.name="queue",b.description="queue",b.items=[{media:a.media}],b.startTime=a.currentTime);return b}};return new nX});};f.call(g, window);
55
+ 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)})}T(){this.player.trigger(new _.G(_.Ve));this.a(3)}R(){this.a(4)}da(){this.a(5)}ba(a){a.isBuffering?
56
+ this.a(2):(a=this.player.isPaused()?4:3,this.a(a))}Y(){this.j=1;this.player.trigger(new _.G(_.sg))}V(){this.player.trigger(new _.G(_.rg))}ia(){this.j=2}ha(){this.a(1)}M(a){const b=this.player.getStats();this.player.trigger(new _.G(_.Kc,{detail:{bandwidth:a.totalBitrate,width:b.width,height:b.height}}))}P(a){a=new _.H(_.C,7,7300,{detailedErrorCode:a.detailedErrorCode,error:a.error,reason:a.reason});this.player.trigger(new _.G(_.Wd,{detail:a}));this.a(_.ks)}};var Y=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}lb(){return"Google Cast Framework"}nb(){return cast.framework.VERSION}sb(){return 0}getId(){return""}getCreativeId(){return""}Nb(){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}Qb(){return!1}ob(){return this.a.clickThroughUrl||
57
+ null}getMediaUrl(){return this.a.contentUrl||this.a.contentId||null}cb(){return 0}bb(){return 0}Na(){return 0}Oa(){switch(this.Fb()){case 0:return 0;case -1:return 2;default:return 1}}getPodIndex(){return this.j}Fb(){return this.f.position}qb(){return this.l}eb(){return this.h}getWrapperAdIds(){return[]}canSeek(){return!1}getWrapperAdSystems(){return[]}getWrapperCreativeIds(){return[]}Pb(){return null}};Y.prototype.getVideoElement=Y.prototype.Pb;Y.prototype.getWrapperCreativeIds=Y.prototype.getWrapperCreativeIds;
58
+ Y.prototype.getWrapperAdSystems=Y.prototype.getWrapperAdSystems;Y.prototype.canSeek=Y.prototype.canSeek;Y.prototype.getWrapperAdIds=Y.prototype.getWrapperAdIds;Y.prototype.getSequenceLength=Y.prototype.eb;Y.prototype.getPositionInSequence=Y.prototype.qb;Y.prototype.getPodTimeOffset=Y.prototype.Fb;Y.prototype.getPodIndex=Y.prototype.getPodIndex;Y.prototype.getPodType=Y.prototype.Oa;Y.prototype.getMediaBitrate=Y.prototype.Na;Y.prototype.getMediaHeight=Y.prototype.bb;Y.prototype.getMediaWidth=Y.prototype.cb;
59
+ Y.prototype.getMediaUrl=Y.prototype.getMediaUrl;Y.prototype.getClickThroughUrl=Y.prototype.ob;Y.prototype.isBumper=Y.prototype.Qb;Y.prototype.getSkipTimeOffset=Y.prototype.getSkipTimeOffset;Y.prototype.getPosition=Y.prototype.getPosition;Y.prototype.getDuration=Y.prototype.getDuration;Y.prototype.getTitle=Y.prototype.getTitle;Y.prototype.getAdvertiserName=Y.prototype.getAdvertiserName;Y.prototype.getAdSystem=Y.prototype.getAdSystem;Y.prototype.getApiFramework=Y.prototype.getApiFramework;
60
+ Y.prototype.getSourceId=Y.prototype.Nb;Y.prototype.getCreativeId=Y.prototype.getCreativeId;Y.prototype.getId=Y.prototype.getId;Y.prototype.getTechnology=Y.prototype.sb;Y.prototype.getAdManagerVersion=Y.prototype.nb;Y.prototype.getAdManagerName=Y.prototype.lb;var sW=class{constructor(a){this.a=a}getCuePoints(){return this.a.map(a=>a.position)}Hb(){return!!this.a.find(a=>0===a.position)}Gb(){return!!this.a.find(a=>-1===a.position)}};sW.prototype.hasPostroll=sW.prototype.Gb;sW.prototype.hasPreroll=sW.prototype.Hb;sW.prototype.getCuePoints=sW.prototype.getCuePoints;var tW=class{constructor(a){this.m=a;this.a=null;this.j=this.w.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];OV().addEventListener(this.f,
61
+ this.j)}load(){const a=this;return _.w(function*(){KV&&(KV=!1,NV(a,0))})}start(){return _.w(function*(){OV().play()})}o(){}resume(){-1!==this.getPosition()&&OV().play()}pause(){-1!==this.getPosition()&&OV().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}l(){return!0}h(){const a=this;return _.w(function*(){OV().removeEventListener(a.f,a.j)})}w(a){const b=cast.framework.events.EndedReason;
62
+ switch(a.type){case cast.framework.events.EventType.PLAYER_LOADING:this.a=OV().getBreakManager();this.a.setPlayWatchedBreak(!0);a=this.a.getBreaks();this.m.trigger(new _.G(_.oc,{adsTimeline:new sW(a)}));break;case cast.framework.events.EventType.BREAK_CLIP_LOADING:QV(this,_.ec,a);break;case cast.framework.events.EventType.BREAK_STARTED:QV(this,_.Rb,a);break;case cast.framework.events.EventType.BREAK_ENDED:QV(this,_.Sb,a);break;case cast.framework.events.EventType.BREAK_CLIP_STARTED:QV(this,_.kc,a);
63
+ break;case cast.framework.events.EventType.BREAK_CLIP_ENDED:a.endedReason===b.SKIPPED?(QV(this,_.jc,a),QV(this,_.lc,a)):a.endedReason===b.STOPPED?QV(this,_.lc,a):a.endedReason===b.END_OF_STREAM?(QV(this,_.Vb,a),QV(this,_.lc,a)):a.endedReason===b.ERROR&&NV(this,1);break;case cast.framework.events.EventType.PLAYING:QV(this,_.ic,a);break;case cast.framework.events.EventType.PAUSE:QV(this,_.gc,a);break;case cast.framework.events.EventType.BUFFERING:a.isBuffering?QV(this,_.Tb,a):QV(this,_.ic,a)}}};
64
+ tW.prototype.getPosition=tW.prototype.getPosition;tW.prototype.setVolume=tW.prototype.setVolume;tW.prototype.getVolume=tW.prototype.getVolume;tW.prototype.skip=tW.prototype.skip;tW.prototype.pause=tW.prototype.pause;tW.prototype.resume=tW.prototype.resume;var KV=!1;var uW=class{constructor(a){this.Sa=a;this.a=this.f.bind(this)}init(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().addEventListener(RV(),this.a)}release(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().removeEventListener(RV(),this.a)}getTimelineCues(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager().getTimedMetadata().map(a=>SV(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=
65
+ _.ag;break;case cast.framework.events.EventType.TIMED_METADATA_ENTER:b=_.bg;break;case cast.framework.events.EventType.TIMED_METADATA_EXIT:b=_.cg}b&&this.Sa(new _.G(b,{detail:SV(a.timedMetadataInfo)}))}else for(b of this.getTimelineCues())this.Sa(new _.G(_.ag,{detail:b}))}};var vW=class extends _.U{constructor(){super();this.g=new _.S("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;TV().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;TV().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.l)}getVideoTracks(){return[]}getAudioTracks(){return this.h}pa(){return this.j}qa(){return null}La(){const a=
66
+ this.oa();return a&&a.renditions[0]}Pa(){const a=this.ta();return a&&a.renditions[0]}pb(){return null}Db(){return null}Eb(){return null}Ea(){return null}oa(){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.pa().find(c=>c.id===b)||null)}return a}yb(){this.g.warn("Video tracks unavailable on Cast")}xa(a){a&&this.f&&
67
+ this.f.setActiveById(+a.id)}Ra(a){this.a&&(a?this.a.setActiveByIds([+a.id]):this.a.setActiveByIds([]))}hb(){this.g.warn("Video renditions unavailable on Cast")}wb(a){this.xa(a&&a.track)}xb(a){this.Ra(a&&a.track)}addTextTrack(a){const b=this;return _.w(function*(){var c=b.m.getConfiguration();if((c=yield iV(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=
68
+ 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]),VV(b)}catch(e){throw b.g.warn("failed on track",a),e;}}})}ua(){return!0}w(){this.f=TV().getAudioTracksManager();var a=this.f.getTracks();this.h=UV(_.P,a);VV(this);a=this.m.getConfiguration();WV(this,_.P,a.preferredAudioLanguage,a.preferredAudioRole);WV(this,_.O,a.preferredTextLanguage,a.preferredTextRole)}};vW.prototype.isAbrEnabled=vW.prototype.ua;
69
+ vW.prototype.addTextTrack=vW.prototype.addTextTrack;vW.prototype.setTextRendition=vW.prototype.xb;vW.prototype.setAudioRendition=vW.prototype.wb;vW.prototype.setVideoRendition=vW.prototype.hb;vW.prototype.setTextTrack=vW.prototype.Ra;vW.prototype.setAudioTrack=vW.prototype.xa;vW.prototype.setVideoTrack=vW.prototype.yb;vW.prototype.getTextTrack=vW.prototype.ta;vW.prototype.getAudioTrack=vW.prototype.oa;vW.prototype.getVideoTrack=vW.prototype.Ea;vW.prototype.getLoadingTextRendition=vW.prototype.Eb;
70
+ vW.prototype.getLoadingAudioRendition=vW.prototype.Db;vW.prototype.getLoadingVideoRendition=vW.prototype.pb;vW.prototype.getTextRendition=vW.prototype.Pa;vW.prototype.getAudioRendition=vW.prototype.La;vW.prototype.getVideoRendition=vW.prototype.qa;vW.prototype.getTextTracks=vW.prototype.pa;vW.prototype.getAudioTracks=vW.prototype.getAudioTracks;vW.prototype.getVideoTracks=vW.prototype.getVideoTracks;var wW=class extends _.Ht{constructor(){super();this.g=new _.S(aV);this.h=this.w=_.Vm();this.A=null;this.l=-1;this.F=new _.zn;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=XV();a.setMessageInterceptor(cast.framework.messages.MessageType.MEDIA_STATUS,this.H.bind(this));a.setMediaPlaybackInfoHandler(this.G.bind(this));this.a=new rW(this);this.a.init();this.j=new vW;this.j.initialize(this);this.o=new uW(c=>this.trigger(c));this.o.init()}unload(){const a=
71
+ cast.framework.messages.PlayerState,b=XV();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=_.Vm();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=XV();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot play during ads playout.");
72
+ a.play();return Promise.resolve()}pause(){const a=XV();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot pause during ads playout.");a.pause();return Promise.resolve()}isPaused(){return XV().getPlayerState()===cast.framework.messages.PlayerState.PAUSED}isEnded(){return XV().getPlayerState()===cast.framework.messages.PlayerState.IDLE}seek(a){const b=XV();if(null!==b.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject(TU);b.seek(a);return Promise.resolve()}getPosition(){return this.getMediaPosition()}setSeekInterceptor(){}setPlaybackSessionId(){}getBandwidthEstimate(){return null}getMediaPosition(){return XV().getCurrentTimeSec()}getDuration(){return this.getMediaDuration()}getMediaDuration(){const a=
73
+ XV().getDurationSec();return typeof a===_.r?-1===a?Infinity:a:-1}getPlaybackRate(){return XV().getPlaybackRate()}setPlaybackRate(a){if(0<a){const b=new cast.framework.messages.SetPlaybackRateRequestData;b.playbackRate=a;XV().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||
74
+ null}getLoadedSource(){const a=XV().getMediaInformation();if(a){var b=XV().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,hj:b,name:c}}return null}getDrmInfo(){return null}getPresentationStartTime(){return XV().getStartAbsoluteTime()}getSeekRange(){let a={start:0,end:this.getDuration()};if(this.isLive()){const b=XV().getLiveSeekableRange();
75
+ 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():7}getStats(){var a=_.hs();if(this.f){a=XV().getStats();this.f.h=a.estimatedBandwidth||NaN;this.f.w=a.streamBandwidth||NaN;var b=this.f,c=a.height||NaN;b.A=a.width||NaN;b.j=c;b=this.f;c=typeof a.decodedFrames===_.r?a.decodedFrames:NaN;b.o=typeof a.droppedFrames===_.r?a.droppedFrames:NaN;b.l=c;a=this.f.getStats()}return a}isLive(){return Infinity===this.getDuration()}load(a){const b=
76
+ this;return _.w(function*(){b.f=new _.hv;b.a.l=b.f.a;b.A=_.an(a);b.h=_.Xm([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:fV(b.h),local:!0};yield XV().load(d)}})}getBufferInfo(){this.g.warn(_.qa);return new _.Bt}getTrackManager(){return this.j}getConfiguration(){return this.h}getSurface(){return this.B}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.Za)}appendLoad(){return Promise.reject(_.Za)}seekWith(){return Promise.reject(_.Za)}setNetworkEngine(a){this.F=
77
+ a}setCmsdManager(){}getNetworkEngine(){return this.F}getSourceIndex(){return this.l}setSourceIndex(a){this.l=a}getPeriods(){return[]}namespace(){return aV}getTimelineCues(){return this.o&&this.o.getTimelineCues()||[]}getCueTimeline(){return null}resetAbr(){this.g.warn(XU)}onError(a){a=new _.G(_.Wd,{detail:a});this.trigger(a)}canPlay(){return _.Zi()?2:0}H(a){a=Object.assign({},a);a.customData||(a.customData={});a.customData.stats=fV(this.getStats());var b=XV(),c=a.media||b.getMediaInformation();b=
78
+ 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=XV().getStartAbsoluteTime();if(typeof d===_.r){b.startAbsoluteTime=d;let h;f?h=new cast.framework.messages.GenericMediaMetadata:h=b.metadata;
79
+ h.sectionStartAbsoluteTime=d;b.metadata=h}b.streamType=c.LIVE;a=Object.assign({},a,{media:b})}}return a}G(a,b){var c=null;a.media.customData&&(c=gV(a.media.customData.playerConfiguration));var d=null;var e=null;a.media.customData&&(d=gV(a.media.customData["com.castlabs.reactnative.PlayerConfiguration"]),e=gV(a.media.customData.playerConfiguration));a=(a=d&&d.LiveConfiguration)?0===a.liveEdgeLatencyMs:!1;d=!(!d||!d.lowLatencyMode);b=(e=null!=e&&e.lowLatencyMode||a||d)?aW(b,{streaming:{lowLatencyMode:!0}}):
80
+ b;if(!c)return b;e=c.chromecast||null;a=c.abr||null;d=b;a&&typeof a.defaultBandwidthEstimate===_.r?d.initialBandwidth=a.defaultBandwidthEstimate:d.initialBandwidth=void 0;$V(c,b);a={};d=c.streaming||null;e&&e.useSenderStreamingConfig&&d&&(a.streaming=hV(d,nW));c=c.abr||null;e&&e.useSenderAbrConfig&&c&&(a.abr=hV(c,oW));_.eh(a)&&(b=aW(b,a));return b}getTextDisplayer(){return null}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}};var cW=class{constructor(){this.a=!1;this.g=new _.S(bV);this.f=this.m=null;this.j=new Set;this.B=this.H.bind(this);this.A=this.C.bind(this);this.l=null;this.w=new _.Gt;this.h=this.o=null}init(a){a&&(this.f=new wW,_.Sn(a,this.f),this.m=a,this.w.on(window,"unload",()=>{const b=this;return _.w(function*(){b.m&&b.m.getState()!==_.ts&&(yield eV(b.m))})}))}start(){if(!this.a&&window.cast&&cast.framework&&cast.framework.CastReceiverContext){this.a=!0;var a=eW(),b=eW().getPlayerManager(),c=new cast.framework.CastReceiverOptions;
81
+ c.customNamespaces={};c.customNamespaces[cV]=cast.framework.system.MessageType.JSON;var d=new cast.framework.PlaybackConfig;d.manifestHandler=this.G.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;this.h&&(c.queue=this.h);b.setMessageInterceptor(cast.framework.messages.MessageType.LOAD,this.F.bind(this));b.addEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,
82
+ this.B);a.start(c);a.addCustomMessageListener(cV,this.A)}}stop(){if(this.a){this.a=!1;this.w.release();const a=eW();eW().getPlayerManager().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.B);a.removeCustomMessageListener(cV,this.A);a.stop();this.h=this.m=this.f=null}}yd(a){this.l=a}Fi(a){this.o=a}on(a,b){eW().addEventListener(a,b)}off(a,b){eW().removeEventListener(a,b)}addMessageListener(a){typeof a===_.$d&&this.j.add(a)}removeMessageListener(a){typeof a===_.$d&&this.j.delete(a)}sendMessage(a,
83
+ b){eW().sendCustomMessage(cV,b,fV(a))}vc(){return this.a}Cb(){return fW()}Vb(a){gW(this,a)}Ui(a){const b=fW();let c=null;a?c=Object.assign({},b,a):c=b;gW(this,c)}Hi(a){this.h=a}getQueueManager(){return eW().getPlayerManager().getQueueManager()}G(a){a=a.trim();if(a.startsWith("#EXTM3U"))return iW(this,a);try{var b=(new DOMParser).parseFromString(a,_.Zf)}catch(k){return a}var c=b.getElementsByTagName("MPD")[0];if(c){a=c;this.g.debug("Detected DASH, parsing");b=eW();c=a.getElementsByTagName("Period");
84
+ for(var d=c.length-1;0<=d;--d){var e=c[d].getElementsByTagName(_.ha);for(var f=e.length-1;0<=f;--f){var g=e[f].getAttribute("contentType");if(g===_.t||g===_.q){g=e[f].getAttribute(_.Ae);var h=e[f].getElementsByTagName(_.lb);for(let k=h.length-1;0<=k;--k){const l=h[k].getAttribute(_.Ae)||g,m=h[k].getAttribute(_.nd);let n=h[k].getAttribute(_.Lg)||void 0,p=h[k].getAttribute(_.ae)||void 0;void 0!==n&&(n=+n);void 0!==p&&(p=+p);b.canDisplayType(l,m,n,p)||e[f].removeChild(h[k])}e[f].getElementsByTagName(_.lb).length||
85
+ c[d].removeChild(e[f])}}c[d].getElementsByTagName(_.ha).length||a.removeChild(c[d])}return a=(new XMLSerializer).serializeToString(a)}if(c=b.getElementsByTagName(_.rb)[0]){a=c;this.g.debug("Detected Smooth, parsing");b=eW();c=a.getElementsByTagName("StreamIndex");for(d=c.length-1;0<=d;--d)if(c[d].getAttribute("Type")===_.t){e=c[d].getElementsByTagName(_.jb);for(f=e.length-1;0<=f;--f)g=e[f].getAttribute(_.Qa)||void 0,h=e[f].getAttribute(_.Pa)||void 0,void 0!==g&&(g=+g),void 0!==h&&(h=+h),b.canDisplayType(_.yg,
86
+ void 0,g,h)||c[d].removeChild(e[f]);c[d].getElementsByTagName(_.jb).length||a.removeChild(c[d])}a=(new XMLSerializer).serializeToString(a)}return a}F(a){const b=this;return _.w(function*(){let c=a;var d;c.media.customData&&(d=gV(c.media.customData.playerConfiguration));if(b.m&&d){b.l&&(d=(yield Promise.resolve(b.l(d)))||d);d.ima&&(yield MV(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||
87
+ (b.f.C=!0,yield _.co(b.m,d),yield _.eo(b.m),d=b.m.getLoadedSource(),c.media.contentId=d.url,c.media.contentType=d.type,d.Xb&&(c.media.hlsVideoSegmentFormat=jV(d.Xb,_.Q)),d.$a&&(c.media.hlsSegmentFormat=jV(d.$a,_.P)));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.o&&(d=yield Promise.resolve(b.o(c)))&&(c=d);return c})}H(a){if(this.m&&(!a.media.customData||
88
+ !a.media.customData.local)){var b=eW().getPlayerManager(),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))}_.go(this.m)}}C(a){if(0<this.j.size){const b=gV(a.data);this.j.forEach(c=>c(b))}}};_.x(bV,cW);cW.prototype.getQueueManager=cW.prototype.getQueueManager;cW.prototype.setQueue=cW.prototype.Hi;
89
+ cW.prototype.updateContentMetadata=cW.prototype.Ui;cW.prototype.setContentMetadata=cW.prototype.Vb;cW.prototype.getContentMetadata=cW.prototype.Cb;cW.prototype.isApiReady=cW.prototype.vc;cW.prototype.sendMessage=cW.prototype.sendMessage;cW.prototype.removeMessageListener=cW.prototype.removeMessageListener;cW.prototype.addMessageListener=cW.prototype.addMessageListener;cW.prototype.off=cW.prototype.off;cW.prototype.on=cW.prototype.on;cW.prototype.setLoadRequestDataInterceptor=cW.prototype.Fi;
90
+ cW.prototype.setPlayerConfigInterceptor=cW.prototype.yd;cW.prototype.stop=cW.prototype.stop;cW.prototype.start=cW.prototype.start;cW.prototype.init=cW.prototype.init;cW.getInstance=dW;var bW=null;var xW=class{constructor(a){this.f=a;this.a=null;this.j=new _.Gt;this.w=[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.w)a.j.on(b,d,c)}})}start(){return _.w(function*(){})}o(){}resume(){this.a&&
91
+ 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(dV,{type:"SKIP_AD",requestId:mV(),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}l(){return!0}h(){const a=this;return _.w(function*(){a.j.release()})}A(a){switch(a.field){case "mediaInfo":a.value&&
92
+ (a=a.value,a.breaks&&this.f.trigger(new _.G(_.oc,{adsTimeline:new sW(a.breaks)})));break;case "isPlayingBreak":a.value?kW(this,_.Rb):(kW(this,_.Vb),kW(this,_.lc),kW(this,_.Sb));break;case "currentBreakClipNumber":0<=a.value&&(0<a.value&&(kW(this,_.Vb),kW(this,_.lc)),kW(this,_.kc));break;case "isPaused":this.a.isPlayingBreak&&(a.value?kW(this,_.gc):kW(this,_.ic))}}};xW.prototype.getPosition=xW.prototype.getPosition;xW.prototype.setVolume=xW.prototype.setVolume;xW.prototype.getVolume=xW.prototype.getVolume;
93
+ xW.prototype.skip=xW.prototype.skip;xW.prototype.pause=xW.prototype.pause;xW.prototype.resume=xW.prototype.resume;var yW=class{name(){return"clpp.cast.ads.SenderAdsManagerFactory"}a(a,b){return a.namespace()!==_.fd?!1:!(!b||!b.ima)}create(a){return new xW(a.a)}};var zW=class{name(){return"clpp.cast.ads.AdsManagerFactory"}a(a,b){return dW().vc()?!(!b||!b.ima):!1}create(a){return new tW(a)}};_.x("clpp.cast.createCastQueue",function(){mW=class extends cast.framework.QueueBase{initialize(a){let b=a.queueData;b||(b=new cast.framework.messages.QueueData,b.name="queue",b.description="queue",b.items=[{media:a.media}],b.startTime=a.currentTime);return b}};return new mW});_.Eh(new yW);_.Eh(new zW);};f.call(g, window);