Create variants

This commit is contained in:
2023-07-11 16:08:57 +01:00
parent 58adc8b9ae
commit 1fba6c3c37
7 changed files with 206 additions and 30 deletions

View File

@ -22,6 +22,32 @@
"Endpoint": "https://localhost:10002",
"CertPath": "/Users/kieran/.polar/networks/1/volumes/lnd/bob/tls.cert",
"MacaroonPath": "/Users/kieran/.polar/networks/1/volumes/lnd/bob/data/chain/bitcoin/regtest/admin.macaroon"
}
},
"Variants": [
{
"Name": "source",
"Width": 1920,
"Height": 1080,
"Bandwidth": 8000
},
{
"Name": "720p",
"Width": 1280,
"Height": 720,
"Bandwidth": 3000
},
{
"Name": "480p",
"Width": 854,
"Height": 480,
"Bandwidth": 1000
},
{
"Name": "240p",
"Width": 426,
"Height": 240,
"Bandwidth": 500
}
]
}
}