yolobs-studio/plugins/rtmp-services/data/services.json

846 lines
28 KiB
JSON
Raw Normal View History

2016-02-23 23:16:51 +00:00
{
"format_version": 1,
"services": [
{
"name": "Twitch",
"common": true,
"servers": [
{
"name": "US West: San Francisco, CA",
"url": "rtmp://live.twitch.tv/app"
},
{
"name": "Asia: Hong Kong",
"url": "rtmp://live-hkg.twitch.tv/app"
},
{
"name": "Asia: Seoul, South Korea",
"url": "rtmp://live-sel.twitch.tv/app"
},
{
"name": "Asia: Singapore",
"url": "rtmp://live-sin.twitch.tv/app"
},
{
"name": "Asia: Taipei, Taiwan",
"url": "rtmp://live-tpe.twitch.tv/app"
},
{
"name": "Asia: Tokyo, Japan",
"url": "rtmp://live-tyo.twitch.tv/app"
},
{
"name": "Australia: Sydney",
"url": "rtmp://live-syd.twitch.tv/app"
},
{
"name": "EU: Amsterdam, NL",
"url": "rtmp://live-ams.twitch.tv/app"
},
{
"name": "EU: Frankfurt, DE",
"url": "rtmp://live-fra.twitch.tv/app"
},
2017-04-19 19:54:15 +00:00
{
"name": "EU: Lisbon, Portugal",
"url": "rtmp://live-lis.twitch.tv/app"
},
2016-02-23 23:16:51 +00:00
{
"name": "EU: London, UK",
"url": "rtmp://live-lhr.twitch.tv/app"
},
2017-06-29 19:01:10 +00:00
{
"name": "EU: Madrid, Spain",
"url": "rtmp://live-mad.twitch.tv/app"
},
2017-04-19 19:54:15 +00:00
{
"name": "EU: Milan, Italy",
"url": "rtmp://live-mil.twitch.tv/app"
},
2016-02-23 23:16:51 +00:00
{
"name": "EU: Paris, FR",
"url": "rtmp://live-cdg.twitch.tv/app"
},
{
"name": "EU: Prague, CZ",
"url": "rtmp://live-prg.twitch.tv/app"
},
{
"name": "EU: Stockholm, SE",
"url": "rtmp://live-arn.twitch.tv/app"
},
2017-06-29 19:01:10 +00:00
{
"name": "EU: Vienna, Austria",
"url": "rtmp://live-vie.twitch.tv/app"
},
2016-05-24 19:53:01 +00:00
{
"name": "EU: Warsaw, Poland",
"url": "rtmp://live-waw.twitch.tv/app"
},
2017-04-19 19:54:15 +00:00
{
"name": "NA: Mexico City",
"url": "rtmp://live-qro.twitch.tv/app"
},
{
"name": "NA: Toronto, Canada",
"url": "rtmp://live-yto.twitch.tv/app"
},
2016-02-23 23:16:51 +00:00
{
"name": "South America: Argentina",
"url": "rtmp://live-eze.twitch.tv/app"
},
{
"name": "South America: Chile",
"url": "rtmp://live-scl.twitch.tv/app"
},
2017-04-19 19:54:15 +00:00
{
"name": "South America: Lima, Peru",
"url": "rtmp://live-lim.twitch.tv/app"
},
{
"name": "South America: Medellin, Columbia",
"url": "rtmp://live-mde.twitch.tv/app"
},
2016-02-23 23:16:51 +00:00
{
"name": "South America: Rio de Janeiro, Brazil",
2017-06-29 19:01:10 +00:00
"url": "rtmp://live-rio.twitch.tv/app"
2016-02-23 23:16:51 +00:00
},
{
"name": "South America: Sao Paulo, Brazil",
2017-06-29 19:01:10 +00:00
"url": "rtmp://live-sao.twitch.tv/app"
2016-02-23 23:16:51 +00:00
},
{
"name": "US Central: Dallas, TX",
"url": "rtmp://live-dfw.twitch.tv/app"
},
2017-06-29 19:01:10 +00:00
{
"name": "US Central: Denver, CO",
"url": "rtmp://live-den.twitch.tv/app"
},
{
"name": "US Central: Houston, TX",
"url": "rtmp://live-hou.twitch.tv/app"
},
2016-02-23 23:16:51 +00:00
{
"name": "US East: Ashburn, VA",
"url": "rtmp://live-iad.twitch.tv/app"
},
2017-06-29 19:01:10 +00:00
{
"name": "US East: Atlanta, GA",
"url": "rtmp://live-atl.twitch.tv/app"
},
2016-02-23 23:16:51 +00:00
{
"name": "US East: Chicago",
"url": "rtmp://live-ord.twitch.tv/app"
},
{
"name": "US East: Miami, FL",
"url": "rtmp://live-mia.twitch.tv/app"
},
{
"name": "US East: New York, NY",
"url": "rtmp://live-jfk.twitch.tv/app"
},
{
"name": "US West: Los Angeles, CA",
"url": "rtmp://live-lax.twitch.tv/app"
},
2017-06-29 19:01:10 +00:00
{
"name": "US West: Phoenix, AZ",
"url": "rtmp://live-phx.twitch.tv/app"
},
2016-02-23 23:16:51 +00:00
{
"name": "US West: San Jose, CA",
"url": "rtmp://live-sjc.twitch.tv/app"
},
{
"name": "US West: Seattle, WA",
"url": "rtmp://live-sea.twitch.tv/app"
}
],
"recommended": {
"keyint": 2,
2017-06-29 19:01:10 +00:00
"max video bitrate": 6000,
2016-05-24 19:53:01 +00:00
"max audio bitrate": 160,
"x264opts": "scenecut=0"
2016-02-23 23:16:51 +00:00
}
},
{
"name": "YouTube / YouTube Gaming",
"common": true,
"servers": [
{
"name": "Primary YouTube ingest server",
"url": "rtmp://a.rtmp.youtube.com/live2"
},
{
"name": "Backup YouTube ingest server",
"url": "rtmp://b.rtmp.youtube.com/live2?backup=1"
}
],
"recommended": {
2017-04-19 19:54:15 +00:00
"keyint": 2,
"max video bitrate": 51000,
2016-02-23 23:16:51 +00:00
"max audio bitrate": 160
}
},
{
2017-06-29 19:01:10 +00:00
"name": "Smashcast",
2016-02-23 23:16:51 +00:00
"common": true,
"servers": [
{
"name": "Default",
"url": "rtmp://live.hitbox.tv/push"
},
{
"name": "EU-North: Amsterdam, Netherlands",
"url": "rtmp://live.ams.hitbox.tv/push"
},
{
"name": "EU-West: Frankfurt, Germany",
"url": "rtmp://live.fra.hitbox.tv/push"
},
{
"name": "EU-West: Paris, France",
"url": "rtmp://live.cdg.hitbox.tv/push"
},
{
"name": "EU-West: London, United Kingdom",
"url": "rtmp://live.lhr.hitbox.tv/push"
},
{
"name": "EU-Central: Nurnberg, Germany",
"url": "rtmp://live.nbg.hitbox.tv/push"
},
{
"name": "EU-East: Vienna, Austria",
"url": "rtmp://live.vie.hitbox.tv/push"
},
{
"name": "EU-South: Milan, Italia",
"url": "rtmp://live.mxp.hitbox.tv/push"
},
{
"name": "Russia: Moscow",
"url": "rtmp://live.dme.hitbox.tv/push"
},
{
2016-10-10 19:01:40 +00:00
"name": "US-East: New York - 1",
2016-02-23 23:16:51 +00:00
"url": "rtmp://live.jfk.hitbox.tv/push"
},
2016-10-10 19:01:40 +00:00
{
"name": "US-East: New York - 2",
"url": "rtmp://live.nyc.hitbox.tv/push"
},
2016-02-23 23:16:51 +00:00
{
"name": "US-Central: Denver",
"url": "rtmp://live.den.hitbox.tv/push"
},
{
"name": "US-West: San Francisco",
"url": "rtmp://live.sfo.hitbox.tv/push"
},
{
"name": "US-West: Los Angeles",
"url": "rtmp://live.lax.hitbox.tv/push"
},
{
"name": "South America: Sao Paulo, Brazil",
"url": "rtmp://live.gru.hitbox.tv/push"
},
{
"name": "South Korea: Seoul",
"url": "rtmp://live.icn.hitbox.tv/push"
},
{
"name": "Asia: Singapore",
"url": "rtmp://live.sin.hitbox.tv/push"
},
{
"name": "China: Hong Kong",
"url": "rtmp://live.hkg.hitbox.tv/push"
},
{
"name": "Oceania: Sydney, Australia",
"url": "rtmp://live.syd.hitbox.tv/push"
}
],
"recommended": {
"keyint": 2,
"profile": "high",
"max video bitrate": 3500,
"max audio bitrate": 320
}
},
{
"name": "beam.pro",
"common": true,
"servers": [
{
"name": "US: Dallas, TX",
"url": "rtmp://ingest-dal.beam.pro:1935/beam"
},
{
"name": "US: San Jose, CA",
"url": "rtmp://ingest-sjc.beam.pro:1935/beam"
},
{
"name": "US: Seattle, WA",
"url": "rtmp://ingest-sea.beam.pro:1935/beam"
},
{
"name": "US: Washington DC",
"url": "rtmp://ingest-wdc.beam.pro:1935/beam"
},
{
"name": "Canada: Toronto",
"url": "rtmp://ingest-tor.beam.pro:1935/beam"
},
{
"name": "EU: London",
"url": "rtmp://ingest-lon.beam.pro:1935/beam"
},
{
"name": "EU: Amsterdam",
"url": "rtmp://ingest-ams.beam.pro:1935/beam"
},
2016-10-10 19:01:40 +00:00
{
"name": "EU: Milan",
"url": "rtmp://ingest-mil.beam.pro:1935/beam"
},
{
"name": "EU: Paris",
"url": "rtmp://ingest-par.beam.pro:1935/beam"
},
2016-02-23 23:16:51 +00:00
{
"name": "EU: Frankfurt",
"url": "rtmp://ingest-fra.beam.pro:1935/beam"
},
2017-04-19 19:54:15 +00:00
{
"name": "EU: Oslo",
"url": "rtmp://ingest-osl.beam.pro:1935/beam"
},
2016-10-10 19:01:40 +00:00
{
"name": "Brazil: Sao Paulo",
"url": "rtmp://ingest-sao.beam.pro:1935/beam"
},
2016-02-23 23:16:51 +00:00
{
"name": "Australia: Melbourne",
"url": "rtmp://ingest-mel.beam.pro:1935/beam"
},
{
2016-10-10 19:01:40 +00:00
"name": "Australia: Sydney",
"url": "rtmp://ingest-syd.beam.pro:1935/beam"
},
{
"name": "Mexico: Mexico City",
"url": "rtmp://ingest-mex.beam.pro:1935/beam"
},
{
"name": "Asia: Hong Kong",
"url": "rtmp://ingest-hkg.beam.pro:1935/beam"
},
{
"name": "Asia: Tokyo",
"url": "rtmp://ingest-tok.beam.pro:1935/beam"
2017-04-19 19:54:15 +00:00
},
{
"name": "South Korea: Seoul",
"url": "rtmp://ingest-seo.beam.pro:1935/beam"
},
{
"name": "India: Chennai",
"url": "rtmp://ingest-che.beam.pro:1935/beam"
2016-02-23 23:16:51 +00:00
}
],
"recommended": {
"keyint": 1,
"max audio bitrate": 160,
2017-04-19 19:54:15 +00:00
"max video bitrate": 10000,
2016-02-23 23:16:51 +00:00
"profile": "main"
}
},
{
"name": "DailyMotion",
"common": true,
"servers": [
{
"name": "Primary",
"url": "rtmp://publish.dailymotion.com/publish-dm"
}
]
},
{
"name": "WatchPeopleCode.com",
"servers": [
{
"name": "Primary",
"url": "rtmp://streaming.watchpeoplecode.com/live"
}
]
},
{
2017-04-19 19:54:15 +00:00
"name": "Web.TV",
2016-02-23 23:16:51 +00:00
"servers": [
{
2016-05-24 19:53:01 +00:00
"name": "Primary",
2017-04-19 19:54:15 +00:00
"url": "rtmp://live3.origins.web.tv/liveext"
2016-02-23 23:16:51 +00:00
}
2017-04-19 19:54:15 +00:00
],
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 3500,
"max audio bitrate": 160
}
2016-02-23 23:16:51 +00:00
},
{
2016-08-28 12:07:43 +00:00
"name": "Switchboard Live (Joicaster)",
2016-02-23 23:16:51 +00:00
"servers": [
{
2016-08-28 12:07:43 +00:00
"name": "Default - Performance Global",
"url": "rtmp://ingest-global-a.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
},
{
"name": "U.S. - Dallas, TX",
2016-08-28 12:07:43 +00:00
"url": "rtmp://ingest-us-dal.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
},
{
"name": "U.S. - Seattle, WA",
2016-08-28 12:07:43 +00:00
"url": "rtmp://ingest-us-sea.switchboard.zone/live"
},
{
"name": "U.S. - Washington, DC",
"url": "rtmp://ingest-us-wdc.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
},
{
"name": "C.A. - Toronto, Canada",
2016-08-28 12:07:43 +00:00
"url": "rtmp://ingest-cn-tor.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
},
{
"name": "E.U. - London, England",
2016-08-28 12:07:43 +00:00
"url": "rtmp://ingest-eu-lon.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
},
{
"name": "E.U. - Amsterdam, Netherlands",
2016-08-28 12:07:43 +00:00
"url": "rtmp://ingest-as-tok.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
},
{
"name": "A.S. - Tokyo, Japan",
2016-08-28 12:07:43 +00:00
"url": "rtmp://ingest-as-tok.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
},
{
"name": "A.U. - Melbourne, Australia",
2016-08-28 12:07:43 +00:00
"url": "rtmp://ingest-au-mel.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
},
{
"name": "S.A - São Paulo, Brazil",
2016-08-28 12:07:43 +00:00
"url": "rtmp://ingest-sa-sao.switchboard.zone/live"
2016-02-23 23:16:51 +00:00
}
]
},
{
"name": "GoodGame.ru",
"servers": [
{
"name": "Моscow",
"url": "rtmp://msk.goodgame.ru:1940/live"
}
]
},
{
"name": "GamePlank",
"servers": [
{
"name": "Primary",
"url": "rtmp://www.gameplank.tv/live"
}
]
},
{
2017-04-19 19:54:15 +00:00
"name": "Vaughn Live / iNSTAGIB",
2016-02-23 23:16:51 +00:00
"servers": [
{
"name": "US: Primary",
2017-04-19 19:54:15 +00:00
"url": "rtmp://live.vaughnsoft.net/live"
2016-02-23 23:16:51 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US: Chicago, IL",
"url": "rtmp://live-ord.vaughnsoft.net/live"
2016-02-23 23:16:51 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US: Denver, CO",
"url": "rtmp://live-den.vaughnsoft.net/live"
2016-02-23 23:16:51 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US: Los Angeles, CA",
"url": "rtmp://live-lax.vaughnsoft.net/live"
},
2016-02-23 23:16:51 +00:00
{
2017-04-19 19:54:15 +00:00
"name": "EU: Amsterdam, NL",
"url": "rtmp://live-ams.vaughnsoft.net/live"
2016-02-23 23:16:51 +00:00
}
2017-04-19 19:54:15 +00:00
],
"recommended": {
"keyint": 2,
"max video bitrate": 3500,
"max audio bitrate": 160
}
2016-02-23 23:16:51 +00:00
},
2016-08-28 12:07:43 +00:00
{
2017-04-19 19:54:15 +00:00
"name": "Breakers.TV",
2016-08-28 12:07:43 +00:00
"servers": [
{
2017-04-19 19:54:15 +00:00
"name": "US: Primary",
"url": "rtmp://live.vaughnsoft.net/live"
2016-08-28 12:07:43 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US: Chicago, IL",
"url": "rtmp://live-ord.vaughnsoft.net/live"
2016-08-28 12:07:43 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US: Denver, CO",
"url": "rtmp://live-den.vaughnsoft.net/live"
2016-08-28 12:07:43 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US: Los Angeles, CA",
"url": "rtmp://live-lax.vaughnsoft.net/live"
2016-08-28 12:07:43 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "EU: Amsterdam, NL",
"url": "rtmp://live-ams.vaughnsoft.net/live"
2016-08-28 12:07:43 +00:00
}
],
"recommended": {
"keyint": 2,
2017-04-19 19:54:15 +00:00
"max video bitrate": 3500,
"max audio bitrate": 160
2016-08-28 12:07:43 +00:00
}
},
2016-02-23 23:16:51 +00:00
{
"name": "CyberGame.TV",
"servers": [
{
"name": "RU Origin",
"url": "rtmp://st.cybergame.tv:1953/live"
},
{
"name": "RU Premium",
"url": "rtmp://premium.cybergame.tv:1953/premium"
}
]
},
2016-05-24 19:53:01 +00:00
{
"name": "DJlive.pl",
"servers": [
{
"name": "Default",
"url": "rtmp://live.djlive.pl/live"
}
],
"recommended": {
"keyint": 1,
"profile": "high",
"max video bitrate": 1300,
"max audio bitrate": 320
}
},
{
"name": "Facebook Live",
"common": true,
"servers": [
{
"name": "Default",
"url": "rtmp://rtmp-api.facebook.com:80/rtmp/"
}
],
"recommended": {
2016-08-28 12:07:43 +00:00
"keyint": 2,
2016-05-24 19:53:01 +00:00
"profile": "main",
2016-10-10 19:01:40 +00:00
"max video bitrate": 4000,
"max audio bitrate": 128
2016-05-24 19:53:01 +00:00
}
},
{
"name": "Restream.io",
"common": true,
"servers": [
{
2017-04-19 19:54:15 +00:00
"name": "EU-West (London, GB)",
"url": "rtmp://eu-london.restream.io/live"
2016-05-24 19:53:01 +00:00
},
2016-08-28 12:07:43 +00:00
{
2017-04-19 19:54:15 +00:00
"name": "EU-West (Amsterdam, NL)",
"url": "rtmp://eu-ams.restream.io/live"
2016-08-28 12:07:43 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "EU-Central (Frankfurt, DE)",
"url": "rtmp://eu-central.restream.io/live"
2016-08-28 12:07:43 +00:00
},
2016-05-24 19:53:01 +00:00
{
2017-04-19 19:54:15 +00:00
"name": "EU-East (Falkenstein, DE)",
"url": "rtmp://eu-east.restream.io/live"
2016-05-24 19:53:01 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "Russia (Moscow)",
"url": "rtmp://ru.restream.io/live"
2016-05-24 19:53:01 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US-West (Seattle, WA)",
"url": "rtmp://us-seattle.restream.io/live"
2016-10-10 19:01:40 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US-West (San Jose, CA)",
"url": "rtmp://us-west.restream.io/live"
2016-05-24 19:53:01 +00:00
},
2016-08-28 12:07:43 +00:00
{
2017-04-19 19:54:15 +00:00
"name": "US-Central (Dallas, TX)",
"url": "rtmp://us-central.restream.io/live"
2016-05-24 19:53:01 +00:00
},
{
2017-04-19 19:54:15 +00:00
"name": "US-East (Washington, DC)",
"url": "rtmp://us-east.restream.io/live"
2016-05-24 19:53:01 +00:00
},
2016-10-10 19:01:40 +00:00
{
2017-04-19 19:54:15 +00:00
"name": "NA-East (Toronto, Canada)",
"url": "rtmp://na-toronto.restream.io/live"
2016-10-10 19:01:40 +00:00
},
2016-05-24 19:53:01 +00:00
{
2017-04-19 19:54:15 +00:00
"name": "SA (Saint Paul, Brazil)",
2016-05-24 19:53:01 +00:00
"url": "rtmp://sa.restream.io/live"
2016-10-10 19:01:40 +00:00
},
{
"name": "Asia (Singapore)",
"url": "rtmp://singapore.restream.io/live"
2017-04-19 19:54:15 +00:00
},
2017-06-29 19:01:10 +00:00
{
"name": "Asia (Seoul, South Korea)",
"url": "rtmp://seoul.restream.io/live"
},
2017-04-19 19:54:15 +00:00
{
"name": "Australia (Sydney)",
"url": "rtmp://au.restream.io/live"
2016-05-24 19:53:01 +00:00
}
2016-08-28 12:07:43 +00:00
],
"recommended": {
"keyint": 2
}
},
{
"name": "Nood",
"servers": [
{
"name": "EU Central: Frankfurt, Germany",
"url": "rtmp://broadcast-frf.nood.tv/20D2AB/live"
},
{
"name": "EU North: Amsterdam, Netherlands",
"url": "rtmp://broadcast-ams.nood.tv/20D2AB/live"
},
{
"name": "EU West: Stockholm, Sweden",
"url": "rtmp://broadcast-arn.nood.tv/20D2AB/live"
},
{
"name": "US East: Washington, DC",
"url": "rtmp://broadcast-dca.nood.tv/20D2AB/live"
},
{
"name": "US West: Los Angeles, CA",
"url": "rtmp://broadcast-oxr.nood.tv/20D2AB/live"
},
{
"name": "Australia: Sydney",
"url": "rtmp://broadcast-syd.nood.tv/20D2AB/live"
},
{
"name": "Asia: Hong Kong, China",
"url": "rtmp://broadcast-hhp.nood.tv/20D2AB/live"
}
],
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 3500,
"max audio bitrate": 192
}
},
{
"name": "Boomstream",
"servers": [
{
"name": "Default",
"url": "rtmp://live.boomstream.com/live"
}
]
},
{
2017-06-29 19:01:10 +00:00
"name": "Stream.live",
2016-08-28 12:07:43 +00:00
"servers": [
{
"name": "Default",
2017-06-29 19:01:10 +00:00
"url": "rtmp://media.stream.live:1935/live"
2016-08-28 12:07:43 +00:00
}
],
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 2500,
"max audio bitrate": 160
}
},
{
"name": "Coderwall",
"servers": [
{
"name": "Primary",
"url": "rtmp://live.coderwall.com/coderwall"
}
],
"recommended": {
"max video bitrate": 1500
}
2016-10-10 19:01:40 +00:00
},
{
"name": "Meridix Live Sports Platform",
"servers": [
{
"name": "Primary",
"url": "rtmp://publish.meridix.com/live"
}
],
"recommended": {
"max video bitrate": 3500
}
},
{
"name": "Afreeca.TV",
"servers": [
{
"name": "North America : US East",
"url": "rtmp://rtmpmanager-aws-en-east.afreeca.tv/live"
},
{
"name": "North America : US West",
"url": "rtmp://rtmpmanager-aws-en-west.afreeca.tv/live"
},
{
"name": "Asia : Singapore",
"url": "rtmp://rtmpmanager-aws-sg.afreeca.tv/live"
},
{
"name": "Asia : South Korea",
"url": "rtmp://rtmpmanager-en-ko.afreeca.tv/live"
}
],
"recommended": {
"keyint": 1,
"profile": "main",
"max video bitrate": 5000,
"max audio bitrate": 192
}
},
{
"name": "アフリカTV",
"servers": [
{
"name": "Japan",
"url": "rtmp://rtmpmanager-aws-jp.afreeca.tv/live/"
},
{
"name": "South Korea",
"url": "rtmp://rtmpmanager-jp.afreeca.tv/live/"
}
],
"recommended": {
"keyint": 1,
"profile": "main",
"max video bitrate": 5000,
"max audio bitrate": 192
}
},
{
"name": "艾菲卡TV",
"servers": [
{
"name": "Taiwan",
"url": "rtmp://rtmpmanager-gcp-tw.afreeca.tv/live/"
},
{
"name": "South Korea",
"url": "rtmp://rtmpmanager-tw-ko.afreeca.tv/live/"
}
],
"recommended": {
"keyint": 1,
"profile": "main",
"max video bitrate": 5000,
"max audio bitrate": 192
}
},
{
"name": "아프리카TV",
"servers": [
{
"name": "Korea",
"url": "rtmp://rtmpmanager-freecat.afreeca.tv/app/"
}
],
"recommended": {
"keyint": 1,
"profile": "main",
"max video bitrate": 5000,
"max audio bitrate": 192
}
},
{
"name": "CAM4",
"servers": [
{
"name": "CAM4",
"url": "rtmp://origin.cam4.com/cam4-origin-live"
}
],
"recommended": {
"keyint": 1,
"profile": "baseline",
"max video bitrate": 3000,
"max audio bitrate": 128
}
2017-04-19 19:54:15 +00:00
},
{
"name": "Picarto",
"servers": [
{
"name": "USA/Canada",
"url": "rtmp://live.us.picarto.tv/golive"
}
],
"recommended": {
"keyint": 2,
"profile": "main",
2017-06-29 19:01:10 +00:00
"max video bitrate": 3500,
"max audio bitrate": 128
2017-04-19 19:54:15 +00:00
}
},
{
"name": "Pandora TV Korea",
"servers": [
{
"name": "Default",
"url": "rtmp://plive.pandora.tv:80/mediaHub"
}
]
2017-06-29 19:01:10 +00:00
},
{
"name": "LiveStream",
"servers": [
{
"name": "Primary",
"url": "rtmp://rtmpin.livestreamingest.com/rtmpin"
}
]
2016-02-23 23:16:51 +00:00
}
]
}