Skip to content

Commit

Permalink
twitch mobile app crashing 📱
Browse files Browse the repository at this point in the history
  • Loading branch information
ghophp committed Nov 20, 2023
1 parent 658231c commit b32e5cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/stream/ffmpeg/ffmpeg.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ func (s *Stream) StartStream() error {
"-b:a", "128k",
"-ar", "44100",
"-vcodec", "libx264",
"-profile:v", "baseline", // Set H.264 profile to baseline
"-c:a", "copy",
"-preset", "ultrafast",
"-tune", "zerolatency",
"-map_metadata", "-1", // Strip unnecessary metadata
"-r", "24",
"-g", "48",
"-f", "flv",
Expand Down

0 comments on commit b32e5cd

Please sign in to comment.