From 92c10e78d9b05ffc4af175c17625a0a869b381c7 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 15 Jan 2014 11:32:29 +1100 Subject: [PATCH] revert async=1000 to async=1 (was inserted for testing live tv) --- MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 911475275..a39e4cf58 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -365,7 +365,7 @@ namespace MediaBrowser.Api.Playback } } - return string.Format("-af \"{0}aresample={1}async=1000{2}{3}\"", + return string.Format("-af \"{0}aresample={1}async=1{2}{3}\"", adelay, audioSampleRate,