Return the scaled height and width of a stream output variant (#769)

This commit is contained in:
Bradley Hilton 2021-02-26 13:01:53 -06:00 committed by GitHub
parent 5993eb64bb
commit b61a952bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,8 @@ func GetServerConfig(w http.ResponseWriter, r *http.Request) {
VideoBitrate: variant.VideoBitrate,
AudioBitrate: variant.AudioBitrate,
CPUUsageLevel: variant.GetCPUUsageLevel(),
ScaledWidth: variant.ScaledWidth,
ScaledHeight: variant.ScaledHeight,
})
}
response := serverConfigAdminResponse{