Git Product home page Git Product logo

jiaozivideoplayer's Introduction

JiaoZiVideoPlayer

Highly customizable Android video player

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

Wiki EnglishWiki
中文ReadMe
WorkPlan
Weibo

Features

  1. You can completely customize the UI and any method
  2. 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.
  3. Perfect detection of list sliding
  4. Fullscreen and small window option available
  5. Fullscreen works in multiple nested modes like ListView, ViewPager and ListView, ViewPager and Fragment
  6. Can load, pause, play and other normal state into the fullscreen and exit fullscreen
  7. A variety of video screen modes: full screen, you can cut full screen
  8. Use of gravity sensors to automatically enter fullscreen
  9. Gestures to control progress, volume and brightness in fullscreen mode
  10. Home key to exit the interface to suspend the playback, return to the interface to continue playing
  11. WebView Nested Local Video Controls
  12. VideoCache in demo
  13. PlayBack speed

Steps for usage

  1. Read through ReadMe
  2. Download and install the demo apkjiaozivideoplayer-6.4.1.apk, each page enters once, each button clicks once
  3. Download and debug the develop branch, and find the source code through the effect
  4. See custom-related WIKI,Realize your own needs

Screenshot

Demo screenshot

small window effect on list sliding.

Usage

Only five steps to use the player:

1.Import library:

implementation 'cn.jzvd:jiaozivideoplayer:6.4.1'

Or download aar (not recommended).

2.Add JZVideoPlayer in your layout:

<cn.jzvd.JzvdStd
    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:

<activity
    android:name=".MainActivity"
    android:configChanges="orientation|screenSize|keyboardHidden"
    android:screenOrientation="portrait" />
    <!-- or android:screenOrientation="landscape"-->

Details about UI and code customization

See our Wiki.

Community

Group management

  1. 熊晓清 QQ:137048616
  2. Lionet QQ:2950527715
  3. montauk QQ:958489121
  4. 张展硕 QQ:229431468

Questions and Answers

  1. 熊晓清 QQ:137048616
  2. の伤也快乐 QQ:466278628

Reward

Reward

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.

jiaozivideoplayer's People

Contributors

164738777 avatar 4happymeatball avatar anpez avatar bravekingzhang avatar carmelo-ruota avatar derlio avatar felipetorres avatar haoxiqiang avatar hawk28 avatar hex1y avatar imknown avatar kimnamcham avatar kslr avatar linceln avatar lionet66 avatar marekchen avatar mickeybadbad avatar sjandy88 avatar sujianqingfeng avatar uc10d avatar wxxsw avatar zhangzzqq avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.