如何在Flutter中启用ffmpeg openssl [英] How to enable ffmpeg openssl in Flutter

查看:106
本文介绍了如何在Flutter中启用ffmpeg openssl的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I want to convert https using ffmpeg but I have to enable openssl in configuration .. how can I do that in flutter ?

推荐答案

openssl有问题

  • FFmpeg支持多个HTTPS库:openssl,gnutls,libtls和mbedtls.
  • openssl和libtls由于其许可证而被认为是非免费的,因此与GPL不兼容.由于大多数ffmpeg发行商都启用了需要GPL许可证的功能,因此您很难轻易找到具有openssl或libtls支持的ffmpeg.
  • 来自 pub.dev-flutter_ffmpeg :

    flutter_ffmpeg提供了八个软件包,其中包括不同的外部库.这些包是根据外部命名的其中包含的库.

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

    为flutter_ffmpeg启用gnutls的软件包为:https,https-gpl,full和full-gpl.使用其中任何一个都将提供HTTPS支持.

    The packages that enable gnutls for flutter_ffmpeg are: https, https-gpl, full, and full-gpl. Using any of these will provide HTTPS support.

    请参阅有关如何启用这些软件包的说明.

    这篇关于如何在Flutter中启用ffmpeg openssl的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