alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
39.3k stars 5.1k forks source link

最近使用alist挂载阿里云open,看视频很卡,速度很慢 #6606

Open Zhengshihangcn opened 2 weeks ago

Zhengshihangcn commented 2 weeks ago

Please make sure of the following things

AList Version / AList 版本

Latest

Driver used / 使用的存储驱动

阿里云open

Describe the bug / 问题描述

最近使用alist挂载阿里云open,在软件上用webdav看阿里云的视频很卡,速度很慢

Reproduction / 复现链接

Config / 配置

{ "force": true, "site_url": "", "cdn": "", "jwt_secret": "", "token_expires_in": 66, "database": { "type": "sqlite3", "host": "", "port": 3306, "user": "", "password": "", "name": "", "db_file": "/etc/alist/data.db", "tableprefix": "x", "ssl_mode": "", "dsn": "" }, "meilisearch": { "host": "http://localhost:7700", "api_key": "", "index_prefix": "" }, "scheme": { "address": "0.0.0.0", "http_port": 5244, "https_port": -1, "force_https": false, "cert_file": "", "key_file": "", "unix_file": "", "unix_file_perm": "" }, "temp_dir": "/tmp/alist", "bleve_dir": "/etc/alist/bleve", "dist_dir": "", "log": { "enable": true, "name": "/tmp/alist/alist.log", "max_size": 10, "max_backups": 5, "max_age": 28, "compress": false }, "delayed_start": 0, "max_connections": 0, "tls_insecure_skip_verify": true, "tasks": { "download": { "workers": 5, "max_retry": 1 }, "transfer": { "workers": 5, "max_retry": 2 }, "upload": { "workers": 5, "max_retry": 0 }, "copy": { "workers": 5, "max_retry": 2 } }, "cors": { "allow_origins": [ "" ], "allow_methods": [ "" ], "allow_headers": [ "*" ] }, "s3": { "enable": false, "port": 5246, "ssl": false } }

Logs / 日志

No response

welcome[bot] commented 2 weeks ago

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

Zhengshihangcn commented 2 weeks ago

不行阿,点击跳转阿里云授权会出现{"code":"InvalidRedirectUri","message":"invalid redirect_uri","requestId":"0ecdeb03-43af-41d2-9133-a8467a85d3f6"}发自我的 iPhone在 2024年6月12日,11:02,pongfcnkl @.***> 写道: 可以试试用我的Oauth令牌链接 https://444.psllll1.shop/aliyundrive.php

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

pongfcnkl commented 2 weeks ago

@Zhengshihangcn 在试一次

TT-HR commented 2 weeks ago

同样遇到了这个问题,好像是在alist页面通过aliyun video播放不卡顿,但是使用webdav后在其他播放器播放就出现卡顿。有解决方法吗

wjming136 commented 1 week ago

同样问题,页面播放正常,使用webdav后在potplayer只有800K左右速度,以前正常,近一周发现的问题。

其他工具的webdav速度正常,排除了账号问题

AspirantH commented 1 week ago

同样问题,是不是API限速了吗?

mdjs1py commented 1 week ago

第三方api限速了,目前第三方挂载测速只有40mbp,只能等阿里的第三方权益包上线了

Zhengshihangcn commented 1 week ago

第三方权益包?发自我的 iPhone在 2024年6月17日,10:42,mdjs1py @.***> 写道: 第三方api限速了,目前第三方挂载测速只有40mbp,只能等阿里的第三方权益包上线了

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

pongfcnkl commented 1 week ago

可以直接开会员解除限速

mdjs1py commented 1 week ago

第三方权益包?发自我的 iPhone在 2024年6月17日,10:42,mdjs1py @.> 写道: 第三方api限速了,目前第三方挂载测速只有40mbp,只能等阿里的第三方权益包上线了 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.>

五月初有消息说阿里云盘要上架第三方权益包,好像是188一年,不买权益包就限速。

AspirantH commented 1 week ago

太恶心了,本身就是会员还限速

mdjs1py commented 1 week ago

太恶心了,本身就是会员还限速

那没有吧,我昨天开了会员,速度马上稳定到150,恶心人倒是没错。

bxb100 commented 1 week ago

太恶心了,本身就是会员还限速

那没有吧,我昨天开了会员,速度马上稳定到150,恶心人倒是没错。

现在怕未来第三方权益包上来后, 现有的会员也限速

qwerttvv commented 1 week ago

限速了,目前解决方案是不要看码率太高的视频……

挂阿里直接看原盘的日子一去不复返了……

uclinch commented 1 week ago

限速了。我这里只有1000k/s 只能看看国产1080P的剧了。码率高点的1080都跑不动。4K更不用想了,2秒一卡

fredericky123 commented 6 days ago

说好的不限速呢

Gierry commented 5 days ago

web页面观看不卡,说明是没限速的,wedav使用其他方式播放就卡,个人觉得是不是有啥bug,或者如何把网页播放的逻辑扩展到webdav?

Anyfc commented 4 days ago

多线程下载还是有30M速度,但是使用webdav还是只有1M,有什么播放器可以多线程下载的?

banshaobao commented 4 days ago

限速也不该只有1M/s吧。1M/s等于8M的带宽

banshaobao commented 4 days ago

我使用的时候大概950kb/s

fredericky123 commented 4 days ago

限速也不该只有1M/s吧。1M/s等于8M的带宽

确实如此

banshaobao commented 4 days ago

如果限速40M的话。那应该是5MB/s的速度

banshaobao commented 2 days ago

image

zyd16888 commented 2 days ago

web页面观看不卡,说明是没限速的,wedav使用其他方式播放就卡,个人觉得是不是有啥bug,或者如何把网页播放的逻辑扩展到webdav?

web页面观看是用的官方的视频播放接口,是转码以后的,webdav使用的是文件下载链接,这两个不一样

isamlee commented 1 day ago

web页面观看不卡,说明是没速度的,wedav使用其他方式播放就卡,个人感觉是不是有啥bug,或者如何把网页播放的逻辑地址放在webdav里?

web页面观看是经过阿里转码的,画质就不一样了。

Benborba-github commented 16 hours ago

web页面观看不卡,说明是没限速的,wedav使用其他方式播放就卡,个人觉得是不是有啥bug,或者如何把网页播放的逻辑扩展到webdav?

web页面观看是用的官方的视频播放接口,是转码以后的,webdav使用的是文件下载链接,这两个不一样

我也限速10mbps了