@urun-sh/core 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/{chunk-ADK75OQ6.mjs → chunk-W2K27XCL.mjs} +5 -5
- package/dist/index.d.mts +8 -4
- package/dist/index.d.ts +8 -4
- package/dist/index.js +5 -5
- package/dist/index.mjs +1 -1
- package/dist/{internal-BVUaf1Cq.d.mts → internal-BzuKp0r0.d.mts} +7 -2
- package/dist/{internal-BVUaf1Cq.d.ts → internal-BzuKp0r0.d.ts} +7 -2
- package/dist/internal.d.mts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +5 -5
- package/dist/internal.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as b,b as I,c as E}from"./chunk-W2K27XCL.mjs";function w(n,e){let r={...n};for(let t of Object.keys(e)){let s=e[t],o=r[t];s!==null&&typeof s=="object"&&!Array.isArray(s)&&o!==null&&typeof o=="object"&&!Array.isArray(o)?r[t]=w(o,s):r[t]=s}return r}function C(n,e){let r=e.split("."),t=n;for(let s of r){if(t==null||typeof t!="object")return;t=t[s]}return t}var f=class{_state={};_listeners=new Set;_key;_sessionId;_multiplexer;_unsubscribe=null;constructor(e,r,t){this._key=e,this._sessionId=r,this._multiplexer=t,this.subscribe()}setSessionId(e){e!==this._sessionId&&(this._unsubscribe?.(),this._sessionId=e,this.subscribe())}subscribe(){this._unsubscribe=this._multiplexer.on(this._channel,e=>{if(e.type==="doc_update"&&e.patch&&typeof e.patch=="object"){this._state=w(this._state,e.patch);let r={...this._state};for(let t of this._listeners)t(r)}})}get _channel(){return`session:${this._sessionId}:doc:${this._key}`}set(e){this._state=w(this._state,e),this._multiplexer.emit(this._channel,{type:"doc_update",patch:e,snapshot:this._state});let r={...this._state};for(let t of this._listeners)t(r)}get(e,r){return e?C(this._state,e)??r:{...this._state}}on(e,r){return this._listeners.add(r),()=>this._listeners.delete(r)}};var S=class{constructor(e,r){this._name=e;this._transport=r;this._track=this._transport.getTrackByName(this._name)??null,this._unsubscribeTransport=this._transport.on("track",()=>{let t=this._transport.getTrackByName(this._name)??null;t!==this._track&&this._setTrack(t)})}_name;_transport;_track=null;_handlers=new Map;_unsubscribeTransport=null;get track(){let e=this._transport.getTrackByName(this._name)??this._track;return e!==this._track&&this._setTrack(e),this._track}async attach(e){await this._transport.addTrack(e)}async detach(){this._transport.removeTrack()}async seek(e){if(e!=="live"&&(!Number.isFinite(e)||e<0))throw new Error('[urun] stream.seek target must be "live" or a non-negative number of seconds');this._transport.seekStream(this._name,e)}on(e,r){let t=this._handlers.get(e);return t||(t=new Set,this._handlers.set(e,t)),t.add(r),()=>{t?.delete(r),t?.size===0&&this._handlers.delete(e)}}dispose(){this._unsubscribeTransport?.(),this._unsubscribeTransport=null,this._handlers.clear()}_setTrack(e){this._track=e,e&&e.addEventListener("ended",()=>{this._track===e&&this._setTrack(null)},{once:!0});let r=this._handlers.get("track");if(r)for(let t of r)t(e)}},m=class{_sessionId;_multiplexer;_transport;_docs=new Map;_streams=new Map;constructor(e,r,t){this._sessionId=e,this._multiplexer=r,this._transport=t}get id(){return this._sessionId}setSessionId(e){if(e===this._sessionId)return;this._multiplexer.rewriteSessionChannels?.call(this._multiplexer,this._sessionId,e),this._sessionId=e;for(let t of this._docs.values())t.setSessionId(e)}stream(e){let r=this._streams.get(e);return r||(r=new S(e,this._transport),this._streams.set(e,r)),r}doc(e){let r=this._docs.get(e);return r||(r=new f(e,this._sessionId,this._multiplexer),this._docs.set(e,r)),r}disconnect(){for(let e of this._streams.values())e.dispose();this._streams.clear(),this._transport.disconnect()}};var U="session-api.prod.cloud.urun.sh",L=["https://session-api.use2.prod.cloud.urun.sh","https://session-api.usw2.prod.cloud.urun.sh"];function $(n){return n.trim().replace(/\/+$/,"")}function j(n,e){let r=[],t=s=>{if(!s)return;let o=$(s);o&&!r.includes(o)&&r.push(o)};t(n);for(let s of e??[])t(s);for(let s of K(n))t(s);return r}var N=120;async function x(n){let e=j(n.baseUrl,n.fallbackUrls),r=null;for(let t of e)try{return await B(t,n)}catch(s){r=s instanceof Error?s:new Error(String(s))}throw r??new Error("[urun] session allocation failed")}async function B(n,e){let r;for(let t=0;t<N;t++){let s=r?await fetch(`${n}/api/session-requests/${encodeURIComponent(r)}`,{headers:R(e)}):await fetch(`${n}/api/sessions/create`,{method:"POST",headers:{...R(e),"Content-Type":"application/json","Idempotency-Key":e.idempotencyKey},body:JSON.stringify(D(e))}),o=await G(s);if(s.ok&&(o.status==="allocated"||!o.status&&!!o.session_id)&&!!o.session_id){let i=o.session_id;if(!o.ws_url)throw new Error(`[urun] gateway allocated session ${i} without ws_url`);return{baseUrl:n,sessionId:i,wsUrl:o.ws_url,response:o}}if(s.status===202||o.status==="pending"||o.status==="queued"||o.queued){if(r=o.request_id||r,!r)throw new Error("[urun] gateway queued session without request_id");await F(q(s,o));continue}let l=o.error_message||o.error_code||`HTTP ${s.status}`;throw new Error(`[urun] session allocation failed at ${n}: ${l}`)}throw new Error(`[urun] timed out waiting for session allocation at ${n}`)}function R(n){let e={"X-Tenant-Id":n.orgId,"X-Auth-Provider":n.authProvider||"default","X-User-Id":"anonymous"};return n.jwt&&(e.Authorization=`Bearer ${n.jwt}`),e}function D(n){let e=Number(n.args?.gpus??1),r={app:n.app,function:n.functionName,gpus:Number.isFinite(e)&&e>0?e:1,idempotency_key:n.idempotencyKey},t=n.args?.preferred_zone;return typeof t=="string"&&t&&(r.preferred_zone=t),r}async function G(n){try{let e=await n.json();return e&&typeof e=="object"?e:{}}catch{return{}}}function q(n,e){let r=Number(n.headers.get("Retry-After")||""),t=Number(e.retry_after_seconds??r);return Number.isFinite(t)&&t>0?Math.min(t*1e3,1e4):1e3}function F(n){return new Promise(e=>setTimeout(e,n))}function K(n){try{return new URL(n).hostname!==U?[]:L}catch{return[]}}var W=new Set(["then","catch","finally","toJSON",Symbol.toPrimitive]);function z(n,e){return new Proxy({},{get(r,t){if(!(W.has(t)||typeof t!="string"))return s=>{let o=s??{},a=`s_${Date.now()}_${Math.random().toString(36).slice(2)}`,l=new I,i=new E({url:"",orgId:e.orgId,jwt:e.jwt,authProvider:e.authProvider,sessionId:a}),p=new m(a,l,i);return(async()=>{let u=await x({baseUrl:e.baseUrl,fallbackUrls:e.fallbackUrls,app:n,functionName:t,args:o,orgId:e.orgId,jwt:e.jwt,authProvider:e.authProvider,idempotencyKey:a});p.setSessionId(u.sessionId),i.setConnection({url:u.wsUrl,sessionId:u.sessionId}),await i.connect({app:n,functionName:t,args:o}),i.multiplexer&&l.setTarget(i.multiplexer)})().catch(u=>{console.error(`[urun] Failed to connect session for ${t}:`,u)}),p}}})}var T=3e4,M="stream:",y=class{_ws;_multiplexer;_pendingRpc=new Map;_rpcId=0;constructor(e,r){this._ws=e,this._multiplexer=r,this._ws.addEventListener("message",t=>{let s;try{s=JSON.parse(typeof t.data=="string"?t.data:"")}catch{return}if(s.rpcId&&this._pendingRpc.has(s.rpcId)){let o=this._pendingRpc.get(s.rpcId);this._pendingRpc.delete(s.rpcId),clearTimeout(o.timer),s.error?o.reject(new Error(s.error)):o.resolve(s.result)}})}async get(e){return this._sendRpc("store.get",{key:e})}async has(e){return await this._sendRpc("store.has",{key:e})}on(e,r){let t=`${M}${e}`;return this._multiplexer.on(t,s=>{r(s)})}emit(e,r){let t=`${M}${e}`,s=typeof r=="object"&&r!==null&&!Array.isArray(r)?r:{data:r};this._multiplexer.emit(t,s)}_getInternals(){return{multiplexer:this._multiplexer,ws:this._ws}}_sendRpc(e,r){return new Promise((t,s)=>{if(!this._ws||this._ws.readyState!==WebSocket.OPEN){s(new Error("WebSocket not open"));return}let o=String(++this._rpcId),a=setTimeout(()=>{this._pendingRpc.has(o)&&(this._pendingRpc.delete(o),s(new Error(`RPC request "${e}" timed out after ${T}ms`)))},T);this._pendingRpc.set(o,{resolve:t,reject:s,timer:a}),this._ws.send(JSON.stringify({rpcId:o,type:e,...r}))})}};function H(n){let t=`${n.baseUrl.replace(/\/$/,"").replace(/^http/,"ws")}/store/${encodeURIComponent(n.orgId)}`,s=new WebSocket(t);(n.jwt||n.apiKey)&&s.addEventListener("open",()=>{s.send(JSON.stringify({type:"auth",orgId:n.orgId,jwt:n.jwt,authProvider:n.authProvider,apiKey:n.apiKey}))});let o=new b(s);return new y(s,o)}var J='video/mp4; codecs="avc1.42E01E"';function V(n,e){let r=e?.codec??J,t=document.createElement("video");t.muted=!0,t.playsInline=!0;let s=new MediaSource,o=URL.createObjectURL(s);t.src=o,s.addEventListener("sourceopen",()=>{let c;try{c=s.addSourceBuffer(r)}catch(d){throw d instanceof DOMException&&d.name==="NotSupportedError"?new Error(`Codec not supported: "${r}". Ensure the codec string matches the fMP4 container format. Common values: video/mp4; codecs="avc1.42E01E" (H.264 Baseline), video/mp4; codecs="avc1.4D401F" (H.264 Main).`):d}let P=n.getReader();function _(){return c.updating?new Promise(d=>{c.addEventListener("updateend",()=>d(),{once:!0})}):Promise.resolve()}async function A(){try{for(;;){let{done:d,value:k}=await P.read();if(d){await _(),s.readyState==="open"&&s.endOfStream();return}await _();try{c.appendBuffer(k)}catch(h){if(h instanceof DOMException&&h.name==="QuotaExceededError"){let g=c.buffered;if(g.length>0){let O=g.start(g.length-1);c.remove(0,O),await _(),c.appendBuffer(k)}else throw h}else throw h}}}catch{if(s.readyState==="open")try{s.endOfStream("decode")}catch{}}}A()}),t.play().catch(()=>{});let a=t,l=a.captureStream??a.mozCaptureStream;if(!l)throw new Error("captureStream() is not supported in this browser. videoStream() requires HTMLMediaElement.captureStream() support.");let i=l.call(t),p=i.getTracks(),u=0,v=p.length;if(v===0)t.addEventListener("emptied",()=>{URL.revokeObjectURL(o)},{once:!0});else for(let c of p)c.addEventListener("ended",()=>{u++,u>=v&&URL.revokeObjectURL(o)});return i}export{z as App,m as Session,H as createStore,V as videoStream};
|
|
@@ -168,7 +168,11 @@ interface App {
|
|
|
168
168
|
[fnName: string]: (args?: Record<string, unknown>) => Session;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
interface ChannelEndpoint {
|
|
172
|
+
on(channel: string, handler: (data: ChannelMessage) => void): () => void;
|
|
173
|
+
emit(channel: string, data: Record<string, unknown>): void;
|
|
174
|
+
}
|
|
175
|
+
declare class ChannelMultiplexer implements ChannelEndpoint {
|
|
172
176
|
private _handlers;
|
|
173
177
|
private _ws;
|
|
174
178
|
private _onMessage;
|
|
@@ -236,6 +240,7 @@ declare class TransportSession {
|
|
|
236
240
|
getTrackByName(name: string): MediaStreamTrack | undefined;
|
|
237
241
|
setAuth(options: Pick<TransportSessionOptions, 'orgId' | 'jwt' | 'authProvider'>): void;
|
|
238
242
|
constructor(options?: TransportSessionOptions);
|
|
243
|
+
setConnection(options: Pick<TransportSessionOptions, 'url' | 'fallbackUrls' | 'sessionId'>): void;
|
|
239
244
|
connect(startOptions?: SessionStartOptions): Promise<void>;
|
|
240
245
|
disconnect(): void;
|
|
241
246
|
on<E extends keyof TransportEvents>(event: E, handler: TransportEvents[E]): () => void;
|
|
@@ -259,4 +264,4 @@ declare class TransportSession {
|
|
|
259
264
|
private _setState;
|
|
260
265
|
}
|
|
261
266
|
|
|
262
|
-
export { type App as A, type
|
|
267
|
+
export { type App as A, type ChannelEndpoint as C, type Layer as L, type SceneContext as S, TransportSession as T, type AppOptions as a, type ChannelMessage as b, ChannelMultiplexer as c, type ChannelName as d, type LayoutConfig as e, type LayoutContext as f, type SceneGraph as g, type Session as h, type SessionDocument as i, type SessionStartOptions as j, type SessionStream as k, type Store as l, type StoreOptions as m, type TransportSessionOptions as n, type TransportState as o };
|
|
@@ -168,7 +168,11 @@ interface App {
|
|
|
168
168
|
[fnName: string]: (args?: Record<string, unknown>) => Session;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
interface ChannelEndpoint {
|
|
172
|
+
on(channel: string, handler: (data: ChannelMessage) => void): () => void;
|
|
173
|
+
emit(channel: string, data: Record<string, unknown>): void;
|
|
174
|
+
}
|
|
175
|
+
declare class ChannelMultiplexer implements ChannelEndpoint {
|
|
172
176
|
private _handlers;
|
|
173
177
|
private _ws;
|
|
174
178
|
private _onMessage;
|
|
@@ -236,6 +240,7 @@ declare class TransportSession {
|
|
|
236
240
|
getTrackByName(name: string): MediaStreamTrack | undefined;
|
|
237
241
|
setAuth(options: Pick<TransportSessionOptions, 'orgId' | 'jwt' | 'authProvider'>): void;
|
|
238
242
|
constructor(options?: TransportSessionOptions);
|
|
243
|
+
setConnection(options: Pick<TransportSessionOptions, 'url' | 'fallbackUrls' | 'sessionId'>): void;
|
|
239
244
|
connect(startOptions?: SessionStartOptions): Promise<void>;
|
|
240
245
|
disconnect(): void;
|
|
241
246
|
on<E extends keyof TransportEvents>(event: E, handler: TransportEvents[E]): () => void;
|
|
@@ -259,4 +264,4 @@ declare class TransportSession {
|
|
|
259
264
|
private _setState;
|
|
260
265
|
}
|
|
261
266
|
|
|
262
|
-
export { type App as A, type
|
|
267
|
+
export { type App as A, type ChannelEndpoint as C, type Layer as L, type SceneContext as S, TransportSession as T, type AppOptions as a, type ChannelMessage as b, ChannelMultiplexer as c, type ChannelName as d, type LayoutConfig as e, type LayoutContext as f, type SceneGraph as g, type Session as h, type SessionDocument as i, type SessionStartOptions as j, type SessionStream as k, type Store as l, type StoreOptions as m, type TransportSessionOptions as n, type TransportState as o };
|
package/dist/internal.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { b as ChannelMessage, c as ChannelMultiplexer, d as ChannelName, j as SessionStartOptions, T as TransportSession, n as TransportSessionOptions } from './internal-BzuKp0r0.mjs';
|
package/dist/internal.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { b as ChannelMessage, c as ChannelMultiplexer, d as ChannelName, j as SessionStartOptions, T as TransportSession, n as TransportSessionOptions } from './internal-BzuKp0r0.js';
|