gpt4 book ai didi

ffmpeg - 如何在 Flutter 中启用 ffmpeg openssl

转载 作者:行者123 更新时间:2023-12-04 23:20:40 31 4
gpt4 key购买 nike

我想使用 ffmpeg 转换 https,但我必须在配置中启用 openssl .. 如何在颤振中做到这一点?

最佳答案

openssl 有问题

  • FFmpeg 支持几个 HTTPS 库:openssl、gnutls、libtls 和 mbedtls。
  • openssl 和 libtls 由于它们的许可证而被认为是非免费的,因此与 GPL 不兼容。由于大多数 ffmpeg 发行商都启用了需要 GPL 许可证的功能,因此您不会轻易找到支持 openssl 或 libtls 的 ffmpeg。

  • 改用 gnutls 或 mbedtls
    来自 pub.dev - flutter_ffmpeg :

    flutter_ffmpeg provides eight packages that include different sets ofexternal libraries. These packages are named according to the externallibraries included in them.


    为 flutter_ffmpeg 启用 gnutls 的包有:https、https-gpl、full 和 full-gpl。使用其中任何一个都将提供 HTTPS 支持。
    instructions on how to enable these packages .

    关于ffmpeg - 如何在 Flutter 中启用 ffmpeg openssl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66952036/

    31 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com