GithubHelp home page GithubHelp logo

miaoshunping / vitamiobundle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yixia/vitamiobundle

0.0 2.0 0.0 24.17 MB

Vitamio for Android

Home Page: http://vitamio.org

License: Other

Groovy 0.31% Java 99.69%

vitamiobundle's Introduction

Vitamio 4.0

Vitamio 4.0 for Android

Upgrade from 3.0

You don't need to change anything once 4.0 is finally released. But if you want to use it right now, warnnings below:

  1. If you use RGBA_8888 surface to render video, you use the VideoView from Vitamio, nothing to do. Otherwise, you must add getHolder().setFormat(PixelFormat.RGBA_8888) to your own VideoView. If You use RGB_565 surface render video, you must add getHolder().setFormat(PixelFormat.RGB_565) and setVideoChroma(MediaPlayer.VIDEOCHROMA_RGB565)

New features

Only few important features are listed here, we have fix many bugs and may introduce some new bugs.

  1. The latest FFmpeg 2.0 git version, which should fix most playback issues, or bring some issues.
  2. Support most FFmpeg AVOptions, which enables custom HTTP headers support.
  3. Support more hardwares, e.g. X86 or MIPS.
  4. Improve streaming, especially the HLS support.
  5. OpenSSL included, so some SSL related protocols, such as https, tls, rtmps, rtmpts, are supported.
  6. Playback speed control from 0.5x to 2.0x.
  7. Audio amplify to 2x volume.
  8. Improved subtitle support, including external bitmap subtitles.
  9. Cache online video to local storage and can be reused until you delete the cache file.
  10. More MediaPlayer API, e.g. getMetadata, getVideoTrack.
  11. The full Java code is open to all developers, modify and contribute is welcome.
  12. Support RGBA_8888 rendering, and increase the color conversion accuracy and speed.
  13. Support switching RGB_565 or RGBA_8888 to video rendering.
  14. Enhance the hardware decoding in Android 16+.
  15. Support ARMV6 CPU, may have some bugs.
  16. Support adaptive bitrate streaming, you need open manually.

Requirements

  • Reference ZI as Android library project

vitamiobundle's People

Contributors

crossle avatar

Watchers

 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.