From 85d8e21afad1768f2e2db7e27998f4f66148e8af Mon Sep 17 00:00:00 2001 From: gabek Date: Mon, 14 Nov 2022 03:33:21 +0000 Subject: [PATCH] Bundle embedded web app --- static/web/404.html | 4 ++-- static/web/404/index.html | 4 ++-- .../{7466-f09362cdaafa7cf3.js => 7466-ff9ca0156f5ae223.js} | 2 +- .../_buildManifest.js | 2 +- .../_ssgManifest.js | 0 static/web/admin/access-tokens/index.html | 2 +- static/web/admin/actions/index.html | 2 +- static/web/admin/chat/messages/index.html | 2 +- static/web/admin/chat/users/index.html | 2 +- static/web/admin/config-chat/index.html | 2 +- static/web/admin/config-federation/index.html | 2 +- static/web/admin/config-notify/index.html | 2 +- static/web/admin/config-public-details/index.html | 2 +- static/web/admin/config-server-details/index.html | 2 +- static/web/admin/config-social-items/index.html | 2 +- static/web/admin/config-storage/index.html | 2 +- static/web/admin/config-video/index.html | 2 +- static/web/admin/config/appearance/index.html | 2 +- static/web/admin/federation/actions/index.html | 2 +- static/web/admin/federation/followers/index.html | 2 +- static/web/admin/hardware-info/index.html | 2 +- static/web/admin/help/index.html | 2 +- static/web/admin/index.html | 2 +- static/web/admin/logs/index.html | 2 +- static/web/admin/stream-health/index.html | 2 +- static/web/admin/upgrade/index.html | 2 +- static/web/admin/viewer-info/index.html | 2 +- static/web/admin/webhooks/index.html | 2 +- static/web/embed/chat/readonly/index.html | 2 +- static/web/embed/chat/readwrite/index.html | 2 +- static/web/embed/video/index.html | 2 +- static/web/index.html | 4 ++-- 32 files changed, 34 insertions(+), 34 deletions(-) rename static/web/_next/static/chunks/{7466-f09362cdaafa7cf3.js => 7466-ff9ca0156f5ae223.js} (64%) rename static/web/_next/static/{DcgpRwW-V_5sVQiBL2OCj => mkGTx9lVMlIhwJiHQzE-9}/_buildManifest.js (98%) rename static/web/_next/static/{DcgpRwW-V_5sVQiBL2OCj => mkGTx9lVMlIhwJiHQzE-9}/_ssgManifest.js (100%) diff --git a/static/web/404.html b/static/web/404.html index b6fed3780..6dc0ec604 100644 --- a/static/web/404.html +++ b/static/web/404.html @@ -1,4 +1,4 @@ -404: This page could not be found

404

This page could not be found.

\ No newline at end of file + }

404

This page could not be found.

\ No newline at end of file diff --git a/static/web/404/index.html b/static/web/404/index.html index b6fed3780..6dc0ec604 100644 --- a/static/web/404/index.html +++ b/static/web/404/index.html @@ -1,4 +1,4 @@ -404: This page could not be found

404

This page could not be found.

\ No newline at end of file + }

404

This page could not be found.

