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
1 changed files with 2 additions and 1 deletions

View File

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