Fix support for rtsp streams over tcp

This commit is contained in:
Bill Thornton 2022-07-20 15:13:11 -04:00
parent 2b46917dcf
commit dfe0aef530
1 changed files with 1 additions and 1 deletions

View File

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