rtmp-services: Add Lightcast.com

Closes obsproject/obs-studio#1530
This commit is contained in:
Jonathan 2018-10-25 09:34:39 -04:00 committed by jp9000
parent aacdb7328c
commit 79ebd6916a

View File

@ -1290,6 +1290,44 @@
"url": "rtmp://hadamard.streaming.linkstream.live:80/live"
}
]
},
{
"name": "Lightcast.com",
"servers": [
{
"name": "North America / East",
"url": "rtmp://us-east.live.lightcast.com/202E1F/default"
},
{
"name": "North America / West",
"url": "rtmp://us-west.live.lightcast.com/202E1F/default"
},
{
"name": "Europe / Amsterdam",
"url": "rtmp://europe.live.lightcast.com/202E1F/default"
},
{
"name": "Europe / Frankfurt",
"url": "rtmp://europe-fra.live.lightcast.com/202E1F/default"
},
{
"name": "Europe / Stockholm",
"url": "rtmp://europe-sto.live.lightcast.com/202E1F/default"
},
{
"name": "Asia / Hong Kong",
"url": "rtmp://asia.live.lightcast.com/202E1F/default"
},
{
"name": "Australia / Sydney",
"url": "rtmp://australia.live.lightcast.com/202E1F/default"
}
],
"recommend": {
"keyint": 2,
"max video bitrate": 6000,
"max audio bitrate": 160
}
}
]
}