\ No newline at end of file diff --git a/static/web/_next/static/chunks/7466-f09362cdaafa7cf3.js b/static/web/_next/static/chunks/7466-ff9ca0156f5ae223.js similarity index 64% rename from static/web/_next/static/chunks/7466-f09362cdaafa7cf3.js rename to static/web/_next/static/chunks/7466-ff9ca0156f5ae223.js index 784c7e266..cd3f7bf46 100644 --- a/static/web/_next/static/chunks/7466-f09362cdaafa7cf3.js +++ b/static/web/_next/static/chunks/7466-ff9ca0156f5ae223.js @@ -1 +1 @@ -"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7466],{77466:function(e,t,n){let a;n.d(t,{me:function(){return V},FI:function(){return b},Q:function(){return _},L4:function(){return T},j$:function(){return I},ZA:function(){return m},g1:function(){return C},g8:function(){return M},db:function(){return p},ap:function(){return L},di:function(){return U},pT:function(){return F},hz:function(){return v},YW:function(){return P},We:function(){return D},RI:function(){return w},pH:function(){return H},Gt:function(){return k}});var o,i,r=n(67294),s=n(4480),c=n(23917),l=class{static async getConfig(){let e=await fetch("/api/config"),t=await e.json();return t}},u=n(64777),d=class{static async getChatHistory(e){let t=await (0,u.$l)("".concat("/api/chat","?accessToken=").concat(e));return t}static async registerUser(e){let t={method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({displayName:e})},n=await (0,u.$l)("/api/chat/register",t);return n}},E=n(91951);class h{createAndConnect(e){let t=new URL(e);t.protocol="https:"===window.location.protocol?"wss:":"ws:",t.pathname="/ws",t.port="3000"===window.location.port?"8080":window.location.port,t.searchParams.append("accessToken",this.accessToken),console.debug("connecting to ",t.toString());let n=new WebSocket(t.toString());n.onopen=this.onOpen.bind(this),n.onerror=this.onError.bind(this),n.onmessage=this.onMessage.bind(this),this.websocket=n}onOpen(){this.websocketReconnectTimer&&clearTimeout(this.websocketReconnectTimer)}onError(e){console.error("Chat has been disconnected and is likely not working for you. It's possible you were removed from chat. If this is a server configuration issue, visit troubleshooting steps to resolve. https://owncast.online/docs/troubleshooting/#chat-is-disabled: ".concat("Socket error: ".concat(e))),this.websocket.close(),this.isShutdown||this.scheduleReconnect()}scheduleReconnect(){this.websocketReconnectTimer&&clearTimeout(this.websocketReconnectTimer),this.backOff*=2,this.websocketReconnectTimer=setTimeout(this.createAndConnect,5e3+Math.min(this.backOff,1e4))}shutdown(){this.isShutdown=!0,this.websocket.close()}onMessage(e){let t;let n=e.data.split("\n");for(let a=0;a!a.includes(e.id))}}),V=()=>{let e;let[t,n,o]=(0,c.e)(g),[u,f]=(0,s.FV)(p),v=(0,s.Zl)(T),[m,D]=(0,s.FV)(C),[F,U]=(0,s.FV)(w),P=(0,s.Zl)(M),[H,V]=(0,s.FV)(I),[Y,Z]=(0,s.FV)(b),J=(0,s.Zl)(_),j=(0,s.Zl)(L),B=(0,s.Zl)(k),[K,W]=(0,s.FV)(G),[,X]=(0,r.useState)(!1),[$,Q]=(0,r.useState)(!1),q=(e,t)=>{j({title:e,message:t})},x=e=>{n({type:e})},z=e=>{if(t.matches("loading")){x(i.Loaded);return}e.online&&t.matches("ready.offline")?x(i.Online):e.online||t.matches("ready.offline")||x(i.Offline)},ee=async()=>{try{let e=await l.getConfig();D(e),j(null),Q(!0)}catch(t){q("Unable to reach Owncast server","Owncast cannot launch. Please make sure the Owncast server is running."),console.error("ClientConfigService -> getConfig() ERROR: \n".concat(t))}},et=async()=>{try{let e=await N.getStatus();U(e),X(!0);let{serverTime:t}=e,n=new Date(t).getTime()-Date.now();P(n),j(null)}catch(a){x(i.Fail),q("Unable to reach Owncast server","Owncast cannot launch. Please make sure the Owncast server is running."),console.error("serverStatusState -> getStatus() ERROR: \n".concat(a))}},en=async e=>{let t=(0,S.$o)(R);if(t){Z(t);return}try{x(i.NeedsRegister);let n=await d.registerUser(e);console.log("ChatService -> registerUser() response: \n".concat(n));let{accessToken:a,displayName:o,displayColor:r}=n;if(!a)return;console.log("setting access token",a),f({...u,displayName:o,displayColor:r}),Z(a),(0,S.qQ)(R,a)}catch(s){x(i.Fail),console.error("ChatService -> registerUser() ERROR: \n".concat(s))}},ea=()=>{(0,S.qQ)(R,""),Z(null),en()},eo=e=>{let{ids:t,visible:n}=e;if(n){let a=K.filter(e=>!t.includes(e));W(a)}else{let o=[...K,...t];W(o)}},ei=e=>{switch(e.type){case E.C.ERROR_NEEDS_REGISTRATION:ea();break;case E.C.CONNECTED_USER_INFO:O(e,v,f),V(t=>[...t,e]);break;case E.C.CHAT:V(t=>[...t,e]);break;case E.C.NAME_CHANGE:A(e,H,V);break;case E.C.USER_JOINED:V(t=>[...t,e]);break;case E.C.SYSTEM:V(t=>[...t,e]);break;case E.C.CHAT_ACTION:V(t=>[...t,e]);break;case E.C.VISIBILITY_UPDATE:eo(e);break;default:console.error("Unknown socket message type: ",e.type)}},er=async()=>{try{let e=await d.getChatHistory(Y);V(t=>[...t,...e])}catch(t){console.error("ChatService -> getChatHistory() ERROR: \n".concat(t))}},es=async()=>{try{let{socketHostOverride:t}=m,n=t||window.location.toString();(e=new h(Y,"/ws",n)).handleMessage=ei,B(e)}catch(a){console.error("ChatService -> startChat() ERROR: \n".concat(a))}},ec=()=>{};return(0,r.useEffect)(()=>{try{if(window.configHydration){let e=JSON.parse(window.configHydration);D(e),Q(!0)}}catch(t){console.error("Error parsing config hydration",t)}try{if(window.statusHydration){let n=JSON.parse(window.statusHydration);U(n),X(!0)}}catch(a){console.error("error parsing status hydration",a)}},[]),(0,r.useEffect)(()=>{z(F)},[F]),(0,r.useEffect)(()=>{!m.chatDisabled&&Y&&$&&es()},[$,Y]),(0,r.useEffect)(()=>{ec()},[H]),(0,r.useEffect)(()=>(ee(),en(),et(),clearInterval(a),a=setInterval(()=>{et()},5e3),()=>{clearInterval(a)}),[]),(0,r.useEffect)(()=>{Y&&er()},[Y]),(0,r.useEffect)(()=>{o.onTransition(e=>{if(!e.changed)return;let t=(0,y.YR)(e.meta);J(t)})},[]),null}},91951:function(e,t,n){var a,o;n.d(t,{C:function(){return a}}),(o=a||(a={})).CHAT="CHAT",o.PING="PING",o.NAME_CHANGE="NAME_CHANGE",o.COLOR_CHANGE="COLOR_CHANGE",o.PONG="PONG",o.SYSTEM="SYSTEM",o.USER_JOINED="USER_JOINED",o.CHAT_ACTION="CHAT_ACTION",o.FEDIVERSE_ENGAGEMENT_FOLLOW="FEDIVERSE_ENGAGEMENT_FOLLOW",o.FEDIVERSE_ENGAGEMENT_LIKE="FEDIVERSE_ENGAGEMENT_LIKE",o.FEDIVERSE_ENGAGEMENT_REPOST="FEDIVERSE_ENGAGEMENT_REPOST",o.CONNECTED_USER_INFO="CONNECTED_USER_INFO",o.ERROR_USER_DISABLED="ERROR_USER_DISABLED",o.ERROR_NEEDS_REGISTRATION="ERROR_NEEDS_REGISTRATION",o.ERROR_MAX_CONNECTIONS_EXCEEDED="ERROR_MAX_CONNECTIONS_EXCEEDED",o.VISIBILITY_UPDATE="VISIBILITY-UPDATE"},77278:function(e,t,n){function a(e){let t="string"==typeof e?new Date(e):e;return(new Date-t)/864e5}function o(e){return Object.keys(e).reduce((t,n)=>{let a=e[n];return Object.assign(t,a),t},{})}n.d(t,{Xb:function(){return a},YR:function(){return o}})},72581:function(e,t,n){n.d(t,{$o:function(){return o},dA:function(){return a},qQ:function(){return i}});let a={username:"username",hasDisplayedNotificationModal:"HAS_DISPLAYED_NOTIFICATION_MODAL",userVisitCount:"USER_VISIT_COUNT"};function o(e){try{return localStorage.getItem(e)}catch(t){}return null}function i(e,t){try{return""!==t&&null!==t?localStorage.setItem(e,t):localStorage.removeItem(e),!0}catch(n){}return!1}}}]); \ No newline at end of file +"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7466],{77466:function(e,t,n){let a;n.d(t,{me:function(){return V},FI:function(){return b},Q:function(){return _},L4:function(){return T},j$:function(){return I},ZA:function(){return m},g1:function(){return C},g8:function(){return M},db:function(){return p},ap:function(){return L},di:function(){return P},pT:function(){return F},hz:function(){return v},YW:function(){return U},We:function(){return D},RI:function(){return w},pH:function(){return H},Gt:function(){return k}});var o,i,r=n(67294),s=n(4480),c=n(23917),l=class{static async getConfig(){let e=await fetch("/api/config"),t=await e.json();return t}},u=n(64777),d=class{static async getChatHistory(e){let t=await (0,u.$l)("".concat("/api/chat","?accessToken=").concat(e));return t}static async registerUser(e){let t={method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({displayName:e})},n=await (0,u.$l)("/api/chat/register",t);return n}},E=n(91951);class h{createAndConnect(e){let t=new URL(e);t.protocol="https:"===window.location.protocol?"wss:":"ws:",t.pathname="/ws",t.port="3000"===window.location.port?"8080":window.location.port,t.searchParams.append("accessToken",this.accessToken),console.debug("connecting to ",t.toString());let n=new WebSocket(t.toString());n.onopen=this.onOpen.bind(this),n.onerror=this.onError.bind(this),n.onmessage=this.onMessage.bind(this),this.websocket=n}onOpen(){this.websocketReconnectTimer&&clearTimeout(this.websocketReconnectTimer)}onError(e){console.error("Chat has been disconnected and is likely not working for you. It's possible you were removed from chat. If this is a server configuration issue, visit troubleshooting steps to resolve. https://owncast.online/docs/troubleshooting/#chat-is-disabled: ".concat("Socket error: ".concat(e))),this.websocket.close(),this.isShutdown||this.scheduleReconnect()}scheduleReconnect(){this.websocketReconnectTimer&&clearTimeout(this.websocketReconnectTimer),this.backOff*=2,this.websocketReconnectTimer=setTimeout(this.createAndConnect,5e3+Math.min(this.backOff,1e4))}shutdown(){this.isShutdown=!0,this.websocket.close()}onMessage(e){let t;let n=e.data.split("\n");for(let a=0;a!a.includes(e.id))}}),V=()=>{let e;let[t,n,o]=(0,c.e)(g),[u,f]=(0,s.FV)(p),v=(0,s.Zl)(T),[m,D]=(0,s.FV)(C),[F,P]=(0,s.FV)(w),U=(0,s.Zl)(M),[H,V]=(0,s.FV)(I),[Y,Z]=(0,s.FV)(b),J=(0,s.Zl)(_),j=(0,s.Zl)(L),B=(0,s.Zl)(k),[K,W]=(0,s.FV)(G),[,X]=(0,r.useState)(!1),[$,Q]=(0,r.useState)(!1),q=(e,t)=>{j({title:e,message:t})},x=e=>{n({type:e})},z=e=>{if(t.matches("loading")){x(i.Loaded);return}e.online&&t.matches("ready.offline")?x(i.Online):e.online||t.matches("ready.offline")||x(i.Offline)},ee=async()=>{try{let e=await l.getConfig();D(e),j(null),Q(!0)}catch(t){q("Unable to reach Owncast server","Owncast cannot launch. Please make sure the Owncast server is running."),console.error("ClientConfigService -> getConfig() ERROR: \n".concat(t))}},et=async()=>{try{let e=await N.getStatus();P(e),X(!0);let{serverTime:t}=e,n=new Date(t).getTime()-Date.now();U(n),j(null)}catch(a){x(i.Fail),q("Unable to reach Owncast server","Owncast cannot launch. Please make sure the Owncast server is running."),console.error("serverStatusState -> getStatus() ERROR: \n".concat(a))}},en=async e=>{let t=(0,S.$o)(R);if(t){Z(t);return}try{x(i.NeedsRegister);let n=await d.registerUser(e),{accessToken:a,displayName:o,displayColor:r}=n;if(!a)return;f({...u,displayName:o,displayColor:r}),Z(a),(0,S.qQ)(R,a)}catch(s){x(i.Fail),console.error("ChatService -> registerUser() ERROR: \n".concat(s))}},ea=()=>{(0,S.qQ)(R,""),Z(null),en()},eo=e=>{let{ids:t,visible:n}=e;if(n){let a=K.filter(e=>!t.includes(e));W(a)}else{let o=[...K,...t];W(o)}},ei=e=>{switch(e.type){case E.C.ERROR_NEEDS_REGISTRATION:ea();break;case E.C.CONNECTED_USER_INFO:O(e,v,f),V(t=>[...t,e]);break;case E.C.CHAT:V(t=>[...t,e]);break;case E.C.NAME_CHANGE:A(e,H,V);break;case E.C.USER_JOINED:V(t=>[...t,e]);break;case E.C.SYSTEM:V(t=>[...t,e]);break;case E.C.CHAT_ACTION:V(t=>[...t,e]);break;case E.C.VISIBILITY_UPDATE:eo(e);break;default:console.error("Unknown socket message type: ",e.type)}},er=async()=>{try{let e=await d.getChatHistory(Y);V(t=>[...t,...e])}catch(t){console.error("ChatService -> getChatHistory() ERROR: \n".concat(t))}},es=async()=>{try{let{socketHostOverride:t}=m,n=t||window.location.toString();(e=new h(Y,"/ws",n)).handleMessage=ei,B(e)}catch(a){console.error("ChatService -> startChat() ERROR: \n".concat(a))}},ec=()=>{};return(0,r.useEffect)(()=>{try{if(window.configHydration){let e=JSON.parse(window.configHydration);D(e),Q(!0)}}catch(t){console.error("Error parsing config hydration",t)}try{if(window.statusHydration){let n=JSON.parse(window.statusHydration);P(n),X(!0)}}catch(a){console.error("error parsing status hydration",a)}},[]),(0,r.useEffect)(()=>{z(F)},[F]),(0,r.useEffect)(()=>{!m.chatDisabled&&Y&&$&&es()},[$,Y]),(0,r.useEffect)(()=>{ec()},[H]),(0,r.useEffect)(()=>(ee(),en(),et(),clearInterval(a),a=setInterval(()=>{et()},5e3),()=>{clearInterval(a)}),[]),(0,r.useEffect)(()=>{Y&&er()},[Y]),(0,r.useEffect)(()=>{o.onTransition(e=>{let t=(0,y.YR)(e.meta);J(t)})},[]),null}},91951:function(e,t,n){var a,o;n.d(t,{C:function(){return a}}),(o=a||(a={})).CHAT="CHAT",o.PING="PING",o.NAME_CHANGE="NAME_CHANGE",o.COLOR_CHANGE="COLOR_CHANGE",o.PONG="PONG",o.SYSTEM="SYSTEM",o.USER_JOINED="USER_JOINED",o.CHAT_ACTION="CHAT_ACTION",o.FEDIVERSE_ENGAGEMENT_FOLLOW="FEDIVERSE_ENGAGEMENT_FOLLOW",o.FEDIVERSE_ENGAGEMENT_LIKE="FEDIVERSE_ENGAGEMENT_LIKE",o.FEDIVERSE_ENGAGEMENT_REPOST="FEDIVERSE_ENGAGEMENT_REPOST",o.CONNECTED_USER_INFO="CONNECTED_USER_INFO",o.ERROR_USER_DISABLED="ERROR_USER_DISABLED",o.ERROR_NEEDS_REGISTRATION="ERROR_NEEDS_REGISTRATION",o.ERROR_MAX_CONNECTIONS_EXCEEDED="ERROR_MAX_CONNECTIONS_EXCEEDED",o.VISIBILITY_UPDATE="VISIBILITY-UPDATE"},77278:function(e,t,n){function a(e){let t="string"==typeof e?new Date(e):e;return(new Date-t)/864e5}function o(e){return Object.keys(e).reduce((t,n)=>{let a=e[n];return Object.assign(t,a),t},{})}n.d(t,{Xb:function(){return a},YR:function(){return o}})},72581:function(e,t,n){n.d(t,{$o:function(){return o},dA:function(){return a},qQ:function(){return i}});let a={username:"username",hasDisplayedNotificationModal:"HAS_DISPLAYED_NOTIFICATION_MODAL",userVisitCount:"USER_VISIT_COUNT"};function o(e){try{return localStorage.getItem(e)}catch(t){}return null}function i(e,t){try{return""!==t&&null!==t?localStorage.setItem(e,t):localStorage.removeItem(e),!0}catch(n){}return!1}}}]); \ No newline at end of file diff --git a/static/web/_next/static/DcgpRwW-V_5sVQiBL2OCj/_buildManifest.js b/static/web/_next/static/mkGTx9lVMlIhwJiHQzE-9/_buildManifest.js similarity index 98% rename from static/web/_next/static/DcgpRwW-V_5sVQiBL2OCj/_buildManifest.js rename to static/web/_next/static/mkGTx9lVMlIhwJiHQzE-9/_buildManifest.js index 4de797d5f..aad958fab 100644 --- a/static/web/_next/static/DcgpRwW-V_5sVQiBL2OCj/_buildManifest.js +++ b/static/web/_next/static/mkGTx9lVMlIhwJiHQzE-9/_buildManifest.js @@ -1 +1 @@ -self.__BUILD_MANIFEST=function(s,a,c,e,i,t,d,n,f,b,h,o,m,u,k,r,g,j,p,l,_,w,v,y,I,B,F){return{__rewrites:{beforeFiles:[],afterFiles:[{source:"/api/:path*"},{source:"/hls/:path*"},{source:"/img/:path*"},{source:"/logo"},{source:"/thumbnail.jpg"}],fallback:[]},"/":[a,s,c,t,d,f,o,m,g,"static/chunks/8980-ed3298b2bcefdc65.js",b,"static/css/4480c029d7516206.css","static/chunks/pages/index-98ce467007d59c20.js"],"/_error":["static/chunks/pages/_error-02cc11fd74b4e5ff.js"],"/admin":[a,s,c,e,i,t,d,n,h,m,"static/chunks/8676-9693205d9b48d90d.js","static/chunks/pages/admin-9743bab3e8215a95.js"],"/admin/access-tokens":[a,s,c,e,i,"static/chunks/pages/admin/access-tokens-647bf15770f8de69.js"],"/admin/actions":[a,s,c,e,"static/chunks/pages/admin/actions-6130c774a7acaaaa.js"],"/admin/chat/messages":[j,a,s,c,e,i,d,p,"static/chunks/pages/admin/chat/messages-7a31c7f626fb8bec.js"],"/admin/chat/users":[j,a,s,c,e,i,t,d,p,"static/chunks/pages/admin/chat/users-39fb6345a4973ccf.js"],"/admin/config/appearance":[l,o,_,w,"static/css/6c8941159bdd16f6.css","static/chunks/pages/admin/config/appearance-32949ed54f5af9c5.js"],"/admin/config-chat":["static/chunks/pages/admin/config-chat-2d8f314ed2c642bf.js"],"/admin/config-federation":["static/chunks/1829-0eb93b8278101717.js","static/chunks/pages/admin/config-federation-b722e1bc8f0608b4.js"],"/admin/config-notify":["static/chunks/pages/admin/config-notify-2462c2f26ef3ddf1.js"],"/admin/config-public-details":[l,a,s,c,e,u,_,"static/chunks/1043-14d9ee8e305b7d46.js","static/chunks/pages/admin/config-public-details-a7869dcd92815edc.js"],"/admin/config-server-details":[v,"static/chunks/pages/admin/config-server-details-a148074a13faf6b7.js"],"/admin/config-social-items":[a,s,c,e,"static/chunks/pages/admin/config-social-items-ce13bfc436b5d6a9.js"],"/admin/config-storage":["static/chunks/pages/admin/config-storage-36a2bd13af05ae97.js"],"/admin/config-video":[a,s,c,e,v,"static/chunks/7326-d1457038bcb2631e.js","static/chunks/pages/admin/config-video-130a2f37c23239cf.js"],"/admin/federation/actions":[a,s,c,e,i,"static/chunks/pages/admin/federation/actions-78fd66c12ca134fb.js"],"/admin/federation/followers":[a,s,c,e,i,t,"static/chunks/pages/admin/federation/followers-3ec562a4246409e8.js"],"/admin/hardware-info":[k,i,t,n,h,r,u,"static/chunks/pages/admin/hardware-info-46d48f624d002e29.js"],"/admin/help":[t,n,o,w,"static/chunks/7830-b923a5bc4363fd63.js","static/chunks/pages/admin/help-cf300ec18943e98c.js"],"/admin/logs":[a,s,c,e,i,m,"static/chunks/pages/admin/logs-27fd8a9785eb4444.js"],"/admin/stream-health":[k,i,t,n,h,r,"static/chunks/2934-7e53ecb633cea33f.js","static/chunks/pages/admin/stream-health-b0b8adb3104c1426.js"],"/admin/upgrade":[a,s,c,e,"static/chunks/2069-45eeb5cd16bd7089.js","static/chunks/pages/admin/upgrade-f2dff185555ce8b4.js"],"/admin/viewer-info":[k,a,s,c,e,i,t,d,n,h,r,u,"static/chunks/pages/admin/viewer-info-91f77ca6adbf9cd7.js"],"/admin/webhooks":[a,s,c,e,"static/chunks/pages/admin/webhooks-f4de58dc6d71d032.js"],"/embed/chat/readonly":[y,I,f,B,b,F,"static/css/a97531dfaf987e89.css","static/chunks/pages/embed/chat/readonly-8691c428580148c9.js"],"/embed/chat/readwrite":[y,I,s,f,B,"static/chunks/911-ab40692bfb30c49e.js",b,F,"static/css/840d7a2c1c6fcb28.css","static/chunks/pages/embed/chat/readwrite-085229ff1a723635.js"],"/embed/video":["static/chunks/d6e1aeb5-10235c1a69554191.js",d,f,"static/css/7c735c05af084bb2.css","static/chunks/7902-20b0295e1ac2a055.js",g,b,"static/chunks/2239-356eb3e5578600fe.js","static/css/761481e63e7ebbee.css","static/chunks/pages/embed/video-bd051034577b5b63.js"],sortedPages:["/","/_app","/_error","/admin","/admin/access-tokens","/admin/actions","/admin/chat/messages","/admin/chat/users","/admin/config/appearance","/admin/config-chat","/admin/config-federation","/admin/config-notify","/admin/config-public-details","/admin/config-server-details","/admin/config-social-items","/admin/config-storage","/admin/config-video","/admin/federation/actions","/admin/federation/followers","/admin/hardware-info","/admin/help","/admin/logs","/admin/stream-health","/admin/upgrade","/admin/viewer-info","/admin/webhooks","/embed/chat/readonly","/embed/chat/readwrite","/embed/video"]}}("static/chunks/3903-9cbfaf7acb4d3371.js","static/chunks/8939-eda7d68f97fec02a.js","static/chunks/4267-1777f44d4766c201.js","static/chunks/3626-d5468240e26d70a2.js","static/chunks/8091-a6f276da992f1283.js","static/chunks/4381-8950542b0a2e52d1.js","static/chunks/5938-b5bac17e4fa31c49.js","static/chunks/5315-f2b245b2b53141f8.js","static/chunks/6395-982bd92523d8632a.js","static/chunks/7466-f09362cdaafa7cf3.js","static/chunks/4763-9e9e95131bc3a2f7.js","static/chunks/1082-6faa6106b5c12158.js","static/chunks/5360-e0e4b550194b07d1.js","static/chunks/7910-c08e4804be2001d2.js","static/chunks/3fff1979-8d1696e6e8bf7bc8.js","static/chunks/2139-45d397b25adef6af.js","static/chunks/8245-e46be43dd8c8766c.js","static/chunks/29107295-1453a3860b50f70e.js","static/chunks/7635-7a16767323b61021.js","static/chunks/4ad82c5e-f4c5e1bb80225462.js","static/chunks/1943-00ec23568327ea33.js","static/chunks/1938-b0f3946c8d62a1b3.js","static/chunks/3286-ce799b633708bdb2.js","static/chunks/d3048c20-a3e38fff4fb3204a.js","static/chunks/d2094a0f-43945b499b1f7318.js","static/chunks/2852-c69fa78b76fad306.js","static/chunks/4977-a3ad840d64183a0d.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB(); \ No newline at end of file +self.__BUILD_MANIFEST=function(s,a,c,e,i,t,d,n,f,b,h,o,m,u,k,r,g,j,p,l,_,w,v,y,I,B,F){return{__rewrites:{beforeFiles:[],afterFiles:[{source:"/api/:path*"},{source:"/hls/:path*"},{source:"/img/:path*"},{source:"/logo"},{source:"/thumbnail.jpg"}],fallback:[]},"/":[a,s,c,t,d,f,o,m,g,"static/chunks/8980-ed3298b2bcefdc65.js",b,"static/css/4480c029d7516206.css","static/chunks/pages/index-98ce467007d59c20.js"],"/_error":["static/chunks/pages/_error-02cc11fd74b4e5ff.js"],"/admin":[a,s,c,e,i,t,d,n,h,m,"static/chunks/8676-9693205d9b48d90d.js","static/chunks/pages/admin-9743bab3e8215a95.js"],"/admin/access-tokens":[a,s,c,e,i,"static/chunks/pages/admin/access-tokens-647bf15770f8de69.js"],"/admin/actions":[a,s,c,e,"static/chunks/pages/admin/actions-6130c774a7acaaaa.js"],"/admin/chat/messages":[j,a,s,c,e,i,d,p,"static/chunks/pages/admin/chat/messages-7a31c7f626fb8bec.js"],"/admin/chat/users":[j,a,s,c,e,i,t,d,p,"static/chunks/pages/admin/chat/users-39fb6345a4973ccf.js"],"/admin/config/appearance":[l,o,_,w,"static/css/6c8941159bdd16f6.css","static/chunks/pages/admin/config/appearance-32949ed54f5af9c5.js"],"/admin/config-chat":["static/chunks/pages/admin/config-chat-2d8f314ed2c642bf.js"],"/admin/config-federation":["static/chunks/1829-0eb93b8278101717.js","static/chunks/pages/admin/config-federation-b722e1bc8f0608b4.js"],"/admin/config-notify":["static/chunks/pages/admin/config-notify-2462c2f26ef3ddf1.js"],"/admin/config-public-details":[l,a,s,c,e,u,_,"static/chunks/1043-14d9ee8e305b7d46.js","static/chunks/pages/admin/config-public-details-a7869dcd92815edc.js"],"/admin/config-server-details":[v,"static/chunks/pages/admin/config-server-details-a148074a13faf6b7.js"],"/admin/config-social-items":[a,s,c,e,"static/chunks/pages/admin/config-social-items-ce13bfc436b5d6a9.js"],"/admin/config-storage":["static/chunks/pages/admin/config-storage-36a2bd13af05ae97.js"],"/admin/config-video":[a,s,c,e,v,"static/chunks/7326-d1457038bcb2631e.js","static/chunks/pages/admin/config-video-130a2f37c23239cf.js"],"/admin/federation/actions":[a,s,c,e,i,"static/chunks/pages/admin/federation/actions-78fd66c12ca134fb.js"],"/admin/federation/followers":[a,s,c,e,i,t,"static/chunks/pages/admin/federation/followers-3ec562a4246409e8.js"],"/admin/hardware-info":[k,i,t,n,h,r,u,"static/chunks/pages/admin/hardware-info-46d48f624d002e29.js"],"/admin/help":[t,n,o,w,"static/chunks/7830-b923a5bc4363fd63.js","static/chunks/pages/admin/help-cf300ec18943e98c.js"],"/admin/logs":[a,s,c,e,i,m,"static/chunks/pages/admin/logs-27fd8a9785eb4444.js"],"/admin/stream-health":[k,i,t,n,h,r,"static/chunks/2934-7e53ecb633cea33f.js","static/chunks/pages/admin/stream-health-b0b8adb3104c1426.js"],"/admin/upgrade":[a,s,c,e,"static/chunks/2069-45eeb5cd16bd7089.js","static/chunks/pages/admin/upgrade-f2dff185555ce8b4.js"],"/admin/viewer-info":[k,a,s,c,e,i,t,d,n,h,r,u,"static/chunks/pages/admin/viewer-info-91f77ca6adbf9cd7.js"],"/admin/webhooks":[a,s,c,e,"static/chunks/pages/admin/webhooks-f4de58dc6d71d032.js"],"/embed/chat/readonly":[y,I,f,B,b,F,"static/css/a97531dfaf987e89.css","static/chunks/pages/embed/chat/readonly-8691c428580148c9.js"],"/embed/chat/readwrite":[y,I,s,f,B,"static/chunks/911-ab40692bfb30c49e.js",b,F,"static/css/840d7a2c1c6fcb28.css","static/chunks/pages/embed/chat/readwrite-085229ff1a723635.js"],"/embed/video":["static/chunks/d6e1aeb5-10235c1a69554191.js",d,f,"static/css/7c735c05af084bb2.css","static/chunks/7902-20b0295e1ac2a055.js",g,b,"static/chunks/2239-356eb3e5578600fe.js","static/css/761481e63e7ebbee.css","static/chunks/pages/embed/video-bd051034577b5b63.js"],sortedPages:["/","/_app","/_error","/admin","/admin/access-tokens","/admin/actions","/admin/chat/messages","/admin/chat/users","/admin/config/appearance","/admin/config-chat","/admin/config-federation","/admin/config-notify","/admin/config-public-details","/admin/config-server-details","/admin/config-social-items","/admin/config-storage","/admin/config-video","/admin/federation/actions","/admin/federation/followers","/admin/hardware-info","/admin/help","/admin/logs","/admin/stream-health","/admin/upgrade","/admin/viewer-info","/admin/webhooks","/embed/chat/readonly","/embed/chat/readwrite","/embed/video"]}}("static/chunks/3903-9cbfaf7acb4d3371.js","static/chunks/8939-eda7d68f97fec02a.js","static/chunks/4267-1777f44d4766c201.js","static/chunks/3626-d5468240e26d70a2.js","static/chunks/8091-a6f276da992f1283.js","static/chunks/4381-8950542b0a2e52d1.js","static/chunks/5938-b5bac17e4fa31c49.js","static/chunks/5315-f2b245b2b53141f8.js","static/chunks/6395-982bd92523d8632a.js","static/chunks/7466-ff9ca0156f5ae223.js","static/chunks/4763-9e9e95131bc3a2f7.js","static/chunks/1082-6faa6106b5c12158.js","static/chunks/5360-e0e4b550194b07d1.js","static/chunks/7910-c08e4804be2001d2.js","static/chunks/3fff1979-8d1696e6e8bf7bc8.js","static/chunks/2139-45d397b25adef6af.js","static/chunks/8245-e46be43dd8c8766c.js","static/chunks/29107295-1453a3860b50f70e.js","static/chunks/7635-7a16767323b61021.js","static/chunks/4ad82c5e-f4c5e1bb80225462.js","static/chunks/1943-00ec23568327ea33.js","static/chunks/1938-b0f3946c8d62a1b3.js","static/chunks/3286-ce799b633708bdb2.js","static/chunks/d3048c20-a3e38fff4fb3204a.js","static/chunks/d2094a0f-43945b499b1f7318.js","static/chunks/2852-c69fa78b76fad306.js","static/chunks/4977-a3ad840d64183a0d.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB(); \ No newline at end of file diff --git a/static/web/_next/static/DcgpRwW-V_5sVQiBL2OCj/_ssgManifest.js b/static/web/_next/static/mkGTx9lVMlIhwJiHQzE-9/_ssgManifest.js similarity index 100% rename from static/web/_next/static/DcgpRwW-V_5sVQiBL2OCj/_ssgManifest.js rename to static/web/_next/static/mkGTx9lVMlIhwJiHQzE-9/_ssgManifest.js diff --git a/static/web/admin/access-tokens/index.html b/static/web/admin/access-tokens/index.html index 75039b2c1..80cf12b8a 100644 --- a/static/web/admin/access-tokens/index.html +++ b/static/web/admin/access-tokens/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Access Tokens

