Is there any serious reason to statically link ffmpeg? #725
-
Select Topic AreaQuestion BodyI would like to link ffmpeg dynamically but it seems only static linkage is available. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Without static linking, Sunshine will stop working whenever you update FFmpeg. We also don't use the system installed FFmpeg by default, as we pre-compile our own version with patches that improve performance in game streaming applications. We mostly advice against using the system installed version of FFmpeg, and do not provide support for that use case. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. |
Beta Was this translation helpful? Give feedback.
Without static linking, Sunshine will stop working whenever you update FFmpeg.
We also don't use the system installed FFmpeg by default, as we pre-compile our own version with patches that improve performance in game streaming applications. We mostly advice against using the system installed version of FFmpeg, and do not provide support for that use case.