Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtmp-services: Add sheeta #10591

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": 253,
"version": 254,
"files": [
{
"name": "services.json",
"version": 253
"version": 254
}
]
}
75 changes: 75 additions & 0 deletions plugins/rtmp-services/data/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -2828,6 +2828,81 @@
"max audio bitrate": 320,
"bframes": 0
}
},
{
"name": "sheeta",
"common": false,
"more_info_link": "https://partner-support.sheeta.com/hc/ja/articles/4404573942425-%E7%94%9F%E6%94%BE%E9%80%81%E3%81%AE%E9%85%8D%E4%BF%A1%E6%96%B9%E6%B3%95",
"servers": [
{
"name": "Default",
"url": "rtmp://lsm.sheeta.com:1935/lsm"
}
],
"protocol": "RTMP",
"supported video codecs": [
"h264"
],
"supported audio codecs": [
"aac"
],
"recommended": {
"keyint": 1,
"profile": "main",
"supported resolutions": [
"1920x1080",
"1280x720",
"854x480",
"640x480"
],
"bitrate matrix": [
{
"res": "1920x1080",
"fps": 30,
"max bitrate": 6000
},
{
"res": "1280x720",
"fps": 30,
"max bitrate": 4700
},
{
"res": "854x480",
"fps": 30,
"max bitrate": 3400
},
{
"res": "640x480",
"fps": 30,
"max bitrate": 3400
},
{
"res": "1920x1080",
"fps": 60,
"max bitrate": 9000
},
{
"res": "1280x720",
"fps": 60,
"max bitrate": 7000
},
{
"res": "854x480",
"fps": 60,
"max bitrate": 5000
},
{
"res": "640x480",
"fps": 60,
"max bitrate": 5000
}
],
"max fps": 60,
"max video bitrate": 9000,
"max audio bitrate": 512,
"x264opts": "scenecut=0",
"output": "rtmp_output"
}
}
]
}
Loading