Code Monkey home page Code Monkey logo

Comments (7)

traceless avatar traceless commented on June 29, 2024

测试了一个大文件 800mb的MP4,不算太大,挂载本机存储。本地浏览器播放是秒出的。 然而局域网(wifi)就需要缓存 8 秒,同样环境下,原5244只需缓存 2 秒。

挂载云盘也要缓存5~8秒。

是加密方式太复杂,还是需要处理的数据量大?

(⊙o⊙)…不会的啊,armv8 盒子随便可以跑满500Mbps的。网友测试30G的阿里云电影都可以秒播放。你那边部署的机器是什么呢?

from alist-encrypt.

KnIfER avatar KnIfER commented on June 29, 2024

破wifi + 普通安卓,alist在电脑上。

数据量大的话,我觉得无需过度加密,又不是真的机密蚊件。。
如果只加密文件头,或者偏移数据,会不会更快一些?

from alist-encrypt.

KnIfER avatar KnIfER commented on June 29, 2024

不解密,直接代理是秒开的,播发器打开的是5344代理的redirect。

  let decryptTransform = ...
  if (decode) {
    decryptTransform = decode !== '0' ? flowEnc.decryptTransform() : null
  }
  decryptTransform  = null;
  // 请求实际服务资源

from alist-encrypt.

traceless avatar traceless commented on June 29, 2024

破wifi + 普通安卓,alist在电脑上。

数据量大的话,我觉得无需过度加密,又不是真的机密蚊件。。 如果只加密文件头,或者偏移数据,会不会更快一些?

这个加密就是AES-CTR加密,速度是很快的,哪怕50元的电视盒子都能跑的快。你那边是什么网盘,我来试试看。你也可以测试一下阿里云盘或者天翼云盘试试速度。

from alist-encrypt.

KnIfER avatar KnIfER commented on June 29, 2024

就是本机存储。阿里云盘也试过了。

不过我就试过一个大的视频文件加密,空间不多。。

from alist-encrypt.

traceless avatar traceless commented on June 29, 2024

就是本机存储。阿里云盘也试过了。

不过我就试过一个大的视频文件加密,空间不多。。

方便加个联系方式,q: 312160四 ,或者你进群私聊我。我帮你看看什么原因。或者你用电脑的方式部署encrypt 看看速度。

from alist-encrypt.

KnIfER avatar KnIfER commented on June 29, 2024

ffmpeg -i input.mp4 -movflags +faststart -acodec copy -vcodec copy output.mp4

from alist-encrypt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.