From ec34eb2376d068c13a8f0b726ba45fb2efeb6ef3 Mon Sep 17 00:00:00 2001 From: tikuf Date: Mon, 11 Nov 2013 15:50:31 +1100 Subject: [PATCH] Swap aac encoders (again) --- 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 4332999015..4a767b0889 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -528,7 +528,7 @@ namespace MediaBrowser.Api.Playback { if (codec == AudioCodecs.Aac) { - return "libvo_aacenc"; + return "aac -strict experimental"; } if (codec == AudioCodecs.Mp3) {