FFMPEG Tuning - Best Practice #193
Replies: 3 comments 2 replies
-
Thanks @AdiAbuAli! I added the flags back to the bridge in v1.0.1: docker-wyze-bridge/app/wyze_bridge.py Line 392 in d562b41 While the bridge will use the flags by default, you can still override them with |
Beta Was this translation helpful? Give feedback.
-
I tried libx264 -preset ultrafast parameters in FFMPEG command, and the result was fabulous.....anyways, I stopped it later, as CPU jumped 4x ! |
Beta Was this translation helpful? Give feedback.
-
To whom it may interest... Just sharing experience.... |
Beta Was this translation helpful? Give feedback.
-
Hi,
I recently had issue with one V3 with bad Wi-Fi coverage and a lot of lost frames, caused FFMPEG to freeze and broke all other stream pipes and solved with FFMPEG_FLAGS=-fflags +flush_packets+genpts+discardcorrupt+nobuffer .
Anyways, I would like to please to see other user experience to tune FFMPEG flags (e.g. -flags low_delay, ...etc.).....as I see in FFMPEG website MANY parameters....even it can run as RTSP server!!
How to tune, how to re-order frames, how all cams be on sync when play the recorded files,....etc.
Thanks in advance for all ideas & experiences....
Beta Was this translation helpful? Give feedback.
All reactions