rtmp-services: Add WASDTV (#2697)

master
Keylase 2020-04-16 01:29:36 +03:00 committed by GitHub
parent e3c63c003a
commit 8726425a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 2 deletions

View File

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

View File

@ -1779,6 +1779,32 @@
"max video bitrate": 904,
"x264opts": "tune=zerolatency"
}
},
{
"name": "WASD.TV",
"servers": [
{
"name": "Automatic",
"url": "rtmp://push.rtmp.wasd.tv/live"
},
{
"name": "Russia, Moscow",
"url": "rtmp://ru-moscow.rtmp.wasd.tv/live"
},
{
"name": "Germany, Frankfurt",
"url": "rtmp://de-frankfurt.rtmp.wasd.tv/live"
},
{
"name": "Finland, Helsinki",
"url": "rtmp://fi-helsinki.rtmp.wasd.tv/live"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 10000,
"max audio bitrate": 192
}
}
]
}