Create variants
This commit is contained in:
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user