rtmp-services: Add Eventials streaming platform

This commit is contained in:
Alexandre Vicenzi
2017-11-07 11:57:11 -02:00
parent b1ada2f975
commit d926492ec2
2 changed files with 17 additions and 2 deletions
+15
View File
@@ -1104,6 +1104,21 @@
"max video bitrate": 20000,
"max audio bitrate": 192
}
},
{
"name": "Eventials",
"servers": [
{
"name": "Default",
"url": "rtmp://live.eventials.com/eventialsLiveOrigin"
}
],
"recommended": {
"keyint": 1,
"profile": "baseline",
"max video bitrate": 900,
"max audio bitrate": 192
}
}
]
}