rtmp-services: Add Piczel.TV server

Piczel.TV is a streaming and art gallery website - https://piczel.tv
This commit is contained in:
Garrett 2018-07-24 14:26:37 -04:00
parent d13bbe6e59
commit 90c5603f4d
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
}
}
]
}