rtmp-services: Add KakaoTV

This commit is contained in:
eastkiki
2018-07-09 17:14:02 +09:00
parent a8517f3698
commit 4b7c64ef7e
2 changed files with 15 additions and 2 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 83,
"version": 84,
"files": [
{
"name": "services.json",
"version": 83
"version": 84
}
]
}
+13
View File
@@ -1277,6 +1277,19 @@
"url": "rtmp://rtmp.cdn.asset.aparat.com:443/event"
}
]
},
{
"name": "KakaoTV",
"servers": [
{
"name": "Default",
"url": "rtmp://rtmp.play.kakao.com/kakaotv"
}
],
"recommended": {
"max video bitrate": 8000,
"max audio bitrate": 192
}
}
]
}