Works if I mux restream to ts, not flv

This commit is contained in:
Gabe Kangas
2020-07-03 18:48:42 -07:00
parent 43d434747b
commit 0aa3159372
5 changed files with 59 additions and 107 deletions

View File

@@ -1,7 +1,7 @@
// add more to the promises later.
class Config {
async init() {
const configFileLocation = "https://goth.land/config";
const configFileLocation = "/config";
try {
const response = await fetch(configFileLocation);