add framerate options

Former-commit-id: 340d6cf9e0212cdb596f95007249887f504005e9
This commit is contained in:
Daniel Løvbrøtte Olsen
2020-04-21 13:59:52 +02:00
parent b2d9f4f40b
commit 88dbfdc6d4
4 changed files with 22 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ struct SharedState {
fn index() -> String {
format!("Wecome to the AV1Master Server version {version}\n
This currently requires a distro with CAP_SYS_USER_NS enabled and correct permissions
curl -L {baseurl}/av1client > av1client && chmod +x ./av1client && ./av1client", version=VERSION)
curl -L {baseurl}/av1client > av1client && chmod +x ./av1client && ./av1client", baseurl="https://av1.dodsorf.as", version=VERSION)
}
#[get("/version")]