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

特殊视频无法播放问题 #3974

Closed
HelloJokerWord opened this issue Apr 12, 2024 · 4 comments
Closed

特殊视频无法播放问题 #3974

HelloJokerWord opened this issue Apr 12, 2024 · 4 comments

Comments

@HelloJokerWord
Copy link

(!!!!请务必务必按照issue模板,修改 后提交问题!!!!,不按模板提Isuue删除处理)

(ps 首页问题集锦和demo请先了解一下!)

⚠️提问前建议先看看: https://mp.weixin.qq.com/s/HjSdmAsHuvixCH_EWdvk3Q

问题描述:

https://www.haycomma.top/peach/video/b22538f31c0400f8b63098bc15f971b6.mp4
该视频我用demo 默认 exo模式去播放,播放只有声音,画面黑屏。

出现问题的视频流

https://www.haycomma.top/peach/video/b22538f31c0400f8b63098bc15f971b6.mp4
https://www.haycomma.top/peach/video/1280477898e366e6c52110a158b0972b.mov

问题机型/系统:

任意真机即可

GSY依赖版本

demo最新版本

Demo中的复现步骤

Demo中 SimplePlayer init方法 source1替换下上面url播放即可

问题代码:(如果有)

xxxxxxx

问题log(如果有)


xxxxxxx

@CarGuo
Copy link
Owner

CarGuo commented Apr 15, 2024

看起来是编码兼容问题,另外这个视频的 start time 也很奇怪 ·····
image

@HelloJokerWord
Copy link
Author

看起来是编码兼容问题,另外这个视频的 start time 也很奇怪 ····· image

确实应该有些兼容问题,因为拿出来,放VLC或者google浏览器 直接播放看起来又是正常的,所以才提出来,看看大佬有没有好的解决方案,哈哈

@CarGuo
Copy link
Owner

CarGuo commented Apr 16, 2024

目前看起来 ijk 模式下是正常的,也符合 VLC 一样的情况,都是利用 ffmpeg 解码支持,而 exo 是通过 MeidaCodec 解码支持的,这部分可定制化修改不高,基本上也就那这样了

@CarGuo CarGuo closed this as completed Apr 16, 2024
@HelloJokerWord
Copy link
Author

目前看起来 ijk 模式下是正常的,也符合 VLC 一样的情况,都是利用 ffmpeg 解码支持,而 exo 是通过 MeidaCodec 解码支持的,这部分可定制化修改不高,基本上也就那这样了

好的,谢谢大佬指导,哈哈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants