Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

退出kodi后,alist仍在占用大量的下行带宽 #4827

Closed
4 tasks done
NijatInHIT opened this issue Jul 22, 2023 · 7 comments · Fixed by #4884
Closed
4 tasks done

退出kodi后,alist仍在占用大量的下行带宽 #4827

NijatInHIT opened this issue Jul 22, 2023 · 7 comments · Fixed by #4884
Labels
bug Something isn't working

Comments

@NijatInHIT
Copy link

NijatInHIT commented Jul 22, 2023

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure it's due to alist and not something else(such as Dependencies or Operational).
  • I'm sure I'm using the latest version

Alist Version / Alist 版本

alist v3.18

Driver used / 使用的存储驱动

夸克,阿里云,百度云

Describe the bug / 问题描述

kodi视频看一半退出或者选择播放其他视频后, 仍然在占用大量的网速的下载。 打开log也没有相关内容,严重影响整体网络的速度。

这台机器上只有alist, 没有其他因素干扰网络

Reproduction / 复现链接

  1. alist挂载夸克网盘
  2. kodi链接alist webdav
  3. 打开电影播放,查看网络占用
  4. 退出kodi,再查看网络占用
  5. 即使没有kodi在消费数据,alist仍在10mb/s的下载资源

Logs / 日志

日志里没有任何下载流量相关的内容,无法提供日志

@NijatInHIT NijatInHIT added the bug Something isn't working label Jul 22, 2023
@welcome
Copy link

welcome bot commented Jul 22, 2023

Thanks for opening your first issue here! Be sure to follow the issue template!

@NijatInHIT NijatInHIT changed the title 退出kodi后,alist仍在占用大量的下行的带宽 退出kodi后,alist仍在占用大量的下行带宽 Jul 22, 2023
@xhofe xhofe added the question Further information is requested label Jul 22, 2023
@github-actions
Copy link

Hello @NijatInHIT, please input issue by template and add detail. Issues labeled by question will be closed if no activities in 3 days.
你好 @NijatInHIT,请按照issue模板填写, 并详细说明问题/日志记录/复现步骤/复现链接/实现思路或提供更多信息等, 3天内未回复issue自动关闭。

@NijatInHIT
Copy link
Author

是按照模版写的,有什么问题吗

@xhofe xhofe removed the question Further information is requested label Jul 23, 2023
@SeanHeuc
Copy link
Contributor

只有夸克有这个问题吧? 如果是的那我已经修复了 会近期合并

@NijatInHIT
Copy link
Author

只有夸克有这个问题吧? 如果是的那我已经修复了 会近期合并

不好意思有点想不起来了, 回去我可以再试一下阿里云和百度云

@SeanHeuc
Copy link
Contributor

只有夸克有这个问题吧? 如果是的那我已经修复了 会近期合并

不好意思有点想不起来了, 回去我可以再试一下阿里云和百度云

有条件的话测一下 https://github.com/alist-org/alist/actions/runs/5700341236 这个build, 我自己测试随时关闭用户端连接,服务端的远程连接也很快关闭

@NijatInHIT
Copy link
Author

只有夸克有这个问题吧? 如果是的那我已经修复了 会近期合并

不好意思有点想不起来了, 回去我可以再试一下阿里云和百度云

有条件的话测一下 https://github.com/alist-org/alist/actions/runs/5700341236 这个build, 我自己测试随时关闭用户端连接,服务端的远程连接也很快关闭

好,有空我试试

xhofe added a commit that referenced this issue Aug 2, 2023
this PR has several enhancements, fixes, and features:
- [x] Crypt: a transparent encryption driver. Anyone can easily, and safely store encrypted data on the remote storage provider.  Consider your data is safely stored in the safe, and the storage provider can only see the safe, but not your data.
  - [x] Optional: compatible with [Rclone Crypt](https://rclone.org/crypt/). More ways to manipulate the encrypted data.
  - [x] directory and filename encryption
  - [x] server-side encryption mode (server encrypts & decrypts all data, all data flows thru the server)
- [x] obfuscate sensitive information internally
- [x] introduced a server memory-cached multi-thread downloader.
  - [x] Driver: **Quark** enabled this feature, faster load in any single thread scenario. e.g. media player directly playing from the link, now it's faster.
- [x] general improvement on HTTP/WebDAV stream processing & header handling & response handling
  - [x] Driver: **Mega** driver support ranged http header
  - [x] Driver: **Quark** fix bug of not closing HTTP request to Quark server while user end has closed connection to alist

## Crypt, a transparent Encrypt/Decrypt Driver. (Rclone Crypt compatible)

e.g.  
Crypt mount path ->  /vault 
Crypt remote path -> /ali/encrypted
Aliyun mount paht -> /ali

when the user uploads a.jpg to /vault, the data will be encrypted and saved to /ali/encrypted/xxxxx. And when the user wants to access a.jpg,  it's automatically decrypted, and the user can do anything with it.
Since it's Rclone Crypt compatible, users can download /ali/encrypted/xxxxx  and decrypt it with rclone crypt tool. Or the user can mount this folder using rclone, then mount the decrypted folder in Linux...

NB.  Some breaking changes is made to make it follow global standard, e.g. processing the HTTP header properly.

close #4679 
close #4827 

Co-authored-by: Sean He <[email protected]>
Co-authored-by: Andy Hsu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants