ReCast is a multi platform restreaming tool, you can stream with one servers to multiple services
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
40 KiB

webpackJsonp([0],{"+586":function(t,e){},"+KYZ":function(t,e,a){"use strict";var s=a("WEHx"),n=(a.n(s),{install:function(t){t.directive("click-outside",s.directive)}});e.a=n},"/4dZ":function(t,e){},"/Zdx":function(t,e,a){"use strict";function s(t){a("v3Yq")}var n=a("2RsT"),i=a("93Sd"),r=a("VU/8"),o=s,c=r(n.a,i.a,!1,o,null,null);e.a=c.exports},"/x95":function(t,e,a){"use strict";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{class:{"nav-open":t.$sidebar.showSidebar}},[a("notifications"),t._v(" "),a("router-view")],1)},n=[],i={render:s,staticRenderFns:n};e.a=i},"0AsC":function(t,e,a){"use strict";function s(t){a("KpYk")}var n=a("MDnB"),i=a("ve5i"),r=a("VU/8"),o=s,c=r(n.a,i.a,!1,o,null,null);e.a=c.exports},"0FOK":function(t,e,a){"use strict";e.a={}},"0XqQ":function(t,e,a){"use strict";var s=a("jEp+");e.a={name:"stats-card",components:{Card:s.a}}},"1gfG":function(t,e){},"1lSy":function(t,e,a){"use strict";var s=a("Ond/"),n=a("ZQf1"),i={install:function(t){t.component("fg-input",s.a),t.component("drop-down",n.a)}};e.a=i},"28ys":function(t,e,a){"use strict";var s=a("VN6J"),n=a("1SRG"),i=a.n(n),r=a("1lSy"),o=a("+KYZ"),c=a("Crv8"),l=a("Jmt5"),d=(a.n(l),a("Sczw")),u=(a.n(d),a("/4dZ")),v=(a.n(u),a("947H")),p=(a.n(v),a("MU8w"));a.n(p);e.a={install:function(t){t.use(r.a),t.use(o.a),t.use(c.a),t.use(i.a),t.use(s.a)}}},"2RsT":function(t,e,a){"use strict";var s=a("vNb6");e.a={components:{StatsCard:s.a},mounted:function(){var t=this;this.axios.get("/stats").then(function(e){t.stats=e.data})},data:function(){return{stats:{streams:0,liveStreams:0,users:0,endpoints:0}}}}},"2aTV":function(t,e,a){"use strict";function s(t){a("5Jsr")}var n=a("zTLC"),i=a("tCjS"),r=a("VU/8"),o=s,c=r(n.a,i.a,!1,o,null,null);e.a=c.exports},"3LD9":function(t,e,a){"use strict";var s=a("kVx9"),n=a("jEp+");e.a={components:{PCheckbox:s.a,Card:n.a},data:function(){return{stream:{active:!1,name:""},endpoints:[]}},mounted:function(){var t=this;"add"!==this.$route.params.id&&(this.axios.get("/streams/one?id="+this.$route.params.id).then(function(e){t.stream=e.data}),this.axios.get("/streams/"+this.$route.params.id+"/endpoints/").then(function(e){t.endpoints=e.data}))},methods:{save:function(t){var e=this;t.preventDefault(),this.axios.post("/streams/update",this.stream).then(function(){e.$router.push("/ucp/streams/")}).catch(function(t){var a={template:"<span>"+t.response.data.message+"</span>"};e.$notify({component:a,icon:"fa fa-exclamation-triangle",horizontalAlign:"right",verticalAlign:"top",type:"danger"})})},deleteEndpoint:function(t){this.endpoints.splice(this.endpoints.indexOf(t),1),this.axios.post("/streams/deleteEndpoint",{id:t.id})},toggleEndpoint:function(t){var e=this;this.axios.post("/streams/toggleEndpoint",{id:t.id}).then(function(t){e.axios.get("/streams/"+e.$route.params.id+"/endpoints/").then(function(t){e.endpoints=t.data})})}}}},"3Q3N":function(t,e,a){"use strict";e.a={inheritAttrs:!1,inject:{autoClose:{default:!0}},props:{link:{type:[String,Object],default:function(){return{name:"",path:"",icon:""}}},tag:{type:String,default:"router-link"}},methods:{hideSidebar:function(){this.autoClose&&this.$sidebar&&!0===this.$sidebar.showSidebar&&this.$sidebar.displaySidebar(!1)}}}},"5FAv":function(t,e,a){"use strict";var s=a("eAxr"),n=a("pZsM"),i=a("VU/8"),r=i(s.a,n.a,!1,null,null,null);e.a=r.exports},"5Jsr":function(t,e){},"69r5":function(t,e,a){"use strict";var s=a("fZjL"),n=a.n(s),i=a("kVx9"),r=a("jEp+");e.a={components:{PCheckbox:i.a,Card:r.a},data:function(){return{endpoint:{name:"",active:!1,type:"Mixer",server:"",streamKey:""},services:{},serviceNames:[]}},mounted:function(){var t=this;this.axios.get("/streams/services").then(function(e){t.serviceNames=n()(e.data),t.services=e.data}),"add"!==this.$route.params.id&&this.axios.get("/streams/endpoint/"+this.$route.params.id).then(function(e){t.endpoint=e.data})},methods:{save:function(t){var e=this;t.preventDefault(),this.axios.post("/streams/"+this.$route.params.streamId+"/endpoints/update",this.endpoint).then(function(){e.$router.push("/ucp/streams/"+e.$route.params.streamId+