From 39bdf1b66600c993b5ee2f97d5824270151f3034 Mon Sep 17 00:00:00 2001 From: Will Jamieson Date: Thu, 21 Jul 2016 15:00:01 -0400 Subject: [PATCH] rtmp-services: Add Stre.am service Closes jp9000/obs-studio#577 --- plugins/rtmp-services/data/services.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index a3cc322be..00fa1825c 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -617,6 +617,21 @@ "url": "rtmp://live.boomstream.com/live" } ] + }, + { + "name": "Stre.am", + "servers": [ + { + "name": "Default", + "url": "rtmp://media.stre.am:1935/live" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 2500, + "max audio bitrate": 160 + } } ] } -- GitLab