mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Backport pull request #8152 from jellyfin/release-10.8.z
Fix support for rtsp streams over tcp Authored-by: Bill Thornton <billt2006@gmail.com> Merged-by: Cody Robibero <cody@robibe.ro> Original-merge: b2fb96ffed73dd9fcbc90b4645577f860ad4daf1
This commit is contained in:
parent
410871e148
commit
76f7a80a97
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user