Ijkplayer: 如何开启硬解

Created on 11 Apr 2016  ·  5Comments  ·  Source: bilibili/ijkplayer

请问如何设置,分别开启android和ios的,h264硬件解码?

Most helpful comment

Android: ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "mediacodec", 1);

All 5 comments

See demo

很抱歉,我没有在demo找到开启的代码,能给个demo代码中的位置吗

iOS如下: [options setPlayerOptionIntValue:1 forKey:@"videotoolbox"];

Android: ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "mediacodec", 1);

Was this page helpful?
0 / 5 - 0 ratings

Related issues

launam picture launam  ·  3Comments

lingcimi picture lingcimi  ·  3Comments

xuluming picture xuluming  ·  4Comments

binaryxiaobao picture binaryxiaobao  ·  4Comments

xSharkM picture xSharkM  ·  3Comments