Merge pull request #1384 from gburgwardt/master

rtmp-services: Add Piczel.TV server
This commit is contained in:
Jim 2018-07-27 21:22:14 -07:00 committed by GitHub
commit c79ff14985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

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

View File

@ -1312,6 +1312,18 @@
"max video bitrate": 8000,
"max audio bitrate": 192
}
},
{
"name": "Piczel.tv",
"servers": [
{
"name": "Default",
"url": "rtmp://piczel.tv:1935/live"
}
],
"recommended": {
"max video bitrate": 5000
}
}
]
}