rtmp-services: Add MyLive streaming platform

[MyLive](https://mylive.in.th) is a streaming platform in Thailand.
Website founded in 2013 and company established in 2017.

Closes jp9000/obs-studio#1073
This commit is contained in:
Alcaros
2017-11-10 10:21:02 +07:00
committed by jp9000
parent cab53559cf
commit d33b36e460

View File

@@ -1136,6 +1136,21 @@
"max video bitrate": 1000,
"max audio bitrate": 96
}
},
{
"name": "MyLive",
"servers": [
{
"name": "Default",
"url": "rtmp://stream.mylive.in.th/live"
}
],
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 7000,
"max audio bitrate": 192
}
}
]
}