ijkplayer是b站開源的超級(jí)好用的視頻播放器,小編這里為大家送上。相信大家都早有耳聞。ijkplayer Android和ios都可用,還支持多種視頻的硬解碼。人生苦短,不如快點(diǎn)試一試。需要的朋友快來西西下載吧!
應(yīng)用簡介
ijkplayer是Bilibili開源的一款功能強(qiáng)大的播放器,支持本地網(wǎng)絡(luò)播放,新版還支持https和直播功能。
使用ijkplayer播放視頻
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!--播放控件 IjkVideoView -->
<com.qj.ijkplayer.media.IjkVideoView
android:id="@+id/video_view"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>
設(shè)置播放源開始播放
IjkMediaPlayer.loadLibrariesOnce(null);
IjkMediaPlayer.native_profileBegin("libijkplayer.so");
mVideoView.setVideoURI(Uri.parse("http://vod.cntv.lxdns.com/flash/mp4video61/TMS/2017/08/17/63bf8bcc706a46b58ee5c821edaee661_h264818000nero_aac32-5.mp4"));
mVideoView.start();
中文名:IjkPlayer
包名:com.qj.ijkplayer
MD5值:3fb9cfd7d316193c8abed71f0ec3000c