diff --git a/plugins/rtmp-services/data/package.json b/plugins/rtmp-services/data/package.json index 5f78dd848..e99c69860 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": 128, + "version": 129, "files": [ { "name": "services.json", - "version": 128 + "version": 129 } ] } diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 0fff47f49..c78e5242c 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -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 + } } ] }