Another warning
This commit is contained in:
parent
be6ed3ec7b
commit
bbd4860b55
|
@ -1007,6 +1007,7 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||||
Logger.LogInformation("Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request");
|
Logger.LogInformation("Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request");
|
||||||
state.BaseRequest.BreakOnNonKeyFrames = false;
|
state.BaseRequest.BreakOnNonKeyFrames = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
var inputModifier = EncodingHelper.GetInputModifier(state, encodingOptions);
|
var inputModifier = EncodingHelper.GetInputModifier(state, encodingOptions);
|
||||||
|
|
||||||
// If isEncoding is true we're actually starting ffmpeg
|
// If isEncoding is true we're actually starting ffmpeg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user