0

Only try to read input stream in real-time, not faster

This commit is contained in:
Gabe Kangas 2020-06-11 15:05:06 -07:00
parent 344da52e3d
commit baddda3461

View File

@ -41,6 +41,7 @@ func startFfmpeg(configuration Config) {
ffmpegFlags := []string{
"-hide_banner",
"-re",
"-i pipe:",
"-vf scale=900:-2",
"-sws_flags fast_bilinear",