services.json 20.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
{
    "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"
G
Gol-D-Ace 已提交
35
                },
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
                {
                    "name": "EU: Amsterdam, NL",
                    "url": "rtmp://live-ams.twitch.tv/app"
                },
                {
                    "name": "EU: Frankfurt, DE",
                    "url": "rtmp://live-fra.twitch.tv/app"
                },
                {
                    "name": "EU: London, UK",
                    "url": "rtmp://live-lhr.twitch.tv/app"
                },
                {
                    "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"
                },
G
Gol-D-Ace 已提交
60 61 62 63
                {
                    "name": "EU: Warsaw, Poland",
                    "url": "rtmp://live-waw.twitch.tv/app"
                },
G
Gol-D-Ace 已提交
64 65 66 67 68 69 70 71
                {
                    "name": "South America: Argentina",
                    "url": "rtmp://live-eze.twitch.tv/app"
                },
                {
                    "name": "South America: Chile",
                    "url": "rtmp://live-scl.twitch.tv/app"
                },
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
                {
                    "name": "South America: Rio de Janeiro, Brazil",
                    "url": "rtmp://live-gig.twitch.tv/app"
                },
                {
                    "name": "South America: Sao Paulo, Brazil",
                    "url": "rtmp://live-gru.twitch.tv/app"
                },
                {
                    "name": "US Central: Dallas, TX",
                    "url": "rtmp://live-dfw.twitch.tv/app"
                },
                {
                    "name": "US East: Ashburn, VA",
                    "url": "rtmp://live-iad.twitch.tv/app"
                },
                {
                    "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"
                },
                {
                    "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,
                "profile": "main",
                "max video bitrate": 3500,
117 118
                "max audio bitrate": 160,
                "x264opts": "scenecut=0"
119
            }