Access tokens are used to allow external, 3rd party tools to perform specific actions on your Owncast server. They should be kept secure and never included in client code, instead they should be kept on a server that you control.
Read more about how to use these tokens, with examples, at our documentation.
NameTokenScopesLast Used
No data

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Access Tokens

Access tokens are used to allow external, 3rd party tools to perform specific actions on your Owncast server. They should be kept secure and never included in client code, instead they should be kept on a server that you control.
Read more about how to use these tokens, with examples, at our documentation.
NameTokenScopesLast Used
No data

\ No newline at end of file diff --git a/static/web/admin/actions/index.html b/static/web/admin/actions/index.html index 7161b72f8..ed7feb522 100644 --- a/static/web/admin/actions/index.html +++ b/static/web/admin/actions/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

External Actions

External action URLs are 3rd party UI you can display, embedded, into your Owncast page when a user clicks on a button to launch your action.
Read more about how to use actions, with examples, at our documentation.
NameDescriptionURLIconColorOpens
No data

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

External Actions

External action URLs are 3rd party UI you can display, embedded, into your Owncast page when a user clicks on a button to launch your action.
Read more about how to use actions, with examples, at our documentation.
NameDescriptionURLIconColorOpens
No data

\ No newline at end of file diff --git a/static/web/admin/chat/messages/index.html b/static/web/admin/chat/messages/index.html index 4016ba67d..f54c3d241 100644 --- a/static/web/admin/chat/messages/index.html +++ b/static/web/admin/chat/messages/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Chat Messages

