rtmp-services: Add Whowatch

This commit is contained in:
rch850
2022-10-28 19:16:50 +09:00
committed by Rodney
parent 567505b2ed
commit ca53f16e20
2 changed files with 18 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 211,
"version": 212,
"files": [
{
"name": "services.json",
"version": 211
"version": 212
}
]
}

View File

@@ -2546,6 +2546,22 @@
"max video bitrate": 20000,
"max audio bitrate": 192
}
},
{
"name": "Whowatch (ふわっち)",
"more_info_link": "https://whowatch.tv/help/encoder",
"stream_key_link": "https://whowatch.tv/publish",
"servers": [
{
"name": "default",
"url": "rtmp://live.whowatch.tv/live/"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 1800,
"max audio bitrate": 192
}
}
]
}