rtmp-services: Add Twitter / Periscope as a service

This commit is contained in:
Can Bal
2017-07-19 17:35:16 -07:00
committed by Can Bal
parent 1dab263403
commit 79fb64fdc2
2 changed files with 49 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 65,
"version": 66,
"files": [
{
"name": "services.json",
"version": 65
"version": 66
}
]
}

View File

@@ -904,6 +904,53 @@
"url": "rtmp://apmedia1.liveedu.tv/liveedutv"
}
]
},
{
"name": "Twitter / Periscope",
"common": true,
"servers": [
{
"name": "US West: California",
"url": "rtmp://ca.pscp.tv:80/x"
},
{
"name": "US West: Oregon",
"url": "rtmp://or.pscp.tv:80/x"
},
{
"name": "US East: Virginia",
"url": "rtmp://va.pscp.tv:80/x"
},
{
"name": "South America: Brazil",
"url": "rtmp://br.pscp.tv:80/x"
},
{
"name": "EU West: Ireland",
"url": "rtmp://ie.pscp.tv:80/x"
},
{
"name": "EU Central: Germany",
"url": "rtmp://de.pscp.tv:80/x"
},
{
"name": "Asia/Pacific: Australia",
"url": "rtmp://au.pscp.tv:80/x"
},
{
"name": "Asia/Pacific: Japan",
"url": "rtmp://jp.pscp.tv:80/x"
},
{
"name": "Asia/Pacific: Singapore",
"url": "rtmp://sg.pscp.tv:80/x"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 800,
"max audio bitrate": 96
}
}
]
}