rtmp-services: Add Volume.com

Closes obsproject/obs-studio#4699
This commit is contained in:
sergey 2021-05-13 14:29:18 -07:00 committed by jp9000
parent bdb8f3f27b
commit ead931ed17
2 changed files with 33 additions and 2 deletions

View File

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

View File

@ -2269,6 +2269,37 @@
"url": "rtmp://txy.live-push.bilivideo.com/live-bvc/"
}
]
},
{
"name": "Volume.com",
"stream key link": "https://volume.com/b?show_key=1&webrtc=0",
"servers": [
{
"name": "Default - Recommended",
"url": "rtmp://live.volume.com/live-origin"
},
{
"name": "EU - Amsterdam",
"url": "rtmp://live-ams.volume.com/live-origin"
},
{
"name": "EU - Frankfurt",
"url": "rtmp://live-fra.volume.com/live-origin"
},
{
"name": "US - West",
"url": "rtmp://live-pdx.volume.com/live-origin"
},
{
"name": "US - East",
"url": "rtmp://live-ash.volume.com/live-origin"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 20000,
"max fps": 60
}
}
]
}