services.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. {
  2. "format_version": 1,
  3. "services": [
  4. {
  5. "name": "Twitch",
  6. "common": true,
  7. "servers": [
  8. {
  9. "name": "US West: San Francisco, CA",
  10. "url": "rtmp://live.twitch.tv/app"
  11. },
  12. {
  13. "name": "Asia: Hong Kong",
  14. "url": "rtmp://live-hkg.twitch.tv/app"
  15. },
  16. {
  17. "name": "Asia: Seoul, South Korea",
  18. "url": "rtmp://live-sel.twitch.tv/app"
  19. },
  20. {
  21. "name": "Asia: Singapore",
  22. "url": "rtmp://live-sin.twitch.tv/app"
  23. },
  24. {
  25. "name": "Asia: Taipei, Taiwan",
  26. "url": "rtmp://live-tpe.twitch.tv/app"
  27. },
  28. {
  29. "name": "Asia: Tokyo, Japan",
  30. "url": "rtmp://live-tyo.twitch.tv/app"
  31. },
  32. {
  33. "name": "Australia: Sydney",
  34. "url": "rtmp://live-syd.twitch.tv/app"
  35. },
  36. {
  37. "name": "EU: Amsterdam, NL",
  38. "url": "rtmp://live-ams.twitch.tv/app"
  39. },
  40. {
  41. "name": "EU: Frankfurt, DE",
  42. "url": "rtmp://live-fra.twitch.tv/app"
  43. },
  44. {
  45. "name": "EU: London, UK",
  46. "url": "rtmp://live-lhr.twitch.tv/app"
  47. },
  48. {
  49. "name": "EU: Paris, FR",
  50. "url": "rtmp://live-cdg.twitch.tv/app"
  51. },
  52. {
  53. "name": "EU: Prague, CZ",
  54. "url": "rtmp://live-prg.twitch.tv/app"
  55. },
  56. {
  57. "name": "EU: Stockholm, SE",
  58. "url": "rtmp://live-arn.twitch.tv/app"
  59. },
  60. {
  61. "name": "EU: Warsaw, Poland",
  62. "url": "rtmp://live-waw.twitch.tv/app"
  63. },
  64. {
  65. "name": "South America: Argentina",
  66. "url": "rtmp://live-eze.twitch.tv/app"
  67. },
  68. {
  69. "name": "South America: Chile",
  70. "url": "rtmp://live-scl.twitch.tv/app"
  71. },
  72. {
  73. "name": "South America: Rio de Janeiro, Brazil",
  74. "url": "rtmp://live-gig.twitch.tv/app"
  75. },
  76. {
  77. "name": "South America: Sao Paulo, Brazil",
  78. "url": "rtmp://live-gru.twitch.tv/app"
  79. },
  80. {
  81. "name": "US Central: Dallas, TX",
  82. "url": "rtmp://live-dfw.twitch.tv/app"
  83. },
  84. {
  85. "name": "US East: Ashburn, VA",
  86. "url": "rtmp://live-iad.twitch.tv/app"
  87. },
  88. {
  89. "name": "US East: Chicago",
  90. "url": "rtmp://live-ord.twitch.tv/app"
  91. },
  92. {
  93. "name": "US East: Miami, FL",
  94. "url": "rtmp://live-mia.twitch.tv/app"
  95. },
  96. {
  97. "name": "US East: New York, NY",
  98. "url": "rtmp://live-jfk.twitch.tv/app"
  99. },
  100. {
  101. "name": "US West: Los Angeles, CA",
  102. "url": "rtmp://live-lax.twitch.tv/app"
  103. },
  104. {
  105. "name": "US West: San Jose, CA",
  106. "url": "rtmp://live-sjc.twitch.tv/app"
  107. },
  108. {
  109. "name": "US West: Seattle, WA",
  110. "url": "rtmp://live-sea.twitch.tv/app"
  111. }
  112. ],
  113. "recommended": {
  114. "keyint": 2,
  115. "profile": "main",
  116. "max video bitrate": 3500,
  117. "max audio bitrate": 160,
  118. "x264opts": "scenecut=0"
  119. }
  120. },
  121. {
  122. "name": "YouTube / YouTube Gaming",
  123. "common": true,
  124. "servers": [
  125. {
  126. "name": "Primary YouTube ingest server",
  127. "url": "rtmp://a.rtmp.youtube.com/live2"
  128. },
  129. {
  130. "name": "Backup YouTube ingest server",
  131. "url": "rtmp://b.rtmp.youtube.com/live2?backup=1"
  132. }
  133. ],
  134. "recommended": {
  135. "keyint": 4,
  136. "profile": "main",
  137. "max video bitrate": 18000,
  138. "max audio bitrate": 160
  139. }
  140. },
  141. {
  142. "name": "hitbox.tv",
  143. "common": true,
  144. "servers": [
  145. {
  146. "name": "Default",
  147. "url": "rtmp://live.hitbox.tv/push"
  148. },
  149. {
  150. "name": "EU-North: Amsterdam, Netherlands",
  151. "url": "rtmp://live.ams.hitbox.tv/push"
  152. },
  153. {
  154. "name": "EU-West: Frankfurt, Germany",
  155. "url": "rtmp://live.fra.hitbox.tv/push"
  156. },
  157. {
  158. "name": "EU-West: Paris, France",
  159. "url": "rtmp://live.cdg.hitbox.tv/push"
  160. },
  161. {
  162. "name": "EU-West: London, United Kingdom",
  163. "url": "rtmp://live.lhr.hitbox.tv/push"
  164. },
  165. {
  166. "name": "EU-Central: Nurnberg, Germany",
  167. "url": "rtmp://live.nbg.hitbox.tv/push"
  168. },
  169. {
  170. "name": "EU-East: Vienna, Austria",
  171. "url": "rtmp://live.vie.hitbox.tv/push"
  172. },
  173. {
  174. "name": "EU-South: Milan, Italia",
  175. "url": "rtmp://live.mxp.hitbox.tv/push"
  176. },
  177. {
  178. "name": "Russia: Moscow",
  179. "url": "rtmp://live.dme.hitbox.tv/push"
  180. },
  181. {
  182. "name": "US-East: Washington",
  183. "url": "rtmp://live.vgn.hitbox.tv/push"
  184. },
  185. {
  186. "name": "US-East: New York - 1",
  187. "url": "rtmp://live.jfk.hitbox.tv/push"
  188. },
  189. {
  190. "name": "US-East: New York - 2",
  191. "url": "rtmp://live.nyc.hitbox.tv/push"
  192. },
  193. {
  194. "name": "US-Central: Denver",
  195. "url": "rtmp://live.den.hitbox.tv/push"
  196. },
  197. {
  198. "name": "US-West: San Francisco",
  199. "url": "rtmp://live.sfo.hitbox.tv/push"
  200. },
  201. {
  202. "name": "US-West: Los Angeles",
  203. "url": "rtmp://live.lax.hitbox.tv/push"
  204. },
  205. {
  206. "name": "South America: Sao Paulo, Brazil",
  207. "url": "rtmp://live.gru.hitbox.tv/push"
  208. },
  209. {
  210. "name": "South Korea: Seoul",
  211. "url": "rtmp://live.icn.hitbox.tv/push"
  212. },
  213. {
  214. "name": "Asia: Singapore",
  215. "url": "rtmp://live.sin.hitbox.tv/push"
  216. },
  217. {
  218. "name": "China: Hong Kong",
  219. "url": "rtmp://live.hkg.hitbox.tv/push"
  220. },
  221. {
  222. "name": "Oceania: Sydney, Australia",
  223. "url": "rtmp://live.syd.hitbox.tv/push"
  224. }
  225. ],
  226. "recommended": {
  227. "keyint": 2,
  228. "profile": "high",
  229. "max video bitrate": 3500,
  230. "max audio bitrate": 320
  231. }
  232. },
  233. {
  234. "name": "beam.pro",
  235. "common": true,
  236. "servers": [
  237. {
  238. "name": "US: Dallas, TX",
  239. "url": "rtmp://ingest-dal.beam.pro:1935/beam"
  240. },
  241. {
  242. "name": "US: San Jose, CA",
  243. "url": "rtmp://ingest-sjc.beam.pro:1935/beam"
  244. },
  245. {
  246. "name": "US: Seattle, WA",
  247. "url": "rtmp://ingest-sea.beam.pro:1935/beam"
  248. },
  249. {
  250. "name": "US: Washington DC",
  251. "url": "rtmp://ingest-wdc.beam.pro:1935/beam"
  252. },
  253. {
  254. "name": "Canada: Toronto",
  255. "url": "rtmp://ingest-tor.beam.pro:1935/beam"
  256. },
  257. {
  258. "name": "EU: London",
  259. "url": "rtmp://ingest-lon.beam.pro:1935/beam"
  260. },
  261. {
  262. "name": "EU: Amsterdam",
  263. "url": "rtmp://ingest-ams.beam.pro:1935/beam"
  264. },
  265. {
  266. "name": "EU: Milan",
  267. "url": "rtmp://ingest-mil.beam.pro:1935/beam"
  268. },
  269. {
  270. "name": "EU: Paris",
  271. "url": "rtmp://ingest-par.beam.pro:1935/beam"
  272. },
  273. {
  274. "name": "EU: Frankfurt",
  275. "url": "rtmp://ingest-fra.beam.pro:1935/beam"
  276. },
  277. {
  278. "name": "Brazil: Sao Paulo",
  279. "url": "rtmp://ingest-sao.beam.pro:1935/beam"
  280. },
  281. {
  282. "name": "Australia: Melbourne",
  283. "url": "rtmp://ingest-mel.beam.pro:1935/beam"
  284. },
  285. {
  286. "name": "Australia: Sydney",
  287. "url": "rtmp://ingest-syd.beam.pro:1935/beam"
  288. },
  289. {
  290. "name": "Mexico: Mexico City",
  291. "url": "rtmp://ingest-mex.beam.pro:1935/beam"
  292. },
  293. {
  294. "name": "Asia: Hong Kong",
  295. "url": "rtmp://ingest-hkg.beam.pro:1935/beam"
  296. },
  297. {
  298. "name": "Asia: Tokyo",
  299. "url": "rtmp://ingest-tok.beam.pro:1935/beam"
  300. }
  301. ],
  302. "recommended": {
  303. "keyint": 1,
  304. "max audio bitrate": 160,
  305. "max video bitrate": 3500,
  306. "profile": "main"
  307. }
  308. },
  309. {
  310. "name": "DailyMotion",
  311. "common": true,
  312. "servers": [
  313. {
  314. "name": "Primary",
  315. "url": "rtmp://publish.dailymotion.com/publish-dm"
  316. }
  317. ]
  318. },
  319. {
  320. "name": "Livecoding.tv",
  321. "common": true,
  322. "servers": [
  323. {
  324. "name": "United States",
  325. "url": "rtmp://usmedia3.livecoding.tv/livecodingtv"
  326. },
  327. {
  328. "name": "EU",
  329. "url": "rtmp://eumedia1.livecoding.tv/livecodingtv"
  330. }
  331. ],
  332. "recommended": {
  333. "max video bitrate": 1300
  334. }
  335. },
  336. {
  337. "name": "WatchPeopleCode.com",
  338. "servers": [
  339. {
  340. "name": "Primary",
  341. "url": "rtmp://streaming.watchpeoplecode.com/live"
  342. }
  343. ]
  344. },
  345. {
  346. "name": "mSportz",
  347. "servers": [
  348. {
  349. "name": "Primary",
  350. "url": "rtmp://52.21.78.175/mSports"
  351. }
  352. ]
  353. },
  354. {
  355. "name": "Switchboard Live (Joicaster)",
  356. "servers": [
  357. {
  358. "name": "Default - Performance Global",
  359. "url": "rtmp://ingest-global-a.switchboard.zone/live"
  360. },
  361. {
  362. "name": "U.S. - Dallas, TX",
  363. "url": "rtmp://ingest-us-dal.switchboard.zone/live"
  364. },
  365. {
  366. "name": "U.S. - Seattle, WA",
  367. "url": "rtmp://ingest-us-sea.switchboard.zone/live"
  368. },
  369. {
  370. "name": "U.S. - Washington, DC",
  371. "url": "rtmp://ingest-us-wdc.switchboard.zone/live"
  372. },
  373. {
  374. "name": "C.A. - Toronto, Canada",
  375. "url": "rtmp://ingest-cn-tor.switchboard.zone/live"
  376. },
  377. {
  378. "name": "E.U. - London, England",
  379. "url": "rtmp://ingest-eu-lon.switchboard.zone/live"
  380. },
  381. {
  382. "name": "E.U. - Amsterdam, Netherlands",
  383. "url": "rtmp://ingest-as-tok.switchboard.zone/live"
  384. },
  385. {
  386. "name": "A.S. - Tokyo, Japan",
  387. "url": "rtmp://ingest-as-tok.switchboard.zone/live"
  388. },
  389. {
  390. "name": "A.U. - Melbourne, Australia",
  391. "url": "rtmp://ingest-au-mel.switchboard.zone/live"
  392. },
  393. {
  394. "name": "S.A - São Paulo, Brazil",
  395. "url": "rtmp://ingest-sa-sao.switchboard.zone/live"
  396. }
  397. ]
  398. },
  399. {
  400. "name": "GoodGame.ru",
  401. "servers": [
  402. {
  403. "name": "Моscow",
  404. "url": "rtmp://msk.goodgame.ru:1940/live"
  405. }
  406. ]
  407. },
  408. {
  409. "name": "GamePlank",
  410. "servers": [
  411. {
  412. "name": "Primary",
  413. "url": "rtmp://www.gameplank.tv/live"
  414. }
  415. ]
  416. },
  417. {
  418. "name": "Vaughn Live / iNSTAGIB.tv",
  419. "servers": [
  420. {
  421. "name": "US: Primary",
  422. "url": "rtmp://live.vaughnsoft.net:443/live"
  423. },
  424. {
  425. "name": "US: San Jose, CA",
  426. "url": "rtmp://live-sjc.vaughnsoft.net:443/live"
  427. },
  428. {
  429. "name": "US: New York, NY",
  430. "url": "rtmp://live-nyc.vaughnsoft.net:443/live"
  431. },
  432. {
  433. "name": "US: New York 2, NY",
  434. "url": "rtmp://live-nyc2.vaughnsoft.net:443/live"
  435. }
  436. ]
  437. },
  438. {
  439. "name": "Streamup",
  440. "servers": [
  441. {
  442. "name": "Worldwide",
  443. "url": "rtmp://origin.streamuplive.com/app"
  444. }
  445. ]
  446. },
  447. {
  448. "name": "connectcast.tv",
  449. "servers": [
  450. {
  451. "name": "Default",
  452. "url": "rtmp://stream.connectcast.tv/live"
  453. }
  454. ]
  455. },
  456. {
  457. "name": "Kamcord",
  458. "servers": [
  459. {
  460. "name": "US East (N. Virginia)",
  461. "url": "rtmp://us-east-1.stream.kamcord.com/live"
  462. },
  463. {
  464. "name": "Asia Pacific (Seoul)",
  465. "url": "rtmp://ap-northeast-2.stream.kamcord.com/live"
  466. },
  467. {
  468. "name": "Asia Pacific (Sydney)",
  469. "url": "rtmp://ap-southeast-2.stream.kamcord.com/live"
  470. },
  471. {
  472. "name": "Asia Pacific (Tokyo)",
  473. "url": "rtmp://ap-northeast-1.stream.kamcord.com/live"
  474. },
  475. {
  476. "name": "EU (Frankfurt)",
  477. "url": "rtmp://eu-central-1.stream.kamcord.com/live"
  478. },
  479. {
  480. "name": "South America (Sao Paulo)",
  481. "url": "rtmp://sa-east-1.stream.kamcord.com/live"
  482. },
  483. {
  484. "name": "US West (N. California)",
  485. "url": "rtmp://us-west-1.stream.kamcord.com/live"
  486. }
  487. ],
  488. "recommended": {
  489. "keyint": 2,
  490. "profile": "main",
  491. "max video bitrate": 4000,
  492. "max audio bitrate": 192
  493. }
  494. },
  495. {
  496. "name": "CyberGame.TV",
  497. "servers": [
  498. {
  499. "name": "RU Origin",
  500. "url": "rtmp://st.cybergame.tv:1953/live"
  501. },
  502. {
  503. "name": "RU Premium",
  504. "url": "rtmp://premium.cybergame.tv:1953/premium"
  505. }
  506. ]
  507. },
  508. {
  509. "name": "CashPlay.tv",
  510. "servers": [
  511. {
  512. "name": "Primary, UK",
  513. "url": "rtmp://live.cashplay.tv/live"
  514. },
  515. {
  516. "name": "Low Priority, DE",
  517. "url": "rtmp://de.live.cashplay.tv/live"
  518. }
  519. ]
  520. },
  521. {
  522. "name": "DJlive.pl",
  523. "servers": [
  524. {
  525. "name": "Default",
  526. "url": "rtmp://live.djlive.pl/live"
  527. }
  528. ],
  529. "recommended": {
  530. "keyint": 1,
  531. "profile": "high",
  532. "max video bitrate": 1300,
  533. "max audio bitrate": 320
  534. }
  535. },
  536. {
  537. "name": "Facebook Live",
  538. "common": true,
  539. "servers": [
  540. {
  541. "name": "Default",
  542. "url": "rtmp://rtmp-api.facebook.com:80/rtmp/"
  543. }
  544. ],
  545. "recommended": {
  546. "keyint": 2,
  547. "profile": "main",
  548. "max video bitrate": 2500,
  549. "max audio bitrate": 160
  550. }
  551. },
  552. {
  553. "name": "Restream.io",
  554. "common": true,
  555. "servers": [
  556. {
  557. "name": "US-West (San Jose, California)",
  558. "url": "rtmp://us-west.restream.io/live"
  559. },
  560. {
  561. "name": "US-West (Los Angeles, California)",
  562. "url": "rtmp://us-la.restream.io/live"
  563. },
  564. {
  565. "name": "US-West (Seattle, Washington)",
  566. "url": "rtmp://us-seattle.restream.io/live"
  567. },
  568. {
  569. "name": "US-Central (Dallas, Texas)",
  570. "url": "rtmp://us-central.restream.io/live"
  571. },
  572. {
  573. "name": "US-East (Washington, D.C.)",
  574. "url": "rtmp://us-east.restream.io/live"
  575. },
  576. {
  577. "name": "NA-East (Toronto, Canada)",
  578. "url": "rtmp://na-toronto.restream.io/live"
  579. },
  580. {
  581. "name": "EU-Central (Frankfurt, Germany)",
  582. "url": "rtmp://eu-central.restream.io/live"
  583. },
  584. {
  585. "name": "EU-Central 2 (Frankfurt, Germany)",
  586. "url": "rtmp://eu.restream.io/live"
  587. },
  588. {
  589. "name": "EU-West (Amsterdam, Netherlands)",
  590. "url": "rtmp://eu-ams.restream.io/live"
  591. },
  592. {
  593. "name": "EU-West (London, Great Britain)",
  594. "url": "rtmp://eu-london.restream.io/live"
  595. },
  596. {
  597. "name": "Australia (Sydney)",
  598. "url": "rtmp://au.restream.io/live"
  599. },
  600. {
  601. "name": "Australia Secondary (Sydney)",
  602. "url": "rtmp://au-secondary.restream.io/live"
  603. },
  604. {
  605. "name": "South America (Sao Paulo, Brazil)",
  606. "url": "rtmp://sa.restream.io/live"
  607. },
  608. {
  609. "name": "Asia (Singapore)",
  610. "url": "rtmp://singapore.restream.io/live"
  611. }
  612. ],
  613. "recommended": {
  614. "keyint": 2
  615. }
  616. },
  617. {
  618. "name": "Nood",
  619. "servers": [
  620. {
  621. "name": "EU Central: Frankfurt, Germany",
  622. "url": "rtmp://broadcast-frf.nood.tv/20D2AB/live"
  623. },
  624. {
  625. "name": "EU North: Amsterdam, Netherlands",
  626. "url": "rtmp://broadcast-ams.nood.tv/20D2AB/live"
  627. },
  628. {
  629. "name": "EU West: Stockholm, Sweden",
  630. "url": "rtmp://broadcast-arn.nood.tv/20D2AB/live"
  631. },
  632. {
  633. "name": "US East: Washington, DC",
  634. "url": "rtmp://broadcast-dca.nood.tv/20D2AB/live"
  635. },
  636. {
  637. "name": "US West: Los Angeles, CA",
  638. "url": "rtmp://broadcast-oxr.nood.tv/20D2AB/live"
  639. },
  640. {
  641. "name": "Australia: Sydney",
  642. "url": "rtmp://broadcast-syd.nood.tv/20D2AB/live"
  643. },
  644. {
  645. "name": "Asia: Hong Kong, China",
  646. "url": "rtmp://broadcast-hhp.nood.tv/20D2AB/live"
  647. }
  648. ],
  649. "recommended": {
  650. "keyint": 2,
  651. "profile": "main",
  652. "max video bitrate": 3500,
  653. "max audio bitrate": 192
  654. }
  655. },
  656. {
  657. "name": "Boomstream",
  658. "servers": [
  659. {
  660. "name": "Default",
  661. "url": "rtmp://live.boomstream.com/live"
  662. }
  663. ]
  664. },
  665. {
  666. "name": "Interactive LifeStream",
  667. "servers": [
  668. {
  669. "name": "Default",
  670. "url": "rtmp://lifestreamcdn.com/live/_definst_/doPublish=wls36"
  671. }
  672. ]
  673. },
  674. {
  675. "name": "Stre.am",
  676. "servers": [
  677. {
  678. "name": "Default",
  679. "url": "rtmp://media.stre.am:1935/live"
  680. }
  681. ],
  682. "recommended": {
  683. "keyint": 2,
  684. "profile": "main",
  685. "max video bitrate": 2500,
  686. "max audio bitrate": 160
  687. }
  688. },
  689. {
  690. "name": "Coderwall",
  691. "servers": [
  692. {
  693. "name": "Primary",
  694. "url": "rtmp://live.coderwall.com/coderwall"
  695. }
  696. ],
  697. "recommended": {
  698. "max video bitrate": 1500
  699. }
  700. },
  701. {
  702. "name": "Meridix Live Sports Platform",
  703. "servers": [
  704. {
  705. "name": "Primary",
  706. "url": "rtmp://publish.meridix.com/live"
  707. }
  708. ],
  709. "recommended": {
  710. "max video bitrate": 3500
  711. }
  712. },
  713. {
  714. "name": "Afreeca.TV",
  715. "servers": [
  716. {
  717. "name": "North America : US East",
  718. "url": "rtmp://rtmpmanager-aws-en-east.afreeca.tv/live"
  719. },
  720. {
  721. "name": "North America : US West",
  722. "url": "rtmp://rtmpmanager-aws-en-west.afreeca.tv/live"
  723. },
  724. {
  725. "name": "Asia : Singapore",
  726. "url": "rtmp://rtmpmanager-aws-sg.afreeca.tv/live"
  727. },
  728. {
  729. "name": "Asia : South Korea",
  730. "url": "rtmp://rtmpmanager-en-ko.afreeca.tv/live"
  731. }
  732. ],
  733. "recommended": {
  734. "keyint": 1,
  735. "profile": "main",
  736. "max video bitrate": 5000,
  737. "max audio bitrate": 192
  738. }
  739. },
  740. {
  741. "name": "アフリカTV",
  742. "servers": [
  743. {
  744. "name": "Japan",
  745. "url": "rtmp://rtmpmanager-aws-jp.afreeca.tv/live/"
  746. },
  747. {
  748. "name": "South Korea",
  749. "url": "rtmp://rtmpmanager-jp.afreeca.tv/live/"
  750. }
  751. ],
  752. "recommended": {
  753. "keyint": 1,
  754. "profile": "main",
  755. "max video bitrate": 5000,
  756. "max audio bitrate": 192
  757. }
  758. },
  759. {
  760. "name": "艾菲卡TV",
  761. "servers": [
  762. {
  763. "name": "Taiwan",
  764. "url": "rtmp://rtmpmanager-gcp-tw.afreeca.tv/live/"
  765. },
  766. {
  767. "name": "South Korea",
  768. "url": "rtmp://rtmpmanager-tw-ko.afreeca.tv/live/"
  769. }
  770. ],
  771. "recommended": {
  772. "keyint": 1,
  773. "profile": "main",
  774. "max video bitrate": 5000,
  775. "max audio bitrate": 192
  776. }
  777. },
  778. {
  779. "name": "아프리카TV",
  780. "servers": [
  781. {
  782. "name": "Korea",
  783. "url": "rtmp://rtmpmanager-freecat.afreeca.tv/app/"
  784. }
  785. ],
  786. "recommended": {
  787. "keyint": 1,
  788. "profile": "main",
  789. "max video bitrate": 5000,
  790. "max audio bitrate": 192
  791. }
  792. },
  793. {
  794. "name": "CAM4",
  795. "servers": [
  796. {
  797. "name": "CAM4",
  798. "url": "rtmp://origin.cam4.com/cam4-origin-live"
  799. }
  800. ],
  801. "recommended": {
  802. "keyint": 1,
  803. "profile": "baseline",
  804. "max video bitrate": 3000,
  805. "max audio bitrate": 128
  806. }
  807. }
  808. ]
  809. }