提交 6f68d9eb 编写于 作者: J jp9000

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).
上级 a6aa2f92
...@@ -199,6 +199,15 @@ ...@@ -199,6 +199,15 @@
"max audio bitrate": 160 "max audio bitrate": 160
} }
}, },
{
"name": "Livecoding.tv",
"servers": [
{
"name": "Primary",
"url": "rtmp://usmedia3.livecoding.tv/livecodingtv"
}
]
},
{ {
"name": "Vaughn Live / iNSTAGIB.tv", "name": "Vaughn Live / iNSTAGIB.tv",
"servers": [ "servers": [
...@@ -233,6 +242,56 @@ ...@@ -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", "name": "connectcast.tv",
"servers": [ "servers": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册