|
|
@ -129,11 +129,6 @@ namespace MediaBrowser.Api.Playback.Hls
|
|
|
|
|
|
|
|
|
|
|
|
if (state.AudioStream != null)
|
|
|
|
if (state.AudioStream != null)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (string.Equals(codec, "aac", StringComparison.OrdinalIgnoreCase))
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
args += " -strict experimental";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var channels = GetNumAudioChannelsParam(state.Request, state.AudioStream);
|
|
|
|
var channels = GetNumAudioChannelsParam(state.Request, state.AudioStream);
|
|
|
|
|
|
|
|
|
|
|
|
if (channels.HasValue)
|
|
|
|
if (channels.HasValue)
|
|
|
|