Skip to content

Commit 2861a7d

Browse files
committed
Fix ffmpeg H.264 pipe probing
1 parent 3561653 commit 2861a7d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ac_training_lab/picam/device.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ def start_stream(ffmpeg_url, stream_key):
180180
"+genpts",
181181
"-f",
182182
"h264",
183+
"-framerate",
184+
"15",
185+
"-video_size",
186+
"854x480",
183187
"-i",
184188
"pipe:0",
185189
"-c:v",

0 commit comments

Comments
 (0)