update image magick orientation function

This commit is contained in:
Luke Pulverenti
2017-10-11 02:24:22 -04:00
parent 3e0cfd3af3
commit 851c62a940
4 changed files with 39 additions and 63 deletions

View File

@@ -1638,7 +1638,7 @@ namespace MediaBrowser.Controller.MediaEncoding
if (state.InputProtocol == MediaProtocol.Rtsp)
{
inputModifier += " -rtsp_transport tcp";
inputModifier += " -rtsp_transport tcp -rtsp_transport udp -rtsp_flags prefer_tcp";
}
if (!string.IsNullOrEmpty(state.InputAudioSync))