|
|
|
@ -185,7 +185,8 @@ public class FFmpegPlaybackSettingsCalculator |
|
|
|
{ |
|
|
|
{ |
|
|
|
StreamingMode.HttpLiveStreamingSegmenter => hlsRealtime, |
|
|
|
StreamingMode.HttpLiveStreamingSegmenter => hlsRealtime, |
|
|
|
_ => true |
|
|
|
_ => true |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
VideoTrackTimeScale = 90000 |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
private static bool NeedToScale(FFmpegProfile ffmpegProfile, MediaVersion version) => |
|
|
|
private static bool NeedToScale(FFmpegProfile ffmpegProfile, MediaVersion version) => |
|
|
|
|