rtmp-services: Add Picarto

This commit is contained in:
jp9000
2016-10-21 23:00:21 -07:00
parent d5ad621dd1
commit 405ae6bc7c
2 changed files with 17 additions and 2 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 39,
"version": 40,
"files": [
{
"name": "services.json",
"version": 39
"version": 40
}
]
}
+15
View File
@@ -807,6 +807,21 @@
"max video bitrate": 3000,
"max audio bitrate": 128
}
},
{
"name": "Picarto",
"servers": [
{
"name": "USA/Canada",
"url": "rtmp://live.us.picarto.tv/golive"
}
],
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 2000,
"max audio bitrate": 160
}
}
]
}