Add the ability for clients to reduce bitrate when HEVC is used
This commit is contained in:
@@ -247,7 +247,9 @@ public class NvConnection {
|
||||
context.negotiatedFps, context.streamConfig.getBitrate(),
|
||||
context.streamConfig.getMaxPacketSize(),
|
||||
context.streamConfig.getRemote(), context.streamConfig.getAudioConfiguration(),
|
||||
context.streamConfig.getHevcSupported(), context.riKey.getEncoded(), ib.array(),
|
||||
context.streamConfig.getHevcSupported(),
|
||||
context.streamConfig.getHevcBitratePercentageMultiplier(),
|
||||
context.riKey.getEncoded(), ib.array(),
|
||||
context.videoCapabilities);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user