0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

UI: Add a couple new common services

Livecoding.tv (coding), gaminglive.tv (gaming), and beam.pro
(gaming/music)

I really don't see any problems with adding these particular services to
the local list while the actual remote ingest lookup code has yet to be
even started yet (as of this writing).  They seem to be harmless
services that are dedicated to specific types of content (stated above).
This commit is contained in:
jp9000 2015-07-03 16:08:41 -07:00
parent a6aa2f9204
commit 6f68d9eb97

View File

@ -199,6 +199,15 @@
"max audio bitrate": 160
}
},
{
"name": "Livecoding.tv",
"servers": [
{
"name": "Primary",
"url": "rtmp://usmedia3.livecoding.tv/livecodingtv"
}
]
},
{
"name": "Vaughn Live / iNSTAGIB.tv",
"servers": [
@ -233,6 +242,56 @@
}
]
},
{
"name": "Gaminglive.tv",
"servers": [
{
"name": "North America",
"url": "rtmp://broadcastNA.gaminglive.tv/push"
},
{
"name": "Europe",
"url": "rtmp://broadcastEU.gaminglive.tv/push"
},
{
"name": "Asia",
"url": "rtmp://broadcastAS.gaminglive.tv/push"
}
]
},
{
"name": "Beam.pro",
"servers": [
{
"name": "US: Dallas, TX",
"url": "rtmp://ingest.dal07.beam.pro/beam"
},
{
"name": "US: San Jose, CA",
"url": "rtmp://ingest.sjc01.beam.pro/beam"
},
{
"name": "US: Washington DC",
"url": "rtmp://ingest.wdc01.beam.pro/beam"
},
{
"name": "Canada: Toronto",
"url": "rtmp://ingest.tor01.beam.pro/beam"
},
{
"name": "EU: London",
"url": "rtmp://ingest.lon02.beam.pro/beam"
},
{
"name": "EU: Amsterdam",
"url": "rtmp://ingest.ams01.beam.pro/beam"
},
{
"name": "Australia: Melbourne",
"url": "rtmp://ingest.mel01.beam.pro/beam"
}
]
},
{
"name": "connectcast.tv",
"servers": [