Manage the messages from viewers that show up on your stream.

Check multiple messages to change their visibility to:
Time
User
Message
No data
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Chat Messages

Manage the messages from viewers that show up on your stream.

Check multiple messages to change their visibility to:
Time
User
Message
No data
\ No newline at end of file diff --git a/static/web/admin/chat/users/index.html b/static/web/admin/chat/users/index.html index 116aab8e1..6aa789f40 100644 --- a/static/web/admin/chat/users/index.html +++ b/static/web/admin/chat/users/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

When a stream is active and chat is enabled, connected chat clients will be displayed here.

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

When a stream is active and chat is enabled, connected chat clients will be displayed here.

\ No newline at end of file diff --git a/static/web/admin/config-chat/index.html b/static/web/admin/config-chat/index.html index 27f07e03f..c7b2e6d86 100644 --- a/static/web/admin/config-chat/index.html +++ b/static/web/admin/config-chat/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file diff --git a/static/web/admin/config-federation/index.html b/static/web/admin/config-federation/index.html index 3af25ead7..b3f9da7ec 100644 --- a/static/web/admin/config-federation/index.html +++ b/static/web/admin/config-federation/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file diff --git a/static/web/admin/config-notify/index.html b/static/web/admin/config-notify/index.html index 597d1240c..fd21aab7c 100644 --- a/static/web/admin/config-notify/index.html +++ b/static/web/admin/config-notify/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Notifications

