From 995353e21671b08838064f77c4bae5382d0bbf83 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 23 Sep 2014 21:44:05 -0400 Subject: add dish hopper profile --- MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs') diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 19740d1072..74eb9c0129 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -1638,7 +1638,7 @@ namespace MediaBrowser.Api.Playback AttachMediaStreamInfo(state, mediaStreams, videoRequest, url); - state.SegmentLength = state.ReadInputAtNativeFramerate ? 5 : 7; + state.SegmentLength = state.ReadInputAtNativeFramerate ? 5 : 6; state.HlsListSize = state.ReadInputAtNativeFramerate ? 100 : 1440; var container = Path.GetExtension(state.RequestedUrl); -- cgit v1.2.3