0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

rtmp-services: Add DLive

This commit is contained in:
fefine 2018-09-24 21:31:55 +08:00
parent 47285c2ba6
commit 480f5a81c5
2 changed files with 17 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 91,
"version": 92,
"files": [
{
"name": "services.json",
"version": 91
"version": 92
}
]
}

View File

@ -1259,7 +1259,7 @@
"max audio bitrate": 128
}
},
{
{
"name": "Vimm.TV",
"servers": [
{
@ -1267,7 +1267,20 @@
"url": "rtmp://www.vimm.tv/live"
}
]
},
{
"name": "DLive",
"servers": [
{
"name": "Default",
"url": "rtmp://stream.dlive.tv/live"
}
],
"recommend": {
"keyint": 2,
"max video bitrate": 6000,
"max audio bitrate": 160
}
}
]
}