android全屏视频播放,JieCaoVideoPlayer真正实现Android的全屏视频播放

625332134c6f4d4600884b99daebf603.png

625332134c6f4d4600884b99daebf603.png625332134c6f4d4600884b99daebf603.png625332134c6f4d4600884b99daebf603.png625332134c6f4d4600884b99daebf603.png

Highly customizable Android video player

Q群: 490442439 2群: 761899104 验证信息:jzvd

Features

You can completely customize the UI and any method

One line of code to switch the playback engine, supported video formats and protocols depends on the playback engine like: android.media.MediaPlayer, IJKplayer, ExoPlayer.

Perfect detection of list sliding

Fullscreen and small window option available

Fullscreen works in multiple nested modes like ListView, ViewPager and ListView, ViewPager and Fragment

Can load, pause, play and other normal state into the fullscreen and exit fullscreen

A variety of video screen modes: full screen, you can cut full screen

Use of gravity sensors to automatically enter fullscreen

Gestures to control progress, volume and brightness in fullscreen mode

Home key to exit the interface to suspend the playback, return to the interface to continue playing

WebView Nested Local Video Controls

VideoCache in demo

Steps for usage

Read through ReadMe

Download and install the demo apkjiaozivideoplayer-6.3.1.apk, each page enters once, each button clicks once

Download and debug the develop branch, and find the source code through the effect

See custom-related WIKI,Realize your own needs

Screenshot

625332134c6f4d4600884b99daebf603.png

Usage

Only five steps to use the player:

1.Import library:

compile 'cn.jzvd:jiaozivideoplayer:6.3.1'

Or download lib (not recommended).

2.Add JZVideoPlayer in your layout:

android:id="@+id/videoplayer"

android:layout_width="match_parent"

android:layout_height="200dp"/>

3.Set the video uri, video thumb url and video title:

JzvdStd jzvdStd = (JzvdStd) findViewById(R.id.videoplayer);

jzvdStd.setUp("http://jzvd.nathen.cn/c6e3dc12a1154626b3476d9bf3bd7266/6b56c5f0dc31428083757a45764763b0-5287d2089db37e62345123a1be272f8b.mp4",

Jzvd.SCREEN_WINDOW_NORMAL,

"饺子闭眼睛");

jzvdStd.thumbImageView.setImage("http://p.qpic.cn/videoyun/0/2449_43b6f696980311e59ed467f22794e792_1/640");

4.In Activity:

@Override

public void onBackPressed() {

if (Jzvd.backPress()) {

return;

}

super.onBackPressed();

}

@Override

protected void onPause() {

super.onPause();

Jzvd.releaseAllVideos();

}

5.In AndroidManifest.xml:

android:name=".MainActivity"

android:configChanges="orientation|screenSize|keyboardHidden"

android:screenOrientation="portrait" />

Details about UI and code customization

Community

Group management

熊晓清 QQ:137048616

Lionet QQ:2950527715

montauk QQ:958489121

张展硕 QQ:229431468

Questions and Answers

熊晓清 QQ:137048616

の伤也快乐 QQ:466278628

Reward

This project is dedicated to the integration of small and medium video playback app, greatly reducing the cost of development. If you save tons of time, we suggest a retail price of 76 USD. (It's not expensive, get a two-year project worth more than that)

625332134c6f4d4600884b99daebf603.png

License MIT

Copyright (c) 2015-2018 李盼 Nathen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值