services.json 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402
  1. {
  2. "format_version": 1,
  3. "services": [
  4. {
  5. "name": "Twitch",
  6. "common": true,
  7. "servers": [
  8. {
  9. "name": "Asia: Hong Kong",
  10. "url": "rtmp://live-hkg.twitch.tv/app"
  11. },
  12. {
  13. "name": "Asia: Seoul, South Korea",
  14. "url": "rtmp://live-sel.twitch.tv/app"
  15. },
  16. {
  17. "name": "Asia: Singapore",
  18. "url": "rtmp://live-sin.twitch.tv/app"
  19. },
  20. {
  21. "name": "Asia: Taipei, Taiwan",
  22. "url": "rtmp://live-tpe.twitch.tv/app"
  23. },
  24. {
  25. "name": "Asia: Tokyo, Japan",
  26. "url": "rtmp://live-tyo.twitch.tv/app"
  27. },
  28. {
  29. "name": "Australia: Sydney",
  30. "url": "rtmp://live-syd.twitch.tv/app"
  31. },
  32. {
  33. "name": "EU: Amsterdam, NL",
  34. "url": "rtmp://live-ams.twitch.tv/app"
  35. },
  36. {
  37. "name": "EU: Berlin, DE",
  38. "url": "rtmp://live-ber.twitch.tv/app"
  39. },
  40. {
  41. "name": "EU: Frankfurt, DE",
  42. "url": "rtmp://live-fra.twitch.tv/app"
  43. },
  44. {
  45. "name": "EU: Helsinki, FI",
  46. "url": "rtmp://live-hel.twitch.tv/app"
  47. },
  48. {
  49. "name": "EU: Lisbon, Portugal",
  50. "url": "rtmp://live-lis.twitch.tv/app"
  51. },
  52. {
  53. "name": "EU: London, UK",
  54. "url": "rtmp://live-lhr.twitch.tv/app"
  55. },
  56. {
  57. "name": "EU: Madrid, Spain",
  58. "url": "rtmp://live-mad.twitch.tv/app"
  59. },
  60. {
  61. "name": "EU: Marseille, FR",
  62. "url": "rtmp://live-mrs.twitch.tv/app"
  63. },
  64. {
  65. "name": "EU: Milan, Italy",
  66. "url": "rtmp://live-mil.twitch.tv/app"
  67. },
  68. {
  69. "name": "EU: Paris, FR",
  70. "url": "rtmp://live-cdg.twitch.tv/app"
  71. },
  72. {
  73. "name": "EU: Prague, CZ",
  74. "url": "rtmp://live-prg.twitch.tv/app"
  75. },
  76. {
  77. "name": "EU: Stockholm, SE",
  78. "url": "rtmp://live-arn.twitch.tv/app"
  79. },
  80. {
  81. "name": "EU: Vienna, Austria",
  82. "url": "rtmp://live-vie.twitch.tv/app"
  83. },
  84. {
  85. "name": "EU: Warsaw, Poland",
  86. "url": "rtmp://live-waw.twitch.tv/app"
  87. },
  88. {
  89. "name": "NA: Mexico City",
  90. "url": "rtmp://live-qro.twitch.tv/app"
  91. },
  92. {
  93. "name": "NA: Quebec, Canada",
  94. "url": "rtmp://live-ymq.twitch.tv/app"
  95. },
  96. {
  97. "name": "NA: Toronto, Canada",
  98. "url": "rtmp://live-yto.twitch.tv/app"
  99. },
  100. {
  101. "name": "South America: Argentina",
  102. "url": "rtmp://live-eze.twitch.tv/app"
  103. },
  104. {
  105. "name": "South America: Chile",
  106. "url": "rtmp://live-scl.twitch.tv/app"
  107. },
  108. {
  109. "name": "South America: Lima, Peru",
  110. "url": "rtmp://live-lim.twitch.tv/app"
  111. },
  112. {
  113. "name": "South America: Medellin, Colombia",
  114. "url": "rtmp://live-mde.twitch.tv/app"
  115. },
  116. {
  117. "name": "South America: Rio de Janeiro, Brazil",
  118. "url": "rtmp://live-rio.twitch.tv/app"
  119. },
  120. {
  121. "name": "South America: Sao Paulo, Brazil",
  122. "url": "rtmp://live-sao.twitch.tv/app"
  123. },
  124. {
  125. "name": "US Central: Dallas, TX",
  126. "url": "rtmp://live-dfw.twitch.tv/app"
  127. },
  128. {
  129. "name": "US Central: Denver, CO",
  130. "url": "rtmp://live-den.twitch.tv/app"
  131. },
  132. {
  133. "name": "US Central: Houston, TX",
  134. "url": "rtmp://live-hou.twitch.tv/app"
  135. },
  136. {
  137. "name": "US Central: Salt Lake City, UT",
  138. "url": "rtmp://live-slc.twitch.tv/app"
  139. },
  140. {
  141. "name": "US East: Ashburn, VA",
  142. "url": "rtmp://live-iad.twitch.tv/app"
  143. },
  144. {
  145. "name": "US East: Atlanta, GA",
  146. "url": "rtmp://live-atl.twitch.tv/app"
  147. },
  148. {
  149. "name": "US East: Chicago",
  150. "url": "rtmp://live-ord.twitch.tv/app"
  151. },
  152. {
  153. "name": "US East: Miami, FL",
  154. "url": "rtmp://live-mia.twitch.tv/app"
  155. },
  156. {
  157. "name": "US East: New York, NY",
  158. "url": "rtmp://live-jfk.twitch.tv/app"
  159. },
  160. {
  161. "name": "US West: Los Angeles, CA",
  162. "url": "rtmp://live-lax.twitch.tv/app"
  163. },
  164. {
  165. "name": "US West: Phoenix, AZ",
  166. "url": "rtmp://live-phx.twitch.tv/app"
  167. },
  168. {
  169. "name": "US West: Portland, Oregon",
  170. "url": "rtmp://live-pdx.twitch.tv/app"
  171. },
  172. {
  173. "name": "US West: San Francisco, CA",
  174. "url": "rtmp://live-sfo.twitch.tv/app"
  175. },
  176. {
  177. "name": "US West: San Jose, CA",
  178. "url": "rtmp://live-sjc.twitch.tv/app"
  179. },
  180. {
  181. "name": "US West: Seattle, WA",
  182. "url": "rtmp://live-sea.twitch.tv/app"
  183. }
  184. ],
  185. "recommended": {
  186. "keyint": 2,
  187. "max video bitrate": 6000,
  188. "max audio bitrate": 160,
  189. "x264opts": "scenecut=0"
  190. }
  191. },
  192. {
  193. "name": "YouTube / YouTube Gaming",
  194. "common": true,
  195. "servers": [
  196. {
  197. "name": "Primary YouTube ingest server",
  198. "url": "rtmp://a.rtmp.youtube.com/live2"
  199. },
  200. {
  201. "name": "Backup YouTube ingest server",
  202. "url": "rtmp://b.rtmp.youtube.com/live2?backup=1"
  203. }
  204. ],
  205. "recommended": {
  206. "keyint": 2,
  207. "max video bitrate": 51000,
  208. "max audio bitrate": 160
  209. }
  210. },
  211. {
  212. "name": "Smashcast",
  213. "common": true,
  214. "servers": [
  215. {
  216. "name": "Default",
  217. "url": "rtmp://live.hitbox.tv/push"
  218. },
  219. {
  220. "name": "EU-North: Amsterdam, Netherlands",
  221. "url": "rtmp://live.ams.hitbox.tv/push"
  222. },
  223. {
  224. "name": "EU-West: Frankfurt, Germany",
  225. "url": "rtmp://live.fra.hitbox.tv/push"
  226. },
  227. {
  228. "name": "EU-West: Paris, France",
  229. "url": "rtmp://live.cdg.hitbox.tv/push"
  230. },
  231. {
  232. "name": "EU-West: London, United Kingdom",
  233. "url": "rtmp://live.lhr.hitbox.tv/push"
  234. },
  235. {
  236. "name": "EU-South: Milan, Italia",
  237. "url": "rtmp://live.mxp.hitbox.tv/push"
  238. },
  239. {
  240. "name": "Russia: Moscow",
  241. "url": "rtmp://live.dme.hitbox.tv/push"
  242. },
  243. {
  244. "name": "US-East: New York - 1",
  245. "url": "rtmp://live.jfk.hitbox.tv/push"
  246. },
  247. {
  248. "name": "US-East: New York - 2",
  249. "url": "rtmp://live.nyc.hitbox.tv/push"
  250. },
  251. {
  252. "name": "US-Central: Denver",
  253. "url": "rtmp://live.den.hitbox.tv/push"
  254. },
  255. {
  256. "name": "US-West: San Francisco",
  257. "url": "rtmp://live.sfo.hitbox.tv/push"
  258. },
  259. {
  260. "name": "US-West: Los Angeles",
  261. "url": "rtmp://live.lax.hitbox.tv/push"
  262. },
  263. {
  264. "name": "South America: Sao Paulo, Brazil",
  265. "url": "rtmp://live.gru.hitbox.tv/push"
  266. },
  267. {
  268. "name": "South Korea: Seoul",
  269. "url": "rtmp://live.icn.hitbox.tv/push"
  270. },
  271. {
  272. "name": "Asia: Singapore",
  273. "url": "rtmp://live.sin.hitbox.tv/push"
  274. },
  275. {
  276. "name": "China: Hong Kong",
  277. "url": "rtmp://live.hkg.hitbox.tv/push"
  278. },
  279. {
  280. "name": "Oceania: Sydney, Australia",
  281. "url": "rtmp://live.syd.hitbox.tv/push"
  282. }
  283. ],
  284. "recommended": {
  285. "keyint": 2,
  286. "profile": "high",
  287. "max video bitrate": 3500,
  288. "max audio bitrate": 320
  289. }
  290. },
  291. {
  292. "name": "Mixer.com - FTL",
  293. "common": true,
  294. "servers": [
  295. {
  296. "name": "US: Dallas, TX",
  297. "url": "ingest-dal.mixer.com"
  298. },
  299. {
  300. "name": "US: San Jose, CA",
  301. "url": "ingest-sjc.mixer.com"
  302. },
  303. {
  304. "name": "US: Seattle, WA",
  305. "url": "ingest-sea.mixer.com"
  306. },
  307. {
  308. "name": "US: Washington DC",
  309. "url": "ingest-wdc.mixer.com"
  310. },
  311. {
  312. "name": "Canada: Toronto",
  313. "url": "ingest-tor.mixer.com"
  314. },
  315. {
  316. "name": "EU: London",
  317. "url": "ingest-lon.mixer.com"
  318. },
  319. {
  320. "name": "EU: Amsterdam",
  321. "url": "ingest-ams.mixer.com"
  322. },
  323. {
  324. "name": "EU: Milan",
  325. "url": "ingest-mil.mixer.com"
  326. },
  327. {
  328. "name": "EU: Paris",
  329. "url": "ingest-par.mixer.com"
  330. },
  331. {
  332. "name": "EU: Frankfurt",
  333. "url": "ingest-fra.mixer.com"
  334. },
  335. {
  336. "name": "EU: Oslo",
  337. "url": "ingest-osl.mixer.com"
  338. },
  339. {
  340. "name": "Brazil: Sao Paulo",
  341. "url": "ingest-sao.mixer.com"
  342. },
  343. {
  344. "name": "Australia: Melbourne",
  345. "url": "ingest-mel.mixer.com"
  346. },
  347. {
  348. "name": "Australia: Sydney",
  349. "url": "ingest-syd.mixer.com"
  350. },
  351. {
  352. "name": "Mexico: Mexico City",
  353. "url": "ingest-mex.mixer.com"
  354. },
  355. {
  356. "name": "Asia: Hong Kong",
  357. "url": "ingest-hkg.mixer.com"
  358. },
  359. {
  360. "name": "Asia: Tokyo",
  361. "url": "ingest-tok.mixer.com"
  362. },
  363. {
  364. "name": "South Korea: Seoul",
  365. "url": "ingest-seo.mixer.com"
  366. },
  367. {
  368. "name": "India: Chennai",
  369. "url": "ingest-che.mixer.com"
  370. }
  371. ],
  372. "recommended": {
  373. "keyint": 3,
  374. "output": "ftl_output",
  375. "max audio bitrate": 160,
  376. "max video bitrate": 10000,
  377. "profile": "main",
  378. "bframes": 0
  379. }
  380. },
  381. {
  382. "name": "Mixer.com - RTMP",
  383. "common": true,
  384. "servers": [
  385. {
  386. "name": "US: Dallas, TX",
  387. "url": "rtmp://ingest-dal.mixer.com:1935/beam"
  388. },
  389. {
  390. "name": "US: San Jose, CA",
  391. "url": "rtmp://ingest-sjc.mixer.com:1935/beam"
  392. },
  393. {
  394. "name": "US: Seattle, WA",
  395. "url": "rtmp://ingest-sea.mixer.com:1935/beam"
  396. },
  397. {
  398. "name": "US: Washington DC",
  399. "url": "rtmp://ingest-wdc.mixer.com:1935/beam"
  400. },
  401. {
  402. "name": "Canada: Toronto",
  403. "url": "rtmp://ingest-tor.mixer.com:1935/beam"
  404. },
  405. {
  406. "name": "EU: London",
  407. "url": "rtmp://ingest-lon.mixer.com:1935/beam"
  408. },
  409. {
  410. "name": "EU: Amsterdam",
  411. "url": "rtmp://ingest-ams.mixer.com:1935/beam"
  412. },
  413. {
  414. "name": "EU: Milan",
  415. "url": "rtmp://ingest-mil.mixer.com:1935/beam"
  416. },
  417. {
  418. "name": "EU: Paris",
  419. "url": "rtmp://ingest-par.mixer.com:1935/beam"
  420. },
  421. {
  422. "name": "EU: Frankfurt",
  423. "url": "rtmp://ingest-fra.mixer.com:1935/beam"
  424. },
  425. {
  426. "name": "EU: Oslo",
  427. "url": "rtmp://ingest-osl.mixer.com:1935/beam"
  428. },
  429. {
  430. "name": "Brazil: Sao Paulo",
  431. "url": "rtmp://ingest-sao.mixer.com:1935/beam"
  432. },
  433. {
  434. "name": "Australia: Melbourne",
  435. "url": "rtmp://ingest-mel.mixer.com:1935/beam"
  436. },
  437. {
  438. "name": "Australia: Sydney",
  439. "url": "rtmp://ingest-syd.mixer.com:1935/beam"
  440. },
  441. {
  442. "name": "Mexico: Mexico City",
  443. "url": "rtmp://ingest-mex.mixer.com:1935/beam"
  444. },
  445. {
  446. "name": "Asia: Hong Kong",
  447. "url": "rtmp://ingest-hkg.mixer.com:1935/beam"
  448. },
  449. {
  450. "name": "Asia: Tokyo",
  451. "url": "rtmp://ingest-tok.mixer.com:1935/beam"
  452. },
  453. {
  454. "name": "South Korea: Seoul",
  455. "url": "rtmp://ingest-seo.mixer.com:1935/beam"
  456. },
  457. {
  458. "name": "India: Chennai",
  459. "url": "rtmp://ingest-che.mixer.com:1935/beam"
  460. }
  461. ],
  462. "recommended": {
  463. "keyint": 3,
  464. "max audio bitrate": 160,
  465. "max video bitrate": 10000,
  466. "profile": "main"
  467. }
  468. },
  469. {
  470. "name": "Mobcrush",
  471. "servers": [
  472. {
  473. "name": "Primary",
  474. "url": "rtmp://live.mobcrush.net/mob"
  475. }
  476. ],
  477. "recommended": {
  478. "keyint": 2,
  479. "profile": "main",
  480. "max video bitrate": 6000,
  481. "max audio bitrate": 160
  482. }
  483. },
  484. {
  485. "name": "Web.TV",
  486. "servers": [
  487. {
  488. "name": "Primary",
  489. "url": "rtmp://live3.origins.web.tv/liveext"
  490. }
  491. ],
  492. "recommended": {
  493. "keyint": 2,
  494. "profile": "main",
  495. "max video bitrate": 3500,
  496. "max audio bitrate": 160
  497. }
  498. },
  499. {
  500. "name": "GoodGame.ru",
  501. "servers": [
  502. {
  503. "name": "Моscow",
  504. "url": "rtmp://msk.goodgame.ru:1940/live"
  505. }
  506. ]
  507. },
  508. {
  509. "name": "Vaughn Live / iNSTAGIB",
  510. "servers": [
  511. {
  512. "name": "US: Primary",
  513. "url": "rtmp://live.vaughnsoft.net/live"
  514. },
  515. {
  516. "name": "US: Chicago, IL",
  517. "url": "rtmp://live-ord.vaughnsoft.net/live"
  518. },
  519. {
  520. "name": "US: Denver, CO",
  521. "url": "rtmp://live-den.vaughnsoft.net/live"
  522. },
  523. {
  524. "name": "US: New York, NY",
  525. "url": "rtmp://live-nyc.vaughnsoft.net/live"
  526. },
  527. {
  528. "name": "EU: Amsterdam, NL",
  529. "url": "rtmp://live-ams.vaughnsoft.net/live"
  530. }
  531. ],
  532. "recommended": {
  533. "keyint": 2,
  534. "max video bitrate": 3500,
  535. "max audio bitrate": 160
  536. }
  537. },
  538. {
  539. "name": "Breakers.TV",
  540. "servers": [
  541. {
  542. "name": "US: Primary",
  543. "url": "rtmp://live.vaughnsoft.net/live"
  544. },
  545. {
  546. "name": "US: Chicago, IL",
  547. "url": "rtmp://live-ord.vaughnsoft.net/live"
  548. },
  549. {
  550. "name": "US: Denver, CO",
  551. "url": "rtmp://live-den.vaughnsoft.net/live"
  552. },
  553. {
  554. "name": "US: New York, NY",
  555. "url": "rtmp://live-nyc.vaughnsoft.net/live"
  556. },
  557. {
  558. "name": "EU: Amsterdam, NL",
  559. "url": "rtmp://live-ams.vaughnsoft.net/live"
  560. }
  561. ],
  562. "recommended": {
  563. "keyint": 2,
  564. "max video bitrate": 3500,
  565. "max audio bitrate": 160
  566. }
  567. },
  568. {
  569. "name": "CyberGame.TV",
  570. "servers": [
  571. {
  572. "name": "RU Origin",
  573. "url": "rtmp://st.cybergame.tv:1953/live"
  574. },
  575. {
  576. "name": "RU Premium",
  577. "url": "rtmp://premium.cybergame.tv:1953/premium"
  578. }
  579. ]
  580. },
  581. {
  582. "name": "DJlive.pl",
  583. "servers": [
  584. {
  585. "name": "Default",
  586. "url": "rtmp://live.djlive.pl/live"
  587. }
  588. ],
  589. "recommended": {
  590. "keyint": 1,
  591. "profile": "high",
  592. "max video bitrate": 1300,
  593. "max audio bitrate": 320
  594. }
  595. },
  596. {
  597. "name": "Facebook Live",
  598. "common": true,
  599. "servers": [
  600. {
  601. "name": "Default",
  602. "url": "rtmps://rtmp-api.facebook.com:443/rtmp/"
  603. }
  604. ],
  605. "recommended": {
  606. "keyint": 2,
  607. "profile": "main",
  608. "max video bitrate": 4000,
  609. "max audio bitrate": 128
  610. }
  611. },
  612. {
  613. "name": "Restream.io - RTMP",
  614. "alt_names": [
  615. "Restream.io"
  616. ],
  617. "common": true,
  618. "servers": [
  619. {
  620. "name": "Autodetect",
  621. "url": "rtmp://live.restream.io/live"
  622. },
  623. {
  624. "name": "EU-West (London, GB)",
  625. "url": "rtmp://eu-london.restream.io/live"
  626. },
  627. {
  628. "name": "EU-West (Amsterdam, NL)",
  629. "url": "rtmp://eu-ams.restream.io/live"
  630. },
  631. {
  632. "name": "EU-West (Luxembourg)",
  633. "url": "rtmp://eu-luxembourg.restream.io/live"
  634. },
  635. {
  636. "name": "EU-West (Paris, FR)",
  637. "url": "rtmp://eu-paris.restream.io/live"
  638. },
  639. {
  640. "name": "EU-Central (Frankfurt, DE)",
  641. "url": "rtmp://eu-central.restream.io/live"
  642. },
  643. {
  644. "name": "EU-East (Falkenstein, DE)",
  645. "url": "rtmp://eu-east.restream.io/live"
  646. },
  647. {
  648. "name": "EU-South (Madrid, Spain)",
  649. "url": "rtmp://eu-madrid.restream.io/live"
  650. },
  651. {
  652. "name": "Russia (Moscow)",
  653. "url": "rtmp://ru.restream.io/live"
  654. },
  655. {
  656. "name": "US-West (Seattle, WA)",
  657. "url": "rtmp://us-seattle.restream.io/live"
  658. },
  659. {
  660. "name": "US-West (San Jose, CA)",
  661. "url": "rtmp://us-west.restream.io/live"
  662. },
  663. {
  664. "name": "US-Central (Dallas, TX)",
  665. "url": "rtmp://us-central.restream.io/live"
  666. },
  667. {
  668. "name": "US-East (Washington, DC)",
  669. "url": "rtmp://us-east.restream.io/live"
  670. },
  671. {
  672. "name": "US-East (Miami, FL)",
  673. "url": "rtmp://us-miami.restream.io/live"
  674. },
  675. {
  676. "name": "NA-East (Toronto, Canada)",
  677. "url": "rtmp://na-toronto.restream.io/live"
  678. },
  679. {
  680. "name": "SA (Saint Paul, Brazil)",
  681. "url": "rtmp://sa.restream.io/live"
  682. },
  683. {
  684. "name": "Asia (Singapore)",
  685. "url": "rtmp://singapore.restream.io/live"
  686. },
  687. {
  688. "name": "Asia (Seoul, South Korea)",
  689. "url": "rtmp://seoul.restream.io/live"
  690. },
  691. {
  692. "name": "Asia (Tokyo, Japan)",
  693. "url": "rtmp://tokyo.restream.io/live"
  694. },
  695. {
  696. "name": "Australia (Sydney)",
  697. "url": "rtmp://au.restream.io/live"
  698. }
  699. ],
  700. "recommended": {
  701. "keyint": 2
  702. }
  703. },
  704. {
  705. "name": "Restream.io - FTL",
  706. "common": true,
  707. "servers": [
  708. {
  709. "name": "Autodetect",
  710. "url": "live.restream.io"
  711. },
  712. {
  713. "name": "EU-West (London, GB)",
  714. "url": "eu-london.restream.io"
  715. },
  716. {
  717. "name": "EU-West (Amsterdam, NL)",
  718. "url": "eu-ams.restream.io"
  719. },
  720. {
  721. "name": "EU-West (Luxembourg)",
  722. "url": "eu-luxembourg.restream.io"
  723. },
  724. {
  725. "name": "EU-West (Paris, FR)",
  726. "url": "eu-paris.restream.io"
  727. },
  728. {
  729. "name": "EU-Central (Frankfurt, DE)",
  730. "url": "eu-central.restream.io"
  731. },
  732. {
  733. "name": "EU-East (Falkenstein, DE)",
  734. "url": "eu-east.restream.io"
  735. },
  736. {
  737. "name": "EU-South (Madrid, Spain)",
  738. "url": "eu-madrid.restream.io"
  739. },
  740. {
  741. "name": "Russia (Moscow)",
  742. "url": "ru.restream.io"
  743. },
  744. {
  745. "name": "US-West (Seattle, WA)",
  746. "url": "us-seattle.restream.io"
  747. },
  748. {
  749. "name": "US-West (San Jose, CA)",
  750. "url": "us-west.restream.io"
  751. },
  752. {
  753. "name": "US-Central (Dallas, TX)",
  754. "url": "us-central.restream.io"
  755. },
  756. {
  757. "name": "US-East (Washington, DC)",
  758. "url": "us-east.restream.io"
  759. },
  760. {
  761. "name": "US-East (Miami, FL)",
  762. "url": "us-miami.restream.io"
  763. },
  764. {
  765. "name": "NA-East (Toronto, Canada)",
  766. "url": "na-toronto.restream.io"
  767. },
  768. {
  769. "name": "SA (Saint Paul, Brazil)",
  770. "url": "sa.restream.io"
  771. },
  772. {
  773. "name": "Asia (Singapore)",
  774. "url": "singapore.restream.io"
  775. },
  776. {
  777. "name": "Asia (Seoul, South Korea)",
  778. "url": "seoul.restream.io"
  779. },
  780. {
  781. "name": "Asia (Tokyo, Japan)",
  782. "url": "tokyo.restream.io"
  783. },
  784. {
  785. "name": "Australia (Sydney)",
  786. "url": "au.restream.io"
  787. }
  788. ],
  789. "recommended": {
  790. "keyint": 2,
  791. "output": "ftl_output",
  792. "max audio bitrate": 160,
  793. "max video bitrate": 10000,
  794. "profile": "main",
  795. "bframes": 0
  796. }
  797. },
  798. {
  799. "name": "Nood",
  800. "servers": [
  801. {
  802. "name": "Global: Fastest (Recommended)",
  803. "url": "rtmp://stream.nood.tv/live_source"
  804. },
  805. {
  806. "name": "NA East: Ashburn, VA, USA",
  807. "url": "rtmp://us-east-1.stream.nood.tv/live_source"
  808. },
  809. {
  810. "name": "NA East: Columbus, OH, USA",
  811. "url": "rtmp://us-east-2.stream.nood.tv/live_source"
  812. },
  813. {
  814. "name": "NA East: Montreal, QC, CAN",
  815. "url": "rtmp://ca-central-1.stream.nood.tv/live_source"
  816. },
  817. {
  818. "name": "NA West: San Francisco, CA, USA",
  819. "url": "rtmp://us-west-1.stream.nood.tv/live_source"
  820. },
  821. {
  822. "name": "NA West: Portland, OR, USA",
  823. "url": "rtmp://us-west-2.stream.nood.tv/live_source"
  824. },
  825. {
  826. "name": "SA East: Sao Paulo, BRA",
  827. "url": "rtmp://sa-east-1.stream.nood.tv/live_source"
  828. },
  829. {
  830. "name": "EU West: Dublin, IRL",
  831. "url": "rtmp://eu-west-1.stream.nood.tv/live_source"
  832. },
  833. {
  834. "name": "EU West: London, GBR",
  835. "url": "rtmp://eu-west-2.stream.nood.tv/live_source"
  836. },
  837. {
  838. "name": "EU West: Paris, FRA",
  839. "url": "rtmp://eu-west-3.stream.nood.tv/live_source"
  840. },
  841. {
  842. "name": "EU West: Frankfurt, DEU",
  843. "url": "rtmp://eu-central-1.stream.nood.tv/live_source"
  844. },
  845. {
  846. "name": "Asia North-East: Tokyo, JPN",
  847. "url": "rtmp://ap-northeast-1.stream.nood.tv/live_source"
  848. },
  849. {
  850. "name": "Asia North-East: Seoul, KOR",
  851. "url": "rtmp://ap-northeast-2.stream.nood.tv/live_source"
  852. },
  853. {
  854. "name": "Asia South-East: Singapore, SGP",
  855. "url": "rtmp://ap-southeast-1.stream.nood.tv/live_source"
  856. },
  857. {
  858. "name": "Asia South-East: Sydney, AUS",
  859. "url": "rtmp://ap-southeast-2.stream.nood.tv/live_source"
  860. },
  861. {
  862. "name": "Asia South: Mumbai, IND",
  863. "url": "rtmp://ap-south-1.stream.nood.tv/live_source"
  864. }
  865. ],
  866. "recommended": {
  867. "keyint": 2,
  868. "max video bitrate": 25000,
  869. "max audio bitrate": 192,
  870. "x264opts": "scenecut=0"
  871. }
  872. },
  873. {
  874. "name": "Castr.io",
  875. "servers": [
  876. {
  877. "name": "Chicago US",
  878. "url": "rtmp://cg.castr.io"
  879. },
  880. {
  881. "name": "Los Angeles US",
  882. "url": "rtmp://la.castr.io"
  883. },
  884. {
  885. "name": "Montreal CA",
  886. "url": "rtmp://qc.castr.io"
  887. },
  888. {
  889. "name": "London UK",
  890. "url": "rtmp://uk.castr.io"
  891. },
  892. {
  893. "name": "Frankfurt DE",
  894. "url": "rtmp://de.castr.io"
  895. },
  896. {
  897. "name": "Moscow RU",
  898. "url": "rtmp://ru.castr.io"
  899. },
  900. {
  901. "name": "Singapore",
  902. "url": "rtmp://sg.castr.io"
  903. },
  904. {
  905. "name": "Sydney AU",
  906. "url": "rtmp://au.castr.io"
  907. }
  908. ],
  909. "recommended": {
  910. "keyint": 2
  911. }
  912. },
  913. {
  914. "name": "Boomstream",
  915. "servers": [
  916. {
  917. "name": "Default",
  918. "url": "rtmp://live.boomstream.com/live"
  919. }
  920. ]
  921. },
  922. {
  923. "name": "Stream.live",
  924. "servers": [
  925. {
  926. "name": "Default",
  927. "url": "rtmp://media.stream.live:1935/live"
  928. }
  929. ],
  930. "recommended": {
  931. "keyint": 2,
  932. "profile": "main",
  933. "max video bitrate": 2500,
  934. "max audio bitrate": 160
  935. }
  936. },
  937. {
  938. "name": "Meridix Live Sports Platform",
  939. "servers": [
  940. {
  941. "name": "Primary",
  942. "url": "rtmp://publish.meridix.com/live"
  943. }
  944. ],
  945. "recommended": {
  946. "max video bitrate": 3500
  947. }
  948. },
  949. {
  950. "name": "Afreeca.TV",
  951. "servers": [
  952. {
  953. "name": "North America : US East",
  954. "url": "rtmp://rtmpmanager-aws-en-east.afreeca.tv/live"
  955. },
  956. {
  957. "name": "North America : US West",
  958. "url": "rtmp://rtmpmanager-aws-en-west.afreeca.tv/live"
  959. },
  960. {
  961. "name": "Asia : Singapore",
  962. "url": "rtmp://rtmpmanager-aws-sg.afreeca.tv/live"
  963. }
  964. ],
  965. "recommended": {
  966. "keyint": 1,
  967. "profile": "main",
  968. "max video bitrate": 5000,
  969. "max audio bitrate": 192
  970. }
  971. },
  972. {
  973. "name": "아프리카TV",
  974. "servers": [
  975. {
  976. "name": "Korea",
  977. "url": "rtmp://rtmpmanager-freecat.afreeca.tv/app/"
  978. }
  979. ],
  980. "recommended": {
  981. "keyint": 1,
  982. "profile": "main",
  983. "max video bitrate": 5000,
  984. "max audio bitrate": 192
  985. }
  986. },
  987. {
  988. "name": "CAM4",
  989. "servers": [
  990. {
  991. "name": "CAM4",
  992. "url": "rtmp://origin.cam4.com/cam4-origin-live"
  993. }
  994. ],
  995. "recommended": {
  996. "keyint": 1,
  997. "profile": "baseline",
  998. "max video bitrate": 3000,
  999. "max audio bitrate": 128
  1000. }
  1001. },
  1002. {
  1003. "name": "Picarto",
  1004. "servers": [
  1005. {
  1006. "name": "US East (Chicago, USA)",
  1007. "url": "rtmp://live.us-east1.picarto.tv/golive"
  1008. },
  1009. {
  1010. "name": "US West (Los Angeles, USA)",
  1011. "url": "rtmp://live.us-west1.picarto.tv/golive"
  1012. },
  1013. {
  1014. "name": "EU West (Düsseldorf, Germany)",
  1015. "url": "rtmp://live.eu-west1.picarto.tv/golive"
  1016. }
  1017. ],
  1018. "recommended": {
  1019. "keyint": 2,
  1020. "profile": "main",
  1021. "max video bitrate": 3500
  1022. }
  1023. },
  1024. {
  1025. "name": "Pandora TV Korea",
  1026. "servers": [
  1027. {
  1028. "name": "Default",
  1029. "url": "rtmp://plive.pandora.tv:80/mediaHub"
  1030. }
  1031. ]
  1032. },
  1033. {
  1034. "name": "Livestream",
  1035. "servers": [
  1036. {
  1037. "name": "Primary",
  1038. "url": "rtmp://rtmpin.livestreamingest.com/rtmpin"
  1039. }
  1040. ]
  1041. },
  1042. {
  1043. "name": "Chaturbate",
  1044. "servers": [
  1045. {
  1046. "name": "Default Global Auto Select - Recommended",
  1047. "url": "rtmp://live.stream.highwebmedia.com/live-origin"
  1048. },
  1049. {
  1050. "name": "US West",
  1051. "url": "rtmp://live-us-west.stream.highwebmedia.com/live-origin"
  1052. },
  1053. {
  1054. "name": "US Central",
  1055. "url": "rtmp://live-us-central.stream.highwebmedia.com/live-origin"
  1056. },
  1057. {
  1058. "name": "US East",
  1059. "url": "rtmp://live-us-east.stream.highwebmedia.com/live-origin"
  1060. },
  1061. {
  1062. "name": "Europe West",
  1063. "url": "rtmp://live-eu-west.stream.highwebmedia.com/live-origin"
  1064. },
  1065. {
  1066. "name": "Europe East",
  1067. "url": "rtmp://live-eu-east.stream.highwebmedia.com/live-origin"
  1068. },
  1069. {
  1070. "name": "Asia/Pacific South",
  1071. "url": "rtmp://live-as-south.stream.highwebmedia.com/live-origin"
  1072. },
  1073. {
  1074. "name": "Asia/Pacific North-East",
  1075. "url": "rtmp://live-as-northeast.stream.highwebmedia.com/live-origin"
  1076. }
  1077. ],
  1078. "recommended": {
  1079. "keyint": 2,
  1080. "max video bitrate": 20000,
  1081. "max audio bitrate": 192
  1082. }
  1083. },
  1084. {
  1085. "name": "LiveEdu.tv",
  1086. "common": true,
  1087. "servers": [
  1088. {
  1089. "name": "US",
  1090. "url": "rtmp://usmedia11.liveedu.tv/livecodingtv"
  1091. },
  1092. {
  1093. "name": "EU",
  1094. "url": "rtmp://eumedia8.liveedu.tv/livecodingtv"
  1095. },
  1096. {
  1097. "name": "Asia",
  1098. "url": "rtmp://apmedia1.liveedu.tv/livecodingtv"
  1099. }
  1100. ]
  1101. },
  1102. {
  1103. "name": "Twitter / Periscope",
  1104. "common": true,
  1105. "servers": [
  1106. {
  1107. "name": "US West: California",
  1108. "url": "rtmp://ca.pscp.tv:80/x"
  1109. },
  1110. {
  1111. "name": "US West: Oregon",
  1112. "url": "rtmp://or.pscp.tv:80/x"
  1113. },
  1114. {
  1115. "name": "US East: Virginia",
  1116. "url": "rtmp://va.pscp.tv:80/x"
  1117. },
  1118. {
  1119. "name": "South America: Brazil",
  1120. "url": "rtmp://br.pscp.tv:80/x"
  1121. },
  1122. {
  1123. "name": "EU West: Ireland",
  1124. "url": "rtmp://ie.pscp.tv:80/x"
  1125. },
  1126. {
  1127. "name": "EU Central: Germany",
  1128. "url": "rtmp://de.pscp.tv:80/x"
  1129. },
  1130. {
  1131. "name": "Asia/Pacific: Australia",
  1132. "url": "rtmp://au.pscp.tv:80/x"
  1133. },
  1134. {
  1135. "name": "Asia/Pacific: Japan",
  1136. "url": "rtmp://jp.pscp.tv:80/x"
  1137. },
  1138. {
  1139. "name": "Asia/Pacific: Singapore",
  1140. "url": "rtmp://sg.pscp.tv:80/x"
  1141. }
  1142. ],
  1143. "recommended": {
  1144. "keyint": 3,
  1145. "max video bitrate": 4000,
  1146. "max audio bitrate": 128
  1147. }
  1148. },
  1149. {
  1150. "name": "Switchboard Live (Joicaster)",
  1151. "servers": [
  1152. {
  1153. "name": "Default - Performance Global",
  1154. "url": "rtmp://ingest-global-a.switchboard.zone/live"
  1155. },
  1156. {
  1157. "name": "US West",
  1158. "url": "rtmp://ingest-us-west.a.switchboard.zone/live"
  1159. },
  1160. {
  1161. "name": "US East",
  1162. "url": "rtmp://ingest-us-east.a.switchboard.zone/live"
  1163. },
  1164. {
  1165. "name": "Europe West",
  1166. "url": "rtmp://ingest-eu-west.a.switchboard.zone/live"
  1167. },
  1168. {
  1169. "name": "Europe Central",
  1170. "url": "rtmp://ingest-us-east.a.switchboard.zone/live"
  1171. },
  1172. {
  1173. "name": "Australia East",
  1174. "url": "rtmp://ingest-au-east.a.switchboard.zone/live"
  1175. },
  1176. {
  1177. "name": "Asia Central",
  1178. "url": "rtmp://ingest-as-central.a.switchboard.zone/live"
  1179. }
  1180. ]
  1181. },
  1182. {
  1183. "name": "Looch",
  1184. "common": false,
  1185. "servers": [
  1186. {
  1187. "name": "Primary Looch ingest server",
  1188. "url": "rtmp://ingest.looch.tv/live"
  1189. }
  1190. ],
  1191. "recommended": {
  1192. "keyint": 2,
  1193. "profile": "main",
  1194. "max video bitrate": 6000,
  1195. "max audio bitrate": 160
  1196. }
  1197. },
  1198. {
  1199. "name": "Stream.me",
  1200. "common": false,
  1201. "servers": [
  1202. {
  1203. "name": "US, Central",
  1204. "url": "rtmp://uc-origin.stream.me/origin"
  1205. },
  1206. {
  1207. "name": "US, East",
  1208. "url": "rtmp://ue-origin.stream.me/origin"
  1209. },
  1210. {
  1211. "name": "US, West",
  1212. "url": "rtmp://uw-origin.stream.me/origin"
  1213. },
  1214. {
  1215. "name": "Europe, West",
  1216. "url": "rtmp://ew-origin.stream.me/origin"
  1217. },
  1218. {
  1219. "name": "Asia, East",
  1220. "url": "rtmp://ae-origin.stream.me/origin"
  1221. }
  1222. ],
  1223. "recommended": {
  1224. "keyint": 2,
  1225. "profile": "main",
  1226. "max video bitrate": 20000,
  1227. "max audio bitrate": 192
  1228. }
  1229. },
  1230. {
  1231. "name": "Eventials",
  1232. "servers": [
  1233. {
  1234. "name": "Default",
  1235. "url": "rtmp://live.eventials.com/eventialsLiveOrigin"
  1236. }
  1237. ],
  1238. "recommended": {
  1239. "keyint": 1,
  1240. "profile": "baseline",
  1241. "max video bitrate": 900,
  1242. "max audio bitrate": 192
  1243. }
  1244. },
  1245. {
  1246. "name": "Lahzenegar - StreamG | لحظه‌نگار - استریمجی",
  1247. "servers": [
  1248. {
  1249. "name": "Primary",
  1250. "url": "rtmp://rtmp.lahzecdn.com/pro"
  1251. },
  1252. {
  1253. "name": "Iran",
  1254. "url": "rtmp://rtmp-iran.lahzecdn.com/pro"
  1255. }
  1256. ],
  1257. "recommended": {
  1258. "keyint": 2,
  1259. "profile": "main",
  1260. "max video bitrate": 2800,
  1261. "max audio bitrate": 128
  1262. }
  1263. },
  1264. {
  1265. "name": "MyLive",
  1266. "servers": [
  1267. {
  1268. "name": "Default",
  1269. "url": "rtmp://stream.mylive.in.th/live"
  1270. }
  1271. ],
  1272. "recommended": {
  1273. "keyint": 2,
  1274. "profile": "main",
  1275. "max video bitrate": 7000,
  1276. "max audio bitrate": 192
  1277. }
  1278. },
  1279. {
  1280. "name": "SermonAudio.com",
  1281. "servers": [
  1282. {
  1283. "name": "Primary",
  1284. "url": "rtmp://stream.sermonaudio.com/"
  1285. }
  1286. ],
  1287. "recommended": {
  1288. "max video bitrate": 1000,
  1289. "max audio bitrate": 64
  1290. }
  1291. },
  1292. {
  1293. "name": "Vimeo",
  1294. "servers": [
  1295. {
  1296. "name": "Default",
  1297. "url": "rtmp://rtmp.cloud.vimeo.com/live"
  1298. }
  1299. ]
  1300. },
  1301. {
  1302. "name": "Aparat",
  1303. "servers": [
  1304. {
  1305. "name": "Default",
  1306. "url": "rtmp://rtmp.cdn.asset.aparat.com:443/event"
  1307. }
  1308. ]
  1309. },
  1310. {
  1311. "name": "KakaoTV",
  1312. "servers": [
  1313. {
  1314. "name": "Default",
  1315. "url": "rtmp://rtmp.play.kakao.com/kakaotv"
  1316. }
  1317. ],
  1318. "recommended": {
  1319. "max video bitrate": 8000,
  1320. "max audio bitrate": 192
  1321. }
  1322. },
  1323. {
  1324. "name": "Piczel.tv",
  1325. "servers": [
  1326. {
  1327. "name": "Default",
  1328. "url": "rtmp://piczel.tv:1935/live"
  1329. }
  1330. ],
  1331. "recommended": {
  1332. "max video bitrate": 5000
  1333. }
  1334. },
  1335. {
  1336. "name": "DLive",
  1337. "servers": [
  1338. {
  1339. "name": "Default",
  1340. "url": "rtmp://stream.dlive.tv/live"
  1341. }
  1342. ],
  1343. "recommend": {
  1344. "keyint": 2,
  1345. "max video bitrate": 6000,
  1346. "max audio bitrate": 160
  1347. }
  1348. },
  1349. {
  1350. "name": "Lightcast.com",
  1351. "servers": [
  1352. {
  1353. "name": "North America / East",
  1354. "url": "rtmp://us-east.live.lightcast.com/202E1F/default"
  1355. },
  1356. {
  1357. "name": "North America / West",
  1358. "url": "rtmp://us-west.live.lightcast.com/202E1F/default"
  1359. },
  1360. {
  1361. "name": "Europe / Amsterdam",
  1362. "url": "rtmp://europe.live.lightcast.com/202E1F/default"
  1363. },
  1364. {
  1365. "name": "Europe / Frankfurt",
  1366. "url": "rtmp://europe-fra.live.lightcast.com/202E1F/default"
  1367. },
  1368. {
  1369. "name": "Europe / Stockholm",
  1370. "url": "rtmp://europe-sto.live.lightcast.com/202E1F/default"
  1371. },
  1372. {
  1373. "name": "Asia / Hong Kong",
  1374. "url": "rtmp://asia.live.lightcast.com/202E1F/default"
  1375. },
  1376. {
  1377. "name": "Australia / Sydney",
  1378. "url": "rtmp://australia.live.lightcast.com/202E1F/default"
  1379. }
  1380. ],
  1381. "recommend": {
  1382. "keyint": 2,
  1383. "max video bitrate": 6000,
  1384. "max audio bitrate": 160
  1385. }
  1386. },
  1387. {
  1388. "name": "Bongacams",
  1389. "servers": [
  1390. {
  1391. "name": "Default",
  1392. "url": "rtmp://origin.bcrncdn.com:1934/live"
  1393. }
  1394. ],
  1395. "recommend": {
  1396. "keyint": 2,
  1397. "max video bitrate": 6000,
  1398. "max audio bitrate": 192
  1399. }
  1400. }
  1401. ]
  1402. }