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

关于IjkPlayerFactory内核播放没声音 #23

Open
uaoan opened this issue Mar 30, 2023 · 1 comment
Open

关于IjkPlayerFactory内核播放没声音 #23

uaoan opened this issue Mar 30, 2023 · 1 comment

Comments

@uaoan
Copy link

uaoan commented Mar 30, 2023

我试了一下,某些m3u8链接使用IjkPlayerFactory内核播放时是没有声音的,例如这个: https://s.xlzys.com/play/9avDmPgd/index.m3u8

@hty527

@hty527
Copy link
Owner

hty527 commented May 26, 2023

感谢你的反馈!已查明此原因为SDK内部设置了probesize导致。可按下下列步骤覆盖SDK设置即可解决无声\画面杂质问题
1、创建IJK解码器时持有变量:IJkMediaPlayer player = IjkPlayerFactory.create(false).createPlayer(LivePlayerActivity.this);
2、设置:player.setOption(IjkMediaPlayer.OPT_CATEGORY_FORMAT, "probesize", 99999);

Repository owner deleted a comment from 173851399 May 26, 2023
Repository owner deleted a comment from 173851399 May 26, 2023
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