Let your viewers know when you go live by supporting any of the below notification channels. Learn more about live notifications.


The full url to your Owncast server is required to enable social features. Must use SSL (https). Once people start following your instance you should not change this.

The full url to your Owncast server is required to enable social features. Must use SSL (https). Once people start following your instance you should not change this.

Browser Alerts

Viewers can opt into being notified when you go live with their browser.

Not all browsers support this.

Enable browser notifications

The text to send when you go live.

Twitter

Let your Twitter followers know each time you go live.

Enable Twitter

The text to send when you go live.

Discord

Let your Discord channel know each time you go live.

Create a webhook under Edit Channel / Integrations on your Discord channel and provide it below.

Enable Discord

The webhook assigned to your channel.

The text to send when you go live.

Fediverse Social

Enabling the Fediverse social features will not just alert people to when you go live, but also enable other functionality.

Fediverse social features: Disabled

Custom

Build your own notifications by using custom webhooks.

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Notifications

Let your viewers know when you go live by supporting any of the below notification channels. Learn more about live notifications.


The full url to your Owncast server is required to enable social features. Must use SSL (https). Once people start following your instance you should not change this.

The full url to your Owncast server is required to enable social features. Must use SSL (https). Once people start following your instance you should not change this.

Browser Alerts

Viewers can opt into being notified when you go live with their browser.

