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

linux下mkv视频播放失败 #7089

Open
4 tasks done
awsl1414 opened this issue Aug 27, 2024 · 6 comments
Open
4 tasks done

linux下mkv视频播放失败 #7089

awsl1414 opened this issue Aug 27, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@awsl1414
Copy link

Please make sure of the following things

  • I have read the documentation.
    我已经阅读了文档

  • I'm sure there are no duplicate issues or discussions.
    我确定没有重复的issue或讨论。

  • I'm sure it's due to AList and not something else(such as Network ,Dependencies or Operational).
    我确定是AList的问题,而不是其他原因(例如网络依赖操作)。

  • I'm sure this issue is not fixed in the latest version.
    我确定这个问题在最新版本中没有被修复。

AList Version / AList 版本

v3.36.0

Driver used / 使用的存储驱动

本机存储

Describe the bug / 问题描述

大文件(5g以上)视频无法播放

Reproduction / 复现链接

点击一个mkv大视频,等待加载,右上角显示重新连接,然后预览中心出现播放失败符号
image
image

Config / 配置

docker-compose.yam

services:
    alist:
        image: 'xhofe/alist:latest'
        container_name: alist
        volumes:
            - '/etc/alist:/opt/alist/data'
            - '/root/alist_data:/root/alist_data'
        ports:
            - '5244:5244'
        environment:
            - PUID=0
            - PGID=0
            - UMASK=022
        restart: unless-stopped

image

image

Logs / 日志

image
image

@awsl1414 awsl1414 added the bug Something isn't working label Aug 27, 2024
Copy link

welcome bot commented Aug 27, 2024

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

Copy link

github-actions bot commented Aug 27, 2024

@awsl1414 awsl1414 changed the title 视频播放失败 linux下视频播放失败 Aug 27, 2024
@awsl1414 awsl1414 changed the title linux下视频播放失败 linux下mkv视频播放失败 Aug 27, 2024
@anwen-anyi
Copy link
Contributor

你的编码格式浏览器解析不了 播放不了应该正常吧
image

@awsl1414
Copy link
Author

你的编码格式浏览器解析不了 播放不了应该正常吧 image

我使用的是linux edge/firefox 浏览器,不应该不支持h265呀,关键是windows的edge就可以播放

@awsl1414
Copy link
Author

你的编码格式浏览器解析不了 播放不了应该正常吧 image

这是windows的edge的播放情况
image

@github-staff github-staff deleted a comment from awsl1414 Aug 27, 2024
@github-staff github-staff deleted a comment from awsl1414 Aug 27, 2024
@github-staff github-staff deleted a comment from ZhianLin Aug 27, 2024
@Muione
Copy link
Contributor

Muione commented Sep 1, 2024

这个一般是浏览器解码的问题吧,建议你下载 PotPlayer 然后在网页上选择 使用PotPlayer 播放

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
Development

No branches or pull requests

4 participants
@anwen-anyi @Muione @awsl1414 and others