Skip to content

Commit

Permalink
fix(stream): apply 1s seek to video stream
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanleo committed Oct 24, 2021
1 parent fac8c35 commit bc22f61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions camera/camera.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ func generateArguments(inputCfg InputConfiguration, streamCfg rtp.StreamConfigur
inputCfg.Format,
"-protocol_whitelist",
protocolWhitelist,
"-ss",
"00:00:01.000",
"-i",
inputCfg.Source,
"-c:v",
Expand Down

0 comments on commit bc22f61

Please sign in to comment.