Flutter-如何保护视频,以便它只能在我的应用中播放?

发布于 2025-02-02 12:33:34 字数 92 浏览 3 评论 0原文

我想制作带有付费视频的应用程序,但我需要保护视频,以便它只能在我的应用中播放,并且不能在任何视频应用程序中播放

任何提示 /基本示例以保护视频?在飞镖上飘扬

I want to make an app with paid videos but I need to secure the video so it can only be played in my app and can't be played in any video app

any tips / basic examples to secure the video ? on dart flutter

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很糊涂小朋友 2025-02-09 12:33:34

看来您是指加密。您的视频将需要进行加密(显然是由您的应用程序加密),因此它们只能由具有加密(因此您的应用程序)的应用程序播放。
这样一来,只有您的应用程序才能显示和播放加密视频。

为此,您将需要一个加密软件包,例如 encrypt

其他可能会帮助您

希望这将有用。

It seems that you are referring to encryption. Your videos will need to be encrypt(by your app obviously) so they could only be played by the app which have the encryption key (so your app) to decrypt them.
By doing so only your app will be able to display and play the encrypted videos.

To do so you will need an encryption package like encrypt.

Other post that may help you How can I encrypt video file using Dart?.

Hope this will be useful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文