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

Merge pull request #1494 from wehmoen/master

rtmp-services: Add Vimm.TV
This commit is contained in:
Jim 2018-09-21 10:08:26 -07:00 committed by GitHub
commit 249be6c51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View File

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

View File

@ -1258,6 +1258,16 @@
"max video bitrate": 4000,
"max audio bitrate": 128
}
},
{
"name": "Vimm.TV",
"servers": [
{
"name": "Default",
"url": "rtmp://www.vimm.tv/live"
}
]
}
]
}