@xiboplayer/pwa 0.6.13 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/{chunk-config-C9U90T6u.js → chunk-config-DqswDQz2.js} +2 -2
- package/dist/assets/{chunk-config-C9U90T6u.js.map → chunk-config-DqswDQz2.js.map} +1 -1
- package/dist/assets/index--0TbPToz.js +2 -0
- package/dist/assets/{index-dBd5BTjH.js.map → index--0TbPToz.js.map} +1 -1
- package/dist/assets/index-9iMTvtYp.js +2 -0
- package/dist/assets/{index-D39gYDMZ.js.map → index-9iMTvtYp.js.map} +1 -1
- package/dist/assets/index-Bgo3B90-.js +5 -0
- package/dist/assets/index-Bgo3B90-.js.map +1 -0
- package/dist/assets/index-Bn7yexJC.js +13 -0
- package/dist/assets/index-Bn7yexJC.js.map +1 -0
- package/dist/assets/index-CdHwqlmo.js +2 -0
- package/dist/assets/index-CdHwqlmo.js.map +1 -0
- package/dist/assets/{index-BpwloMHc.js → index-CpSQnOTy.js} +2 -2
- package/dist/assets/{index-BpwloMHc.js.map → index-CpSQnOTy.js.map} +1 -1
- package/dist/assets/index-DOWqpi1W.js +2 -0
- package/dist/assets/{index-CLgKYdBJ.js.map → index-DOWqpi1W.js.map} +1 -1
- package/dist/assets/index-DYMccG7M.js +2 -0
- package/dist/assets/{index-B_ADwXGQ.js.map → index-DYMccG7M.js.map} +1 -1
- package/dist/assets/index-K17x7fv_.js +2 -0
- package/dist/assets/{index-GPOkOOlx.js.map → index-K17x7fv_.js.map} +1 -1
- package/dist/assets/index-xijlgGv2.js +2 -0
- package/dist/assets/{index-ClTQ0ldA.js.map → index-xijlgGv2.js.map} +1 -1
- package/dist/assets/main-Brs62d3-.js +736 -0
- package/dist/assets/main-Brs62d3-.js.map +1 -0
- package/dist/assets/protocol-detector-TSZru2q-.js +16 -0
- package/dist/assets/protocol-detector-TSZru2q-.js.map +1 -0
- package/dist/assets/setup-C2E5DwAO.js +2 -0
- package/dist/assets/setup-C2E5DwAO.js.map +1 -0
- package/dist/assets/sync-manager-C-mx1NcP.js +2 -0
- package/dist/assets/sync-manager-C-mx1NcP.js.map +1 -0
- package/dist/assets/widget-html-7qheOFv5.js +2 -0
- package/dist/assets/widget-html-7qheOFv5.js.map +1 -0
- package/dist/index.html +3 -3
- package/dist/setup.html +3 -3
- package/dist/sw-pwa.js +1 -1
- package/package.json +14 -14
- package/dist/assets/index-B2dyKYhW.js +0 -2
- package/dist/assets/index-B2dyKYhW.js.map +0 -1
- package/dist/assets/index-B57dvLVB.js +0 -5
- package/dist/assets/index-B57dvLVB.js.map +0 -1
- package/dist/assets/index-B_ADwXGQ.js +0 -2
- package/dist/assets/index-CLgKYdBJ.js +0 -2
- package/dist/assets/index-ClTQ0ldA.js +0 -2
- package/dist/assets/index-D39gYDMZ.js +0 -2
- package/dist/assets/index-D9_3Ns4E.js +0 -13
- package/dist/assets/index-D9_3Ns4E.js.map +0 -1
- package/dist/assets/index-GPOkOOlx.js +0 -2
- package/dist/assets/index-dBd5BTjH.js +0 -2
- package/dist/assets/main-GlNtH9kX.js +0 -736
- package/dist/assets/main-GlNtH9kX.js.map +0 -1
- package/dist/assets/protocol-detector-CpRVVofI.js +0 -16
- package/dist/assets/protocol-detector-CpRVVofI.js.map +0 -1
- package/dist/assets/setup-CInkLEZK.js +0 -2
- package/dist/assets/setup-CInkLEZK.js.map +0 -1
- package/dist/assets/sync-manager-C0UDCBzv.js +0 -2
- package/dist/assets/sync-manager-C0UDCBzv.js.map +0 -1
- package/dist/assets/widget-html-BSjCib6e.js +0 -2
- package/dist/assets/widget-html-BSjCib6e.js.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import{PLAYER_API as S,fetchWithRetry as $,createLogger as v}from"./index-Bgo3B90-.js";const m=v("REST");class E{constructor(t){this.config=t,this.schemaVersion=7,this.retryOptions=t.retryOptions||{maxRetries:2,baseDelayMs:2e3},this._token=null,this._tokenExpiresAt=0,this._displayId=null,this._etags=new Map,this._responseCache=new Map,this._maxCacheSize=100,m.info("Using REST transport")}getRestBaseUrl(){return this._isProxyMode()?`${window.location.origin}${S}`:(this.config.restApiUrl||`${this.config.cmsUrl}${S}`).replace(/\/+$/,"")}_isProxyMode(){var t;return typeof window<"u"&&(((t=window.electronAPI)==null?void 0:t.isElectron)||window.location.hostname==="localhost")}_cacheSet(t,e,r){if(this._etags.size>=this._maxCacheSize){const n=this._etags.keys().next().value;this._etags.delete(n),this._responseCache.delete(n)}this._etags.set(t,e),this._responseCache.set(t,r)}async _authenticate(){const t=`${this.getRestBaseUrl()}/auth`;m.debug("Authenticating...");const e=await $(t,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey})},this.retryOptions);if(!e.ok){const n=await e.text().catch(()=>"");throw new Error(`Auth failed: ${e.status} ${e.statusText} ${n}`)}const r=await e.json();this._token=r.token,this._displayId=r.displayId,this._tokenExpiresAt=Date.now()+(r.expiresIn-60)*1e3,m.info(`Authenticated as display ${this._displayId}`)}getToken(){return this._token}async _getToken(){return(!this._token||Date.now()>=this._tokenExpiresAt)&&await this._authenticate(),this._token}async restGet(t,e={},r=!1){const n=await this._getToken(),o=new URL(`${this.getRestBaseUrl()}${t}`);for(const[d,y]of Object.entries(e))o.searchParams.set(d,String(y));const a=t,i={Authorization:`Bearer ${n}`},c=this._etags.get(a);c&&(i["If-None-Match"]=c),m.debug(`GET ${t}`,e);const s=await $(o.toString(),{method:"GET",headers:i},this.retryOptions);if(s.status===401){if(r)throw new Error(`REST GET ${t} failed: 401 Unauthorized (after re-auth)`);return this._token=null,this.restGet(t,e,!0)}if(s.status===304){const d=this._responseCache.get(a);if(d)return m.debug(`${t} → 304 (using cache)`),d}if(!s.ok){const d=await s.text().catch(()=>"");throw new Error(`REST GET ${t} failed: ${s.status} ${s.statusText} ${d}`)}const u=s.headers.get("Content-Type")||"";let l;u.includes("application/json")?l=await s.json():l=await s.text();const g=s.headers.get("ETag");return g&&this._cacheSet(a,g,l),l}async restSend(t,e,r={},n=!1){const o=await this._getToken(),a=new URL(`${this.getRestBaseUrl()}${e}`);m.debug(`${t} ${e}`);const i=await $(a.toString(),{method:t,headers:{"Content-Type":"application/json",Authorization:`Bearer ${o}`},body:JSON.stringify(r)},this.retryOptions);if(i.status===401){if(n)throw new Error(`REST ${t} ${e} failed: 401 Unauthorized (after re-auth)`);return this._token=null,this.restSend(t,e,r,!0)}if(!i.ok){const s=await i.text().catch(()=>"");throw new Error(`REST ${t} ${e} failed: ${i.status} ${i.statusText} ${s}`)}return(i.headers.get("Content-Type")||"").includes("application/json")?await i.json():await i.text()}async registerDisplay(){await this._getToken();const t=typeof navigator<"u"?`${navigator.platform} ${navigator.userAgent}`:"unknown",e=await this.restSend("POST","/displays",{displayName:this.config.displayName,clientType:this.config.clientType||"linux",clientVersion:this.config.clientVersion||"0.1.0",clientCode:this.config.clientCode||400,operatingSystem:t,macAddress:this.config.macAddress||"n/a",xmrChannel:this.config.xmrChannel,xmrPubKey:this.config.xmrPubKey||""});return this._parseRegisterDisplayJson(e)}_parseRegisterDisplayJson(t){const e=t.display||t,r=e["@attributes"]||{},n=r.code||e.code,o=r.message||e.message||"";if(n!=="READY")return{code:n,message:o,settings:null};const a={};let i=[],c=[];for(const[d,y]of Object.entries(e))if(!(d==="@attributes"||d==="file")){if(d==="commands"){Array.isArray(y)&&(c=y.map(p=>({commandCode:p.code||p.commandCode||"",commandString:p.commandString||""})));continue}if(d==="tags"){const p=h=>typeof h=="object"?h.tag||h.value||"":String(h);if(Array.isArray(y))i=y.map(p).filter(Boolean);else if(y&&typeof y=="object"){const h=p(y);h&&(i=[h])}else typeof y=="string"&&y&&(i=[y]);continue}a[d]=typeof y=="object"?JSON.stringify(y):String(y)}const s=r.checkRf||"",u=r.checkSchedule||"",l={date:r.date||e.date||null,timezone:r.timezone||e.timezone||null,status:r.status||e.status||null,localDate:r.localDate||e.localDate||null,version_instructions:r.version_instructions||e.version_instructions||null},g=e.syncConfig||(e.syncGroup?{syncGroup:String(e.syncGroup),syncPublisherPort:parseInt(e.syncPublisherPort||"9590",10),syncSwitchDelay:parseInt(e.syncSwitchDelay||"750",10),syncVideoPauseDelay:parseInt(e.syncVideoPauseDelay||"100",10),isLead:String(e.syncGroup)==="lead"}:null);return{code:n,message:o,settings:a,tags:i,commands:c,displayAttrs:l,checkRf:s,checkSchedule:u,syncConfig:g}}async requiredFiles(){const t=await this.restGet(`/displays/${this._displayId}/media`);return this._parseRequiredFilesV2(t)}_parseRequiredFilesV2(t){const e=[];for(const r of t.media||[])e.push({type:r.type||"media",id:r.id!=null?String(r.id):null,size:r.fileSize||0,md5:r.md5||null,download:"http",path:r.url||null,saveAs:r.saveAs||null,fileType:null,code:null,layoutid:null,regionid:null,mediaid:null});for(const r of t.layouts||[])e.push({type:"layout",id:r.id!=null?String(r.id):null,size:r.fileSize||0,md5:r.md5||null,download:"http",path:r.url||null,saveAs:null,fileType:null,code:null,layoutid:null,regionid:null,mediaid:null});for(const r of t.widgets||[])e.push({type:"dataset",id:r.id!=null?String(r.id):null,size:0,md5:r.md5||null,download:"http",path:r.url||null,saveAs:null,fileType:null,code:null,layoutid:null,regionid:null,mediaid:null,updateInterval:r.updateInterval||0});for(const r of t.dependencies||[])e.push({type:"static",id:r.id!=null?String(r.id):null,size:r.fileSize||0,md5:r.md5||null,download:"http",path:r.url||null,saveAs:null,fileType:r.type||null,code:null,layoutid:null,regionid:null,mediaid:null});return{files:e,purge:[]}}async schedule(){return this.restGet(`/displays/${this._displayId}/schedule`)}async getResource(t,e,r){return this.restGet(`/widgets/${t}/${e}/${r}`)}async notifyStatus(t){var e;if(typeof navigator<"u"&&((e=navigator.storage)!=null&&e.estimate))try{const r=await navigator.storage.estimate();t.availableSpace=r.quota-r.usage,t.totalSpace=r.quota}catch{}return!t.timeZone&&typeof Intl<"u"&&(t.timeZone=Intl.DateTimeFormat().resolvedOptions().timeZone),t.statusDialog||(t.statusDialog=`Current Layout: ${t.currentLayoutId||"None"}`),this.restSend("PUT",`/displays/${this._displayId}/status`,{statusData:t})}async mediaInventory(t){const e=Array.isArray(t)?{inventoryItems:t}:{inventory:t};return this.restSend("PUT",`/displays/${this._displayId}/inventory`,e)}async blackList(t,e,r){return m.warn(`BlackList not available in v2 API (${e}/${t}: ${r})`),!1}async submitLog(t,e=null){const r=Array.isArray(t)?{logs:t}:{logXml:t},n=await this.restSend("POST",`/displays/${this._displayId}/logs`,r);return(n==null?void 0:n.success)===!0}async submitScreenShot(t){const e=await this.restSend("POST",`/displays/${this._displayId}/screenshot`,{screenshot:t});return(e==null?void 0:e.success)===!0}async submitStats(t,e=null){try{const r=Array.isArray(t)?{stats:t}:{statXml:t},n=await this.restSend("POST",`/displays/${this._displayId}/stats`,r),o=(n==null?void 0:n.success)===!0;return m.info(`SubmitStats result: ${o}`),o}catch(r){throw m.error("SubmitStats failed:",r),r}}async reportFaults(t){const e=await this.restSend("POST",`/displays/${this._displayId}/faults`,{fault:t});return(e==null?void 0:e.success)===!0}async getWeather(){return this.restGet(`/displays/${this._displayId}/weather`)}static async isAvailable(t,e){var r;try{const a=`${typeof window<"u"&&(((r=window.electronAPI)==null?void 0:r.isElectron)||window.location.hostname==="localhost")?"":t.replace(/\/+$/,"")}${S}/health`,i=(e==null?void 0:e.timeoutMs)||3e3,c={method:"GET"};typeof AbortSignal<"u"&&AbortSignal.timeout&&(c.signal=AbortSignal.timeout(i));const s=await $(a,c,e||{maxRetries:0});if(!s.ok)return!1;const u=await s.json();return u.version===2&&u.status==="ok"}catch{return!1}}}function C(A){const t=[];for(const e of A.children)e.tagName==="criteria"&&t.push({metric:e.getAttribute("metric")||"",condition:e.getAttribute("condition")||"",type:e.getAttribute("type")||"string",value:e.textContent||""});return t}function R(A){const e=new DOMParser().parseFromString(A,"text/xml"),r={default:null,defaultDependants:[],dependants:[],layouts:[],campaigns:[],overlays:[],actions:[],commands:[],dataConnectors:[]},n=e.querySelector("schedule");if(n){const s=Array.from(n.children).filter(u=>u.tagName==="dependants");for(const u of s)if(u.parentElement===n)for(const l of u.querySelectorAll("file"))l.textContent&&r.dependants.push(l.textContent)}const o=e.querySelector("default");if(o){r.default=o.getAttribute("file");const s=o.querySelectorAll("dependants > file");s.length>0&&(r.defaultDependants=[...s].map(u=>u.textContent))}for(const s of e.querySelectorAll("campaign")){const u={id:s.getAttribute("id"),priority:parseInt(s.getAttribute("priority")||"0"),fromdt:s.getAttribute("fromdt"),todt:s.getAttribute("todt"),scheduleid:s.getAttribute("scheduleid"),maxPlaysPerHour:parseInt(s.getAttribute("maxPlaysPerHour")||"0"),shareOfVoice:parseInt(s.getAttribute("shareOfVoice")||"0"),isGeoAware:s.getAttribute("isGeoAware")==="1",geoLocation:s.getAttribute("geoLocation")||"",syncEvent:s.getAttribute("syncEvent")==="1",recurrenceType:s.getAttribute("recurrenceType")||null,recurrenceDetail:parseInt(s.getAttribute("recurrenceDetail")||"0")||null,recurrenceRepeatsOn:s.getAttribute("recurrenceRepeatsOn")||null,recurrenceRange:s.getAttribute("recurrenceRange")||null,criteria:C(s),layouts:[]};for(const l of s.querySelectorAll("layout")){const g=l.getAttribute("file"),d=l.querySelectorAll("dependants > file");u.layouts.push({id:String(g),file:g,fromdt:l.getAttribute("fromdt")||u.fromdt,todt:l.getAttribute("todt")||u.todt,scheduleid:u.scheduleid,priority:u.priority,campaignId:u.id,maxPlaysPerHour:parseInt(l.getAttribute("maxPlaysPerHour")||"0"),isGeoAware:l.getAttribute("isGeoAware")==="1",geoLocation:l.getAttribute("geoLocation")||"",syncEvent:l.getAttribute("syncEvent")==="1",shareOfVoice:parseInt(l.getAttribute("shareOfVoice")||"0"),duration:parseInt(l.getAttribute("duration")||"0"),cyclePlayback:l.getAttribute("cyclePlayback")==="1",groupKey:l.getAttribute("groupKey")||null,playCount:parseInt(l.getAttribute("playCount")||"0"),dependants:d.length>0?[...d].map(y=>y.textContent):[],criteria:C(l)})}r.campaigns.push(u)}for(const s of e.querySelectorAll("schedule > layout")){const u=s.getAttribute("file"),l=s.querySelectorAll("dependants > file");r.layouts.push({id:String(u),file:u,fromdt:s.getAttribute("fromdt"),todt:s.getAttribute("todt"),scheduleid:s.getAttribute("scheduleid"),priority:parseInt(s.getAttribute("priority")||"0"),campaignId:null,maxPlaysPerHour:parseInt(s.getAttribute("maxPlaysPerHour")||"0"),isGeoAware:s.getAttribute("isGeoAware")==="1",geoLocation:s.getAttribute("geoLocation")||"",syncEvent:s.getAttribute("syncEvent")==="1",shareOfVoice:parseInt(s.getAttribute("shareOfVoice")||"0"),duration:parseInt(s.getAttribute("duration")||"0"),cyclePlayback:s.getAttribute("cyclePlayback")==="1",groupKey:s.getAttribute("groupKey")||null,playCount:parseInt(s.getAttribute("playCount")||"0"),recurrenceType:s.getAttribute("recurrenceType")||null,recurrenceDetail:parseInt(s.getAttribute("recurrenceDetail")||"0")||null,recurrenceRepeatsOn:s.getAttribute("recurrenceRepeatsOn")||null,recurrenceRange:s.getAttribute("recurrenceRange")||null,dependants:l.length>0?[...l].map(g=>g.textContent):[],criteria:C(s)})}const a=e.querySelector("overlays");if(a)for(const s of a.querySelectorAll("overlay")){const u=s.getAttribute("file");r.overlays.push({id:String(u),duration:parseInt(s.getAttribute("duration")||"60"),file:u,fromdt:s.getAttribute("fromdt"),todt:s.getAttribute("todt"),priority:parseInt(s.getAttribute("priority")||"0"),scheduleid:s.getAttribute("scheduleid"),isGeoAware:s.getAttribute("isGeoAware")==="1",geoLocation:s.getAttribute("geoLocation")||"",syncEvent:s.getAttribute("syncEvent")==="1",maxPlaysPerHour:parseInt(s.getAttribute("maxPlaysPerHour")||"0"),recurrenceType:s.getAttribute("recurrenceType")||null,recurrenceDetail:parseInt(s.getAttribute("recurrenceDetail")||"0")||null,recurrenceRepeatsOn:s.getAttribute("recurrenceRepeatsOn")||null,recurrenceRange:s.getAttribute("recurrenceRange")||null,criteria:C(s)})}const i=e.querySelector("actions");if(i)for(const s of i.querySelectorAll("action"))r.actions.push({actionType:s.getAttribute("actionType")||"",triggerCode:s.getAttribute("triggerCode")||"",layoutCode:s.getAttribute("layoutCode")||"",commandCode:s.getAttribute("commandCode")||"",duration:parseInt(s.getAttribute("duration")||"0"),fromdt:s.getAttribute("fromdt"),todt:s.getAttribute("todt"),priority:parseInt(s.getAttribute("priority")||"0"),scheduleid:s.getAttribute("scheduleid"),isGeoAware:s.getAttribute("isGeoAware")==="1",geoLocation:s.getAttribute("geoLocation")||""});for(const s of e.querySelectorAll("schedule > command"))r.commands.push({code:s.getAttribute("code")||"",date:s.getAttribute("date")||""});const c=e.querySelector("dataConnectors");if(c)for(const s of c.querySelectorAll("connector"))r.dataConnectors.push({id:s.getAttribute("id")||"",dataConnectorId:s.getAttribute("dataConnectorId")||"",dataSetId:s.getAttribute("dataSetId")||"",dataKey:s.getAttribute("dataKey")||"",dataParams:s.getAttribute("dataParams")||"",js:s.getAttribute("js")||"",url:s.getAttribute("url")||"",updateInterval:parseInt(s.getAttribute("updateInterval")||"300",10)});return r}const w=v("XMDS");class K{constructor(t){this.config=t,this.schemaVersion=5,this.retryOptions=t.retryOptions||{maxRetries:2,baseDelayMs:2e3}}buildEnvelope(t,e){const r=Object.entries(e).map(([n,o])=>{const a=String(o).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""");return`<${n} xsi:type="xsd:string">${a}</${n}>`}).join(`
|
|
2
|
+
`);return`<?xml version="1.0" encoding="UTF-8"?>
|
|
3
|
+
<soap:Envelope
|
|
4
|
+
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
|
5
|
+
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
|
|
6
|
+
xmlns:tns="urn:xmds"
|
|
7
|
+
xmlns:types="urn:xmds/encodedTypes"
|
|
8
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
9
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
10
|
+
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
|
11
|
+
<tns:${t}>
|
|
12
|
+
${r}
|
|
13
|
+
</tns:${t}>
|
|
14
|
+
</soap:Body>
|
|
15
|
+
</soap:Envelope>`}rewriteXmdsUrl(t){var e;return typeof window<"u"&&((e=window.electronAPI)!=null&&e.isElectron||window.location.hostname==="localhost")?`/xmds-proxy?cms=${encodeURIComponent(t)}`:`${t}/xmds.php`}async call(t,e={}){const r=this.rewriteXmdsUrl(this.config.cmsUrl),n=`${r}${r.includes("?")?"&":"?"}v=${this.schemaVersion}&method=${t}`,o=this.buildEnvelope(t,e);w.debug(`${t}`,e),w.debug(`URL: ${n}`);const a=await $(n,{method:"POST",headers:{"Content-Type":"text/xml; charset=utf-8"},body:o},this.retryOptions);if(!a.ok)throw new Error(`XMDS ${t} failed: ${a.status} ${a.statusText}`);const i=await a.text();return this.parseResponse(i,t)}parseResponse(t,e){var s,u;const n=new DOMParser().parseFromString(t,"text/xml");let o=n.querySelector("Fault");if(o||(o=Array.from(n.querySelectorAll("*")).find(l=>l.localName==="Fault"||l.tagName.endsWith(":Fault"))),o){const l=((s=o.querySelector("faultstring"))==null?void 0:s.textContent)||((u=Array.from(o.querySelectorAll("*")).find(g=>g.localName==="faultstring"))==null?void 0:u.textContent)||"Unknown SOAP fault";throw new Error(`SOAP Fault: ${l}`)}const a=`${e}Response`;let i=n.querySelector(a);if(i||(i=Array.from(n.querySelectorAll("*")).find(l=>l.localName===a||l.tagName.endsWith(":"+a))),!i)throw new Error(`No ${a} element in SOAP response`);const c=i.firstElementChild;return c?c.textContent:null}async registerDisplay(){const t=`${navigator.platform} ${navigator.userAgent}`,e=await this.call("RegisterDisplay",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey,displayName:this.config.displayName,clientType:this.config.clientType||"linux",clientVersion:this.config.clientVersion||"0.1.0",clientCode:this.config.clientCode||"400",operatingSystem:t,macAddress:this.config.macAddress||"n/a",xmrChannel:this.config.xmrChannel||"",xmrPubKey:this.config.xmrPubKey||"",licenceResult:"licensed"});return this.parseRegisterDisplayResponse(e)}parseRegisterDisplayResponse(t){const n=new DOMParser().parseFromString(t,"text/xml").querySelector("display");if(!n)throw new Error("Invalid RegisterDisplay response: no <display> element");const o=n.getAttribute("code"),a=n.getAttribute("message");if(o!=="READY")return{code:o,message:a,settings:null};const i={},c=[],s=[];for(const p of n.children){const h=p.tagName.toLowerCase();if(h!=="file"){if(h==="commands"){for(const b of p.querySelectorAll("command"))s.push({commandCode:b.getAttribute("code")||b.getAttribute("commandCode")||"",commandString:b.getAttribute("commandString")||""});continue}if(h==="tags"){for(const b of p.querySelectorAll("tag"))b.textContent&&c.push(b.textContent);continue}i[p.tagName]=p.textContent}}const u=n.getAttribute("checkRf")||"",l=n.getAttribute("checkSchedule")||"",g={date:n.getAttribute("date")||null,timezone:n.getAttribute("timezone")||null,status:n.getAttribute("status")||null,localDate:n.getAttribute("localDate")||null,version_instructions:n.getAttribute("version_instructions")||null},d=i.syncGroup||null,y=d?{syncGroup:d,syncPublisherPort:parseInt(i.syncPublisherPort||"9590",10),syncSwitchDelay:parseInt(i.syncSwitchDelay||"750",10),syncVideoPauseDelay:parseInt(i.syncVideoPauseDelay||"100",10),isLead:d==="lead"}:null;return{code:o,message:a,settings:i,tags:c,commands:s,displayAttrs:g,checkRf:u,checkSchedule:l,syncConfig:y}}async requiredFiles(){const t=await this.call("RequiredFiles",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey});return this.parseRequiredFilesResponse(t)}parseRequiredFilesResponse(t){const r=new DOMParser().parseFromString(t,"text/xml"),n=[];for(const i of r.querySelectorAll("file")){const c={type:i.getAttribute("type"),id:i.getAttribute("id"),size:parseInt(i.getAttribute("size")||"0"),md5:i.getAttribute("md5"),download:i.getAttribute("download"),path:i.getAttribute("path"),saveAs:i.getAttribute("saveAs")||null,fileType:i.getAttribute("fileType")||null,code:i.getAttribute("code"),layoutid:i.getAttribute("layoutid"),regionid:i.getAttribute("regionid"),mediaid:i.getAttribute("mediaid")};if(c.path&&c.path.includes("xmds.php")){c.cmsDownloadUrl=c.path;const s=c.fileType;s==="L"||c.type==="layout"?c.path=`${S}/layouts/${c.id}`:s==="P"?c.path=`${S}/dependencies/${c.saveAs||c.id}`:c.path=`${S}/media/file/${c.saveAs||c.id}`}n.push(c)}const o=[],a=r.querySelector("purge");if(a)for(const i of a.querySelectorAll("item"))o.push({id:i.getAttribute("id"),storedAs:i.getAttribute("storedAs")});return{files:n,purge:o}}async schedule(){const t=await this.call("Schedule",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey});return R(t)}async getResource(t,e,r){return await this.call("GetResource",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey,layoutId:String(t),regionId:String(e),mediaId:String(r)})}async notifyStatus(t){var e;if(typeof navigator<"u"&&((e=navigator.storage)!=null&&e.estimate))try{const r=await navigator.storage.estimate();t.availableSpace=r.quota-r.usage,t.totalSpace=r.quota}catch{}return!t.timeZone&&typeof Intl<"u"&&(t.timeZone=Intl.DateTimeFormat().resolvedOptions().timeZone),t.statusDialog||(t.statusDialog=`Current Layout: ${t.currentLayoutId||"None"}`),await this.call("NotifyStatus",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey,status:JSON.stringify(t)})}async mediaInventory(t){return await this.call("MediaInventory",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey,mediaInventory:t})}async blackList(t,e,r){try{const n=await this.call("BlackList",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey,mediaId:String(t),type:e||"media",reason:r||"Failed to render"});return w.info(`BlackListed ${e}/${t}: ${r}`),n==="true"}catch(n){return w.warn("BlackList failed:",n),!1}}async submitLog(t,e=null){return await this.call("SubmitLog",{serverKey:this.config.cmsKey,hardwareKey:e||this.config.hardwareKey,logXml:t})==="true"}async submitScreenShot(t){return await this.call("SubmitScreenShot",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey,screenShot:t})==="true"}async reportFaults(t){return this.call("ReportFaults",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey,fault:t})}async getWeather(){return this.call("GetWeather",{serverKey:this.config.cmsKey,hardwareKey:this.config.hardwareKey})}async submitStats(t,e=null){try{const n=await this.call("SubmitStats",{serverKey:this.config.cmsKey,hardwareKey:e||this.config.hardwareKey,statXml:t})==="true";return w.info(`SubmitStats result: ${n}`),n}catch(r){throw w.error("SubmitStats failed:",r),r}}}const I=["registerDisplay","requiredFiles","schedule","getResource","notifyStatus","mediaInventory","blackList","submitLog","submitScreenShot","submitStats","reportFaults","getWeather"];function x(A,t="client"){for(const e of I)if(typeof A[e]!="function")throw new Error(`${t} missing CmsClient method: ${e}()`)}const f=v("Protocol"),P=3e3;class _{constructor(t,e,r,n={}){this.cmsUrl=t,this.RestClient=e,this.XmdsClient=r,this.probeTimeoutMs=n.probeTimeoutMs||P,this.protocol=null,this.lastProbeTime=0}async probe(){const t=await this.RestClient.isAvailable(this.cmsUrl,{maxRetries:0,timeoutMs:this.probeTimeoutMs});return this.lastProbeTime=Date.now(),t}async detect(t,e){if(e==="rest"){this.protocol="rest",f.info("Using REST transport (forced)");const o=new this.RestClient(t);return x(o,"RestClient"),{client:o,protocol:"rest"}}if(e==="xmds"){this.protocol="xmds",f.info("Using XMDS/SOAP transport (forced)");const o=new this.XmdsClient(t);return x(o,"XmdsClient"),{client:o,protocol:"xmds"}}f.info("Probing CMS for REST API availability...");let r=!1;try{r=await this.probe()}catch(o){f.warn("REST probe failed:",(o==null?void 0:o.message)||o)}if(r){this.protocol="rest",f.info("REST transport detected — using PlayerRestApi");const o=new this.RestClient(t);return x(o,"RestClient"),{client:o,protocol:"rest"}}this.protocol="xmds",f.info("REST unavailable — using XMDS/SOAP transport");const n=new this.XmdsClient(t);return x(n,"XmdsClient"),{client:n,protocol:"xmds"}}async reprobe(t){const e=this.protocol;f.info("Re-probing CMS protocol...");let r=!1;try{r=await this.probe()}catch(a){f.warn("Re-probe failed:",(a==null?void 0:a.message)||a)}const n=r?"rest":"xmds";if(n!==e){f.info(`Protocol changed: ${e} → ${n}`),this.protocol=n;const a=r?new this.RestClient(t):new this.XmdsClient(t);return x(a,r?"RestClient":"XmdsClient"),{client:a,protocol:n,changed:!0}}return f.info(`Protocol unchanged: ${n}`),{client:null,protocol:n,changed:!1}}getProtocol(){return this.protocol}}export{I as C,_ as P,E as R,K as X,x as a,R as p};
|
|
16
|
+
//# sourceMappingURL=protocol-detector-TSZru2q-.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"protocol-detector-TSZru2q-.js","sources":["../../../xmds/src/rest-client.js","../../../xmds/src/schedule-parser.js","../../../xmds/src/xmds-client.js","../../../xmds/src/cms-client.js","../../../xmds/src/protocol-detector.js"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * REST transport client for Xibo CMS Player API.\n *\n * Uses the Player API REST endpoints with JWT auth, resource-oriented URLs,\n * and native JSON responses (no XML parsing required).\n *\n * - JWT bearer token auth (single POST /auth → token for all requests)\n * - Resource-oriented URLs (/displays/{id}/schedule vs /schedule)\n * - Native JSON schedule (no client-side XML parsing)\n * - Categorized required files (media/layouts/widgets)\n * - CDN/reverse proxy compatible (GET with cache headers)\n *\n * Same public API as XmdsClient — drop-in replacement.\n */\nimport { createLogger, fetchWithRetry, PLAYER_API } from '@xiboplayer/utils';\n\nconst log = createLogger('REST');\n\nexport class RestClient {\n constructor(config) {\n this.config = config;\n this.schemaVersion = 7;\n this.retryOptions = config.retryOptions || { maxRetries: 2, baseDelayMs: 2000 };\n\n // JWT auth state\n this._token = null;\n this._tokenExpiresAt = 0;\n this._displayId = null;\n\n // ETag-based HTTP caching (capped at _maxCacheSize entries)\n this._etags = new Map();\n this._responseCache = new Map();\n this._maxCacheSize = 100;\n\n log.info('Using REST transport');\n }\n\n // ─── Transport helpers ──────────────────────────────────────────\n\n /**\n * Get the REST API base URL.\n * In proxy mode (Electron/Chromium), returns the local relative path so\n * requests go through the Express proxy's mirror routes.\n * In direct mode (standalone PWA), returns the full CMS URL.\n */\n getRestBaseUrl() {\n if (this._isProxyMode()) {\n return `${window.location.origin}${PLAYER_API}`;\n }\n const base = this.config.restApiUrl || `${this.config.cmsUrl}${PLAYER_API}`;\n return base.replace(/\\/+$/, '');\n }\n\n /**\n * Check if running behind the local proxy (Electron or Chromium kiosk).\n */\n _isProxyMode() {\n return typeof window !== 'undefined' &&\n (window.electronAPI?.isElectron ||\n window.location.hostname === 'localhost');\n }\n\n /**\n * Store a response in the ETag cache, evicting the oldest entry if full.\n */\n _cacheSet(path, etag, data) {\n if (this._etags.size >= this._maxCacheSize) {\n const oldest = this._etags.keys().next().value;\n this._etags.delete(oldest);\n this._responseCache.delete(oldest);\n }\n this._etags.set(path, etag);\n this._responseCache.set(path, data);\n }\n\n // ─── JWT auth ─────────────────────────────────────────────────\n\n /**\n * Authenticate with the CMS and obtain a JWT token.\n * Called automatically before the first authenticated request.\n */\n async _authenticate() {\n const url = `${this.getRestBaseUrl()}/auth`;\n\n log.debug('Authenticating...');\n\n const response = await fetchWithRetry(url, {\n method: 'POST',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify({\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey,\n }),\n }, this.retryOptions);\n\n if (!response.ok) {\n const errorBody = await response.text().catch(() => '');\n throw new Error(`Auth failed: ${response.status} ${response.statusText} ${errorBody}`);\n }\n\n const data = await response.json();\n this._token = data.token;\n this._displayId = data.displayId;\n // Refresh 60s before expiry to avoid edge-case rejections\n this._tokenExpiresAt = Date.now() + (data.expiresIn - 60) * 1000;\n\n log.info(`Authenticated as display ${this._displayId}`);\n }\n\n /**\n * Get current token synchronously (may be null or expired).\n * @returns {string|null}\n */\n getToken() {\n return this._token;\n }\n\n /**\n * Get a valid JWT token, refreshing if expired or missing.\n */\n async _getToken() {\n if (!this._token || Date.now() >= this._tokenExpiresAt) {\n await this._authenticate();\n }\n return this._token;\n }\n\n /**\n * Make an authenticated GET request with ETag caching.\n */\n async restGet(path, queryParams = {}, _retrying = false) {\n const token = await this._getToken();\n const url = new URL(`${this.getRestBaseUrl()}${path}`);\n for (const [key, value] of Object.entries(queryParams)) {\n url.searchParams.set(key, String(value));\n }\n\n const cacheKey = path;\n const headers = { 'Authorization': `Bearer ${token}` };\n const cachedEtag = this._etags.get(cacheKey);\n if (cachedEtag) {\n headers['If-None-Match'] = cachedEtag;\n }\n\n log.debug(`GET ${path}`, queryParams);\n\n const response = await fetchWithRetry(url.toString(), {\n method: 'GET',\n headers,\n }, this.retryOptions);\n\n // Token expired mid-flight — re-auth and retry once\n if (response.status === 401) {\n if (_retrying) {\n throw new Error(`REST GET ${path} failed: 401 Unauthorized (after re-auth)`);\n }\n this._token = null;\n return this.restGet(path, queryParams, true);\n }\n\n if (response.status === 304) {\n const cached = this._responseCache.get(cacheKey);\n if (cached) {\n log.debug(`${path} → 304 (using cache)`);\n return cached;\n }\n }\n\n if (!response.ok) {\n const errorBody = await response.text().catch(() => '');\n throw new Error(`REST GET ${path} failed: ${response.status} ${response.statusText} ${errorBody}`);\n }\n\n const contentType = response.headers.get('Content-Type') || '';\n let data;\n if (contentType.includes('application/json')) {\n data = await response.json();\n } else {\n data = await response.text();\n }\n\n const etag = response.headers.get('ETag');\n if (etag) {\n this._cacheSet(cacheKey, etag, data);\n }\n\n return data;\n }\n\n /**\n * Make an authenticated POST/PUT request with JSON body.\n */\n async restSend(method, path, body = {}, _retrying = false) {\n const token = await this._getToken();\n const url = new URL(`${this.getRestBaseUrl()}${path}`);\n\n log.debug(`${method} ${path}`);\n\n const response = await fetchWithRetry(url.toString(), {\n method,\n headers: {\n 'Content-Type': 'application/json',\n 'Authorization': `Bearer ${token}`,\n },\n body: JSON.stringify(body),\n }, this.retryOptions);\n\n // Token expired mid-flight — re-auth and retry once\n if (response.status === 401) {\n if (_retrying) {\n throw new Error(`REST ${method} ${path} failed: 401 Unauthorized (after re-auth)`);\n }\n this._token = null;\n return this.restSend(method, path, body, true);\n }\n\n if (!response.ok) {\n const errorBody = await response.text().catch(() => '');\n throw new Error(`REST ${method} ${path} failed: ${response.status} ${response.statusText} ${errorBody}`);\n }\n\n const contentType = response.headers.get('Content-Type') || '';\n if (contentType.includes('application/json')) {\n return await response.json();\n }\n return await response.text();\n }\n\n // ─── Public API ─────────────────────────────────────────────────\n\n /**\n * RegisterDisplay - authenticate and get settings.\n * POST /displays → JSON with display settings\n */\n async registerDisplay() {\n // Auth first to get displayId\n await this._getToken();\n\n const os = typeof navigator !== 'undefined'\n ? `${navigator.platform} ${navigator.userAgent}`\n : 'unknown';\n\n const json = await this.restSend('POST', '/displays', {\n displayName: this.config.displayName,\n clientType: this.config.clientType || 'linux',\n clientVersion: this.config.clientVersion || '0.1.0',\n clientCode: this.config.clientCode || 400,\n operatingSystem: os,\n macAddress: this.config.macAddress || 'n/a',\n xmrChannel: this.config.xmrChannel,\n xmrPubKey: this.config.xmrPubKey || '',\n });\n\n return this._parseRegisterDisplayJson(json);\n }\n\n /**\n * Parse register display JSON response.\n * Same output format as XmdsClient.\n */\n _parseRegisterDisplayJson(json) {\n const display = json.display || json;\n const attrs = display['@attributes'] || {};\n const code = attrs.code || display.code;\n const message = attrs.message || display.message || '';\n\n if (code !== 'READY') {\n return { code, message, settings: null };\n }\n\n const settings = {};\n let tags = [];\n let commands = [];\n for (const [key, value] of Object.entries(display)) {\n if (key === '@attributes' || key === 'file') continue;\n if (key === 'commands') {\n if (Array.isArray(value)) {\n commands = value.map(c => ({\n commandCode: c.code || c.commandCode || '',\n commandString: c.commandString || ''\n }));\n }\n continue;\n }\n if (key === 'tags') {\n const extractTag = (t) => typeof t === 'object' ? (t.tag || t.value || '') : String(t);\n if (Array.isArray(value)) {\n tags = value.map(extractTag).filter(Boolean);\n } else if (value && typeof value === 'object') {\n const t = extractTag(value);\n if (t) tags = [t];\n } else if (typeof value === 'string' && value) {\n tags = [value];\n }\n continue;\n }\n settings[key] = typeof value === 'object' ? JSON.stringify(value) : String(value);\n }\n\n const checkRf = attrs.checkRf || '';\n const checkSchedule = attrs.checkSchedule || '';\n\n const displayAttrs = {\n date: attrs.date || display.date || null,\n timezone: attrs.timezone || display.timezone || null,\n status: attrs.status || display.status || null,\n localDate: attrs.localDate || display.localDate || null,\n version_instructions: attrs.version_instructions || display.version_instructions || null,\n };\n\n // Prefer structured syncConfig from REST module; fall back to flat SOAP fields\n const syncConfig = display.syncConfig || (display.syncGroup ? {\n syncGroup: String(display.syncGroup),\n syncPublisherPort: parseInt(display.syncPublisherPort || '9590', 10),\n syncSwitchDelay: parseInt(display.syncSwitchDelay || '750', 10),\n syncVideoPauseDelay: parseInt(display.syncVideoPauseDelay || '100', 10),\n isLead: String(display.syncGroup) === 'lead',\n } : null);\n\n return { code, message, settings, tags, commands, displayAttrs, checkRf, checkSchedule, syncConfig };\n }\n\n /**\n * RequiredFiles - get list of files to download.\n * GET /displays/{id}/media → categorized JSON (no XML parsing)\n */\n async requiredFiles() {\n const json = await this.restGet(`/displays/${this._displayId}/media`);\n return this._parseRequiredFilesV2(json);\n }\n\n /**\n * Parse v2 categorized required files into the same flat format\n * that the download pipeline expects.\n *\n * v2 server returns: { media: [...], layouts: [...], widgets: [...] }\n * We flatten back to: { files: [...], purge: [] }\n */\n _parseRequiredFilesV2(json) {\n const files = [];\n\n // Media files (images, videos)\n for (const m of json.media || []) {\n files.push({\n type: m.type || 'media',\n id: m.id != null ? String(m.id) : null,\n size: m.fileSize || 0,\n md5: m.md5 || null,\n download: 'http',\n path: m.url || null,\n saveAs: m.saveAs || null,\n fileType: null,\n code: null,\n layoutid: null,\n regionid: null,\n mediaid: null,\n });\n }\n\n // Layout files\n for (const l of json.layouts || []) {\n files.push({\n type: 'layout',\n id: l.id != null ? String(l.id) : null,\n size: l.fileSize || 0,\n md5: l.md5 || null,\n download: 'http',\n path: l.url || null,\n saveAs: null,\n fileType: null,\n code: null,\n layoutid: null,\n regionid: null,\n mediaid: null,\n });\n }\n\n // Widget data files (datasets — dynamic API, not static media)\n for (const w of json.widgets || []) {\n files.push({\n type: 'dataset',\n id: w.id != null ? String(w.id) : null,\n size: 0,\n md5: w.md5 || null,\n download: 'http',\n path: w.url || null,\n saveAs: null,\n fileType: null,\n code: null,\n layoutid: null,\n regionid: null,\n mediaid: null,\n updateInterval: w.updateInterval || 0,\n });\n }\n\n // Dependencies (fonts, CSS, JS bundles) — pre-classified as 'static'\n for (const d of json.dependencies || []) {\n files.push({\n type: 'static',\n id: d.id != null ? String(d.id) : null,\n size: d.fileSize || 0,\n md5: d.md5 || null,\n download: 'http',\n path: d.url || null,\n saveAs: null,\n fileType: d.type || null,\n code: null,\n layoutid: null,\n regionid: null,\n mediaid: null,\n });\n }\n\n return { files, purge: [] };\n }\n\n /**\n * Schedule - get layout schedule.\n * GET /displays/{id}/schedule → native JSON (no XML parsing needed!)\n *\n * The v2 server returns the same structure as parseScheduleResponse(),\n * so we return it directly.\n */\n async schedule() {\n return this.restGet(`/displays/${this._displayId}/schedule`);\n }\n\n /**\n * GetResource - get rendered widget HTML.\n * GET /widgets/{layoutId}/{regionId}/{mediaId} → HTML string\n */\n async getResource(layoutId, regionId, mediaId) {\n return this.restGet(`/widgets/${layoutId}/${regionId}/${mediaId}`);\n }\n\n /**\n * NotifyStatus - report current status.\n * PUT /displays/{id}/status → JSON acknowledgement\n */\n async notifyStatus(status) {\n if (typeof navigator !== 'undefined' && navigator.storage?.estimate) {\n try {\n const estimate = await navigator.storage.estimate();\n status.availableSpace = estimate.quota - estimate.usage;\n status.totalSpace = estimate.quota;\n } catch (_) { /* storage estimate not supported */ }\n }\n\n if (!status.timeZone && typeof Intl !== 'undefined') {\n status.timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;\n }\n\n if (!status.statusDialog) {\n status.statusDialog = `Current Layout: ${status.currentLayoutId || 'None'}`;\n }\n\n return this.restSend('PUT', `/displays/${this._displayId}/status`, {\n statusData: status,\n });\n }\n\n /**\n * MediaInventory - report downloaded files.\n * PUT /displays/{id}/inventory → JSON acknowledgement\n */\n async mediaInventory(inventoryXml) {\n const body = Array.isArray(inventoryXml)\n ? { inventoryItems: inventoryXml }\n : { inventory: inventoryXml };\n return this.restSend('PUT', `/displays/${this._displayId}/inventory`, body);\n }\n\n /**\n * BlackList - report broken media to CMS.\n * Not in v2 API — falls back to v1 behavior (no-op with warning).\n */\n async blackList(mediaId, type, reason) {\n log.warn(`BlackList not available in v2 API (${type}/${mediaId}: ${reason})`);\n return false;\n }\n\n /**\n * SubmitLog - submit player logs to CMS.\n * POST /displays/{id}/logs → JSON acknowledgement\n */\n async submitLog(logXml, hardwareKeyOverride = null) {\n const body = Array.isArray(logXml) ? { logs: logXml } : { logXml };\n const result = await this.restSend('POST', `/displays/${this._displayId}/logs`, body);\n return result?.success === true;\n }\n\n /**\n * SubmitScreenShot - submit screenshot to CMS.\n * POST /displays/{id}/screenshot → JSON acknowledgement\n */\n async submitScreenShot(base64Image) {\n const result = await this.restSend('POST', `/displays/${this._displayId}/screenshot`, {\n screenshot: base64Image,\n });\n return result?.success === true;\n }\n\n /**\n * SubmitStats - submit proof of play statistics.\n * POST /displays/{id}/stats → JSON acknowledgement\n */\n async submitStats(statsXml, hardwareKeyOverride = null) {\n try {\n const body = Array.isArray(statsXml) ? { stats: statsXml } : { statXml: statsXml };\n const result = await this.restSend('POST', `/displays/${this._displayId}/stats`, body);\n const success = result?.success === true;\n log.info(`SubmitStats result: ${success}`);\n return success;\n } catch (error) {\n log.error('SubmitStats failed:', error);\n throw error;\n }\n }\n\n /**\n * ReportFaults - submit fault data to CMS for dashboard alerts.\n * POST /displays/{id}/faults → JSON acknowledgement\n */\n async reportFaults(faultJson) {\n const result = await this.restSend('POST', `/displays/${this._displayId}/faults`, {\n fault: faultJson,\n });\n return result?.success === true;\n }\n\n /**\n * GetWeather - get current weather data for schedule criteria.\n * GET /displays/{id}/weather → JSON weather data\n */\n async getWeather() {\n return this.restGet(`/displays/${this._displayId}/weather`);\n }\n\n // ─── Static helpers ───────────────────────────────────────────\n\n /**\n * Probe whether the CMS supports API v2.\n * GET ${PLAYER_API}/health → { version: 2, status: \"ok\" }\n *\n * @param {string} cmsUrl - CMS base URL\n * @param {Object} [retryOptions] - Retry options for fetch\n * @returns {Promise<boolean>} true if v2 is available\n */\n static async isAvailable(cmsUrl, retryOptions) {\n try {\n // In proxy mode, probe the local proxy's forward route instead of the CMS directly (avoids CORS)\n const isProxy = typeof window !== 'undefined' &&\n (window.electronAPI?.isElectron || window.location.hostname === 'localhost');\n const base = isProxy ? '' : cmsUrl.replace(/\\/+$/, '');\n const url = `${base}${PLAYER_API}/health`;\n const timeoutMs = retryOptions?.timeoutMs || 3000;\n const fetchOptions = { method: 'GET' };\n // Apply timeout via AbortSignal (short timeout avoids delaying startup)\n if (typeof AbortSignal !== 'undefined' && AbortSignal.timeout) {\n fetchOptions.signal = AbortSignal.timeout(timeoutMs);\n }\n const response = await fetchWithRetry(url, fetchOptions, retryOptions || { maxRetries: 0 });\n if (!response.ok) return false;\n const data = await response.json();\n return data.version === 2 && data.status === 'ok';\n } catch {\n return false;\n }\n }\n}\n","// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * Shared schedule XML parser used by both RestClient and XmdsClient.\n *\n * Both transports return the same XML structure for the Schedule endpoint,\n * so the parsing logic lives here to avoid duplication.\n */\n\n/**\n * Parse criteria child elements from a layout/overlay element.\n * Criteria are conditions that must be met for the item to display.\n *\n * XML format: <criteria metric=\"dayOfWeek\" condition=\"equals\" type=\"string\">Monday</criteria>\n *\n * @param {Element} parentEl - Parent XML element containing <criteria> children\n * @returns {Array<{metric: string, condition: string, type: string, value: string}>}\n */\nfunction parseCriteria(parentEl) {\n const criteria = [];\n for (const child of parentEl.children) {\n if (child.tagName !== 'criteria') continue;\n criteria.push({\n metric: child.getAttribute('metric') || '',\n condition: child.getAttribute('condition') || '',\n type: child.getAttribute('type') || 'string',\n value: child.textContent || ''\n });\n }\n return criteria;\n}\n\n/**\n * Parse Schedule XML response into a normalized schedule object.\n *\n * @param {string} xml - Raw XML string from CMS schedule endpoint\n * @returns {Object} Parsed schedule with default, layouts, campaigns, overlays, actions, commands, dataConnectors\n */\nexport function parseScheduleResponse(xml) {\n const parser = new DOMParser();\n const doc = parser.parseFromString(xml, 'text/xml');\n\n const schedule = {\n default: null,\n defaultDependants: [],\n dependants: [], // Global dependants that gate ALL layouts\n layouts: [],\n campaigns: [],\n overlays: [],\n actions: [],\n commands: [],\n dataConnectors: []\n };\n\n // Parse global dependants (root-level <dependants> — must be cached before any layout plays)\n const scheduleEl = doc.querySelector('schedule');\n if (scheduleEl) {\n const globalDeps = Array.from(scheduleEl.children).filter(\n el => el.tagName === 'dependants'\n );\n for (const depContainer of globalDeps) {\n // Skip if this is nested inside <default>, <layout>, etc.\n if (depContainer.parentElement !== scheduleEl) continue;\n for (const fileEl of depContainer.querySelectorAll('file')) {\n if (fileEl.textContent) schedule.dependants.push(fileEl.textContent);\n }\n }\n }\n\n const defaultEl = doc.querySelector('default');\n if (defaultEl) {\n schedule.default = defaultEl.getAttribute('file');\n // Parse dependants — files that must be cached before this layout plays\n const defaultDeps = defaultEl.querySelectorAll('dependants > file');\n if (defaultDeps.length > 0) {\n schedule.defaultDependants = [...defaultDeps].map(el => el.textContent);\n }\n }\n\n // Parse campaigns (groups of layouts with shared priority)\n for (const campaignEl of doc.querySelectorAll('campaign')) {\n const campaign = {\n id: campaignEl.getAttribute('id'),\n priority: parseInt(campaignEl.getAttribute('priority') || '0'),\n fromdt: campaignEl.getAttribute('fromdt'),\n todt: campaignEl.getAttribute('todt'),\n scheduleid: campaignEl.getAttribute('scheduleid'),\n maxPlaysPerHour: parseInt(campaignEl.getAttribute('maxPlaysPerHour') || '0'),\n shareOfVoice: parseInt(campaignEl.getAttribute('shareOfVoice') || '0'),\n isGeoAware: campaignEl.getAttribute('isGeoAware') === '1',\n geoLocation: campaignEl.getAttribute('geoLocation') || '',\n syncEvent: campaignEl.getAttribute('syncEvent') === '1',\n recurrenceType: campaignEl.getAttribute('recurrenceType') || null,\n recurrenceDetail: parseInt(campaignEl.getAttribute('recurrenceDetail') || '0') || null,\n recurrenceRepeatsOn: campaignEl.getAttribute('recurrenceRepeatsOn') || null,\n recurrenceRange: campaignEl.getAttribute('recurrenceRange') || null,\n criteria: parseCriteria(campaignEl),\n layouts: []\n };\n\n // Parse layouts within this campaign\n for (const layoutEl of campaignEl.querySelectorAll('layout')) {\n const fileId = layoutEl.getAttribute('file');\n const depEls = layoutEl.querySelectorAll('dependants > file');\n campaign.layouts.push({\n id: String(fileId), // Normalized string ID for consistent type usage\n file: fileId,\n // Layouts in campaigns inherit timing from campaign level\n fromdt: layoutEl.getAttribute('fromdt') || campaign.fromdt,\n todt: layoutEl.getAttribute('todt') || campaign.todt,\n scheduleid: campaign.scheduleid,\n priority: campaign.priority, // Priority at campaign level\n campaignId: campaign.id,\n maxPlaysPerHour: parseInt(layoutEl.getAttribute('maxPlaysPerHour') || '0'),\n isGeoAware: layoutEl.getAttribute('isGeoAware') === '1',\n geoLocation: layoutEl.getAttribute('geoLocation') || '',\n syncEvent: layoutEl.getAttribute('syncEvent') === '1',\n shareOfVoice: parseInt(layoutEl.getAttribute('shareOfVoice') || '0'),\n duration: parseInt(layoutEl.getAttribute('duration') || '0'),\n cyclePlayback: layoutEl.getAttribute('cyclePlayback') === '1',\n groupKey: layoutEl.getAttribute('groupKey') || null,\n playCount: parseInt(layoutEl.getAttribute('playCount') || '0'),\n dependants: depEls.length > 0 ? [...depEls].map(el => el.textContent) : [],\n criteria: parseCriteria(layoutEl)\n });\n }\n\n schedule.campaigns.push(campaign);\n }\n\n // Parse standalone layouts (not in campaigns)\n for (const layoutEl of doc.querySelectorAll('schedule > layout')) {\n const fileId = layoutEl.getAttribute('file');\n const depEls = layoutEl.querySelectorAll('dependants > file');\n schedule.layouts.push({\n id: String(fileId), // Normalized string ID for consistent type usage\n file: fileId,\n fromdt: layoutEl.getAttribute('fromdt'),\n todt: layoutEl.getAttribute('todt'),\n scheduleid: layoutEl.getAttribute('scheduleid'),\n priority: parseInt(layoutEl.getAttribute('priority') || '0'),\n campaignId: null, // Standalone layout\n maxPlaysPerHour: parseInt(layoutEl.getAttribute('maxPlaysPerHour') || '0'),\n isGeoAware: layoutEl.getAttribute('isGeoAware') === '1',\n geoLocation: layoutEl.getAttribute('geoLocation') || '',\n syncEvent: layoutEl.getAttribute('syncEvent') === '1',\n shareOfVoice: parseInt(layoutEl.getAttribute('shareOfVoice') || '0'),\n duration: parseInt(layoutEl.getAttribute('duration') || '0'),\n cyclePlayback: layoutEl.getAttribute('cyclePlayback') === '1',\n groupKey: layoutEl.getAttribute('groupKey') || null,\n playCount: parseInt(layoutEl.getAttribute('playCount') || '0'),\n recurrenceType: layoutEl.getAttribute('recurrenceType') || null,\n recurrenceDetail: parseInt(layoutEl.getAttribute('recurrenceDetail') || '0') || null,\n recurrenceRepeatsOn: layoutEl.getAttribute('recurrenceRepeatsOn') || null,\n recurrenceRange: layoutEl.getAttribute('recurrenceRange') || null,\n dependants: depEls.length > 0 ? [...depEls].map(el => el.textContent) : [],\n criteria: parseCriteria(layoutEl)\n });\n }\n\n // Parse overlay layouts (appear on top of main layouts)\n const overlaysContainer = doc.querySelector('overlays');\n if (overlaysContainer) {\n for (const overlayEl of overlaysContainer.querySelectorAll('overlay')) {\n const fileId = overlayEl.getAttribute('file');\n schedule.overlays.push({\n id: String(fileId), // Normalized string ID for consistent type usage\n duration: parseInt(overlayEl.getAttribute('duration') || '60'),\n file: fileId,\n fromdt: overlayEl.getAttribute('fromdt'),\n todt: overlayEl.getAttribute('todt'),\n priority: parseInt(overlayEl.getAttribute('priority') || '0'),\n scheduleid: overlayEl.getAttribute('scheduleid'),\n isGeoAware: overlayEl.getAttribute('isGeoAware') === '1',\n geoLocation: overlayEl.getAttribute('geoLocation') || '',\n syncEvent: overlayEl.getAttribute('syncEvent') === '1',\n maxPlaysPerHour: parseInt(overlayEl.getAttribute('maxPlaysPerHour') || '0'),\n recurrenceType: overlayEl.getAttribute('recurrenceType') || null,\n recurrenceDetail: parseInt(overlayEl.getAttribute('recurrenceDetail') || '0') || null,\n recurrenceRepeatsOn: overlayEl.getAttribute('recurrenceRepeatsOn') || null,\n recurrenceRange: overlayEl.getAttribute('recurrenceRange') || null,\n criteria: parseCriteria(overlayEl)\n });\n }\n }\n\n // Parse action events (scheduled triggers)\n const actionsContainer = doc.querySelector('actions');\n if (actionsContainer) {\n for (const actionEl of actionsContainer.querySelectorAll('action')) {\n schedule.actions.push({\n actionType: actionEl.getAttribute('actionType') || '',\n triggerCode: actionEl.getAttribute('triggerCode') || '',\n layoutCode: actionEl.getAttribute('layoutCode') || '',\n commandCode: actionEl.getAttribute('commandCode') || '',\n duration: parseInt(actionEl.getAttribute('duration') || '0'),\n fromdt: actionEl.getAttribute('fromdt'),\n todt: actionEl.getAttribute('todt'),\n priority: parseInt(actionEl.getAttribute('priority') || '0'),\n scheduleid: actionEl.getAttribute('scheduleid'),\n isGeoAware: actionEl.getAttribute('isGeoAware') === '1',\n geoLocation: actionEl.getAttribute('geoLocation') || ''\n });\n }\n }\n\n // Parse server commands (remote control)\n for (const cmdEl of doc.querySelectorAll('schedule > command')) {\n schedule.commands.push({\n code: cmdEl.getAttribute('code') || '',\n date: cmdEl.getAttribute('date') || ''\n });\n }\n\n // Parse data connectors (real-time data sources for widgets)\n // Spec: <dataConnectors><connector dataSetId=\"\" dataParams=\"\" js=\"\"/></dataConnectors>\n const dataConnectorsContainer = doc.querySelector('dataConnectors');\n if (dataConnectorsContainer) {\n for (const dcEl of dataConnectorsContainer.querySelectorAll('connector')) {\n schedule.dataConnectors.push({\n id: dcEl.getAttribute('id') || '',\n dataConnectorId: dcEl.getAttribute('dataConnectorId') || '',\n dataSetId: dcEl.getAttribute('dataSetId') || '',\n dataKey: dcEl.getAttribute('dataKey') || '',\n dataParams: dcEl.getAttribute('dataParams') || '',\n js: dcEl.getAttribute('js') || '',\n url: dcEl.getAttribute('url') || '',\n updateInterval: parseInt(dcEl.getAttribute('updateInterval') || '300', 10)\n });\n }\n }\n\n return schedule;\n}\n","// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * XMDS SOAP transport client for Xibo CMS.\n *\n * Uses the traditional SOAP/XML endpoint (xmds.php) for full protocol\n * compatibility with all Xibo CMS versions.\n *\n * Protocol: https://github.com/linuxnow/xibo_players_docs\n */\nimport { createLogger, fetchWithRetry, PLAYER_API } from '@xiboplayer/utils';\nimport { parseScheduleResponse } from './schedule-parser.js';\n\nconst log = createLogger('XMDS');\n\nexport class XmdsClient {\n constructor(config) {\n this.config = config;\n this.schemaVersion = 5;\n this.retryOptions = config.retryOptions || { maxRetries: 2, baseDelayMs: 2000 };\n }\n\n // ─── SOAP transport helpers ─────────────────────────────────────\n\n /**\n * Build SOAP envelope for a given method and parameters\n */\n buildEnvelope(method, params) {\n const paramElements = Object.entries(params)\n .map(([key, value]) => {\n const escaped = String(value)\n .replace(/&/g, '&')\n .replace(/</g, '<')\n .replace(/>/g, '>')\n .replace(/\"/g, '"');\n return `<${key} xsi:type=\"xsd:string\">${escaped}</${key}>`;\n })\n .join('\\n ');\n\n return `<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<soap:Envelope\n xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"\n xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"\n xmlns:tns=\"urn:xmds\"\n xmlns:types=\"urn:xmds/encodedTypes\"\n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n <soap:Body soap:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">\n <tns:${method}>\n ${paramElements}\n </tns:${method}>\n </soap:Body>\n</soap:Envelope>`;\n }\n\n /**\n * Rewrite XMDS URL for local proxy.\n * If running inside a local wrapper (Electron, Chromium kiosk), use the\n * local proxy to avoid CORS.\n * Detection: preload.js exposes window.electronAPI.isElectron = true,\n * or fallback to checking localhost (any local wrapper port).\n */\n rewriteXmdsUrl(cmsUrl) {\n if (typeof window !== 'undefined' &&\n (window.electronAPI?.isElectron ||\n window.location.hostname === 'localhost')) {\n const encodedCmsUrl = encodeURIComponent(cmsUrl);\n return `/xmds-proxy?cms=${encodedCmsUrl}`;\n }\n\n return `${cmsUrl}/xmds.php`;\n }\n\n /**\n * Call XMDS SOAP method\n */\n async call(method, params = {}) {\n const xmdsUrl = this.rewriteXmdsUrl(this.config.cmsUrl);\n const url = `${xmdsUrl}${xmdsUrl.includes('?') ? '&' : '?'}v=${this.schemaVersion}&method=${method}`;\n const body = this.buildEnvelope(method, params);\n\n log.debug(`${method}`, params);\n log.debug(`URL: ${url}`);\n\n const response = await fetchWithRetry(url, {\n method: 'POST',\n headers: {\n 'Content-Type': 'text/xml; charset=utf-8'\n },\n body\n }, this.retryOptions);\n\n if (!response.ok) {\n throw new Error(`XMDS ${method} failed: ${response.status} ${response.statusText}`);\n }\n\n const xml = await response.text();\n return this.parseResponse(xml, method);\n }\n\n /**\n * Parse SOAP response\n */\n parseResponse(xml, method) {\n const parser = new DOMParser();\n const doc = parser.parseFromString(xml, 'text/xml');\n\n // Check for SOAP fault (handle namespace prefix like soap:Fault)\n let fault = doc.querySelector('Fault');\n if (!fault) {\n fault = Array.from(doc.querySelectorAll('*')).find(\n el => el.localName === 'Fault' || el.tagName.endsWith(':Fault')\n );\n }\n if (fault) {\n const faultString = fault.querySelector('faultstring')?.textContent\n || Array.from(fault.querySelectorAll('*')).find(el => el.localName === 'faultstring')?.textContent\n || 'Unknown SOAP fault';\n throw new Error(`SOAP Fault: ${faultString}`);\n }\n\n // Extract response element (handle namespace prefixes like ns1:MethodResponse)\n const responseTag = `${method}Response`;\n let responseEl = doc.querySelector(responseTag);\n if (!responseEl) {\n responseEl = Array.from(doc.querySelectorAll('*')).find(\n el => el.localName === responseTag || el.tagName.endsWith(':' + responseTag)\n );\n }\n\n if (!responseEl) {\n throw new Error(`No ${responseTag} element in SOAP response`);\n }\n\n const returnEl = responseEl.firstElementChild;\n if (!returnEl) {\n return null;\n }\n\n return returnEl.textContent;\n }\n\n // ─── Public API ─────────────────────────────────────────────────\n\n /**\n * RegisterDisplay - authenticate and get settings\n */\n async registerDisplay() {\n const os = `${navigator.platform} ${navigator.userAgent}`;\n\n const xml = await this.call('RegisterDisplay', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey,\n displayName: this.config.displayName,\n clientType: this.config.clientType || 'linux',\n clientVersion: this.config.clientVersion || '0.1.0',\n clientCode: this.config.clientCode || '400',\n operatingSystem: os,\n macAddress: this.config.macAddress || 'n/a',\n xmrChannel: this.config.xmrChannel || '',\n xmrPubKey: this.config.xmrPubKey || '',\n licenceResult: 'licensed'\n });\n\n return this.parseRegisterDisplayResponse(xml);\n }\n\n /**\n * Parse RegisterDisplay XML response\n */\n parseRegisterDisplayResponse(xml) {\n const parser = new DOMParser();\n const doc = parser.parseFromString(xml, 'text/xml');\n\n const display = doc.querySelector('display');\n if (!display) {\n throw new Error('Invalid RegisterDisplay response: no <display> element');\n }\n\n const code = display.getAttribute('code');\n const message = display.getAttribute('message');\n\n if (code !== 'READY') {\n return { code, message, settings: null };\n }\n\n const settings = {};\n const tags = [];\n const commands = [];\n for (const child of display.children) {\n const name = child.tagName.toLowerCase();\n if (name === 'file') continue;\n if (name === 'commands') {\n // Parse <commands><command code=\"xyz\" commandString=\"args\"/></commands>\n for (const cmdEl of child.querySelectorAll('command')) {\n commands.push({\n commandCode: cmdEl.getAttribute('code') || cmdEl.getAttribute('commandCode') || '',\n commandString: cmdEl.getAttribute('commandString') || ''\n });\n }\n continue;\n }\n if (name === 'tags') {\n // Parse <tags><tag>value</tag>...</tags> into array\n for (const tagEl of child.querySelectorAll('tag')) {\n if (tagEl.textContent) tags.push(tagEl.textContent);\n }\n continue;\n }\n settings[child.tagName] = child.textContent;\n }\n\n const checkRf = display.getAttribute('checkRf') || '';\n const checkSchedule = display.getAttribute('checkSchedule') || '';\n\n // Extract display-level attributes from CMS (server time, status, version info)\n const displayAttrs = {\n date: display.getAttribute('date') || null,\n timezone: display.getAttribute('timezone') || null,\n status: display.getAttribute('status') || null,\n localDate: display.getAttribute('localDate') || null,\n version_instructions: display.getAttribute('version_instructions') || null,\n };\n\n // Extract sync group config if present (multi-display sync coordination)\n const syncGroupVal = settings.syncGroup || null;\n const syncConfig = syncGroupVal ? {\n syncGroup: syncGroupVal,\n syncPublisherPort: parseInt(settings.syncPublisherPort || '9590', 10),\n syncSwitchDelay: parseInt(settings.syncSwitchDelay || '750', 10),\n syncVideoPauseDelay: parseInt(settings.syncVideoPauseDelay || '100', 10),\n isLead: syncGroupVal === 'lead',\n } : null;\n\n return { code, message, settings, tags, commands, displayAttrs, checkRf, checkSchedule, syncConfig };\n }\n\n /**\n * RequiredFiles - get list of files to download\n */\n async requiredFiles() {\n const xml = await this.call('RequiredFiles', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey\n });\n\n return this.parseRequiredFilesResponse(xml);\n }\n\n /**\n * Parse RequiredFiles XML response\n */\n parseRequiredFilesResponse(xml) {\n const parser = new DOMParser();\n const doc = parser.parseFromString(xml, 'text/xml');\n\n const files = [];\n for (const fileEl of doc.querySelectorAll('file')) {\n const file = {\n type: fileEl.getAttribute('type'),\n id: fileEl.getAttribute('id'),\n size: parseInt(fileEl.getAttribute('size') || '0'),\n md5: fileEl.getAttribute('md5'),\n download: fileEl.getAttribute('download'),\n path: fileEl.getAttribute('path'),\n saveAs: fileEl.getAttribute('saveAs') || null,\n fileType: fileEl.getAttribute('fileType') || null,\n code: fileEl.getAttribute('code'),\n layoutid: fileEl.getAttribute('layoutid'),\n regionid: fileEl.getAttribute('regionid'),\n mediaid: fileEl.getAttribute('mediaid')\n };\n\n // Rewrite XMDS download URLs to local proxy cache-through paths.\n // Store the original CMS URL so the proxy can fetch on cache miss.\n if (file.path && file.path.includes('xmds.php')) {\n file.cmsDownloadUrl = file.path;\n const xmdsType = file.fileType; // L=layout, M=media, P=resource\n if (xmdsType === 'L' || file.type === 'layout') {\n file.path = `${PLAYER_API}/layouts/${file.id}`;\n } else if (xmdsType === 'P') {\n file.path = `${PLAYER_API}/dependencies/${file.saveAs || file.id}`;\n } else {\n file.path = `${PLAYER_API}/media/file/${file.saveAs || file.id}`;\n }\n }\n\n files.push(file);\n }\n\n // Parse purge block — files CMS wants the player to delete\n const purgeItems = [];\n const purgeEl = doc.querySelector('purge');\n if (purgeEl) {\n for (const itemEl of purgeEl.querySelectorAll('item')) {\n purgeItems.push({\n id: itemEl.getAttribute('id'),\n storedAs: itemEl.getAttribute('storedAs')\n });\n }\n }\n\n return { files, purge: purgeItems };\n }\n\n /**\n * Schedule - get layout schedule\n */\n async schedule() {\n const xml = await this.call('Schedule', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey\n });\n\n return parseScheduleResponse(xml);\n }\n\n /**\n * GetResource - get rendered widget HTML\n */\n async getResource(layoutId, regionId, mediaId) {\n const xml = await this.call('GetResource', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey,\n layoutId: String(layoutId),\n regionId: String(regionId),\n mediaId: String(mediaId)\n });\n\n return xml;\n }\n\n /**\n * NotifyStatus - report current status\n * @param {Object} status - Status object with currentLayoutId, deviceName, etc.\n */\n async notifyStatus(status) {\n // Enrich with storage estimate if available\n if (typeof navigator !== 'undefined' && navigator.storage?.estimate) {\n try {\n const estimate = await navigator.storage.estimate();\n status.availableSpace = estimate.quota - estimate.usage;\n status.totalSpace = estimate.quota;\n } catch (_) { /* storage estimate not supported */ }\n }\n\n // Add timezone if not already provided\n if (!status.timeZone && typeof Intl !== 'undefined') {\n status.timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;\n }\n\n // Add statusDialog (summary for CMS display status page) if not provided\n if (!status.statusDialog) {\n status.statusDialog = `Current Layout: ${status.currentLayoutId || 'None'}`;\n }\n\n return await this.call('NotifyStatus', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey,\n status: JSON.stringify(status)\n });\n }\n\n /**\n * MediaInventory - report downloaded files\n */\n async mediaInventory(inventoryXml) {\n return await this.call('MediaInventory', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey,\n mediaInventory: inventoryXml\n });\n }\n\n /**\n * BlackList - report broken media to CMS\n * @param {string} mediaId - The media file ID\n * @param {string} type - File type ('media' or 'layout')\n * @param {string} reason - Reason for blacklisting\n * @returns {Promise<boolean>}\n */\n async blackList(mediaId, type, reason) {\n try {\n const xml = await this.call('BlackList', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey,\n mediaId: String(mediaId),\n type: type || 'media',\n reason: reason || 'Failed to render'\n });\n log.info(`BlackListed ${type}/${mediaId}: ${reason}`);\n return xml === 'true';\n } catch (error) {\n log.warn('BlackList failed:', error);\n return false;\n }\n }\n\n /**\n * SubmitLog - submit player logs to CMS for remote debugging\n * @param {string} logXml - XML string containing log entries\n * @returns {Promise<boolean>} - true if logs were successfully submitted\n */\n async submitLog(logXml, hardwareKeyOverride = null) {\n const xml = await this.call('SubmitLog', {\n serverKey: this.config.cmsKey,\n hardwareKey: hardwareKeyOverride || this.config.hardwareKey,\n logXml: logXml\n });\n\n return xml === 'true';\n }\n\n /**\n * SubmitScreenShot - submit screenshot to CMS for display verification\n * @param {string} base64Image - Base64-encoded PNG image data\n * @returns {Promise<boolean>} - true if screenshot was successfully submitted\n */\n async submitScreenShot(base64Image) {\n const xml = await this.call('SubmitScreenShot', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey,\n screenShot: base64Image\n });\n\n return xml === 'true';\n }\n\n /**\n * SubmitStats - submit proof of play statistics\n * @param {string} statsXml - XML-encoded stats string\n * @returns {Promise<boolean>} - true if stats were successfully submitted\n */\n /**\n * ReportFaults - submit fault data to CMS for dashboard alerts\n * @param {string} faultJson - JSON-encoded fault data\n * @returns {Promise<boolean>}\n */\n async reportFaults(faultJson) {\n return this.call('ReportFaults', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey,\n fault: faultJson\n });\n }\n\n /**\n * GetWeather - get current weather data for schedule criteria\n * @returns {Promise<string>} Weather data XML from CMS\n */\n async getWeather() {\n return this.call('GetWeather', {\n serverKey: this.config.cmsKey,\n hardwareKey: this.config.hardwareKey\n });\n }\n\n async submitStats(statsXml, hardwareKeyOverride = null) {\n try {\n const xml = await this.call('SubmitStats', {\n serverKey: this.config.cmsKey,\n hardwareKey: hardwareKeyOverride || this.config.hardwareKey,\n statXml: statsXml\n });\n\n const success = xml === 'true';\n log.info(`SubmitStats result: ${success}`);\n return success;\n } catch (error) {\n log.error('SubmitStats failed:', error);\n throw error;\n }\n }\n}\n","// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * CmsClient interface definition — the unified contract for CMS communication.\n *\n * Both RestClient and XmdsClient implement this interface identically.\n * PlayerCore calls these methods without knowing which transport is underneath.\n * ProtocolDetector selects the implementation at startup.\n *\n * This file provides:\n * 1. JSDoc type definitions for the interface\n * 2. CMS_CLIENT_METHODS — canonical list of required methods\n * 3. assertCmsClient() — runtime conformance check\n *\n * @example\n * import { ProtocolDetector, RestClient, XmdsClient } from '@xiboplayer/xmds';\n *\n * const detector = new ProtocolDetector(cmsUrl, RestClient, XmdsClient);\n * const { client } = await detector.detect(config);\n * // client implements CmsClient — PlayerCore doesn't care which one\n */\n\n/**\n * @typedef {Object} RegisterDisplayResult\n * @property {string} code - 'READY' or error code\n * @property {string} message - Human-readable status message\n * @property {Object|null} settings - Display settings (null if not READY)\n * @property {string[]} tags - Display tags\n * @property {Array<{commandCode: string, commandString: string}>} commands - Scheduled commands\n * @property {Object} displayAttrs - Server-provided attributes (date, timezone, status)\n * @property {string} checkRf - CRC checksum for RequiredFiles (skip if unchanged)\n * @property {string} checkSchedule - CRC checksum for Schedule (skip if unchanged)\n * @property {Object|null} syncConfig - Multi-display sync configuration\n */\n\n/**\n * @typedef {Object} RequiredFilesResult\n * @property {Array<{type: string, id: string, size: number, md5: string, download: string, path: string, saveAs: string|null}>} files\n * @property {Array<{id: string, storedAs: string}>} purge - Files to delete\n */\n\n/**\n * @typedef {Object} CmsClient\n * @property {() => Promise<RegisterDisplayResult>} registerDisplay\n * @property {() => Promise<RequiredFilesResult>} requiredFiles\n * @property {() => Promise<Object>} schedule\n * @property {(layoutId: string, regionId: string, mediaId: string) => Promise<string>} getResource\n * @property {(status: Object) => Promise<any>} notifyStatus\n * @property {(inventoryXml: string|Array) => Promise<any>} mediaInventory\n * @property {(mediaId: string, type: string, reason: string) => Promise<boolean>} blackList\n * @property {(logXml: string|Array, hardwareKeyOverride?: string) => Promise<boolean>} submitLog\n * @property {(base64Image: string) => Promise<boolean>} submitScreenShot\n * @property {(statsXml: string|Array, hardwareKeyOverride?: string) => Promise<boolean>} submitStats\n * @property {(faultJson: string|Object) => Promise<boolean>} reportFaults\n * @property {() => Promise<Object>} getWeather\n */\n\n/**\n * Canonical list of methods that every CmsClient implementation must provide.\n * Used for runtime conformance checks and test assertions.\n */\nexport const CMS_CLIENT_METHODS = [\n 'registerDisplay',\n 'requiredFiles',\n 'schedule',\n 'getResource',\n 'notifyStatus',\n 'mediaInventory',\n 'blackList',\n 'submitLog',\n 'submitScreenShot',\n 'submitStats',\n 'reportFaults',\n 'getWeather',\n];\n\n/**\n * Verify that an object implements the CmsClient interface.\n * Throws if any required method is missing or not a function.\n *\n * @param {any} client - Object to check\n * @param {string} [label] - Label for error messages (e.g. 'RestClient')\n * @throws {Error} If the client doesn't conform\n */\nexport function assertCmsClient(client, label = 'client') {\n for (const method of CMS_CLIENT_METHODS) {\n if (typeof client[method] !== 'function') {\n throw new Error(`${label} missing CmsClient method: ${method}()`);\n }\n }\n}\n","// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * CMS Protocol Auto-Detector\n *\n * Probes the CMS to determine which communication protocol to use:\n * - REST/PlayerRestApi — optimized JSON protocol (custom CMS image)\n * - SOAP/XMDS — universal XML protocol (any vanilla Xibo CMS)\n *\n * Detection logic:\n * 1. GET {cmsUrl}${PLAYER_API}/health with a 3-second timeout\n * 2. If 200 + valid JSON → REST\n * 3. If 404/error/timeout → SOAP (fallback)\n *\n * The detected protocol is cached and can be re-probed on connection errors.\n *\n * @example\n * import { ProtocolDetector } from '@xiboplayer/xmds';\n * import { RestClient, XmdsClient } from '@xiboplayer/xmds';\n *\n * const detector = new ProtocolDetector(config.cmsUrl, RestClient, XmdsClient);\n * const xmds = await detector.detect(config);\n * // xmds is either a RestClient or XmdsClient instance\n *\n * // On connection errors, re-probe:\n * const newXmds = await detector.reprobe(config);\n */\n\nimport { createLogger } from '@xiboplayer/utils';\nimport { assertCmsClient } from './cms-client.js';\n\nconst log = createLogger('Protocol');\n\n/** Default probe timeout in milliseconds */\nconst PROBE_TIMEOUT_MS = 3000;\n\nexport class ProtocolDetector {\n /**\n * @param {string} cmsUrl - CMS base URL\n * @param {typeof import('./rest-client.js').RestClient} RestClientClass - RestClient constructor\n * @param {typeof import('./xmds-client.js').XmdsClient} XmdsClientClass - XmdsClient constructor\n * @param {Object} [options]\n * @param {number} [options.probeTimeoutMs=3000] - Timeout for health probe\n */\n constructor(cmsUrl, RestClientClass, XmdsClientClass, options = {}) {\n this.cmsUrl = cmsUrl;\n this.RestClient = RestClientClass;\n this.XmdsClient = XmdsClientClass;\n this.probeTimeoutMs = options.probeTimeoutMs || PROBE_TIMEOUT_MS;\n\n /** @type {'rest'|'xmds'|null} Detected protocol (null = not yet probed) */\n this.protocol = null;\n\n /** @type {number} Timestamp of last successful probe */\n this.lastProbeTime = 0;\n }\n\n /**\n * Probe the CMS health endpoint to determine protocol availability.\n * @returns {Promise<boolean>} true if REST/PlayerRestApi is available\n */\n async probe() {\n const available = await this.RestClient.isAvailable(this.cmsUrl, {\n maxRetries: 0,\n timeoutMs: this.probeTimeoutMs,\n });\n this.lastProbeTime = Date.now();\n return available;\n }\n\n /**\n * Detect the best protocol and create the appropriate client.\n * On first call, probes the CMS. On subsequent calls, returns the cached\n * protocol unless reprobe() is called.\n *\n * @param {Object} config - Player configuration (passed to client constructor)\n * @param {string} [forceProtocol] - 'rest'|'xmds' to skip detection\n * @returns {Promise<{client: any, protocol: 'rest'|'xmds'}>}\n */\n async detect(config, forceProtocol) {\n if (forceProtocol === 'rest') {\n this.protocol = 'rest';\n log.info('Using REST transport (forced)');\n const client = new this.RestClient(config);\n assertCmsClient(client, 'RestClient');\n return { client, protocol: 'rest' };\n }\n\n if (forceProtocol === 'xmds') {\n this.protocol = 'xmds';\n log.info('Using XMDS/SOAP transport (forced)');\n const client = new this.XmdsClient(config);\n assertCmsClient(client, 'XmdsClient');\n return { client, protocol: 'xmds' };\n }\n\n // Auto-detect\n log.info('Probing CMS for REST API availability...');\n let isRest = false;\n try {\n isRest = await this.probe();\n } catch (e) {\n log.warn('REST probe failed:', e?.message || e);\n }\n\n if (isRest) {\n this.protocol = 'rest';\n log.info('REST transport detected — using PlayerRestApi');\n const client = new this.RestClient(config);\n assertCmsClient(client, 'RestClient');\n return { client, protocol: 'rest' };\n }\n\n this.protocol = 'xmds';\n log.info('REST unavailable — using XMDS/SOAP transport');\n const client = new this.XmdsClient(config);\n assertCmsClient(client, 'XmdsClient');\n return { client, protocol: 'xmds' };\n }\n\n /**\n * Re-probe the CMS and potentially switch protocols.\n * Called on connection errors to check if the CMS was upgraded/downgraded.\n *\n * @param {Object} config - Player configuration\n * @returns {Promise<{client: any, protocol: 'rest'|'xmds', changed: boolean}>}\n */\n async reprobe(config) {\n const previousProtocol = this.protocol;\n\n log.info('Re-probing CMS protocol...');\n let isRest = false;\n try {\n isRest = await this.probe();\n } catch (e) {\n log.warn('Re-probe failed:', e?.message || e);\n }\n\n const newProtocol = isRest ? 'rest' : 'xmds';\n const changed = newProtocol !== previousProtocol;\n\n if (changed) {\n log.info(`Protocol changed: ${previousProtocol} → ${newProtocol}`);\n this.protocol = newProtocol;\n const client = isRest ? new this.RestClient(config) : new this.XmdsClient(config);\n assertCmsClient(client, isRest ? 'RestClient' : 'XmdsClient');\n return { client, protocol: newProtocol, changed: true };\n }\n\n log.info(`Protocol unchanged: ${newProtocol}`);\n return { client: null, protocol: newProtocol, changed: false };\n }\n\n /**\n * Get the currently detected protocol.\n * @returns {'rest'|'xmds'|null}\n */\n getProtocol() {\n return this.protocol;\n }\n}\n"],"names":["log","createLogger","RestClient","config","PLAYER_API","_a","path","etag","data","oldest","url","response","fetchWithRetry","errorBody","queryParams","_retrying","token","key","value","cacheKey","headers","cachedEtag","cached","contentType","method","body","os","json","display","attrs","code","message","settings","tags","commands","c","extractTag","t","checkRf","checkSchedule","displayAttrs","syncConfig","files","m","l","w","d","layoutId","regionId","mediaId","status","estimate","inventoryXml","type","reason","logXml","hardwareKeyOverride","result","base64Image","statsXml","success","error","faultJson","cmsUrl","retryOptions","timeoutMs","fetchOptions","parseCriteria","parentEl","criteria","child","parseScheduleResponse","xml","doc","schedule","scheduleEl","globalDeps","el","depContainer","fileEl","defaultEl","defaultDeps","campaignEl","campaign","layoutEl","fileId","depEls","overlaysContainer","overlayEl","actionsContainer","actionEl","cmdEl","dataConnectorsContainer","dcEl","XmdsClient","params","paramElements","escaped","xmdsUrl","fault","faultString","_b","responseTag","responseEl","returnEl","name","tagEl","syncGroupVal","file","xmdsType","purgeItems","purgeEl","itemEl","CMS_CLIENT_METHODS","assertCmsClient","client","label","PROBE_TIMEOUT_MS","ProtocolDetector","RestClientClass","XmdsClientClass","options","available","forceProtocol","isRest","e","previousProtocol","newProtocol"],"mappings":"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"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import"./modulepreload-polyfill-B5Qt9EMX.js";import{config as e}from"./index-Bgo3B90-.js";import{R as P,X as K}from"./protocol-detector-TSZru2q-.js";const L="0.7.1";document.getElementById("version-footer").textContent=`Xibo Player v${L}`;const T=document.getElementById("setup-form"),h=document.getElementById("error"),c=document.getElementById("submit-btn"),S=document.getElementById("phase-unlock"),I=document.getElementById("phase-setup"),b=document.getElementById("phase-waiting"),C=document.getElementById("countdown"),$=document.getElementById("waiting-display-name"),z=document.getElementById("btn-back"),N=document.getElementById("success-flash"),v=e.hardwareKey;document.getElementById("hw-key-display").textContent=v;document.getElementById("hw-key-waiting").textContent=v;const j=e.cmsUrl||"";let y=null,d=null,x=15,r=null;async function k(){if(r)return r;try{const t=new P(e);await t.registerDisplay(),console.log("[Setup] Using REST transport"),r=t}catch(t){console.log("[Setup] REST unavailable, using XMDS/SOAP:",t.message),r=new K(e)}return r}function p(t){S.classList.remove("active"),I.classList.remove("active"),b.classList.remove("active"),t.classList.add("active")}function O(t){h.textContent=t,h.style.display="block"}function _(){h.style.display="none"}function w(){let t=x;C.textContent=t,clearInterval(d),d=setInterval(()=>{t--,C.textContent=Math.max(0,t),t<=0&&clearInterval(d)},1e3)}async function E(){if(document.getElementById("cms-url").value.trim().replace(/\/$/,"")!==j){console.log("[Setup] CMS URL changed — wiping cached content");const n=await caches.keys();await Promise.all(n.map(a=>caches.delete(a)))}N.classList.add("active"),setTimeout(()=>{window.location.href="/player/index.html"+window.location.search},800)}async function M(){try{const n=await(await k()).registerDisplay();if(console.log("[Setup] Poll result:",n.code,n.message),n.code==="READY"){clearInterval(y),clearInterval(d),E();return}w()}catch(t){console.warn("[Setup] Poll failed:",t.message),w()}}function A(t){$.textContent=t,p(b),w(),y=setInterval(M,x*1e3)}function D(){clearInterval(y),clearInterval(d),y=null}async function X(t,n){const a=document.getElementById("api-client-id").value.trim(),o=document.getElementById("api-client-secret").value.trim();if(!a||!o)return!1;try{const l=await fetch("/api/authorize/access_token",{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams({grant_type:"client_credentials",client_id:a,client_secret:o})});if(!l.ok)throw new Error(`OAuth2 failed: ${l.status}`);const{access_token:s}=await l.json(),i=await fetch(`/api/display?hardwareKey=${encodeURIComponent(n)}`,{headers:{Authorization:`Bearer ${s}`}});if(!i.ok)throw new Error(`Find display failed: ${i.status}`);const g=await i.json();if(!g.length)return console.log("[Setup] Display not found via API (may not be registered yet)"),!1;const m=g[0];if(m.licensed===1)return console.log("[Setup] Display already authorized"),!0;const f=await fetch(`/api/display/authorise/${m.displayId}`,{method:"PUT",headers:{Authorization:`Bearer ${s}`}});if(!f.ok)throw new Error(`Authorize failed: ${f.status}`);return console.log("[Setup] Display auto-authorized via proxy!"),e.apiClientId=a,e.apiClientSecret=o,!0}catch(l){return console.warn("[Setup] Auto-authorize failed:",l.message),!1}}const u=e.isConfigured()&&e.cmsKey,B=new URLSearchParams(window.location.search).has("unlocked"),R=document.getElementById("btn-back-player");u&&!B&&p(S);(u||B)&&(R.style.display="block",document.getElementById("cms-url").value=e.cmsUrl,document.getElementById("cms-key").value=e.cmsKey,document.getElementById("display-name").value=e.displayName,e.apiClientId&&(document.getElementById("api-client-id").value=e.apiClientId,document.getElementById("api-client-secret").value=e.apiClientSecret||""));function U(){D(),window.location.href="/player/index.html"+window.location.search}R.addEventListener("click",U);(u||B)&&document.addEventListener("keydown",t=>{t.key==="Escape"&&(t.preventDefault(),U())});document.getElementById("unlock-form").addEventListener("submit",t=>{t.preventDefault();const n=document.getElementById("unlock-error");document.getElementById("unlock-key").value.trim()===e.cmsKey?(n.style.display="none",document.getElementById("cms-url").value=e.cmsUrl,document.getElementById("cms-key").value=e.cmsKey,document.getElementById("display-name").value=e.displayName,e.apiClientId&&(document.getElementById("api-client-id").value=e.apiClientId,document.getElementById("api-client-secret").value=e.apiClientSecret||""),p(I)):(n.textContent="Incorrect CMS key",n.style.display="block")});!u&&e.isConfigured()&&(document.getElementById("cms-url").value=e.cmsUrl,document.getElementById("cms-key").value=e.cmsKey,document.getElementById("display-name").value=e.displayName,e.apiClientId&&(document.getElementById("api-client-id").value=e.apiClientId,document.getElementById("api-client-secret").value=e.apiClientSecret||""));T.addEventListener("submit",async t=>{var l;t.preventDefault(),_();const n=document.getElementById("cms-url").value.trim().replace(/\/$/,""),a=document.getElementById("cms-key").value.trim(),o=document.getElementById("display-name").value.trim();try{c.textContent="Saving...",c.disabled=!0;const s=window.electronAPI||((l=window.parent)==null?void 0:l.electronAPI);if(s!=null&&s.setConfig)await s.setConfig({cmsUrl:n,cmsKey:a,displayName:o});else if(!(await fetch("/config",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cmsUrl:n,cmsKey:a,displayName:o})})).ok)throw new Error("Failed to save config");e.data.cmsUrl=n,e.data.cmsKey=a,e.data.displayName=o,e.save(),Y(e.hardwareKey),c.textContent="Connecting...",r=null;const i=await k();if((await i.registerDisplay()).code==="READY")E();else{if(c.textContent="Authorizing...",await X(n,v)&&(await i.registerDisplay()).code==="READY"){E();return}A(o)}}catch(s){O(`Connection failed: ${s.message}`),c.textContent="Connect",c.disabled=!1}});z.addEventListener("click",()=>{D(),p(I),c.textContent="Connect",c.disabled=!1});async function Y(t){try{const n=indexedDB.open("xibo-hw-backup",1);n.onupgradeneeded=()=>{const a=n.result;a.objectStoreNames.contains("keys")||a.createObjectStore("keys")},n.onsuccess=()=>{const a=n.result,o=a.transaction("keys","readwrite");o.objectStore("keys").put(t,"hardwareKey"),o.oncomplete=()=>a.close()}}catch(n){console.warn("[Setup] IndexedDB backup failed:",n)}}c.disabled=!1;c.textContent="Connect";e.isConfigured()&&!u&&(async()=>{try{(await(await k()).registerDisplay()).code==="READY"?window.location.href="/player/index.html":A(e.displayName)}catch{console.log("[Setup] Auto-check failed, showing form")}})();
|
|
2
|
+
//# sourceMappingURL=setup-C2E5DwAO.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setup-C2E5DwAO.js","sources":["../../setup.html?html-proxy&index=1.js"],"sourcesContent":["\n import { config } from '@xiboplayer/utils';\n import { RestClient, XmdsClient } from '@xiboplayer/xmds';\n\n // Inject version from Vite build\n const appVersion = typeof __APP_VERSION__ !== 'undefined' ? __APP_VERSION__ : '?';\n document.getElementById('version-footer').textContent = `Xibo Player v${appVersion}`;\n\n // ── Elements ──\n const form = document.getElementById('setup-form');\n const errorEl = document.getElementById('error');\n const submitBtn = document.getElementById('submit-btn');\n const phaseUnlock = document.getElementById('phase-unlock');\n const phaseSetup = document.getElementById('phase-setup');\n const phaseWaiting = document.getElementById('phase-waiting');\n const countdownEl = document.getElementById('countdown');\n const waitingNameEl = document.getElementById('waiting-display-name');\n const btnBack = document.getElementById('btn-back');\n const successFlash = document.getElementById('success-flash');\n\n // Show hardware key\n const hwKey = config.hardwareKey;\n document.getElementById('hw-key-display').textContent = hwKey;\n document.getElementById('hw-key-waiting').textContent = hwKey;\n\n // ── State ──\n const previousCmsUrl = config.cmsUrl || '';\n let pollTimer = null;\n let countdownTimer = null;\n let pollSeconds = 15;\n\n // ── Transport: try REST first, fall back to SOAP ──\n let transport = null;\n async function getTransport() {\n if (transport) return transport;\n try {\n const rest = new RestClient(config);\n await rest.registerDisplay();\n console.log('[Setup] Using REST transport');\n transport = rest;\n } catch (e) {\n console.log('[Setup] REST unavailable, using XMDS/SOAP:', e.message);\n transport = new XmdsClient(config);\n }\n return transport;\n }\n\n // ── Helpers ──\n function showPhase(phase) {\n phaseUnlock.classList.remove('active');\n phaseSetup.classList.remove('active');\n phaseWaiting.classList.remove('active');\n phase.classList.add('active');\n }\n\n function showError(msg) {\n errorEl.textContent = msg;\n errorEl.style.display = 'block';\n }\n\n function hideError() {\n errorEl.style.display = 'none';\n }\n\n function startCountdown() {\n let remaining = pollSeconds;\n countdownEl.textContent = remaining;\n clearInterval(countdownTimer);\n countdownTimer = setInterval(() => {\n remaining--;\n countdownEl.textContent = Math.max(0, remaining);\n if (remaining <= 0) clearInterval(countdownTimer);\n }, 1000);\n }\n\n async function showSuccess() {\n // If CMS URL changed, wipe all cached content (media, layouts, widgets\n // from the old CMS are useless) and the SW's cached index.html (which\n // may have a stale config injection script).\n const newUrl = document.getElementById('cms-url').value.trim().replace(/\\/$/, '');\n if (newUrl !== previousCmsUrl) {\n console.log('[Setup] CMS URL changed — wiping cached content');\n const cacheNames = await caches.keys();\n await Promise.all(cacheNames.map(name => caches.delete(name)));\n }\n successFlash.classList.add('active');\n setTimeout(() => {\n window.location.href = '/player/index.html' + window.location.search;\n }, 800);\n }\n\n // ── Authorization Polling ──\n async function checkAuthorization() {\n try {\n const client = await getTransport();\n const result = await client.registerDisplay();\n console.log('[Setup] Poll result:', result.code, result.message);\n\n if (result.code === 'READY') {\n // Authorized!\n clearInterval(pollTimer);\n clearInterval(countdownTimer);\n showSuccess();\n return;\n }\n\n // Still waiting — restart countdown\n startCountdown();\n } catch (error) {\n console.warn('[Setup] Poll failed:', error.message);\n startCountdown();\n }\n }\n\n function startPolling(displayName) {\n waitingNameEl.textContent = displayName;\n showPhase(phaseWaiting);\n startCountdown();\n pollTimer = setInterval(checkAuthorization, pollSeconds * 1000);\n }\n\n function stopPolling() {\n clearInterval(pollTimer);\n clearInterval(countdownTimer);\n pollTimer = null;\n }\n\n // ── Auto-authorize via CMS API (through /api/* forward proxy) ──\n async function tryAutoAuthorize(cmsUrl, hardwareKey) {\n const clientId = document.getElementById('api-client-id').value.trim();\n const clientSecret = document.getElementById('api-client-secret').value.trim();\n if (!clientId || !clientSecret) return false;\n\n try {\n // Step 1: OAuth2 token via proxy\n const tokenResp = await fetch('/api/authorize/access_token', {\n method: 'POST',\n headers: { 'Content-Type': 'application/x-www-form-urlencoded' },\n body: new URLSearchParams({ grant_type: 'client_credentials', client_id: clientId, client_secret: clientSecret }),\n });\n if (!tokenResp.ok) throw new Error(`OAuth2 failed: ${tokenResp.status}`);\n const { access_token } = await tokenResp.json();\n\n // Step 2: Find display by hardwareKey via proxy\n const displayResp = await fetch(\n `/api/display?hardwareKey=${encodeURIComponent(hardwareKey)}`,\n { headers: { Authorization: `Bearer ${access_token}` } }\n );\n if (!displayResp.ok) throw new Error(`Find display failed: ${displayResp.status}`);\n const displays = await displayResp.json();\n if (!displays.length) { console.log('[Setup] Display not found via API (may not be registered yet)'); return false; }\n\n const display = displays[0];\n if (display.licensed === 1) { console.log('[Setup] Display already authorized'); return true; }\n\n // Step 3: Authorize display via proxy\n const authResp = await fetch(\n `/api/display/authorise/${display.displayId}`,\n { method: 'PUT', headers: { Authorization: `Bearer ${access_token}` } }\n );\n if (!authResp.ok) throw new Error(`Authorize failed: ${authResp.status}`);\n\n console.log('[Setup] Display auto-authorized via proxy!');\n config.apiClientId = clientId;\n config.apiClientSecret = clientSecret;\n return true;\n } catch (error) {\n console.warn('[Setup] Auto-authorize failed:', error.message);\n return false;\n }\n }\n\n // ── Unlock gate for reconfiguration ──\n const isReconfigure = config.isConfigured() && config.cmsKey;\n const alreadyUnlocked = new URLSearchParams(window.location.search).has('unlocked');\n const btnBackPlayer = document.getElementById('btn-back-player');\n if (isReconfigure && !alreadyUnlocked) {\n // Show unlock phase instead of setup form\n showPhase(phaseUnlock);\n }\n if (isReconfigure || alreadyUnlocked) {\n // Show \"Back to Player\" on the setup form\n btnBackPlayer.style.display = 'block';\n // Pre-fill form with existing config\n document.getElementById('cms-url').value = config.cmsUrl;\n document.getElementById('cms-key').value = config.cmsKey;\n document.getElementById('display-name').value = config.displayName;\n if (config.apiClientId) {\n document.getElementById('api-client-id').value = config.apiClientId;\n document.getElementById('api-client-secret').value = config.apiClientSecret || '';\n }\n }\n\n // ── Back to Player (cancel reconfiguration) ──\n function goBackToPlayer() {\n stopPolling();\n window.location.href = '/player/index.html' + window.location.search;\n }\n btnBackPlayer.addEventListener('click', goBackToPlayer);\n\n // Esc also goes back to player when reconfiguring\n if (isReconfigure || alreadyUnlocked) {\n document.addEventListener('keydown', (e) => {\n if (e.key === 'Escape') {\n e.preventDefault();\n goBackToPlayer();\n }\n });\n }\n\n // ── Unlock form handler ──\n document.getElementById('unlock-form').addEventListener('submit', (e) => {\n e.preventDefault();\n const unlockError = document.getElementById('unlock-error');\n const enteredKey = document.getElementById('unlock-key').value.trim();\n\n if (enteredKey === config.cmsKey) {\n unlockError.style.display = 'none';\n // Pre-fill form with existing config\n document.getElementById('cms-url').value = config.cmsUrl;\n document.getElementById('cms-key').value = config.cmsKey;\n document.getElementById('display-name').value = config.displayName;\n if (config.apiClientId) {\n document.getElementById('api-client-id').value = config.apiClientId;\n document.getElementById('api-client-secret').value = config.apiClientSecret || '';\n }\n showPhase(phaseSetup);\n } else {\n unlockError.textContent = 'Incorrect CMS key';\n unlockError.style.display = 'block';\n }\n });\n\n // ── Pre-fill if first-time setup (no unlock gate) ──\n if (!isReconfigure && config.isConfigured()) {\n document.getElementById('cms-url').value = config.cmsUrl;\n document.getElementById('cms-key').value = config.cmsKey;\n document.getElementById('display-name').value = config.displayName;\n if (config.apiClientId) {\n document.getElementById('api-client-id').value = config.apiClientId;\n document.getElementById('api-client-secret').value = config.apiClientSecret || '';\n }\n }\n\n // ── Form Submit ──\n form.addEventListener('submit', async (e) => {\n e.preventDefault();\n hideError();\n\n const cmsUrl = document.getElementById('cms-url').value.trim().replace(/\\/$/, '');\n const cmsKey = document.getElementById('cms-key').value.trim();\n const displayName = document.getElementById('display-name').value.trim();\n\n // Write config.json via proxy (master config file)\n // The boot path (proxy injection → Config.load()) handles the rest.\n try {\n submitBtn.textContent = 'Saving...';\n submitBtn.disabled = true;\n\n const electronAPI = window.electronAPI || window.parent?.electronAPI;\n if (electronAPI?.setConfig) {\n await electronAPI.setConfig({ cmsUrl, cmsKey, displayName });\n } else {\n const saveResp = await fetch('/config', {\n method: 'POST',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify({ cmsUrl, cmsKey, displayName }),\n });\n if (!saveResp.ok) throw new Error('Failed to save config');\n }\n\n // Also update in-memory config for the test connection below\n config.data.cmsUrl = cmsUrl;\n config.data.cmsKey = cmsKey;\n config.data.displayName = displayName;\n config.save();\n\n // Backup hardware key to IndexedDB for stability\n backupHardwareKey(config.hardwareKey);\n\n // Test connection\n submitBtn.textContent = 'Connecting...';\n\n // Try REST first, fall back to SOAP\n transport = null; // reset transport for fresh detection\n const client = await getTransport();\n const result = await client.registerDisplay();\n\n if (result.code === 'READY') {\n showSuccess();\n } else {\n // Try auto-authorize via CMS API if credentials provided\n submitBtn.textContent = 'Authorizing...';\n const autoAuthed = await tryAutoAuthorize(cmsUrl, hwKey);\n\n if (autoAuthed) {\n // Verify registration\n const recheck = await client.registerDisplay();\n if (recheck.code === 'READY') {\n showSuccess();\n return;\n }\n }\n\n // Not authorized yet — switch to polling phase\n startPolling(displayName);\n }\n } catch (error) {\n showError(`Connection failed: ${error.message}`);\n submitBtn.textContent = 'Connect';\n submitBtn.disabled = false;\n }\n });\n\n // ── Back button ──\n btnBack.addEventListener('click', () => {\n stopPolling();\n showPhase(phaseSetup);\n submitBtn.textContent = 'Connect';\n submitBtn.disabled = false;\n });\n\n // ── IndexedDB hardware key backup ──\n async function backupHardwareKey(key) {\n try {\n const req = indexedDB.open('xibo-hw-backup', 1);\n req.onupgradeneeded = () => {\n const db = req.result;\n if (!db.objectStoreNames.contains('keys')) {\n db.createObjectStore('keys');\n }\n };\n req.onsuccess = () => {\n const db = req.result;\n const tx = db.transaction('keys', 'readwrite');\n tx.objectStore('keys').put(key, 'hardwareKey');\n tx.oncomplete = () => db.close();\n };\n } catch (e) {\n console.warn('[Setup] IndexedDB backup failed:', e);\n }\n }\n\n // ── Enable submit ──\n submitBtn.disabled = false;\n submitBtn.textContent = 'Connect';\n\n // ── Auto-resume polling if already registered but not authorized ──\n // Skip auto-resume when reconfiguring (user explicitly opened setup)\n if (config.isConfigured() && !isReconfigure) {\n (async () => {\n try {\n const client = await getTransport();\n const result = await client.registerDisplay();\n if (result.code === 'READY') {\n window.location.href = '/player/index.html';\n } else {\n // Not authorized — go straight to polling\n startPolling(config.displayName);\n }\n } catch (e) {\n // Connection failed, show form\n console.log('[Setup] Auto-check failed, showing form');\n }\n })();\n }\n "],"names":["appVersion","form","errorEl","submitBtn","phaseUnlock","phaseSetup","phaseWaiting","countdownEl","waitingNameEl","btnBack","successFlash","hwKey","config","previousCmsUrl","pollTimer","countdownTimer","pollSeconds","transport","getTransport","rest","RestClient","e","XmdsClient","showPhase","phase","showError","msg","hideError","startCountdown","remaining","showSuccess","cacheNames","name","checkAuthorization","result","error","startPolling","displayName","stopPolling","tryAutoAuthorize","cmsUrl","hardwareKey","clientId","clientSecret","tokenResp","access_token","displayResp","displays","display","authResp","isReconfigure","alreadyUnlocked","btnBackPlayer","goBackToPlayer","unlockError","cmsKey","electronAPI","_a","backupHardwareKey","client","key","req","db","tx"],"mappings":"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"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{createLogger as _}from"./index-Bgo3B90-.js";const w="xibo-sync";class g{constructor(t=w){this.channel=new BroadcastChannel(t),this._connected=!0}send(t){this.channel&&this.channel.postMessage(t)}onMessage(t){this.channel.onmessage=e=>t(e.data)}close(){this.channel&&(this.channel.close(),this.channel=null),this._connected=!1}get connected(){return this._connected&&!!this.channel}}const u=1e3,I=3e4,S=2;class L{constructor(t,{syncGroup:e,displayId:i,topology:s,token:a}={}){this._url=t,this._syncGroup=e||null,this._displayId=i||null,this._topology=s||null,this._token=a||null,this._callback=null,this._closed=!1,this._retryMs=u,this._retryTimer=null,this._log=_("WS-Sync"),this.ws=null,this._connect()}send(t){var e;((e=this.ws)==null?void 0:e.readyState)===WebSocket.OPEN&&this.ws.send(JSON.stringify(t))}onMessage(t){this._callback=t}close(){this._closed=!0,this._retryTimer&&(clearTimeout(this._retryTimer),this._retryTimer=null),this.ws&&(this.ws.close(),this.ws=null)}get connected(){var t;return((t=this.ws)==null?void 0:t.readyState)===WebSocket.OPEN}_connect(){if(!this._closed){try{this.ws=new WebSocket(this._url)}catch(t){this._log.error("WebSocket creation failed:",t.message),this._scheduleReconnect();return}this.ws.onopen=()=>{if(this._log.info(`Connected to ${this._url}`),this._retryMs=u,this._syncGroup){const t={type:"join",syncGroup:this._syncGroup};this._displayId&&(t.displayId=this._displayId),this._topology&&(t.topology=this._topology),this._token&&(t.token=this._token),this.ws.send(JSON.stringify(t))}},this.ws.onmessage=async t=>{if(this._callback)try{let e=t.data;typeof e!="string"&&(e=e instanceof Blob?await e.text():String(e));const i=JSON.parse(e);this._callback(i)}catch(e){this._log.warn("Failed to parse message:",e.message)}},this.ws.onclose=()=>{this._closed||(this._log.info("Connection closed — will reconnect"),this._scheduleReconnect())},this.ws.onerror=t=>{this._log.warn("WebSocket error")}}}_scheduleReconnect(){this._closed||this._retryTimer||(this._log.info(`Reconnecting in ${this._retryMs}ms...`),this._retryTimer=setTimeout(()=>{this._retryTimer=null,this._connect()},this._retryMs),this._retryMs=Math.min(this._retryMs*S,I))}}function D({choreography:n,position:t,totalDisplays:e,topology:i,gridCols:s,gridRows:a,staggerMs:o}){return!n||n==="simultaneous"||!o?0:i&&s!=null&&a!=null?s<=1&&a<=1?0:b(n,i,s,a,o):e==null||e<=1?0:k(n,t??0,e,o)}function k(n,t,e,i){const s=e-1,a=s/2;switch(n){case"wave-right":return t*i;case"wave-left":return(s-t)*i;case"center-out":return Math.round(Math.abs(t-a))*i;case"outside-in":return(Math.round(a)-Math.round(Math.abs(t-a)))*i;case"random":return Math.floor(Math.random()*s*i);default:return 0}}function b(n,t,e,i,s){const{x:a,y:o}=t,r=e-1,l=i-1,c=r/2,y=l/2;switch(n){case"wave-right":return a*s;case"wave-left":return(r-a)*s;case"wave-down":return o*s;case"wave-up":return(l-o)*s;case"diagonal-tl":return(a+o)*s;case"diagonal-tr":return(r-a+o)*s;case"diagonal-bl":return(a+(l-o))*s;case"diagonal-br":return(r-a+(l-o))*s;case"center-out":{const h=Math.sqrt((a-c)**2+(o-y)**2);return Math.round(h)*s}case"outside-in":{const h=Math.round(Math.sqrt(c**2+y**2)),p=Math.sqrt((a-c)**2+(o-y)**2);return(h-Math.round(p))*s}case"random":{const h=r+l;return Math.floor(Math.random()*h*s)}default:return 0}}const f=5e3,d=15e3,R=1e4;class A{constructor(t){this.displayId=t.displayId,this.syncConfig=t.syncConfig,this.isLead=t.syncConfig.isLead,this.switchDelay=t.syncConfig.syncSwitchDelay||750,this.videoPauseDelay=t.syncConfig.syncVideoPauseDelay||100,this.onLayoutChange=t.onLayoutChange||(()=>{}),this.onLayoutShow=t.onLayoutShow||(()=>{}),this.onVideoStart=t.onVideoStart||(()=>{}),this.onStatsReport=t.onStatsReport||null,this.onLogsReport=t.onLogsReport||null,this.onStatsAck=t.onStatsAck||null,this.onLogsAck=t.onLogsAck||null,this.onGroupUpdate=t.onGroupUpdate||null,this.transport=t.transport||null,this.followers=new Map,this._heartbeatTimer=null,this._cleanupTimer=null,this._readyResolve=null,this._pendingLayoutId=null,this._started=!1,this._log=_(this.isLead?"Sync:LEAD":"Sync:FOLLOW")}get channel(){return this.transport}set channel(t){this.transport=t}start(){if(!this._started){if(this._started=!0,!this.transport)if(this.syncConfig.relayUrl)this.transport=new L(this.syncConfig.relayUrl,{syncGroup:this.syncConfig.syncGroup,displayId:this.displayId,topology:this.syncConfig.topology,token:this.syncConfig.syncToken});else if(typeof BroadcastChannel<"u")this.transport=new g;else{this._log.warn("No transport available — sync disabled");return}this.transport.onMessage(t=>this._handleMessage(t)),this._heartbeatTimer=setInterval(()=>this._sendHeartbeat(),f),this._sendHeartbeat(),this.isLead&&(this._cleanupTimer=setInterval(()=>this._cleanupStaleFollowers(),f)),this._log.info("Started. DisplayId:",this.displayId,this.syncConfig.relayUrl?`(relay: ${this.syncConfig.relayUrl})`:"(BroadcastChannel)")}}stop(){this._started&&(this._started=!1,this._heartbeatTimer&&(clearInterval(this._heartbeatTimer),this._heartbeatTimer=null),this._cleanupTimer&&(clearInterval(this._cleanupTimer),this._cleanupTimer=null),this.transport&&(this.transport.close(),this.transport=null),this.followers.clear(),this._log.info("Stopped"))}async requestLayoutChange(t){if(!this.isLead){this._log.warn("requestLayoutChange called on follower — ignoring");return}t=String(t),this._pendingLayoutId=t;for(const[,s]of this.followers)Date.now()-s.lastSeen>d||(s.ready=!1,s.readyLayoutId=null);const e=Date.now()+this.switchDelay;this._log.info(`Requesting layout change: ${t} (show at ${new Date(e).toISOString()}, ${this.followers.size} followers)`),this._send({type:"layout-change",layoutId:t,showAt:e,displayId:this.displayId}),this.followers.size>0&&await this._waitForFollowersReady(t);const i=e-Date.now();i>0&&await new Promise(s=>setTimeout(s,i)),this._log.info(`Sending layout-show: ${t}`),this._send({type:"layout-show",layoutId:t,displayId:this.displayId}),this.onLayoutShow(t),this._pendingLayoutId=null}async requestVideoStart(t,e){this.isLead&&(await new Promise(i=>setTimeout(i,this.videoPauseDelay)),this._send({type:"video-start",layoutId:String(t),regionId:e,displayId:this.displayId}),this.onVideoStart(String(t),e))}reportReady(t){t=String(t),this._log.info(`Reporting ready for layout ${t}`),this._send({type:"layout-ready",layoutId:t,displayId:this.displayId})}reportStats(t){this.isLead||(this._log.info("Delegating stats to lead"),this._send({type:"stats-report",displayId:this.displayId,statsXml:t}))}reportLogs(t){this.isLead||(this._log.info("Delegating logs to lead"),this._send({type:"logs-report",displayId:this.displayId,logsXml:t}))}_handleMessage(t){if(t.type==="group-update"){this._log.info(`Group update: ${t.totalDisplays} displays`),this.onGroupUpdate&&this.onGroupUpdate(t.totalDisplays,t.topology||{});return}if(t.displayId!==this.displayId)switch(t.type){case"heartbeat":this._handleHeartbeat(t);break;case"layout-change":this.isLead||(this._log.info(`Layout change requested: ${t.layoutId}`),this.onLayoutChange(t.layoutId,t.showAt));break;case"layout-ready":this.isLead&&this._handleFollowerReady(t);break;case"layout-show":this.isLead||(this._log.info(`Layout show signal: ${t.layoutId}`),this.onLayoutShow(t.layoutId));break;case"video-start":this.isLead||(this._log.info(`Video start signal: ${t.layoutId} region ${t.regionId}`),this.onVideoStart(t.layoutId,t.regionId));break;case"stats-report":if(this.isLead&&this.onStatsReport){const e=()=>this._send({type:"stats-ack",displayId:this.displayId,targetDisplayId:t.displayId});this.onStatsReport(t.displayId,t.statsXml,e)}break;case"logs-report":if(this.isLead&&this.onLogsReport){const e=()=>this._send({type:"logs-ack",displayId:this.displayId,targetDisplayId:t.displayId});this.onLogsReport(t.displayId,t.logsXml,e)}break;case"stats-ack":!this.isLead&&t.targetDisplayId===this.displayId&&this.onStatsAck&&(this._log.info("Stats acknowledged by lead"),this.onStatsAck(t.targetDisplayId));break;case"logs-ack":!this.isLead&&t.targetDisplayId===this.displayId&&this.onLogsAck&&(this._log.info("Logs acknowledged by lead"),this.onLogsAck(t.targetDisplayId));break;default:this._log.warn("Unknown message type:",t.type)}}_handleHeartbeat(t){const e=this.followers.get(t.displayId);e?e.lastSeen=Date.now():(this.followers.set(t.displayId,{lastSeen:Date.now(),ready:!1,readyLayoutId:null,role:t.role||"unknown"}),this._log.info(`Follower joined: ${t.displayId} (${this.followers.size} total)`))}_handleFollowerReady(t){const e=this.followers.get(t.displayId);e?(e.ready=!0,e.readyLayoutId=t.layoutId,e.lastSeen=Date.now()):this.followers.set(t.displayId,{lastSeen:Date.now(),ready:!0,readyLayoutId:t.layoutId}),this._log.info(`Follower ${t.displayId} ready for layout ${t.layoutId}`),this._pendingLayoutId===t.layoutId&&this._readyResolve&&this._allFollowersReady(t.layoutId)&&(this._log.info("All followers ready"),this._readyResolve(),this._readyResolve=null)}_allFollowersReady(t){for(const[,e]of this.followers)if(!(Date.now()-e.lastSeen>d)&&(!e.ready||e.readyLayoutId!==t))return!1;return!0}_waitForFollowersReady(t){return new Promise(e=>{if(this._allFollowersReady(t)){e();return}this._readyResolve=e,setTimeout(()=>{if(this._readyResolve===e){const i=[];for(const[s,a]of this.followers)(!a.ready||a.readyLayoutId!==t)&&i.push(s);this._log.warn(`Ready timeout — proceeding without: ${i.join(", ")}`),this._readyResolve=null,e()}},R)})}_sendHeartbeat(){this._send({type:"heartbeat",displayId:this.displayId,role:this.isLead?"lead":"follower",timestamp:Date.now()})}_cleanupStaleFollowers(){const t=Date.now();for(const[e,i]of this.followers)t-i.lastSeen>d&&(this._log.info(`Removing stale follower: ${e} (last seen ${Math.round((t-i.lastSeen)/1e3)}s ago)`),this.followers.delete(e))}_send(t){if(this.transport)try{this.transport.send(t)}catch(e){this._log.error("Failed to send:",e)}}getStatus(){return{started:this._started,isLead:this.isLead,displayId:this.displayId,followers:this.followers.size,pendingLayoutId:this._pendingLayoutId,transport:this.syncConfig.relayUrl?"websocket":"broadcast-channel",followerDetails:Array.from(this.followers.entries()).map(([t,e])=>({displayId:t,lastSeen:e.lastSeen,ready:e.ready,readyLayoutId:e.readyLayoutId,stale:Date.now()-e.lastSeen>d}))}}}export{g as BroadcastChannelTransport,A as SyncManager,L as WebSocketTransport,D as computeStagger};
|
|
2
|
+
//# sourceMappingURL=sync-manager-C-mx1NcP.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sync-manager-C-mx1NcP.js","sources":["../../../sync/src/bc-transport.js","../../../sync/src/ws-transport.js","../../../sync/src/choreography.js","../../../sync/src/sync-manager.js"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * BroadcastChannelTransport — same-machine sync transport\n *\n * Wraps the browser BroadcastChannel API behind the sync transport interface.\n * Used for multi-tab / multi-window sync on a single device.\n *\n * Transport interface: { send(msg), onMessage(callback), close(), get connected() }\n */\n\nconst DEFAULT_CHANNEL = 'xibo-sync';\n\nexport class BroadcastChannelTransport {\n /**\n * @param {string} [channelName='xibo-sync']\n */\n constructor(channelName = DEFAULT_CHANNEL) {\n this.channel = new BroadcastChannel(channelName);\n this._connected = true;\n }\n\n /**\n * Send a message to all other tabs/windows on this channel.\n * @param {Object} msg — plain object (structured-cloned by BroadcastChannel)\n */\n send(msg) {\n if (!this.channel) return;\n this.channel.postMessage(msg);\n }\n\n /**\n * Register a callback for incoming messages.\n * @param {Function} callback — receives the message data (already deserialized)\n */\n onMessage(callback) {\n this.channel.onmessage = (e) => callback(e.data);\n }\n\n /** Close the channel. */\n close() {\n if (this.channel) {\n this.channel.close();\n this.channel = null;\n }\n this._connected = false;\n }\n\n /** @returns {boolean} Whether the channel is open */\n get connected() {\n return this._connected && !!this.channel;\n }\n}\n","// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * WebSocketTransport — cross-device sync transport\n *\n * Connects to the lead player's proxy WebSocket relay at /sync.\n * Used for LAN video walls where each screen is a separate device.\n *\n * Features:\n * - Auto-reconnect with exponential backoff (1s → 2s → 4s → max 30s)\n * - JSON serialization (WebSocket sends strings, not structured clones)\n * - Same transport interface as BroadcastChannelTransport\n *\n * Transport interface: { send(msg), onMessage(callback), close(), get connected() }\n */\n\nimport { createLogger } from '@xiboplayer/utils';\n\nconst INITIAL_RETRY_MS = 1000;\nconst MAX_RETRY_MS = 30000;\nconst BACKOFF_FACTOR = 2;\n\nexport class WebSocketTransport {\n /**\n * @param {string} url — WebSocket URL, e.g. ws://192.168.1.100:8765/sync\n * @param {Object} [options]\n * @param {string} [options.syncGroup] — group name for relay isolation\n * @param {string} [options.displayId] — this display's unique ID\n * @param {Object} [options.topology] — this display's topology { x, y, orientation? }\n * @param {string} [options.token] — auth token for relay join validation\n */\n constructor(url, { syncGroup, displayId, topology, token } = {}) {\n this._url = url;\n this._syncGroup = syncGroup || null;\n this._displayId = displayId || null;\n this._topology = topology || null;\n this._token = token || null;\n this._callback = null;\n this._closed = false;\n this._retryMs = INITIAL_RETRY_MS;\n this._retryTimer = null;\n this._log = createLogger('WS-Sync');\n this.ws = null;\n\n this._connect();\n }\n\n /**\n * Send a message to the relay (which broadcasts to other clients).\n * @param {Object} msg — plain object (JSON-serialized for WebSocket)\n */\n send(msg) {\n if (this.ws?.readyState === WebSocket.OPEN) {\n this.ws.send(JSON.stringify(msg));\n }\n }\n\n /**\n * Register a callback for incoming messages.\n * @param {Function} callback — receives the parsed message object\n */\n onMessage(callback) {\n this._callback = callback;\n }\n\n /** Close the connection and stop reconnecting. */\n close() {\n this._closed = true;\n if (this._retryTimer) {\n clearTimeout(this._retryTimer);\n this._retryTimer = null;\n }\n if (this.ws) {\n this.ws.close();\n this.ws = null;\n }\n }\n\n /** @returns {boolean} Whether the WebSocket is open */\n get connected() {\n return this.ws?.readyState === WebSocket.OPEN;\n }\n\n /** @private */\n _connect() {\n if (this._closed) return;\n\n try {\n this.ws = new WebSocket(this._url);\n } catch (e) {\n this._log.error('WebSocket creation failed:', e.message);\n this._scheduleReconnect();\n return;\n }\n\n this.ws.onopen = () => {\n this._log.info(`Connected to ${this._url}`);\n this._retryMs = INITIAL_RETRY_MS; // Reset backoff on success\n\n // Join sync group for relay isolation (+ topology for auto-detection)\n if (this._syncGroup) {\n const join = { type: 'join', syncGroup: this._syncGroup };\n if (this._displayId) join.displayId = this._displayId;\n if (this._topology) join.topology = this._topology;\n if (this._token) join.token = this._token;\n this.ws.send(JSON.stringify(join));\n }\n };\n\n this.ws.onmessage = async (event) => {\n if (!this._callback) return;\n try {\n // Browser WebSocket delivers string; Node ws delivers Buffer;\n // Node 22+ native WebSocket delivers Blob. Handle all three.\n let raw = event.data;\n if (typeof raw !== 'string') {\n raw = (raw instanceof Blob) ? await raw.text() : String(raw);\n }\n const msg = JSON.parse(raw);\n this._callback(msg);\n } catch (e) {\n this._log.warn('Failed to parse message:', e.message);\n }\n };\n\n this.ws.onclose = () => {\n if (!this._closed) {\n this._log.info('Connection closed — will reconnect');\n this._scheduleReconnect();\n }\n };\n\n this.ws.onerror = (e) => {\n // onclose will fire after onerror, triggering reconnect\n this._log.warn('WebSocket error');\n };\n }\n\n /** @private */\n _scheduleReconnect() {\n if (this._closed || this._retryTimer) return;\n\n this._log.info(`Reconnecting in ${this._retryMs}ms...`);\n this._retryTimer = setTimeout(() => {\n this._retryTimer = null;\n this._connect();\n }, this._retryMs);\n\n this._retryMs = Math.min(this._retryMs * BACKOFF_FACTOR, MAX_RETRY_MS);\n }\n}\n","// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * Transition choreography — compute stagger delays for cascading\n * layout transitions across multiple displays.\n *\n * Supports two modes:\n *\n * 1D mode (position-based):\n * Displays are numbered 0..N-1 in a row. Simple linear choreographies.\n * Config: { position, totalDisplays }\n *\n * 2D mode (topology-based):\n * Each display has (x, y) coordinates and an orientation vector.\n * Enables directional sweeps, diagonal cascades, and radial effects.\n * Config: { topology: { x, y, orientation? }, gridCols, gridRows }\n *\n * Topology format:\n * { x: 1, y: 0, orientation: 0 }\n * - x, y: grid coordinates (0-indexed)\n * - orientation: degrees clockwise from upright (0=landscape, 90=portrait-right,\n * 180=inverted, 270=portrait-left). Defaults to 0.\n *\n * Choreographies:\n * simultaneous — all at once (default, no delay)\n * wave-right — sweep left to right (by x)\n * wave-left — sweep right to left (by x)\n * wave-down — sweep top to bottom (by y, 2D only)\n * wave-up — sweep bottom to top (by y, 2D only)\n * diagonal-tl — cascade from top-left corner (2D only)\n * diagonal-tr — cascade from top-right corner (2D only)\n * diagonal-bl — cascade from bottom-left corner (2D only)\n * diagonal-br — cascade from bottom-right corner (2D only)\n * center-out — explode from center to edges\n * outside-in — implode from edges to center\n * random — random delay per display\n *\n * @module @xiboplayer/sync/choreography\n */\n\n/**\n * Compute the stagger delay for a display.\n *\n * @param {Object} options\n * @param {string} options.choreography — choreography name\n * @param {number} [options.position] — 1D: this display's 0-indexed position\n * @param {number} [options.totalDisplays] — 1D: total displays in the group\n * @param {Object} [options.topology] — 2D: this display's topology { x, y, orientation? }\n * @param {number} [options.gridCols] — 2D: grid width (columns)\n * @param {number} [options.gridRows] — 2D: grid height (rows)\n * @param {number} options.staggerMs — base delay between consecutive displays (ms)\n * @returns {number} delay in ms before this display should execute its transition\n *\n * @example\n * // 1D: 4 displays, wave-right with 150ms stagger\n * computeStagger({ choreography: 'wave-right', position: 2, totalDisplays: 4, staggerMs: 150 })\n * // → 300\n *\n * @example\n * // 2D: 3×2 grid, diagonal from top-left\n * computeStagger({\n * choreography: 'diagonal-tl',\n * topology: { x: 2, y: 1 },\n * gridCols: 3, gridRows: 2,\n * staggerMs: 100,\n * })\n * // → 300 (Manhattan distance 2+1=3, so 3×100)\n */\nexport function computeStagger({ choreography, position, totalDisplays, topology, gridCols, gridRows, staggerMs }) {\n if (!choreography || choreography === 'simultaneous' || !staggerMs) {\n return 0;\n }\n\n // 2D mode: topology with grid dimensions\n if (topology && gridCols != null && gridRows != null) {\n if (gridCols <= 1 && gridRows <= 1) return 0;\n return _computeStagger2D(choreography, topology, gridCols, gridRows, staggerMs);\n }\n\n // 1D mode: position-based\n if (totalDisplays == null || totalDisplays <= 1) return 0;\n return _computeStagger1D(choreography, position ?? 0, totalDisplays, staggerMs);\n}\n\n/** @private 1D stagger computation */\nfunction _computeStagger1D(choreography, position, totalDisplays, staggerMs) {\n const last = totalDisplays - 1;\n const center = last / 2;\n\n switch (choreography) {\n case 'wave-right':\n return position * staggerMs;\n\n case 'wave-left':\n return (last - position) * staggerMs;\n\n case 'center-out':\n return Math.round(Math.abs(position - center)) * staggerMs;\n\n case 'outside-in': {\n const maxDist = Math.round(center);\n return (maxDist - Math.round(Math.abs(position - center))) * staggerMs;\n }\n\n case 'random':\n return Math.floor(Math.random() * last * staggerMs);\n\n default:\n return 0;\n }\n}\n\n/** @private 2D stagger computation */\nfunction _computeStagger2D(choreography, topology, gridCols, gridRows, staggerMs) {\n const { x, y } = topology;\n const maxX = gridCols - 1;\n const maxY = gridRows - 1;\n const centerX = maxX / 2;\n const centerY = maxY / 2;\n\n switch (choreography) {\n // Axis-aligned sweeps\n case 'wave-right':\n return x * staggerMs;\n\n case 'wave-left':\n return (maxX - x) * staggerMs;\n\n case 'wave-down':\n return y * staggerMs;\n\n case 'wave-up':\n return (maxY - y) * staggerMs;\n\n // Corner diagonals (Manhattan distance from corner)\n case 'diagonal-tl':\n return (x + y) * staggerMs;\n\n case 'diagonal-tr':\n return ((maxX - x) + y) * staggerMs;\n\n case 'diagonal-bl':\n return (x + (maxY - y)) * staggerMs;\n\n case 'diagonal-br':\n return ((maxX - x) + (maxY - y)) * staggerMs;\n\n // Radial patterns (Euclidean distance from center)\n case 'center-out': {\n const dist = Math.sqrt((x - centerX) ** 2 + (y - centerY) ** 2);\n return Math.round(dist) * staggerMs;\n }\n\n case 'outside-in': {\n const maxDist = Math.round(Math.sqrt(centerX ** 2 + centerY ** 2));\n const dist = Math.sqrt((x - centerX) ** 2 + (y - centerY) ** 2);\n return (maxDist - Math.round(dist)) * staggerMs;\n }\n\n case 'random': {\n const maxSteps = maxX + maxY; // Manhattan extent\n return Math.floor(Math.random() * maxSteps * staggerMs);\n }\n\n default:\n return 0;\n }\n}\n","// SPDX-License-Identifier: AGPL-3.0-or-later\n// Copyright (c) 2024-2026 Pau Aliagas <linuxnow@gmail.com>\n/**\n * SyncManager - Multi-display synchronization\n *\n * Coordinates layout transitions across multiple browser tabs/windows\n * (same machine via BroadcastChannel) or across devices on a LAN\n * (via WebSocket relay on the lead's proxy server).\n *\n * Protocol:\n * Lead Follower(s)\n * ──── ──────────\n * layout-change(layoutId, showAt) → receives, loads layout\n * ← layout-ready(layoutId, displayId)\n * (waits for all followers ready)\n * layout-show(layoutId) → shows layout simultaneously\n *\n * Heartbeat:\n * All nodes broadcast heartbeat every 5s.\n * Lead tracks active followers. If a follower goes silent for 15s,\n * it's considered offline and excluded from ready-wait.\n *\n * Transport:\n * Pluggable — BroadcastChannelTransport (same-machine) or\n * WebSocketTransport (cross-device via relay). Selected automatically\n * based on syncConfig.relayUrl.\n *\n * @module @xiboplayer/sync\n */\n\n/**\n * @typedef {Object} SyncConfig\n * @property {string} syncGroup - \"lead\" or leader's LAN IP\n * @property {number} syncPublisherPort - TCP port (used for WebSocket relay URL)\n * @property {number} syncSwitchDelay - Delay in ms before showing new content\n * @property {number} syncVideoPauseDelay - Delay in ms before unpausing video\n * @property {boolean} isLead - Whether this display is the leader\n * @property {string} [relayUrl] - WebSocket relay URL for cross-device sync\n */\n\nimport { createLogger } from '@xiboplayer/utils';\nimport { BroadcastChannelTransport } from './bc-transport.js';\nimport { WebSocketTransport } from './ws-transport.js';\n\nconst HEARTBEAT_INTERVAL = 5000; // Send heartbeat every 5s\nconst FOLLOWER_TIMEOUT = 15000; // Consider follower offline after 15s silence\nconst READY_TIMEOUT = 10000; // Max wait for followers to be ready\n\nexport class SyncManager {\n /**\n * @param {Object} options\n * @param {string} options.displayId - This display's unique hardware key\n * @param {SyncConfig} options.syncConfig - Sync configuration from RegisterDisplay\n * @param {Object} [options.transport] - Optional pre-built transport (for testing)\n * @param {Function} [options.onLayoutChange] - Called when lead requests layout change\n * @param {Function} [options.onLayoutShow] - Called when lead gives show signal\n * @param {Function} [options.onVideoStart] - Called when lead gives video start signal\n * @param {Function} [options.onStatsReport] - (Lead) Called when follower sends stats\n * @param {Function} [options.onLogsReport] - (Lead) Called when follower sends logs\n * @param {Function} [options.onStatsAck] - (Follower) Called when lead confirms stats submission\n * @param {Function} [options.onLogsAck] - (Follower) Called when lead confirms logs submission\n */\n constructor(options) {\n this.displayId = options.displayId;\n this.syncConfig = options.syncConfig;\n this.isLead = options.syncConfig.isLead;\n this.switchDelay = options.syncConfig.syncSwitchDelay || 750;\n this.videoPauseDelay = options.syncConfig.syncVideoPauseDelay || 100;\n\n // Callbacks\n this.onLayoutChange = options.onLayoutChange || (() => {});\n this.onLayoutShow = options.onLayoutShow || (() => {});\n this.onVideoStart = options.onVideoStart || (() => {});\n this.onStatsReport = options.onStatsReport || null;\n this.onLogsReport = options.onLogsReport || null;\n this.onStatsAck = options.onStatsAck || null;\n this.onLogsAck = options.onLogsAck || null;\n this.onGroupUpdate = options.onGroupUpdate || null;\n\n // State\n this.transport = options.transport || null;\n this.followers = new Map(); // displayId → { lastSeen, ready }\n this._heartbeatTimer = null;\n this._cleanupTimer = null;\n this._readyResolve = null; // Resolve function for current ready-wait\n this._pendingLayoutId = null; // Layout we're waiting for readiness on\n this._started = false;\n\n // Logger with role prefix for clarity in multi-tab console\n this._log = createLogger(this.isLead ? 'Sync:LEAD' : 'Sync:FOLLOW');\n }\n\n /** Backward-compatible alias for transport */\n get channel() { return this.transport; }\n set channel(v) { this.transport = v; }\n\n /**\n * Start the sync manager — selects transport, begins heartbeats.\n */\n start() {\n if (this._started) return;\n this._started = true;\n\n // Select transport if none injected\n if (!this.transport) {\n if (this.syncConfig.relayUrl) {\n this.transport = new WebSocketTransport(this.syncConfig.relayUrl, {\n syncGroup: this.syncConfig.syncGroup,\n displayId: this.displayId,\n topology: this.syncConfig.topology,\n token: this.syncConfig.syncToken,\n });\n } else if (typeof BroadcastChannel !== 'undefined') {\n this.transport = new BroadcastChannelTransport();\n } else {\n this._log.warn('No transport available — sync disabled');\n return;\n }\n }\n\n this.transport.onMessage((msg) => this._handleMessage(msg));\n\n // Start heartbeat\n this._heartbeatTimer = setInterval(() => this._sendHeartbeat(), HEARTBEAT_INTERVAL);\n this._sendHeartbeat(); // Send initial heartbeat immediately\n\n // Lead: periodically clean up stale followers\n if (this.isLead) {\n this._cleanupTimer = setInterval(() => this._cleanupStaleFollowers(), HEARTBEAT_INTERVAL);\n }\n\n this._log.info('Started. DisplayId:', this.displayId,\n this.syncConfig.relayUrl ? `(relay: ${this.syncConfig.relayUrl})` : '(BroadcastChannel)');\n }\n\n /**\n * Stop the sync manager\n */\n stop() {\n if (!this._started) return;\n this._started = false;\n\n if (this._heartbeatTimer) {\n clearInterval(this._heartbeatTimer);\n this._heartbeatTimer = null;\n }\n if (this._cleanupTimer) {\n clearInterval(this._cleanupTimer);\n this._cleanupTimer = null;\n }\n if (this.transport) {\n this.transport.close();\n this.transport = null;\n }\n\n this.followers.clear();\n this._log.info('Stopped');\n }\n\n // ── Lead API ──────────────────────────────────────────────────────\n\n /**\n * [Lead only] Request all displays to change to a layout.\n * Waits for followers to report ready, then sends show signal.\n *\n * @param {string|number} layoutId - Layout to change to\n * @returns {Promise<void>} Resolves when show signal is sent\n */\n async requestLayoutChange(layoutId) {\n if (!this.isLead) {\n this._log.warn('requestLayoutChange called on follower — ignoring');\n return;\n }\n\n layoutId = String(layoutId);\n this._pendingLayoutId = layoutId;\n\n // Mark active followers as not-ready for this layout (skip stale ones)\n for (const [, follower] of this.followers) {\n if (Date.now() - follower.lastSeen > FOLLOWER_TIMEOUT) continue;\n follower.ready = false;\n follower.readyLayoutId = null;\n }\n\n const showAt = Date.now() + this.switchDelay;\n\n this._log.info(`Requesting layout change: ${layoutId} (show at ${new Date(showAt).toISOString()}, ${this.followers.size} followers)`);\n\n // Broadcast layout-change to all followers\n this._send({\n type: 'layout-change',\n layoutId,\n showAt,\n displayId: this.displayId,\n });\n\n // Wait for all active followers to report ready (or timeout)\n if (this.followers.size > 0) {\n await this._waitForFollowersReady(layoutId);\n }\n\n // Apply switch delay (remaining time from showAt)\n const remaining = showAt - Date.now();\n if (remaining > 0) {\n await new Promise(resolve => setTimeout(resolve, remaining));\n }\n\n // Send show signal\n this._log.info(`Sending layout-show: ${layoutId}`);\n this._send({\n type: 'layout-show',\n layoutId,\n displayId: this.displayId,\n });\n\n // Also trigger on self (lead shows too)\n this.onLayoutShow(layoutId);\n\n this._pendingLayoutId = null;\n }\n\n /**\n * [Lead only] Signal followers to start video playback.\n *\n * @param {string|number} layoutId - Layout containing the video\n * @param {string} regionId - Region with the video widget\n */\n async requestVideoStart(layoutId, regionId) {\n if (!this.isLead) return;\n\n // Wait videoPauseDelay before unpausing\n await new Promise(resolve => setTimeout(resolve, this.videoPauseDelay));\n\n this._send({\n type: 'video-start',\n layoutId: String(layoutId),\n regionId,\n displayId: this.displayId,\n });\n\n // Also trigger on self\n this.onVideoStart(String(layoutId), regionId);\n }\n\n // ── Follower API ──────────────────────────────────────────────────\n\n /**\n * [Follower only] Report that layout is loaded and ready to show.\n * Called by platform layer after layout content is prepared.\n *\n * @param {string|number} layoutId - Layout that is ready\n */\n reportReady(layoutId) {\n layoutId = String(layoutId);\n\n this._log.info(`Reporting ready for layout ${layoutId}`);\n\n this._send({\n type: 'layout-ready',\n layoutId,\n displayId: this.displayId,\n });\n }\n\n /**\n * [Follower only] Delegate stats submission to the lead.\n * Lead will submit on our behalf and send a stats-ack when done.\n *\n * @param {string} statsXml - Formatted stats XML to submit\n */\n reportStats(statsXml) {\n if (this.isLead) return;\n\n this._log.info('Delegating stats to lead');\n this._send({\n type: 'stats-report',\n displayId: this.displayId,\n statsXml,\n });\n }\n\n /**\n * [Follower only] Delegate logs submission to the lead.\n * Lead will submit on our behalf and send a logs-ack when done.\n *\n * @param {string} logsXml - Formatted logs XML to submit\n */\n reportLogs(logsXml) {\n if (this.isLead) return;\n\n this._log.info('Delegating logs to lead');\n this._send({\n type: 'logs-report',\n displayId: this.displayId,\n logsXml,\n });\n }\n\n // ── Message handling ──────────────────────────────────────────────\n\n /** @private */\n _handleMessage(msg) {\n // Relay-originated messages (no displayId)\n if (msg.type === 'group-update') {\n this._log.info(`Group update: ${msg.totalDisplays} displays`);\n if (this.onGroupUpdate) {\n this.onGroupUpdate(msg.totalDisplays, msg.topology || {});\n }\n return;\n }\n\n // Ignore our own messages\n if (msg.displayId === this.displayId) return;\n\n switch (msg.type) {\n case 'heartbeat':\n this._handleHeartbeat(msg);\n break;\n\n case 'layout-change':\n // Follower: lead is requesting a layout change\n if (!this.isLead) {\n this._log.info(`Layout change requested: ${msg.layoutId}`);\n this.onLayoutChange(msg.layoutId, msg.showAt);\n }\n break;\n\n case 'layout-ready':\n // Lead: follower reports ready\n if (this.isLead) {\n this._handleFollowerReady(msg);\n }\n break;\n\n case 'layout-show':\n // Follower: lead says show now\n if (!this.isLead) {\n this._log.info(`Layout show signal: ${msg.layoutId}`);\n this.onLayoutShow(msg.layoutId);\n }\n break;\n\n case 'video-start':\n // Follower: lead says start video\n if (!this.isLead) {\n this._log.info(`Video start signal: ${msg.layoutId} region ${msg.regionId}`);\n this.onVideoStart(msg.layoutId, msg.regionId);\n }\n break;\n\n case 'stats-report':\n // Lead: follower is delegating stats submission\n if (this.isLead && this.onStatsReport) {\n const statsAck = () => this._send({ type: 'stats-ack', displayId: this.displayId, targetDisplayId: msg.displayId });\n this.onStatsReport(msg.displayId, msg.statsXml, statsAck);\n }\n break;\n\n case 'logs-report':\n // Lead: follower is delegating logs submission\n if (this.isLead && this.onLogsReport) {\n const logsAck = () => this._send({ type: 'logs-ack', displayId: this.displayId, targetDisplayId: msg.displayId });\n this.onLogsReport(msg.displayId, msg.logsXml, logsAck);\n }\n break;\n\n case 'stats-ack':\n // Follower: lead confirmed stats were submitted for us\n if (!this.isLead && msg.targetDisplayId === this.displayId && this.onStatsAck) {\n this._log.info('Stats acknowledged by lead');\n this.onStatsAck(msg.targetDisplayId);\n }\n break;\n\n case 'logs-ack':\n // Follower: lead confirmed logs were submitted for us\n if (!this.isLead && msg.targetDisplayId === this.displayId && this.onLogsAck) {\n this._log.info('Logs acknowledged by lead');\n this.onLogsAck(msg.targetDisplayId);\n }\n break;\n\n default:\n this._log.warn('Unknown message type:', msg.type);\n }\n }\n\n /** @private */\n _handleHeartbeat(msg) {\n const existing = this.followers.get(msg.displayId);\n if (existing) {\n existing.lastSeen = Date.now();\n } else {\n // New follower discovered\n this.followers.set(msg.displayId, {\n lastSeen: Date.now(),\n ready: false,\n readyLayoutId: null,\n role: msg.role || 'unknown',\n });\n this._log.info(`Follower joined: ${msg.displayId} (${this.followers.size} total)`);\n }\n }\n\n /** @private */\n _handleFollowerReady(msg) {\n const follower = this.followers.get(msg.displayId);\n if (!follower) {\n // Late joiner — register them\n this.followers.set(msg.displayId, {\n lastSeen: Date.now(),\n ready: true,\n readyLayoutId: msg.layoutId,\n });\n } else {\n follower.ready = true;\n follower.readyLayoutId = msg.layoutId;\n follower.lastSeen = Date.now();\n }\n\n this._log.info(`Follower ${msg.displayId} ready for layout ${msg.layoutId}`);\n\n // Check if all followers are now ready\n if (this._pendingLayoutId === msg.layoutId && this._readyResolve) {\n if (this._allFollowersReady(msg.layoutId)) {\n this._log.info('All followers ready');\n this._readyResolve();\n this._readyResolve = null;\n }\n }\n }\n\n /** @private */\n _allFollowersReady(layoutId) {\n for (const [, follower] of this.followers) {\n // Skip stale followers\n if (Date.now() - follower.lastSeen > FOLLOWER_TIMEOUT) continue;\n if (!follower.ready || follower.readyLayoutId !== layoutId) {\n return false;\n }\n }\n return true;\n }\n\n /** @private */\n _waitForFollowersReady(layoutId) {\n return new Promise((resolve) => {\n // Already all ready?\n if (this._allFollowersReady(layoutId)) {\n resolve();\n return;\n }\n\n this._readyResolve = resolve;\n\n // Timeout: don't wait forever for unresponsive followers\n setTimeout(() => {\n if (this._readyResolve === resolve) {\n const notReady = [];\n for (const [id, f] of this.followers) {\n if (!f.ready || f.readyLayoutId !== layoutId) {\n notReady.push(id);\n }\n }\n this._log.warn(`Ready timeout — proceeding without: ${notReady.join(', ')}`);\n this._readyResolve = null;\n resolve();\n }\n }, READY_TIMEOUT);\n });\n }\n\n // ── Heartbeat & cleanup ───────────────────────────────────────────\n\n /** @private */\n _sendHeartbeat() {\n this._send({\n type: 'heartbeat',\n displayId: this.displayId,\n role: this.isLead ? 'lead' : 'follower',\n timestamp: Date.now(),\n });\n }\n\n /** @private */\n _cleanupStaleFollowers() {\n const now = Date.now();\n for (const [id, follower] of this.followers) {\n if (now - follower.lastSeen > FOLLOWER_TIMEOUT) {\n this._log.info(`Removing stale follower: ${id} (last seen ${Math.round((now - follower.lastSeen) / 1000)}s ago)`);\n this.followers.delete(id);\n }\n }\n }\n\n /** @private */\n _send(msg) {\n if (!this.transport) return;\n try {\n this.transport.send(msg);\n } catch (e) {\n this._log.error('Failed to send:', e);\n }\n }\n\n // ── Status ────────────────────────────────────────────────────────\n\n /**\n * Get current sync status\n * @returns {Object}\n */\n getStatus() {\n return {\n started: this._started,\n isLead: this.isLead,\n displayId: this.displayId,\n followers: this.followers.size,\n pendingLayoutId: this._pendingLayoutId,\n transport: this.syncConfig.relayUrl ? 'websocket' : 'broadcast-channel',\n followerDetails: Array.from(this.followers.entries()).map(([id, f]) => ({\n displayId: id,\n lastSeen: f.lastSeen,\n ready: f.ready,\n readyLayoutId: f.readyLayoutId,\n stale: Date.now() - f.lastSeen > FOLLOWER_TIMEOUT,\n })),\n };\n }\n}\n\nexport { BroadcastChannelTransport } from './bc-transport.js';\nexport { WebSocketTransport } from './ws-transport.js';\nexport { computeStagger } from './choreography.js';\n"],"names":["DEFAULT_CHANNEL","BroadcastChannelTransport","channelName","msg","callback","INITIAL_RETRY_MS","MAX_RETRY_MS","BACKOFF_FACTOR","WebSocketTransport","url","syncGroup","displayId","topology","token","createLogger","_a","e","join","event","raw","computeStagger","choreography","position","totalDisplays","gridCols","gridRows","staggerMs","_computeStagger2D","_computeStagger1D","last","center","x","y","maxX","maxY","centerX","centerY","dist","maxDist","maxSteps","HEARTBEAT_INTERVAL","FOLLOWER_TIMEOUT","READY_TIMEOUT","SyncManager","options","v","layoutId","follower","showAt","remaining","resolve","regionId","statsXml","logsXml","statsAck","logsAck","existing","notReady","id","f","now"],"mappings":"mDAWA,MAAMA,EAAkB,YAEjB,MAAMC,CAA0B,CAIrC,YAAYC,EAAcF,EAAiB,CACzC,KAAK,QAAU,IAAI,iBAAiBE,CAAW,EAC/C,KAAK,WAAa,EACpB,CAMA,KAAKC,EAAK,CACH,KAAK,SACV,KAAK,QAAQ,YAAYA,CAAG,CAC9B,CAMA,UAAUC,EAAU,CAClB,KAAK,QAAQ,UAAa,GAAMA,EAAS,EAAE,IAAI,CACjD,CAGA,OAAQ,CACF,KAAK,UACP,KAAK,QAAQ,MAAK,EAClB,KAAK,QAAU,MAEjB,KAAK,WAAa,EACpB,CAGA,IAAI,WAAY,CACd,OAAO,KAAK,YAAc,CAAC,CAAC,KAAK,OACnC,CACF,CClCA,MAAMC,EAAmB,IACnBC,EAAe,IACfC,EAAiB,EAEhB,MAAMC,CAAmB,CAS9B,YAAYC,EAAK,CAAE,UAAAC,EAAW,UAAAC,EAAW,SAAAC,EAAU,MAAAC,CAAK,EAAK,GAAI,CAC/D,KAAK,KAAOJ,EACZ,KAAK,WAAaC,GAAa,KAC/B,KAAK,WAAaC,GAAa,KAC/B,KAAK,UAAYC,GAAY,KAC7B,KAAK,OAASC,GAAS,KACvB,KAAK,UAAY,KACjB,KAAK,QAAU,GACf,KAAK,SAAWR,EAChB,KAAK,YAAc,KACnB,KAAK,KAAOS,EAAa,SAAS,EAClC,KAAK,GAAK,KAEV,KAAK,SAAQ,CACf,CAMA,KAAKX,EAAK,SACJY,EAAA,KAAK,KAAL,YAAAA,EAAS,cAAe,UAAU,MACpC,KAAK,GAAG,KAAK,KAAK,UAAUZ,CAAG,CAAC,CAEpC,CAMA,UAAUC,EAAU,CAClB,KAAK,UAAYA,CACnB,CAGA,OAAQ,CACN,KAAK,QAAU,GACX,KAAK,cACP,aAAa,KAAK,WAAW,EAC7B,KAAK,YAAc,MAEjB,KAAK,KACP,KAAK,GAAG,MAAK,EACb,KAAK,GAAK,KAEd,CAGA,IAAI,WAAY,OACd,QAAOW,EAAA,KAAK,KAAL,YAAAA,EAAS,cAAe,UAAU,IAC3C,CAGA,UAAW,CACT,GAAI,MAAK,QAET,IAAI,CACF,KAAK,GAAK,IAAI,UAAU,KAAK,IAAI,CACnC,OAASC,EAAG,CACV,KAAK,KAAK,MAAM,6BAA8BA,EAAE,OAAO,EACvD,KAAK,mBAAkB,EACvB,MACF,CAEA,KAAK,GAAG,OAAS,IAAM,CAKrB,GAJA,KAAK,KAAK,KAAK,gBAAgB,KAAK,IAAI,EAAE,EAC1C,KAAK,SAAWX,EAGZ,KAAK,WAAY,CACnB,MAAMY,EAAO,CAAE,KAAM,OAAQ,UAAW,KAAK,UAAU,EACnD,KAAK,aAAYA,EAAK,UAAY,KAAK,YACvC,KAAK,YAAWA,EAAK,SAAW,KAAK,WACrC,KAAK,SAAQA,EAAK,MAAQ,KAAK,QACnC,KAAK,GAAG,KAAK,KAAK,UAAUA,CAAI,CAAC,CACnC,CACF,EAEA,KAAK,GAAG,UAAY,MAAOC,GAAU,CACnC,GAAK,KAAK,UACV,GAAI,CAGF,IAAIC,EAAMD,EAAM,KACZ,OAAOC,GAAQ,WACjBA,EAAOA,aAAe,KAAQ,MAAMA,EAAI,KAAI,EAAK,OAAOA,CAAG,GAE7D,MAAMhB,EAAM,KAAK,MAAMgB,CAAG,EAC1B,KAAK,UAAUhB,CAAG,CACpB,OAAS,EAAG,CACV,KAAK,KAAK,KAAK,2BAA4B,EAAE,OAAO,CACtD,CACF,EAEA,KAAK,GAAG,QAAU,IAAM,CACjB,KAAK,UACR,KAAK,KAAK,KAAK,oCAAoC,EACnD,KAAK,mBAAkB,EAE3B,EAEA,KAAK,GAAG,QAAWa,GAAM,CAEvB,KAAK,KAAK,KAAK,iBAAiB,CAClC,EACF,CAGA,oBAAqB,CACf,KAAK,SAAW,KAAK,cAEzB,KAAK,KAAK,KAAK,mBAAmB,KAAK,QAAQ,OAAO,EACtD,KAAK,YAAc,WAAW,IAAM,CAClC,KAAK,YAAc,KACnB,KAAK,SAAQ,CACf,EAAG,KAAK,QAAQ,EAEhB,KAAK,SAAW,KAAK,IAAI,KAAK,SAAWT,EAAgBD,CAAY,EACvE,CACF,CClFO,SAASc,EAAe,CAAE,aAAAC,EAAc,SAAAC,EAAU,cAAAC,EAAe,SAAAX,EAAU,SAAAY,EAAU,SAAAC,EAAU,UAAAC,GAAa,CACjH,MAAI,CAACL,GAAgBA,IAAiB,gBAAkB,CAACK,EAChD,EAILd,GAAYY,GAAY,MAAQC,GAAY,KAC1CD,GAAY,GAAKC,GAAY,EAAU,EACpCE,EAAkBN,EAAcT,EAAUY,EAAUC,EAAUC,CAAS,EAI5EH,GAAiB,MAAQA,GAAiB,EAAU,EACjDK,EAAkBP,EAAcC,GAAY,EAAGC,EAAeG,CAAS,CAChF,CAGA,SAASE,EAAkBP,EAAcC,EAAUC,EAAeG,EAAW,CAC3E,MAAMG,EAAON,EAAgB,EACvBO,EAASD,EAAO,EAEtB,OAAQR,EAAY,CAClB,IAAK,aACH,OAAOC,EAAWI,EAEpB,IAAK,YACH,OAAQG,EAAOP,GAAYI,EAE7B,IAAK,aACH,OAAO,KAAK,MAAM,KAAK,IAAIJ,EAAWQ,CAAM,CAAC,EAAIJ,EAEnD,IAAK,aAEH,OADgB,KAAK,MAAMI,CAAM,EACf,KAAK,MAAM,KAAK,IAAIR,EAAWQ,CAAM,CAAC,GAAKJ,EAG/D,IAAK,SACH,OAAO,KAAK,MAAM,KAAK,OAAM,EAAKG,EAAOH,CAAS,EAEpD,QACE,MAAO,EACb,CACA,CAGA,SAASC,EAAkBN,EAAcT,EAAUY,EAAUC,EAAUC,EAAW,CAChF,KAAM,CAAE,EAAAK,EAAG,EAAAC,CAAC,EAAKpB,EACXqB,EAAOT,EAAW,EAClBU,EAAOT,EAAW,EAClBU,EAAUF,EAAO,EACjBG,EAAUF,EAAO,EAEvB,OAAQb,EAAY,CAElB,IAAK,aACH,OAAOU,EAAIL,EAEb,IAAK,YACH,OAAQO,EAAOF,GAAKL,EAEtB,IAAK,YACH,OAAOM,EAAIN,EAEb,IAAK,UACH,OAAQQ,EAAOF,GAAKN,EAGtB,IAAK,cACH,OAAQK,EAAIC,GAAKN,EAEnB,IAAK,cACH,OAASO,EAAOF,EAAKC,GAAKN,EAE5B,IAAK,cACH,OAAQK,GAAKG,EAAOF,IAAMN,EAE5B,IAAK,cACH,OAASO,EAAOF,GAAMG,EAAOF,IAAMN,EAGrC,IAAK,aAAc,CACjB,MAAMW,EAAO,KAAK,MAAMN,EAAII,IAAY,GAAKH,EAAII,IAAY,CAAC,EAC9D,OAAO,KAAK,MAAMC,CAAI,EAAIX,CAC5B,CAEA,IAAK,aAAc,CACjB,MAAMY,EAAU,KAAK,MAAM,KAAK,KAAKH,GAAW,EAAIC,GAAW,CAAC,CAAC,EAC3DC,EAAO,KAAK,MAAMN,EAAII,IAAY,GAAKH,EAAII,IAAY,CAAC,EAC9D,OAAQE,EAAU,KAAK,MAAMD,CAAI,GAAKX,CACxC,CAEA,IAAK,SAAU,CACb,MAAMa,EAAWN,EAAOC,EACxB,OAAO,KAAK,MAAM,KAAK,OAAM,EAAKK,EAAWb,CAAS,CACxD,CAEA,QACE,MAAO,EACb,CACA,CC3HA,MAAMc,EAAqB,IACrBC,EAAmB,KACnBC,EAAgB,IAEf,MAAMC,CAAY,CAcvB,YAAYC,EAAS,CACnB,KAAK,UAAYA,EAAQ,UACzB,KAAK,WAAaA,EAAQ,WAC1B,KAAK,OAASA,EAAQ,WAAW,OACjC,KAAK,YAAcA,EAAQ,WAAW,iBAAmB,IACzD,KAAK,gBAAkBA,EAAQ,WAAW,qBAAuB,IAGjE,KAAK,eAAiBA,EAAQ,iBAAmB,IAAM,CAAC,GACxD,KAAK,aAAeA,EAAQ,eAAiB,IAAM,CAAC,GACpD,KAAK,aAAeA,EAAQ,eAAiB,IAAM,CAAC,GACpD,KAAK,cAAgBA,EAAQ,eAAiB,KAC9C,KAAK,aAAeA,EAAQ,cAAgB,KAC5C,KAAK,WAAaA,EAAQ,YAAc,KACxC,KAAK,UAAYA,EAAQ,WAAa,KACtC,KAAK,cAAgBA,EAAQ,eAAiB,KAG9C,KAAK,UAAYA,EAAQ,WAAa,KACtC,KAAK,UAAY,IAAI,IACrB,KAAK,gBAAkB,KACvB,KAAK,cAAgB,KACrB,KAAK,cAAgB,KACrB,KAAK,iBAAmB,KACxB,KAAK,SAAW,GAGhB,KAAK,KAAO9B,EAAa,KAAK,OAAS,YAAc,aAAa,CACpE,CAGA,IAAI,SAAU,CAAE,OAAO,KAAK,SAAW,CACvC,IAAI,QAAQ+B,EAAG,CAAE,KAAK,UAAYA,CAAG,CAKrC,OAAQ,CACN,GAAI,MAAK,SAIT,IAHA,KAAK,SAAW,GAGZ,CAAC,KAAK,UACR,GAAI,KAAK,WAAW,SAClB,KAAK,UAAY,IAAIrC,EAAmB,KAAK,WAAW,SAAU,CAChE,UAAW,KAAK,WAAW,UAC3B,UAAW,KAAK,UAChB,SAAU,KAAK,WAAW,SAC1B,MAAO,KAAK,WAAW,SACjC,CAAS,UACQ,OAAO,iBAAqB,IACrC,KAAK,UAAY,IAAIP,MAChB,CACL,KAAK,KAAK,KAAK,wCAAwC,EACvD,MACF,CAGF,KAAK,UAAU,UAAWE,GAAQ,KAAK,eAAeA,CAAG,CAAC,EAG1D,KAAK,gBAAkB,YAAY,IAAM,KAAK,eAAc,EAAIqC,CAAkB,EAClF,KAAK,eAAc,EAGf,KAAK,SACP,KAAK,cAAgB,YAAY,IAAM,KAAK,uBAAsB,EAAIA,CAAkB,GAG1F,KAAK,KAAK,KAAK,sBAAuB,KAAK,UACzC,KAAK,WAAW,SAAW,WAAW,KAAK,WAAW,QAAQ,IAAM,oBAAoB,EAC5F,CAKA,MAAO,CACA,KAAK,WACV,KAAK,SAAW,GAEZ,KAAK,kBACP,cAAc,KAAK,eAAe,EAClC,KAAK,gBAAkB,MAErB,KAAK,gBACP,cAAc,KAAK,aAAa,EAChC,KAAK,cAAgB,MAEnB,KAAK,YACP,KAAK,UAAU,MAAK,EACpB,KAAK,UAAY,MAGnB,KAAK,UAAU,MAAK,EACpB,KAAK,KAAK,KAAK,SAAS,EAC1B,CAWA,MAAM,oBAAoBM,EAAU,CAClC,GAAI,CAAC,KAAK,OAAQ,CAChB,KAAK,KAAK,KAAK,mDAAmD,EAClE,MACF,CAEAA,EAAW,OAAOA,CAAQ,EAC1B,KAAK,iBAAmBA,EAGxB,SAAW,CAAA,CAAGC,CAAQ,IAAK,KAAK,UAC1B,KAAK,IAAG,EAAKA,EAAS,SAAWN,IACrCM,EAAS,MAAQ,GACjBA,EAAS,cAAgB,MAG3B,MAAMC,EAAS,KAAK,IAAG,EAAK,KAAK,YAEjC,KAAK,KAAK,KAAK,6BAA6BF,CAAQ,aAAa,IAAI,KAAKE,CAAM,EAAE,YAAW,CAAE,KAAK,KAAK,UAAU,IAAI,aAAa,EAGpI,KAAK,MAAM,CACT,KAAM,gBACN,SAAAF,EACA,OAAAE,EACA,UAAW,KAAK,SACtB,CAAK,EAGG,KAAK,UAAU,KAAO,GACxB,MAAM,KAAK,uBAAuBF,CAAQ,EAI5C,MAAMG,EAAYD,EAAS,KAAK,IAAG,EAC/BC,EAAY,GACd,MAAM,IAAI,QAAQC,GAAW,WAAWA,EAASD,CAAS,CAAC,EAI7D,KAAK,KAAK,KAAK,wBAAwBH,CAAQ,EAAE,EACjD,KAAK,MAAM,CACT,KAAM,cACN,SAAAA,EACA,UAAW,KAAK,SACtB,CAAK,EAGD,KAAK,aAAaA,CAAQ,EAE1B,KAAK,iBAAmB,IAC1B,CAQA,MAAM,kBAAkBA,EAAUK,EAAU,CACrC,KAAK,SAGV,MAAM,IAAI,QAAQD,GAAW,WAAWA,EAAS,KAAK,eAAe,CAAC,EAEtE,KAAK,MAAM,CACT,KAAM,cACN,SAAU,OAAOJ,CAAQ,EACzB,SAAAK,EACA,UAAW,KAAK,SACtB,CAAK,EAGD,KAAK,aAAa,OAAOL,CAAQ,EAAGK,CAAQ,EAC9C,CAUA,YAAYL,EAAU,CACpBA,EAAW,OAAOA,CAAQ,EAE1B,KAAK,KAAK,KAAK,8BAA8BA,CAAQ,EAAE,EAEvD,KAAK,MAAM,CACT,KAAM,eACN,SAAAA,EACA,UAAW,KAAK,SACtB,CAAK,CACH,CAQA,YAAYM,EAAU,CAChB,KAAK,SAET,KAAK,KAAK,KAAK,0BAA0B,EACzC,KAAK,MAAM,CACT,KAAM,eACN,UAAW,KAAK,UAChB,SAAAA,CACN,CAAK,EACH,CAQA,WAAWC,EAAS,CACd,KAAK,SAET,KAAK,KAAK,KAAK,yBAAyB,EACxC,KAAK,MAAM,CACT,KAAM,cACN,UAAW,KAAK,UAChB,QAAAA,CACN,CAAK,EACH,CAKA,eAAelD,EAAK,CAElB,GAAIA,EAAI,OAAS,eAAgB,CAC/B,KAAK,KAAK,KAAK,iBAAiBA,EAAI,aAAa,WAAW,EACxD,KAAK,eACP,KAAK,cAAcA,EAAI,cAAeA,EAAI,UAAY,EAAE,EAE1D,MACF,CAGA,GAAIA,EAAI,YAAc,KAAK,UAE3B,OAAQA,EAAI,KAAI,CACd,IAAK,YACH,KAAK,iBAAiBA,CAAG,EACzB,MAEF,IAAK,gBAEE,KAAK,SACR,KAAK,KAAK,KAAK,4BAA4BA,EAAI,QAAQ,EAAE,EACzD,KAAK,eAAeA,EAAI,SAAUA,EAAI,MAAM,GAE9C,MAEF,IAAK,eAEC,KAAK,QACP,KAAK,qBAAqBA,CAAG,EAE/B,MAEF,IAAK,cAEE,KAAK,SACR,KAAK,KAAK,KAAK,uBAAuBA,EAAI,QAAQ,EAAE,EACpD,KAAK,aAAaA,EAAI,QAAQ,GAEhC,MAEF,IAAK,cAEE,KAAK,SACR,KAAK,KAAK,KAAK,uBAAuBA,EAAI,QAAQ,WAAWA,EAAI,QAAQ,EAAE,EAC3E,KAAK,aAAaA,EAAI,SAAUA,EAAI,QAAQ,GAE9C,MAEF,IAAK,eAEH,GAAI,KAAK,QAAU,KAAK,cAAe,CACrC,MAAMmD,EAAW,IAAM,KAAK,MAAM,CAAE,KAAM,YAAa,UAAW,KAAK,UAAW,gBAAiBnD,EAAI,SAAS,CAAE,EAClH,KAAK,cAAcA,EAAI,UAAWA,EAAI,SAAUmD,CAAQ,CAC1D,CACA,MAEF,IAAK,cAEH,GAAI,KAAK,QAAU,KAAK,aAAc,CACpC,MAAMC,EAAU,IAAM,KAAK,MAAM,CAAE,KAAM,WAAY,UAAW,KAAK,UAAW,gBAAiBpD,EAAI,SAAS,CAAE,EAChH,KAAK,aAAaA,EAAI,UAAWA,EAAI,QAASoD,CAAO,CACvD,CACA,MAEF,IAAK,YAEC,CAAC,KAAK,QAAUpD,EAAI,kBAAoB,KAAK,WAAa,KAAK,aACjE,KAAK,KAAK,KAAK,4BAA4B,EAC3C,KAAK,WAAWA,EAAI,eAAe,GAErC,MAEF,IAAK,WAEC,CAAC,KAAK,QAAUA,EAAI,kBAAoB,KAAK,WAAa,KAAK,YACjE,KAAK,KAAK,KAAK,2BAA2B,EAC1C,KAAK,UAAUA,EAAI,eAAe,GAEpC,MAEF,QACE,KAAK,KAAK,KAAK,wBAAyBA,EAAI,IAAI,CACxD,CACE,CAGA,iBAAiBA,EAAK,CACpB,MAAMqD,EAAW,KAAK,UAAU,IAAIrD,EAAI,SAAS,EAC7CqD,EACFA,EAAS,SAAW,KAAK,IAAG,GAG5B,KAAK,UAAU,IAAIrD,EAAI,UAAW,CAChC,SAAU,KAAK,IAAG,EAClB,MAAO,GACP,cAAe,KACf,KAAMA,EAAI,MAAQ,SAC1B,CAAO,EACD,KAAK,KAAK,KAAK,oBAAoBA,EAAI,SAAS,KAAK,KAAK,UAAU,IAAI,SAAS,EAErF,CAGA,qBAAqBA,EAAK,CACxB,MAAM4C,EAAW,KAAK,UAAU,IAAI5C,EAAI,SAAS,EAC5C4C,GAQHA,EAAS,MAAQ,GACjBA,EAAS,cAAgB5C,EAAI,SAC7B4C,EAAS,SAAW,KAAK,IAAG,GAR5B,KAAK,UAAU,IAAI5C,EAAI,UAAW,CAChC,SAAU,KAAK,IAAG,EAClB,MAAO,GACP,cAAeA,EAAI,QAC3B,CAAO,EAOH,KAAK,KAAK,KAAK,YAAYA,EAAI,SAAS,qBAAqBA,EAAI,QAAQ,EAAE,EAGvE,KAAK,mBAAqBA,EAAI,UAAY,KAAK,eAC7C,KAAK,mBAAmBA,EAAI,QAAQ,IACtC,KAAK,KAAK,KAAK,qBAAqB,EACpC,KAAK,cAAa,EAClB,KAAK,cAAgB,KAG3B,CAGA,mBAAmB2C,EAAU,CAC3B,SAAW,CAAA,CAAGC,CAAQ,IAAK,KAAK,UAE9B,GAAI,OAAK,IAAG,EAAKA,EAAS,SAAWN,KACjC,CAACM,EAAS,OAASA,EAAS,gBAAkBD,GAChD,MAAO,GAGX,MAAO,EACT,CAGA,uBAAuBA,EAAU,CAC/B,OAAO,IAAI,QAASI,GAAY,CAE9B,GAAI,KAAK,mBAAmBJ,CAAQ,EAAG,CACrCI,EAAO,EACP,MACF,CAEA,KAAK,cAAgBA,EAGrB,WAAW,IAAM,CACf,GAAI,KAAK,gBAAkBA,EAAS,CAClC,MAAMO,EAAW,CAAA,EACjB,SAAW,CAACC,EAAIC,CAAC,IAAK,KAAK,WACrB,CAACA,EAAE,OAASA,EAAE,gBAAkBb,IAClCW,EAAS,KAAKC,CAAE,EAGpB,KAAK,KAAK,KAAK,uCAAuCD,EAAS,KAAK,IAAI,CAAC,EAAE,EAC3E,KAAK,cAAgB,KACrBP,EAAO,CACT,CACF,EAAGR,CAAa,CAClB,CAAC,CACH,CAKA,gBAAiB,CACf,KAAK,MAAM,CACT,KAAM,YACN,UAAW,KAAK,UAChB,KAAM,KAAK,OAAS,OAAS,WAC7B,UAAW,KAAK,IAAG,CACzB,CAAK,CACH,CAGA,wBAAyB,CACvB,MAAMkB,EAAM,KAAK,IAAG,EACpB,SAAW,CAACF,EAAIX,CAAQ,IAAK,KAAK,UAC5Ba,EAAMb,EAAS,SAAWN,IAC5B,KAAK,KAAK,KAAK,4BAA4BiB,CAAE,eAAe,KAAK,OAAOE,EAAMb,EAAS,UAAY,GAAI,CAAC,QAAQ,EAChH,KAAK,UAAU,OAAOW,CAAE,EAG9B,CAGA,MAAMvD,EAAK,CACT,GAAK,KAAK,UACV,GAAI,CACF,KAAK,UAAU,KAAKA,CAAG,CACzB,OAAS,EAAG,CACV,KAAK,KAAK,MAAM,kBAAmB,CAAC,CACtC,CACF,CAQA,WAAY,CACV,MAAO,CACL,QAAS,KAAK,SACd,OAAQ,KAAK,OACb,UAAW,KAAK,UAChB,UAAW,KAAK,UAAU,KAC1B,gBAAiB,KAAK,iBACtB,UAAW,KAAK,WAAW,SAAW,YAAc,oBACpD,gBAAiB,MAAM,KAAK,KAAK,UAAU,SAAS,EAAE,IAAI,CAAC,CAACuD,EAAIC,CAAC,KAAO,CACtE,UAAWD,EACX,SAAUC,EAAE,SACZ,MAAOA,EAAE,MACT,cAAeA,EAAE,cACjB,MAAO,KAAK,IAAG,EAAKA,EAAE,SAAWlB,CACzC,EAAQ,CACR,CACE,CACF"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{createLogger as T,PLAYER_API as $}from"./index-Bgo3B90-.js";const B=T("Cache"),P=typeof window<"u"&&window.location.pathname.replace(/\/[^/]*$/,"").replace(/\/$/,"")||"/player/pwa";class R{constructor(){this.dependants=new Map}getCacheKey(e,s,t=null){return`${P}/cache/${e}/${t||s}`}addDependant(e,s){const t=String(e);this.dependants.has(t)||this.dependants.set(t,new Set),this.dependants.get(t).add(String(s))}removeLayoutDependants(e){const s=String(e),t=[];for(const[n,r]of this.dependants)r.delete(s),r.size===0&&(this.dependants.delete(n),t.push(n));return t.length>0&&B.info(`${t.length} media files orphaned after layout ${e} removed:`,t),t}isMediaReferenced(e){const s=this.dependants.get(String(e));return s?s.size>0:!1}async clearAll(){this.dependants.clear()}}const O=new R,_=T("StoreClient");class K{async has(e,s){try{const t=await fetch(`/store/${e}/${s}`,{method:"HEAD"});if(t.ok)return!0;if(t.status===404)return!1;const n=new Error(`Store error: ${t.status}`);throw n.status=t.status,_.warn(`has(${e}/${s}): unexpected status ${t.status}`),n}catch(t){throw t.status||t.name==="AbortError"||t.name==="TimeoutError"||_.warn(`has(${e}/${s}): network error — ${t.message}`),t}}async get(e,s){var t;try{const n=await fetch(`/store/${e}/${s}`);if(!n.ok){if((t=n.body)==null||t.cancel(),n.status===404)return null;throw new Error(`Failed to get file: ${n.status}`)}return await n.blob()}catch(n){return _.error("get error:",n.message),null}}async put(e,s,t,n="application/octet-stream"){var r;try{const i=await fetch(`/store/${e}/${s}`,{method:"PUT",headers:{"Content-Type":n},body:t});return(r=i.body)==null||r.cancel(),i.ok}catch(i){return _.error("put error:",i.message),!1}}async remove(e){try{const t=await(await fetch("/store/delete",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({files:e})})).json();return{deleted:t.deleted||0,total:t.total||e.length}}catch(s){return _.error("remove error:",s.message),{deleted:0,total:e.length}}}async list(){try{return(await(await fetch("/store/list")).json()).files||[]}catch(e){return _.error("list error:",e.message),[]}}}const b={media:{maxRetries:3,retryDelayMs:500,retryDelays:null,maxReenqueues:0,reenqueueDelayMs:0,skipHead:!1,cacheTtl:1/0},layout:{maxRetries:3,retryDelayMs:500,retryDelays:null,maxReenqueues:0,reenqueueDelayMs:0,skipHead:!1,cacheTtl:1/0},dataset:{maxRetries:4,retryDelayMs:0,retryDelays:[15e3,3e4,6e4,12e4],maxReenqueues:5,reenqueueDelayMs:6e4,skipHead:!0,cacheTtl:300},static:{maxRetries:3,retryDelayMs:500,retryDelays:null,maxReenqueues:0,reenqueueDelayMs:0,skipHead:!1,cacheTtl:1/0}};function I(d){return b[d]||b.media}const u=T("Download"),A=6,F=50*1024*1024,M=3,Q=100*1024*1024,z=2,D=6e5,L=15e3;function U(d){var n,r;const s=(r=(n=(d.path||d.code||"").split(".").pop())==null?void 0:n.split("?")[0])==null?void 0:r.toLowerCase();return{mp4:"video/mp4",webm:"video/webm",mp3:"audio/mpeg",png:"image/png",jpg:"image/jpeg",jpeg:"image/jpeg",gif:"image/gif",svg:"image/svg+xml",webp:"image/webp",css:"text/css",js:"application/javascript",ttf:"font/ttf",otf:"font/otf",woff:"font/woff",woff2:"font/woff2",xml:"application/xml",xlf:"application/xml"}[s]||"application/octet-stream"}const f={normal:0,layout:1,high:2,urgent:3},w=Symbol("BARRIER");function C(d){try{const e=d.match(/X-Amz-Expires=(\d+)/);return e?parseInt(e[1],10):1/0}catch{return 1/0}}function S(d,e=30){const s=C(d);return s===1/0?!1:Date.now()/1e3>=s-e}class x{constructor(e,s={}){this.fileInfo=e,this.chunkIndex=s.chunkIndex??null,this.rangeStart=s.rangeStart??null,this.rangeEnd=s.rangeEnd??null,this.state="pending",this.blob=null,this._parentFile=null,this._priority=f.normal,this._typeConfig=I(e.type)}getUrl(){const e=this.fileInfo.path;if(S(e))throw new Error(`URL expired for ${this.fileInfo.type}/${this.fileInfo.id} — waiting for fresh URL from next collection cycle`);return e}async start(){var t;this.state="downloading";const e={};this.rangeStart!=null&&(e.Range=`bytes=${this.rangeStart}-${this.rangeEnd}`),this.chunkIndex!=null&&(e["X-Store-Chunk-Index"]=String(this.chunkIndex),this._parentFile&&(e["X-Store-Num-Chunks"]=String(this._parentFile.totalChunks),e["X-Store-Chunk-Size"]=String(this._parentFile.options.chunkSize||104857600))),this.fileInfo.md5&&(e["X-Store-MD5"]=this.fileInfo.md5),this.fileInfo.updateInterval&&(e["X-Cache-TTL"]=String(this.fileInfo.updateInterval)),this.fileInfo.cmsDownloadUrl&&(e["X-Cms-Download-Url"]=this.fileInfo.cmsDownloadUrl);const s=this._typeConfig.maxRetries;for(let n=1;n<=s;n++){const r=new AbortController,i=setTimeout(()=>r.abort(),D);try{const a=this.getUrl(),h={signal:r.signal};Object.keys(e).length>0&&(h.headers=e);const o=await fetch(a,h);if(!o.ok&&o.status!==206)throw new Error(`Fetch failed: ${o.status}`);return this.blob=await o.blob(),this.state="complete",this.blob}catch(a){const h=r.signal.aborted?`Timeout after ${D/1e3}s`:a.message;if(n<s){const o=((t=this._typeConfig.retryDelays)==null?void 0:t[n-1])??this._typeConfig.retryDelayMs*n,l=this.chunkIndex!=null?` chunk ${this.chunkIndex}`:"";u.warn(`[DownloadTask] ${this.fileInfo.type}/${this.fileInfo.id}${l} attempt ${n}/${s} failed: ${h}. Retrying in ${o/1e3}s...`),await new Promise(p=>setTimeout(p,o))}else throw this.state="failed",r.signal.aborted?new Error(h):a}finally{clearTimeout(i)}}}}class E{constructor(e,s={}){this.fileInfo=e,this.options=s,this.state="pending",this.tasks=[],this.completedChunks=0,this.totalChunks=0,this.totalBytes=0,this.downloadedBytes=0,this.onChunkDownloaded=null,this.skipChunks=e.skipChunks||new Set,this._contentType="application/octet-stream",this._chunkBlobs=new Map,this._runningCount=0,this._resolve=null,this._reject=null,this._promise=new Promise((t,n)=>{this._resolve=t,this._reject=n}),this._promise.catch(()=>{})}getUrl(){const e=this.fileInfo.path;if(S(e))throw new Error(`URL expired for ${this.fileInfo.type}/${this.fileInfo.id} — waiting for fresh URL from next collection cycle`);return e}wait(){return this._promise}async prepare(e){try{this.state="preparing";const{id:s,type:t,size:n}=this.fileInfo;u.info("[FileDownload] Starting:",`${t}/${s}`),this.totalBytes=n&&n>0?parseInt(n):0,this._contentType=U(this.fileInfo);const r=I(this.fileInfo.type).skipHead;if(this.totalBytes===0&&!r){const a=this.getUrl(),h=new AbortController,o=setTimeout(()=>h.abort(),L);try{const l=await fetch(a,{method:"HEAD",signal:h.signal});l.ok&&(this.totalBytes=parseInt(l.headers.get("Content-Length")||"0"),this._contentType=l.headers.get("Content-Type")||this._contentType)}finally{clearTimeout(o)}}u.info("[FileDownload] File size:",(this.totalBytes/1024/1024).toFixed(1),"MB");const i=this.options.chunkSize||F;if(this.totalBytes>Q){const a=[];for(let c=0;c<this.totalBytes;c+=i)a.push({start:c,end:Math.min(c+i-1,this.totalBytes-1),index:a.length});this.totalChunks=a.length;const h=a.filter(c=>!this.skipChunks.has(c.index)),o=a.length-h.length;for(const c of a)this.skipChunks.has(c.index)&&(this.downloadedBytes+=c.end-c.start+1);if(h.length===0){u.info("[FileDownload] All chunks already cached, nothing to download"),this.state="complete",this._resolve(new Blob([],{type:this._contentType}));return}o>0&&u.info(`[FileDownload] Resuming: ${o} chunks cached, ${h.length} to download`);const l=o>0;if(l){const c=h.sort((g,k)=>g.index-k.index);for(const g of c){const k=new x(this.fileInfo,{chunkIndex:g.index,rangeStart:g.start,rangeEnd:g.end});k._parentFile=this,k._priority=f.normal,this.tasks.push(k)}}else for(const c of h){const g=new x(this.fileInfo,{chunkIndex:c.index,rangeStart:c.start,rangeEnd:c.end});g._parentFile=this,g._priority=c.index===0||c.index===a.length-1?f.high:f.normal,this.tasks.push(g)}const p=this.tasks.filter(c=>c._priority>=f.high).length;u.info(`[FileDownload] ${t}/${s}: ${this.tasks.length} chunks`+(p>0?` (${p} priority)`:"")+(l?" (resume)":""))}else{this.totalChunks=1;const a=new x(this.fileInfo,{});a._parentFile=this,this.tasks.push(a)}e.enqueueChunkTasks(this.tasks),this.state="downloading"}catch(s){u.error("[FileDownload] Prepare failed:",`${this.fileInfo.type}/${this.fileInfo.id}`,s),this.state="failed",this._reject(s)}}async onTaskComplete(e){if(this.completedChunks++,this.downloadedBytes+=e.blob.size,e.chunkIndex!=null&&this._chunkBlobs.set(e.chunkIndex,e.blob),this.options.onProgress&&this.options.onProgress(this.downloadedBytes,this.totalBytes),this.onChunkDownloaded&&e.chunkIndex!=null)try{await this.onChunkDownloaded(e.chunkIndex,e.blob,this.totalChunks)}catch(s){u.warn("[FileDownload] onChunkDownloaded callback error:",s)}if(this.completedChunks===this.tasks.length&&this.state!=="complete"){this.state="complete";const{type:s,id:t}=this.fileInfo;if(e.chunkIndex==null)u.info("[FileDownload] Complete:",`${s}/${t}`,`(${e.blob.size} bytes)`),this._resolve(e.blob);else if(this.onChunkDownloaded)u.info("[FileDownload] Complete:",`${s}/${t}`,`(progressive, ${this.totalChunks} chunks)`),this._resolve(new Blob([],{type:this._contentType}));else{const n=[];for(let i=0;i<this.totalChunks;i++){const a=this._chunkBlobs.get(i);a&&n.push(a)}const r=new Blob(n,{type:this._contentType});u.info("[FileDownload] Complete:",`${s}/${t}`,`(${r.size} bytes, reassembled)`),this._resolve(r)}this._chunkBlobs.clear()}}onTaskFailed(e,s){var t;if(!(this.state==="complete"||this.state==="failed")){if((t=s.message)!=null&&t.includes("URL expired")){const n=e.chunkIndex!=null?` chunk ${e.chunkIndex}`:"";u.warn(`[FileDownload] URL expired, dropping${n}:`,`${this.fileInfo.type}/${this.fileInfo.id}`),this.tasks=this.tasks.filter(r=>r!==e),(this.tasks.length===0||this.completedChunks>=this.tasks.length)&&(this.state="complete",this._urlExpired=!0,this._resolve(new Blob([],{type:this._contentType})));return}u.error("[FileDownload] Failed:",`${this.fileInfo.type}/${this.fileInfo.id}`,s),this.state="failed",this._reject(s)}}}class H{constructor(e){this.queue=e,this._filesToPrepare=[],this._tasks=[],this._maxPreparing=2}addFile(e){const s=q.stableKey(e);if(this.queue.active.has(s)){const n=this.queue.active.get(s);if(e.path&&e.path!==n.fileInfo.path){const r=C(n.fileInfo.path);C(e.path)>r&&(n.fileInfo.path=e.path)}return n}const t=new E(e,{chunkSize:this.queue.chunkSize,calculateMD5:this.queue.calculateMD5,onProgress:this.queue.onProgress});return this.queue.active.set(s,t),this._filesToPrepare.push(t),t}enqueueChunkTasks(e){this._tasks.push(...e)}async build(){return await this._prepareAll(),this._sortWithBarriers()}async _prepareAll(){await new Promise(e=>{let s=0,t=0;const n=()=>{for(;s<this._maxPreparing&&t<this._filesToPrepare.length;){const r=this._filesToPrepare[t++];s++,r.prepare(this).finally(()=>{s--,t>=this._filesToPrepare.length&&s===0?e():n()})}};this._filesToPrepare.length===0?e():n()})}_sortWithBarriers(){var i;const e=[],s=[],t=[],n=[];for(const a of this._tasks)if(a.chunkIndex==null)e.push(a);else if(a.chunkIndex===0)s.push(a);else{const h=((i=a._parentFile)==null?void 0:i.totalChunks)||0;h>1&&a.chunkIndex===h-1?t.push(a):n.push(a)}e.sort((a,h)=>{var o,l;return(((o=a._parentFile)==null?void 0:o.totalBytes)||0)-(((l=h._parentFile)==null?void 0:l.totalBytes)||0)}),n.sort((a,h)=>a.chunkIndex-h.chunkIndex);const r=[...e,...s,...t];return n.length>0&&r.push(w,...n),r}}class q{constructor(e={}){this.concurrency=e.concurrency||A,this.chunkSize=e.chunkSize||F,this.maxChunksPerFile=e.chunksPerFile||M,this.calculateMD5=e.calculateMD5,this.onProgress=e.onProgress,this.queue=[],this.active=new Map,this._activeTasks=[],this.running=0,this._prepareQueue=[],this._preparingCount=0,this._maxPreparing=2,this.paused=!1,this._reenqueueTimers=new Set}static stableKey(e){return`${e.type}/${e.id}`}enqueue(e){const s=q.stableKey(e);if(this.active.has(s)){const n=this.active.get(s);if(e.path&&e.path!==n.fileInfo.path){const r=C(n.fileInfo.path);C(e.path)>r&&(u.info("[DownloadQueue] Refreshing URL for",s),n.fileInfo.path=e.path)}return n}const t=new E(e,{chunkSize:this.chunkSize,calculateMD5:this.calculateMD5,onProgress:this.onProgress});return this.active.set(s,t),u.info("[DownloadQueue] Enqueued:",s),this._schedulePrepare(t),t}_schedulePrepare(e){this._prepareQueue.push(e),this._processPrepareQueue()}_processPrepareQueue(){for(;this._preparingCount<this._maxPreparing&&this._prepareQueue.length>0;){const e=this._prepareQueue.shift();this._preparingCount++,e.prepare(this).finally(()=>{this._preparingCount--,this._processPrepareQueue()})}}enqueueChunkTasks(e){for(const s of e)this.queue.push(s);this._sortQueue(),u.info(`[DownloadQueue] ${e.length} tasks added (${this.queue.length} pending, ${this.running} active)`),this.processQueue()}enqueueOrderedTasks(e){let s=0,t=0;for(const n of e)n===w?(this.queue.push(w),t++):(this.queue.push(n),s++);u.info(`[DownloadQueue] Ordered queue: ${s} tasks, ${t} barriers (${this.queue.length} pending, ${this.running} active)`),this.processQueue()}_sortQueue(){this.queue.sort((e,s)=>s._priority-e._priority)}prioritize(e,s){const t=`${e}/${s}`,n=this.active.get(t);if(!n)return u.info("[DownloadQueue] Not found:",t),!1;let r=0;for(const i of this.queue)i._parentFile===n&&i._priority<f.high&&(i._priority=f.high,r++);return this._sortQueue(),u.info("[DownloadQueue] Prioritized:",t,`(${r} tasks boosted)`),!0}prioritizeLayoutFiles(e,s=f.high){var r,i,a,h;const t=new Set(e.map(String));let n=0;for(const o of this.queue){const l=((r=o._parentFile)==null?void 0:r.fileInfo.saveAs)||String((i=o._parentFile)==null?void 0:i.fileInfo.id);t.has(l)&&o._priority<s&&(o._priority=s,n++)}for(const o of this._activeTasks){const l=((a=o._parentFile)==null?void 0:a.fileInfo.saveAs)||String((h=o._parentFile)==null?void 0:h.fileInfo.id);t.has(l)&&o._priority<s&&(o._priority=s)}this._sortQueue(),u.info("[DownloadQueue] Layout files prioritized:",t.size,"files,",n,"tasks boosted to",s)}urgentChunk(e,s,t){const n=`${e}/${s}`,r=this.active.get(n);if(!r)return u.info("[DownloadQueue] urgentChunk: file not active:",n,"chunk",t),!1;if(this._activeTasks.some(o=>o._parentFile===r&&o.chunkIndex===t&&o.state==="downloading")){const o=this._activeTasks.find(l=>l._parentFile===r&&l.chunkIndex===t);return o&&o._priority<f.urgent?(o._priority=f.urgent,u.info(`[DownloadQueue] URGENT: ${n} chunk ${t} (already in-flight, limiting slots)`),!0):(u.info("[DownloadQueue] urgentChunk: already urgent:",n,"chunk",t),!1)}const a=this.queue.findIndex(o=>o!==w&&o._parentFile===r&&o.chunkIndex===t);if(a===-1)return u.info("[DownloadQueue] urgentChunk: chunk not in queue:",n,"chunk",t),!1;const h=this.queue.splice(a,1)[0];return h._priority=f.urgent,this.queue.unshift(h),u.info(`[DownloadQueue] URGENT: ${n} chunk ${t} (moved to front)`),this.processQueue(),!0}processQueue(){var n;if(this.paused)return;const e=this.queue.some(r=>r!==w&&r._priority>=f.urgent)||((n=this._activeTasks)==null?void 0:n.some(r=>r._priority>=f.urgent&&r.state==="downloading")),s=e?z:this.concurrency,t=e?f.urgent:0;for(;this.running<s&&this.queue.length>0;){const r=this.queue[0];if(r===w){if(this.running>0)break;this.queue.shift();continue}if(r._priority<t||!this._canStartTask(r)){let i=!1;for(let a=1;a<this.queue.length&&this.queue[a]!==w;a++){const h=this.queue[a];if(h._priority>=t&&this._canStartTask(h)){this.queue.splice(a,1),this._startTask(h),i=!0;break}}if(!i)break;continue}this.queue.shift(),this._startTask(r)}this.queue.length===0&&this.running===0&&u.info("[DownloadQueue] All downloads complete")}_canStartTask(e){return e._parentFile._runningCount<this.maxChunksPerFile}_startTask(e){this.running++,e._parentFile._runningCount++,this._activeTasks.push(e);const s=`${e.fileInfo.type}/${e.fileInfo.id}`,t=e.chunkIndex!=null?` chunk ${e.chunkIndex}`:"";u.info(`[DownloadQueue] Starting: ${s}${t} (${this.running}/${this.concurrency} active)`),e.start().then(()=>(this.running--,e._parentFile._runningCount--,this._activeTasks=this._activeTasks.filter(n=>n!==e),u.info(`[DownloadQueue] Fetched: ${s}${t} (${this.running} active, ${this.queue.length} pending)`),this.processQueue(),e._parentFile.onTaskComplete(e))).catch(n=>{this.running--,e._parentFile._runningCount--,this._activeTasks=this._activeTasks.filter(a=>a!==e);const{maxReenqueues:r,reenqueueDelayMs:i}=e._typeConfig;if(r>0){if(e._reenqueueCount=(e._reenqueueCount||0)+1,e._reenqueueCount>r){u.error(`[DownloadQueue] ${s} exceeded ${r} re-enqueues, failing permanently`),this.processQueue(),e._parentFile.onTaskFailed(e,n);return}u.warn(`[DownloadQueue] ${s} failed all retries (attempt ${e._reenqueueCount}/${r}), scheduling re-enqueue in ${i/1e3}s`);const a=setTimeout(()=>{this._reenqueueTimers.delete(a),e.state="pending",e._parentFile.state="downloading",this.queue.push(e),u.info(`[DownloadQueue] ${s} re-enqueued for retry`),this.processQueue()},i);this._reenqueueTimers.add(a),this.processQueue();return}this.processQueue(),e._parentFile.onTaskFailed(e,n)})}awaitAllPrepared(){return new Promise(e=>{const s=()=>{this._preparingCount===0&&this._prepareQueue.length===0?e():setTimeout(s,50)};s()})}removeCompleted(e){const s=this.active.get(e);s&&(s.state==="complete"||s.state==="failed")&&(this.queue=this.queue.filter(t=>t===w||t._parentFile!==s),this.active.delete(e))}getTask(e){return this.active.get(e)||null}getProgress(){const e={};for(const[s,t]of this.active.entries())t.state==="complete"||t.state==="failed"||(e[s]={downloaded:t.downloadedBytes,total:t.totalBytes,percent:t.totalBytes>0?(t.downloadedBytes/t.totalBytes*100).toFixed(1):0,state:t.state});return e}clear(){this.queue=[],this.active.clear(),this.running=0,this._prepareQueue=[],this._preparingCount=0;for(const e of this._reenqueueTimers)clearTimeout(e);this._reenqueueTimers.clear()}}class X{constructor(e={}){this.queue=new q(e)}enqueue(e){return this.queue.enqueue(e)}enqueueForLayout(e){return this.queue.enqueue(e)}getTask(e){return this.queue.getTask(e)}getProgress(){return this.queue.getProgress()}prioritizeLayoutFiles(e,s){this.queue.prioritizeLayoutFiles(e,s),this.queue.processQueue()}urgentChunk(e,s,t){return this.queue.urgentChunk(e,s,t)}createTaskBuilder(){return new H(this.queue)}enqueueOrderedTasks(e){this.queue.enqueueOrderedTasks(e)}removeCompleted(e){this.queue.removeCompleted(e)}get running(){return this.queue.running}get queued(){return this.queue.queue.length}clear(){this.queue.clear()}}const y=T("CacheAnalyzer");function m(d){if(d===0)return"0 B";if(!Number.isFinite(d))return"∞";const e=["B","KB","MB","GB","TB"],s=Math.floor(Math.log(d)/Math.log(1024));return`${(d/Math.pow(1024,s)).toFixed(s>0?1:0)} ${e[s]}`}class Y{constructor(e,{threshold:s=80}={}){this.cache=e,this.threshold=s}async analyze(e){const s=await this.cache.list(),t=await this._getStorageEstimate(),n=new Set(e.map(o=>String(o.id))),r=[],i=[];for(const o of s)if(n.has(String(o.id)))r.push(o);else if(o.type==="widget"){const l=String(o.id).split("/")[0];n.has(l)?r.push(o):i.push(o)}else o.type==="static"?r.push(o):i.push(o);i.sort((o,l)=>(o.cachedAt||0)-(l.cachedAt||0));const a=i.reduce((o,l)=>o+(l.size||0),0),h={timestamp:Date.now(),storage:{usage:t.usage,quota:t.quota,percent:t.quota>0?Math.round(t.usage/t.quota*100):0},files:{required:r.length,orphaned:i.length,total:s.length},orphaned:i.map(o=>({id:o.id,type:o.type,size:o.size||0,cachedAt:o.cachedAt||0})),orphanedSize:a,evicted:[],threshold:this.threshold};if(y.info(`Storage: ${m(t.usage)} / ${m(t.quota)} (${h.storage.percent}%)`),y.info(`Cache: ${r.length} required, ${i.length} orphaned (${m(a)} reclaimable)`),i.length>0)for(const o of i){const l=Date.now()-(o.cachedAt||0),p=Math.floor(l/864e5),c=Math.floor(l%864e5/36e5),g=p>0?`${p}d ago`:`${c}h ago`;y.info(` Orphaned: ${o.type}/${o.id} (${m(o.size||0)}, cached ${g})`)}if(h.storage.percent>this.threshold&&i.length>0){y.warn(`Storage exceeds ${this.threshold}% threshold — evicting orphaned files`);const o=t.usage-t.quota*this.threshold/100;h.evicted=await this._evict(i,o)}else y.info(`No eviction needed (threshold: ${this.threshold}%)`);return h}async _getStorageEstimate(){var e;try{if(typeof navigator<"u"&&((e=navigator.storage)!=null&&e.estimate)){const{usage:s,quota:t}=await navigator.storage.estimate();return{usage:s||0,quota:t||1/0}}}catch(s){y.warn("Storage estimate unavailable:",s.message)}return{usage:0,quota:1/0}}async _evict(e,s){const t=[];let n=0;for(const r of e){if(n>=s)break;t.push(r),n+=r.size||0}if(t.length===0)return[];try{const r=t.map(i=>({type:i.type,id:i.id}));await this.cache.remove(r);for(const i of t)y.info(` Evicted: ${i.type}/${i.id} (${m(i.size||0)})`);y.info(`Evicted ${t.length} files, freed ${m(n)}`)}catch(r){return y.warn("Eviction failed:",r.message),[]}return t.map(r=>({id:r.id,type:r.type,size:r.size||0,cachedAt:r.cachedAt||0}))}}const v=T("Cache"),j=typeof window<"u"&&window.location.pathname.replace(/\/[^/]*$/,"").replace(/\/$/,"")||"/player/pwa";async function G(d,e,s,t){var l;const n=`${$}/widgets/${d}/${e}/${s}`,r=`<base href="${$}/media/file/">`;let i=t;t.includes("<base ")||(t.includes("<head>")?i=t.replace("<head>","<head>"+r):t.includes("<HEAD>")?i=t.replace("<HEAD>","<HEAD>"+r):i=r+t);const a="<style>img,video{object-position:center center}</style>";i.includes("object-position:center center")||(i.includes("</head>")?i=i.replace("</head>",a+"</head>"):i.includes("</HEAD>")&&(i=i.replace("</HEAD>",a+"</HEAD>"))),i=i.replace(/\[\[ViewPortWidth]]/g,"device-width"),i=i.replace(/https?:\/\/[^\s"')<]+\.m3u8\b/gi,p=>"/stream-proxy?url="+encodeURIComponent(p));const h=new RegExp(`https?://[^"'\\s)]+?(${$.replace(/\//g,"\\/")}/dependencies/[^"'\\s?)]+)(\\?[^"'\\s)]*)?`,"g");if(i=i.replace(h,(p,c)=>c),i=i.replace(/(<(?:script|link)\b[^>]*(?:src|href)=")(?!\/|https?:\/\/)(bundle\.min\.js|fonts\.css)(")/g,`$1${$}/dependencies/$2$3`),!i.includes("xiboICTargetId")){const p=`<script>var xiboICTargetId = '${s}';<\/script>`;i.includes(r)?i=i.replace(r,r+p):i.includes("<head>")?i=i.replace("<head>","<head>"+p):i=p+i}return i=i.replace(/hostAddress\s*:\s*["']https?:\/\/[^"']+["']/g,`hostAddress: "${j}/ic"`),v.info("Injected base tag in widget HTML"),(l=(await fetch(`/store${$}/widgets/${d}/${e}/${s}`,{method:"PUT",headers:{"Content-Type":"text/html; charset=utf-8"},body:i})).body)==null||l.cancel(),v.info(`Stored widget HTML at ${n} (${i.length} bytes)`),{cacheKey:n,html:i}}export{w as B,Y as C,X as D,b as F,H as L,K as S,R as a,E as b,G as c,O as d,I as g,S as i};
|
|
2
|
+
//# sourceMappingURL=widget-html-7qheOFv5.js.map
|