Skip to content

Commit

Permalink
zero latency tune FFMPEG
Browse files Browse the repository at this point in the history
  • Loading branch information
ghophp committed Nov 20, 2023
1 parent 3a66ea2 commit e5f6929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/stream/ffmpeg/ffmpeg.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (s *Stream) StartStream() error {
"-vcodec", "libx264",
"-c:a", "copy",
"-preset", "veryfast",
"-tune", "zerolatency",
"-r", "24",
"-g", "48",
"-f", "flv",
Expand Down

0 comments on commit e5f6929

Please sign in to comment.