Is there a way to change the threshold for when to throttle transcoding when throttling is enabled?
By default it looks like this is configured to 120s. I have found the xml where this setting is defined, however after modifying & saving there is no change according to transcoding logs.
FYI, this is not an option from Emby management interface.
Location of xml file: .../Emby-Server/Config/encoding.xml
<ThrottleBufferSize>120</ThrottleBufferSize>
Log Example
ThrottleBySegmentRequest: RequestPosition: 00:01:03 - TranscodingPosition: 00:02:11 - ThrottleBuffer: 69s (Treshold: 120s)
Please let me know if anyone can help determine if this is possible.
Thanks