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:
parent
e3a1ba0c77
commit
7ea59ff3b4
@ -1,10 +1,10 @@
|
||||
{
|
||||
"url": "https://obsproject.com/obs2_update/rtmp-services",
|
||||
"version": 37,
|
||||
"version": 38,
|
||||
"files": [
|
||||
{
|
||||
"name": "services.json",
|
||||
"version": 37
|
||||
"version": 38
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -112,7 +112,6 @@
|
||||
],
|
||||
"recommended": {
|
||||
"keyint": 2,
|
||||
"profile": "main",
|
||||
"max video bitrate": 3500,
|
||||
"max audio bitrate": 160,
|
||||
"x264opts": "scenecut=0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user