diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 9648bf77c..000f39243 100644 --- a/plugins/rtmp-services/data/package.json +++ b/plugins/rtmp-services/data/package.json @@ -1,10 +1,10 @@ { "url": "https://obsproject.com/obs2_update/rtmp-services", - "version": 139, + "version": 140, "files": [ { "name": "services.json", - "version": 139 + "version": 140 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 765307ef1..39203e071 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1985,6 +1985,32 @@ "max video bitrate": 3500, "max audio bitrate": 160 } + }, + { + "name": "weabook.live", + "servers": [ + { + "name": "N.Virgina, US", + "url": "rtmp://us-api.weabook.live/live" + }, + { + "name": "Singapore, SG", + "url": "rtmp://sg-api.weabook.live/live" + }, + { + "name": "Tokyo, JP", + "url": "rtmp://jp-api.weabook.live/live" + }, + { + "name": "Premium Streaming", + "url": "rtmp://premium.rtmp.weabook.live/live" + } + ], + "recommended": { + "keyint": 2, + "max audio bitrate": 256, + "max video bitrate": 20480 + } } ] }