Not all browsers support this.

Enable browser notifications

The text to send when you go live.

Twitter

Let your Twitter followers know each time you go live.

Enable Twitter

The text to send when you go live.

Discord

Let your Discord channel know each time you go live.

Create a webhook under Edit Channel / Integrations on your Discord channel and provide it below.

Enable Discord

The webhook assigned to your channel.

The text to send when you go live.

Fediverse Social

Enabling the Fediverse social features will not just alert people to when you go live, but also enable other functionality.

Fediverse social features: Disabled

Custom

Build your own notifications by using custom webhooks.

\ No newline at end of file diff --git a/static/web/admin/config-public-details/index.html b/static/web/admin/config-public-details/index.html index 94048f658..08e715fa9 100644 --- a/static/web/admin/config-public-details/index.html +++ b/static/web/admin/config-public-details/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

General Settings

The following are displayed on your site to describe your stream and its content. Learn more.

Custom Page Content

Edit the content of your page by using simple Markdown syntax.


\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

General Settings

The following are displayed on your site to describe your stream and its content. Learn more.

Custom Page Content

Edit the content of your page by using simple Markdown syntax.


\ No newline at end of file diff --git a/static/web/admin/config-server-details/index.html b/static/web/admin/config-server-details/index.html index 13e81d606..51a803637 100644 --- a/static/web/admin/config-server-details/index.html +++ b/static/web/admin/config-server-details/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Server Settings

