Allow restreams by default

This commit is contained in:
Laura Hausmann 2021-02-10 07:04:43 +01:00
parent 456a4ef3e2
commit f9fd0ebc69
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -31,7 +31,8 @@ namespace RTMPDash.Pages {
Password = Request.Form["pass"].ToString().Sha256(), Password = Request.Form["pass"].ToString().Sha256(),
StreamKey = Guid.NewGuid().ToString(), StreamKey = Guid.NewGuid().ToString(),
PronounSubject = "they", PronounSubject = "they",
PronounPossessive = "their" PronounPossessive = "their",
AllowRestream = true
}; };
db.Insert(user); db.Insert(user);