V2 upgrade

This commit is contained in:
2023-07-25 17:45:44 +01:00
parent dae8f99d33
commit 3c16cb51d4
41 changed files with 2056 additions and 427 deletions

View File

@ -11,30 +11,41 @@
"Database": "User ID=postgres;Password=postgres;Database=streaming;Pooling=true;Host=127.0.0.1:5431"
},
"Config": {
"RtmpHost": "rtmp://localhost:1935",
"SrsHttpHost": "http://localhost:8082",
"SrsApiHost": "http://localhost:1985",
"RtmpHost": "rtmp://localhost:9005",
"SrsHttpHost": "http://localhost:9003",
"SrsApiHost": "http://localhost:9002",
"DataHost": "http://localhost:5295/api/playlist/",
"App": "test",
"Relays": ["ws://localhost:8081"],
"ApiHost": "http://localhost:5295",
"Relays": [
"ws://localhost:8081"
],
"PrivateKey": "nsec1yqtv8s8y9krh6l8pwp09lk2jkulr9e0klu95tlk7dgus9cklr4ssdv3d88",
"Lnd": {
"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": [
"Endpoints": [
{
"Name": "source",
"Width": 1920,
"Height": 1080,
"Bandwidth": 8000
"Name": "Premium",
"App": "test",
"Capabilities": [
"variant:source",
"variant:240h:500",
"hls"
],
"Forward": "full.in.zap.stream",
"Cost": 10000
},
{
"Name": "240p",
"Width": 426,
"Height": 240,
"Bandwidth": 500
"Name": "Passthrough",
"App": "test2",
"Capabilities": [
"variant:source",
"hls"
],
"Forward": "base.in.zap.stream",
"Cost": 2100
}
]
}