You should change your stream key from the default and keep it safe. For most people it's likely the other settings will not need to be changed.

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Server Settings

You should change your stream key from the default and keep it safe. For most people it's likely the other settings will not need to be changed.

\ No newline at end of file diff --git a/static/web/admin/config-social-items/index.html b/static/web/admin/config-social-items/index.html index 5c858f973..0fe435491 100644 --- a/static/web/admin/config-social-items/index.html +++ b/static/web/admin/config-social-items/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Social Items

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Social Items

\ No newline at end of file diff --git a/static/web/admin/config-storage/index.html b/static/web/admin/config-storage/index.html index 87386a481..95f48d5cd 100644 --- a/static/web/admin/config-storage/index.html +++ b/static/web/admin/config-storage/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Storage

Owncast supports optionally using external storage providers to stream your video. Learn more about this by visiting our Storage Documentation.

Configuring this incorrectly will likely cause your video to be unplayable. Double check the documentation for your storage provider on how to configure the bucket you created for Owncast.

Keep in mind this is for live streaming, not for archival, recording or VOD purposes.

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Storage

Owncast supports optionally using external storage providers to stream your video. Learn more about this by visiting our Storage Documentation.

Configuring this incorrectly will likely cause your video to be unplayable. Double check the documentation for your storage provider on how to configure the bucket you created for Owncast.

Keep in mind this is for live streaming, not for archival, recording or VOD purposes.

\ No newline at end of file diff --git a/static/web/admin/config-video/index.html b/static/web/admin/config-video/index.html index 9c1be5304..e79d07d71 100644 --- a/static/web/admin/config-video/index.html +++ b/static/web/admin/config-video/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Video configuration

Before changing your video configuration visit the video documentation to learn how it impacts your stream performance. The general rule is to start conservatively by having one middle quality stream output variant and experiment with adding more of varied qualities.

Stream output

NameVideo bitrateCPU Usage
No name800 kbpsMedium

Latency Buffer

While it's natural to want to keep your latency as low as possible, you may experience reduced error tolerance and stability the lower you go. The lowest setting is not recommended.

For interactive live streams you may want to experiment with a lower latency, for non-interactive broadcasts you may want to increase it. Read to learn more.

LowestHighest

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Video configuration

Before changing your video configuration visit the video documentation to learn how it impacts your stream performance. The general rule is to start conservatively by having one middle quality stream output variant and experiment with adding more of varied qualities.

Stream output

NameVideo bitrateCPU Usage
No name800 kbpsMedium

Latency Buffer

While it's natural to want to keep your latency as low as possible, you may experience reduced error tolerance and stability the lower you go. The lowest setting is not recommended.

For interactive live streams you may want to experiment with a lower latency, for non-interactive broadcasts you may want to increase it. Read to learn more.

LowestHighest

\ No newline at end of file diff --git a/static/web/admin/config/appearance/index.html b/static/web/admin/config/appearance/index.html index 13f35e033..0fa0590f2 100644 --- a/static/web/admin/config/appearance/index.html +++ b/static/web/admin/config/appearance/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
Loading...
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
Loading...
\ No newline at end of file diff --git a/static/web/admin/federation/actions/index.html b/static/web/admin/federation/actions/index.html index 97479d2fb..21180562b 100644 --- a/static/web/admin/federation/actions/index.html +++ b/static/web/admin/federation/actions/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Fediverse Actions

Below is a list of actions that were taken by others in response to your posts as well as people who requested to follow you.
ActionFromWhen
No data
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Fediverse Actions

