码迷,mamicode.com
首页 > 其他好文 > 详细

NiceVieoPlayer 初次尝试

时间:2019-02-06 17:09:09      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:log   play   parent   out   文件   XML   view   tar   blog   

用IjkPlayer/MediaPlayer + TextureView封装,可切换IjkPlayer、MediaPlayer  

 

封装的相当顺手了 ,经过测试 不支持m3u8的加密的链接 腾讯x5播放器可正常播放,还有编译的出来的文件有点大 是封装了多个播放器的原因吧.....

 

播放器布局 引入就可用  关键看作者例子 和博客 https://www.jianshu.com/p/1850c9e276c9    https://blog.csdn.net/kisty_yao/article/details/79422313

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="com.stdu.x5.Player"
    android:orientation="vertical">
    <com.xiao.nicevideoplayer.NiceVideoPlayer
        android:id="@+id/nice_video_player"
        android:layout_width="match_parent"
        android:layout_height="230dp"
        android:layout_marginBottom="8dp"
        android:layout_marginTop="0dp"/>
  

</LinearLayout>

 

NiceVieoPlayer 初次尝试

标签:log   play   parent   out   文件   XML   view   tar   blog   

原文地址:https://www.cnblogs.com/xuexidememeda/p/10353807.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!