Replies: 1 comment 1 reply
-
Hi @workjoule, check this and let me know if you need more help #388 mainly you need Config.Player.MaxLatency = TimeSpan.FromMilliseconds(500).Ticks; but if you go lower you might have issues |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I looking for a C# player that can reproduce RTSP stream without delay. VLC can't do that (the best is ~500ms)
FFMpeg can, but only with custom args, including -vf setpts=0 How to achive it using Flyleaf?
Is there anyway to pass raw arguments?
Beta Was this translation helpful? Give feedback.
All reactions