Skip to content

Commit

Permalink
rtmp-services: Add SOOP stream service
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortune-SOOP authored Oct 2, 2024
1 parent 4dd3cf6 commit 648cef4
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/rtmp-services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "schema/package-schema.json",
"url": "https://obsproject.com/obs2_update/rtmp-services/v5",
"version": 264,
"version": 265,
"files": [
{
"name": "services.json",
"version": 264
"version": 265
}
]
}
71 changes: 71 additions & 0 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -3531,5 +3531,76 @@
"h264"
]
}
{
"name": "SOOP",
"common": false,
"stream_key_link": "https://www.sooplive.com/dashboard",
"servers": [
{
"name": "Default",
"url": "rtmp://global-stream.sooplive.com/app"
}
],
"protocol": "RTMP",
"recommended": {
"profile": "main",
"supported resolutions": [
"1920x1080",
"1280x720",
"960x540",
"640x360"
],
"bitrate matrix": [
{
"res": "640x360",
"fps": 30,
"max bitrate": 500
},
{
"res": "640x360",
"fps": 60,
"max bitrate": 1000
},
{
"res": "960x540",
"fps": 30,
"max bitrate": 2000
},
{
"res": "960x540",
"fps": 60,
"max bitrate": 2000
},
{
"res": "1280x720",
"fps": 30,
"max bitrate": 4000
},
{
"res": "1280x720",
"fps": 60,
"max bitrate": 4000
},
{
"res": "1920x1080",
"fps": 30,
"max bitrate": 8000
},
{
"res": "1920x1080",
"fps": 60,
"max bitrate": 8000
}
],
"keyint": 1,
"max fps": 60,
"max video bitrate": 8000,
"max audio bitrate": 192,
"bframes": 0
},
"supported video codecs": [
"h264"
]
}
]
}

0 comments on commit 648cef4

Please sign in to comment.