Below is a list of actions that were taken by others in response to your posts as well as people who requested to follow you.
ActionFromWhen
No data
\ No newline at end of file diff --git a/static/web/admin/federation/followers/index.html b/static/web/admin/federation/followers/index.html index 0aa19b453..8e97dca4c 100644 --- a/static/web/admin/federation/followers/index.html +++ b/static/web/admin/federation/followers/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

The following accounts get notified when you go live or send a post.

NameURL
Added
Remove
No data
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

The following accounts get notified when you go live or send a post.

NameURL
Added
Remove
No data
\ No newline at end of file diff --git a/static/web/admin/hardware-info/index.html b/static/web/admin/hardware-info/index.html index a93cdc684..f8eb3eec7 100644 --- a/static/web/admin/hardware-info/index.html +++ b/static/web/admin/hardware-info/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Hardware Info


CPU
0%
Memory
0%
Disk
0%
Loading...
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Hardware Info


CPU
0%
Memory
0%
Disk
0%
Loading...
\ No newline at end of file diff --git a/static/web/admin/help/index.html b/static/web/admin/help/index.html index 476c9f8cb..51e85f119 100644 --- a/static/web/admin/help/index.html +++ b/static/web/admin/help/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

How can we help you?

Troubleshooting

Fix your problems

Documentation

Read the Docs

Common tasks

I want to configure my owncast instance
Help configuring my broadcasting software
I want to embed my stream into another site
I want to customize my website
I want to tweak my video output
I want to use an external storage provider

Other

I found a bug
If you found a bug, then please let us know
I have a general question
Most general questions are answered in our FAQ or exist in our discussions
I want to build add-ons for Owncast
You can build your own bots, overlays, tools and add-ons with our developer APIs. 
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

How can we help you?

Troubleshooting

Fix your problems

Documentation

Read the Docs

Common tasks

I want to configure my owncast instance
Help configuring my broadcasting software
I want to embed my stream into another site
I want to customize my website
I want to tweak my video output
I want to use an external storage provider

Other

I found a bug
If you found a bug, then please let us know
I have a general question
Most general questions are answered in our FAQ or exist in our discussions
I want to build add-ons for Owncast
You can build your own bots, overlays, tools and add-ons with our developer APIs. 
\ No newline at end of file diff --git a/static/web/admin/index.html b/static/web/admin/index.html index 08e19f0d6..b83164cdc 100644 --- a/static/web/admin/index.html +++ b/static/web/admin/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

No stream is active

You should start one.

Use your broadcasting software
Chat is disabled
Chat will continue to be disabled until you begin a live stream.
Find an audience on the Owncast Directory
List yourself in the Owncast Directory and show off your stream. Enable it in settings.
fediverse
Add your Owncast instance to the Fediverse
Enable Owncast social features to have your instance join the Fediverse, allowing people to follow, share and engage with your live stream.

News & Updates from Owncast

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

No stream is active

You should start one.

Use your broadcasting software
Chat is disabled
Chat will continue to be disabled until you begin a live stream.
Find an audience on the Owncast Directory
List yourself in the Owncast Directory and show off your stream. Enable it in settings.
fediverse
Add your Owncast instance to the Fediverse
Enable Owncast social features to have your instance join the Fediverse, allowing people to follow, share and engage with your live stream.

News & Updates from Owncast

\ No newline at end of file diff --git a/static/web/admin/logs/index.html b/static/web/admin/logs/index.html index 0fe4d3d0b..c52c41e6e 100644 --- a/static/web/admin/logs/index.html +++ b/static/web/admin/logs/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline
\ No newline at end of file diff --git a/static/web/admin/stream-health/index.html b/static/web/admin/stream-health/index.html index 25653e2ca..8d0b7888c 100644 --- a/static/web/admin/stream-health/index.html +++ b/static/web/admin/stream-health/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Stream Performance

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Stream Performance

\ No newline at end of file diff --git a/static/web/admin/upgrade/index.html b/static/web/admin/upgrade/index.html index 6e3ba9924..43ca2a571 100644 --- a/static/web/admin/upgrade/index.html +++ b/static/web/admin/upgrade/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Thu Jan 01 1970

Downloads

NameSize
No data
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Thu Jan 01 1970

Downloads

NameSize
No data
\ No newline at end of file diff --git a/static/web/admin/viewer-info/index.html b/static/web/admin/viewer-info/index.html index c7bcc47ed..da0b62aff 100644 --- a/static/web/admin/viewer-info/index.html +++ b/static/web/admin/viewer-info/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Viewer Info


Max viewers last stream
0
All-time max viewers
0
User AgentLocation
Watch Time
No data
\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Viewer Info


Max viewers last stream
0
All-time max viewers
0
User AgentLocation
Watch Time
No data
\ No newline at end of file diff --git a/static/web/admin/webhooks/index.html b/static/web/admin/webhooks/index.html index f7c72fc2e..16ebb2cb3 100644 --- a/static/web/admin/webhooks/index.html +++ b/static/web/admin/webhooks/index.html @@ -1 +1 @@ -Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Webhooks

A webhook is a callback made to an external API in response to an event that takes place within Owncast. This can be used to build chat bots or sending automatic notifications that you've started streaming.
Read more about how to use webhooks, with examples, at our documentation.
URLEvents
No data

\ No newline at end of file +Owncast Admin

What is your stream about today?

What is your stream about today?
Offline

Webhooks

A webhook is a callback made to an external API in response to an event that takes place within Owncast. This can be used to build chat bots or sending automatic notifications that you've started streaming.
Read more about how to use webhooks, with examples, at our documentation.
URLEvents
No data

\ No newline at end of file diff --git a/static/web/embed/chat/readonly/index.html b/static/web/embed/chat/readonly/index.html index d2982016b..e78c0aed4 100644 --- a/static/web/embed/chat/readonly/index.html +++ b/static/web/embed/chat/readonly/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/static/web/embed/chat/readwrite/index.html b/static/web/embed/chat/readwrite/index.html index 089b138f4..0c6e19c94 100644 --- a/static/web/embed/chat/readwrite/index.html +++ b/static/web/embed/chat/readwrite/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/static/web/embed/video/index.html b/static/web/embed/video/index.html index 337a42d64..46343f7e8 100644 --- a/static/web/embed/video/index.html +++ b/static/web/embed/video/index.html @@ -1 +1 @@ -
This stream is offline. Check back soon!
\ No newline at end of file +
This stream is offline. Check back soon!
\ No newline at end of file diff --git a/static/web/index.html b/static/web/index.html index 829cdf946..07d989b90 100644 --- a/static/web/index.html +++ b/static/web/index.html @@ -1,9 +1,9 @@ {{.Name}}
{{.Name}}
Logo
Preview
\ No newline at end of file +
Logo
Preview
\ No newline at end of file