This commit is contained in:
Luke Pulverenti
2017-08-13 16:15:07 -04:00
parent 9c5bfeddca
commit 0951819f00
9 changed files with 74 additions and 5 deletions

View File

@@ -211,6 +211,10 @@ namespace MediaBrowser.Controller.MediaEncoding
{
return null;
}
if (string.Equals(container, "rtp", StringComparison.OrdinalIgnoreCase))
{
return null;
}
// Seeing reported failures here, not sure yet if this is related to specfying input format
if (string.Equals(container, "m4v", StringComparison.OrdinalIgnoreCase))