Skip to content

Commit 25a7b45

Browse files
committed
Fix ffmpeg H.264 input options for older builds
1 parent 2861a7d commit 25a7b45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ac_training_lab/picam/device.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ def start_stream(ffmpeg_url, stream_key):
180180
"+genpts",
181181
"-f",
182182
"h264",
183-
"-framerate",
183+
"-r",
184184
"15",
185-
"-video_size",
185+
"-s",
186186
"854x480",
187187
"-i",
188188
"pipe:0",

0 commit comments

Comments
 (0)