rtmp-services: Remove Twitch H264 profile requirement

Twitch no longer recommend Main profile on their "Broadcast requirements"
page. The number of devices that can't decode High profile is very small
and limited to old, legacy devices such as the 1st generation iPad (six
years old). Additionally, these devices have limited resolution / FPS
support, so streams are often encoded at levels beyond what they could
decode even disregarding the H264 profile requirement. It's not worth
degrading the quality of streams for modern devices just to support these
legacy decoders. Twitch still provides low-complexity transcodes for
devices which cannot handle Source quality streams.
This commit is contained in:
Richard Stanway 2016-09-26 19:24:15 +02:00
parent e3a1ba0c77
commit 7ea59ff3b4
No known key found for this signature in database
GPG Key ID: AAC1E5265D71B3FD
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -112,7 +112,6 @@
],
"recommended": {
"keyint": 2,
"profile": "main",
"max video bitrate": 3500,
"max audio bitrate": 160,
"x264opts": "scenecut=0"