Works if I mux restream to ts, not flv

This commit is contained in:
Gabe Kangas
2020-07-12 09:52:54 -07:00
parent 43d434747b
commit 0aa3159372
5 changed files with 59 additions and 107 deletions
+1 -1
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);