rtmp-services: Add sympla service

This commit is contained in:
vfernandes-sympla 2022-05-11 18:26:43 -03:00 committed by Jim
parent dd43635e78
commit f516b4c9d9
2 changed files with 16 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 196,
"version": 197,
"files": [
{
"name": "services.json",
"version": 196
"version": 197
}
]
}

View File

@ -2600,6 +2600,20 @@
"max video bitrate": 9000,
"max audio bitrate": 128
}
},
{
"name": "Sympla",
"servers": [
{
"name": "Sympla RTMP",
"url": "rtmp://rtmp.sympla.com.br:5222/app"
}
],
"recommended": {
"keyint": 2,
"max video bitrate": 5000,
"max audio bitrate": 160
}
}
]
}