120 121
        },
        {
122
            "name": "YouTube / YouTube Gaming",
123 124 125 126 127 128 129 130 131 132 133 134 135 136
            "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": {
                "keyint": 4,
                "profile": "main",
137
                "max video bitrate": 18000,
138
                "max audio bitrate": 160
139
            }
140 141 142 143 144 145 146 147 148
        },
        {
            "name": "hitbox.tv",
            "common": true,
            "servers": [
                {
                    "name": "Default",
                    "url": "rtmp://live.hitbox.tv/push"
                },
149 150 151 152
                {
                    "name": "EU-North: Amsterdam, Netherlands",
                    "url": "rtmp://live.ams.hitbox.tv/push"
                },
153 154 155 156 157 158 159 160
                {
                    "name": "EU-West: Frankfurt, Germany",
                    "url": "rtmp://live.fra.hitbox.tv/push"
                },
                {
                    "name": "EU-West: Paris, France",
                    "url": "rtmp://live.cdg.hitbox.tv/push"
                },
161
                {
162 163
                    "name": "EU-West: London, United Kingdom",
                    "url": "rtmp://live.lhr.hitbox.tv/push"
164
                },
165
                {
166 167
                    "name": "EU-Central: Nurnberg, Germany",
                    "url": "rtmp://live.nbg.hitbox.tv/push"
168 169
                },
                {
170 171
                    "name": "EU-East: Vienna, Austria",
                    "url": "rtmp://live.vie.hitbox.tv/push"
172 173
                },
                {
174 175
                    "name": "EU-South: Milan, Italia",
                    "url": "rtmp://live.mxp.hitbox.tv/push"
176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
                },
                {
                    "name": "Russia: Moscow",
                    "url": "rtmp://live.dme.hitbox.tv/push"
                },
                {
                    "name": "US-East: Washington",
                    "url": "rtmp://live.vgn.hitbox.tv/push"
                },
                {
                    "name": "US-East: New York",
                    "url": "rtmp://live.jfk.hitbox.tv/push"
                },
                {
                    "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,
224
                "profile": "high",
225
                "max video bitrate": 3500,
226
                "max audio bitrate": 320
J
jp9000 已提交
227
            }
228 229 230 231 232 233 234
        },
        {
            "name": "beam.pro",
            "common": true,
            "servers": [
                {
                    "name": "US: Dallas, TX",
235
                    "url": "rtmp://ingest-dal.beam.pro:1935/beam"
236 237 238
                },
                {
                    "name": "US: San Jose, CA",
239 240 241 242 243
                    "url": "rtmp://ingest-sjc.beam.pro:1935/beam"
                },
                {
                    "name": "US: Seattle, WA",
                    "url": "rtmp://ingest-sea.beam.pro:1935/beam"
244 245 246
                },
                {
                    "name": "US: Washington DC",
247
                    "url": "rtmp://ingest-wdc.beam.pro:1935/beam"
248 249 250
                },
                {
                    "name": "Canada: Toronto",
251
                    "url": "rtmp://ingest-tor.beam.pro:1935/beam"
252 253 254
                },
                {
                    "name": "EU: London",
255
                    "url": "rtmp://ingest-lon.beam.pro:1935/beam"
256 257 258
                },
                {
                    "name": "EU: Amsterdam",
259 260 261 262 263
                    "url": "rtmp://ingest-ams.beam.pro:1935/beam"
                },
                {
                    "name": "EU: Frankfurt",
                    "url": "rtmp://ingest-fra.beam.pro:1935/beam"
264 265 266
                },
                {
                    "name": "Australia: Melbourne",
267
                    "url": "rtmp://ingest-mel.beam.pro:1935/beam"
J
jp9000 已提交
268
                },
269 270 271
                {
                    "name": "Brazil: Sao Paulo",
                    "url": "rtmp://ingest-sao.beam.pro:1935/beam"
272 273 274
                }
            ],
            "recommended": {
275
                "keyint": 1,
276 277 278
                "max audio bitrate": 160,
                "max video bitrate": 3500,
                "profile": "main"
279
            }
280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305
        },
        {
            "name": "DailyMotion",
            "common": true,
            "servers": [
                {
                    "name": "Primary",
                    "url": "rtmp://publish.dailymotion.com/publish-dm"
                }
            ]
        },
        {
            "name": "Livecoding.tv",
            "common": true,
            "servers": [
                {
                    "name": "United States",
                    "url": "rtmp://usmedia3.livecoding.tv/livecodingtv"
                },
                {
                    "name": "EU",
                    "url": "rtmp://eumedia1.livecoding.tv/livecodingtv"
                }
            ],
            "recommended": {
                "max video bitrate": 1300
306
            }
307 308 309 310 311 312 313 314 315 316
        },
        {
            "name": "WatchPeopleCode.com",
            "servers": [
                {
                    "name": "Primary",
                    "url": "rtmp://streaming.watchpeoplecode.com/live"
                }
            ]
        },
J
jp9000 已提交
317 318 319 320 321 322 323 324 325
        {
            "name": "mSportz",
            "servers": [
                {
                    "name": "Primary",
                    "url": "rtmp://52.21.78.175/mSports"
                }
            ]
        },
J
jp9000 已提交
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
        {
            "name": "JOICASTER",
            "servers": [
                {
                    "name": "U.S. - Washington, DC",
                    "url": "rtmp://ingest-1.wdc01.joicaster.co/live"
                },
                {
                    "name": "U.S. - Dallas, TX",
                    "url": "rtmp://ingest-1.dal09.joicaster.co/live"
                },
                {
                    "name": "U.S. - Seattle, WA",
                    "url": "rtmp://ingest-1.sea01.joicaster.co/live"
                },
                {
                    "name": "C.A. - Toronto, Canada",
                    "url": "rtmp://ingest-1.tor01.joicaster.co/live"
                },
                {
                    "name": "E.U. - London, England",
                    "url": "rtmp://ingest-1.lon02.joicaster.co/live"
                },
                {
                    "name": "E.U. - Amsterdam, Netherlands",
                    "url": "rtmp://ingest-1.ams03.joicaster.co/live"
                },
                {
                    "name": "A.S. - Tokyo, Japan",
                    "url": "rtmp://ingest-1.tok02.joicaster.co/live"
                },
                {
                    "name": "A.U. - Melbourne, Australia",
                    "url": "rtmp://ingest-1.mel01.joicaster.co/live"
                },
                {
                    "name": "S.A - São Paulo, Brazil",
                    "url": "rtmp://ingest-1.sao01.joicaster.co/live"
                }
            ]
        },
367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409
        {
            "name": "GoodGame.ru",
            "servers": [
                {
                    "name": "Моscow",
                    "url": "rtmp://msk.goodgame.ru:1940/live"
                }
            ]
        },
        {
            "name": "GamePlank",
            "servers": [
                {
                    "name": "Primary",
                    "url": "rtmp://www.gameplank.tv/live"
                }
            ]
        },
        {
            "name": "Vaughn Live / iNSTAGIB.tv",
            "servers": [
                {
                    "name": "US: Primary",
                    "url": "rtmp://live.vaughnsoft.net:443/live"
                },
                {
                    "name": "US: San Jose, CA",
                    "url": "rtmp://live-sjc.vaughnsoft.net:443/live"
                },
                {
                    "name": "US: New York, NY",
                    "url": "rtmp://live-nyc.vaughnsoft.net:443/live"
                },
                {
                    "name": "US: New York 2, NY",
                    "url": "rtmp://live-nyc2.vaughnsoft.net:443/live"
                }
            ]
        },
        {
            "name": "Streamup",
            "servers": [
                {
J
jp9000 已提交
410 411
                    "name": "Worldwide",
                    "url": "rtmp://origin.streamuplive.com/app"
412 413 414 415 416 417 418 419 420 421 422 423
                }
            ]
        },
        {
            "name": "connectcast.tv",
            "servers": [
                {
                    "name": "Default",
                    "url": "rtmp://stream.connectcast.tv/live"
                }
            ]
        },
424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462
        {
            "name": "Kamcord",
            "servers": [
                {
                    "name": "US East (N. Virginia)",
                    "url": "rtmp://us-east-1.stream.kamcord.com/live"
                },
                {
                    "name": "Asia Pacific (Seoul)",
                    "url": "rtmp://ap-northeast-2.stream.kamcord.com/live"
                },
                {
                    "name": "Asia Pacific (Sydney)",
                    "url": "rtmp://ap-southeast-2.stream.kamcord.com/live"
                },
                {
                    "name": "Asia Pacific (Tokyo)",
                    "url": "rtmp://ap-northeast-1.stream.kamcord.com/live"
                },
                {
                    "name": "EU (Frankfurt)",
                    "url": "rtmp://eu-central-1.stream.kamcord.com/live"
                },
                {
                    "name": "South America (Sao Paulo)",
                    "url": "rtmp://sa-east-1.stream.kamcord.com/live"
                },
                {
                    "name": "US West (N. California)",
                    "url": "rtmp://us-west-1.stream.kamcord.com/live"
                }
            ],
            "recommended": {
                "keyint": 2,
                "profile": "main",
                "max video bitrate": 4000,
                "max audio bitrate": 192
            }
        },
463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487
        {
            "name": "CyberGame.TV",
            "servers": [
                {
                    "name": "RU Origin",
                    "url": "rtmp://st.cybergame.tv:1953/live"
                },
                {
                    "name": "RU Premium",
                    "url": "rtmp://premium.cybergame.tv:1953/premium"
                }
            ]
        },
        {
            "name": "CashPlay.tv",
            "servers": [
                {
                    "name": "Primary, UK",
                    "url": "rtmp://live.cashplay.tv/live"
                },
                {
                    "name": "Low Priority, DE",
                    "url": "rtmp://de.live.cashplay.tv/live"
                }
            ]
488 489 490 491 492 493 494 495 496 497 498 499 500 501 502
        },
        {
            "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
            }
503 504 505 506 507 508 509 510 511 512 513
        },
        {
            "name": "Facebook Live",
            "common": true,
            "servers": [
                {
                    "name": "Default",
                    "url": "rtmp://rtmp-api.facebook.com:80/rtmp/"
                }
            ],
            "recommended": {
514
                "keyint": 2,
515
                "profile": "main",
516
                "max video bitrate": 2500,
517 518
                "max audio bitrate": 160
            }
J
jp9000 已提交
519 520 521 522 523 524 525 526 527 528 529 530 531
        },
        {
            "name": "Restream.io",
            "common": true,
            "servers": [
                {
                    "name": "US-West (San Jose, California)",
                    "url": "rtmp://us-west.restream.io/live"
                },
                {
                    "name": "US-West (Los Angeles, California)",
                    "url": "rtmp://us-la.restream.io/live"
                },
532 533 534 535 536 537 538 539
                {
                    "name": "US-West (Seattle, Washington)",
                    "url": "rtmp://us-seattle.restream.io/live"
                },
                {
                    "name": "US-Central (Dallas, Texas)",
                    "url": "rtmp://us-central.restream.io/live"
                },
J
jp9000 已提交
540 541 542 543 544
                {
                    "name": "US-East (Washington, D.C.)",
                    "url": "rtmp://us-east.restream.io/live"
                },
                {
545 546
                    "name": "NA-East (Toronto, Canada)",
                    "url": "rtmp://na-toronto.restream.io/live"
J
jp9000 已提交
547 548 549 550 551 552
                },
                {
                    "name": "EU-Central (Frankfurt, Germany)",
                    "url": "rtmp://eu.restream.io/live"
                },
                {
553 554 555 556 557
                    "name": "EU-West (Amsterdam, Netherlands)",
                    "url": "rtmp://eu-ams.restream.io/live"
                },
                {
                    "name": "EU-West (London, Great Britain)",
J
jp9000 已提交
558 559 560 561
                    "url": "rtmp://eu-london.restream.io/live"
                },
                {
                    "name": "Australia (Sydney)",
562
                    "url": "rtmp://au.restream.io/live"
J
jp9000 已提交
563 564 565 566 567
                },
                {
                    "name": "South America (Sao Paulo, Brazil)",
                    "url": "rtmp://sa.restream.io/live"
                }
568 569 570 571
            ],
            "recommended": {
                "keyint": 2
            }
572 573 574 575 576 577
        },
        {
            "name": "Nood",
            "servers": [
              {
                  "name": "EU Central: Frankfurt, Germany",
K
Kilian von Pflugk 已提交
578
                  "url": "rtmp://broadcast-frf.nood.tv/20D2AB/live"
579 580 581
              },
              {
                  "name": "EU North: Amsterdam, Netherlands",
K
Kilian von Pflugk 已提交
582
                  "url": "rtmp://broadcast-ams.nood.tv/20D2AB/live"
583 584 585
              },
              {
                  "name": "EU West: Stockholm, Sweden",
K
Kilian von Pflugk 已提交
586
                  "url": "rtmp://broadcast-arn.nood.tv/20D2AB/live"
587 588 589
              },
              {
                  "name": "US East: Washington, DC",
K
Kilian von Pflugk 已提交
590
                  "url": "rtmp://broadcast-dca.nood.tv/20D2AB/live"
591 592 593
              },
              {
                  "name": "US West: Los Angeles, CA",
K
Kilian von Pflugk 已提交
594
                  "url": "rtmp://broadcast-oxr.nood.tv/20D2AB/live"
595 596 597
              },
              {
                  "name": "Australia: Sydney",
K
Kilian von Pflugk 已提交
598
                  "url": "rtmp://broadcast-syd.nood.tv/20D2AB/live"
599 600 601
              },
              {
                  "name": "Asia: Hong Kong, China",
K
Kilian von Pflugk 已提交
602
                  "url": "rtmp://broadcast-hhp.nood.tv/20D2AB/live"
603
              }
604 605 606 607 608 609 610
            ],
            "recommended": {
                "keyint": 2,
                "profile": "main",
                "max video bitrate": 3500,
                "max audio bitrate": 192
            }
P
pipll 已提交
611 612 613 614 615 616 617 618 619
        },
        {
            "name": "Boomstream",
            "servers": [
                {
                    "name": "Default",
                    "url": "rtmp://live.boomstream.com/live"
                }
            ]
620 621 622 623 624 625 626 627 628 629 630 631 632 633 634
        },
        {
            "name": "Stre.am",
            "servers": [
                {
                    "name": "Default",
                    "url": "rtmp://media.stre.am:1935/live"
                }
            ],
            "recommended": {
                "keyint": 2,
                "profile": "main",
                "max video bitrate": 2500,
                "max audio bitrate": 160
            }
J
jp9000 已提交
635
        }
636
    ]
637
}