bilibili / ijkplayer

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.
GNU General Public License v2.0
32.42k stars 8.11k forks source link

Which module based on Vitamio? #242

Closed jpxiong closed 9 years ago

jpxiong commented 9 years ago

As I know , the vitamio need the business negotiation, so can you please tell me which module based on Vitamio ?

Thanks.

bbcallen commented 9 years ago
  1. ijkmediawidget uses several vitamio's java source file, which are licensed under Apache 2.0 https://github.com/yixia/VitamioBundle/blob/master/vitamio/src/io/vov/vitamio/widget/VideoView.java https://github.com/yixia/VitamioBundle/blob/master/vitamio/src/io/vov/vitamio/widget/
  2. vitamio's FFmpeg build script is referenced. https://github.com/yixia/FFmpeg-Android

I think these parts is safe for commercial use.

ijkmediawidget is only a demo. Mostly, it's not enough for your need in a serious application. If you write your own UI based on ijkmediaplayer project, there would be nothing in binary related to vitamio's sdk.

jpxiong commented 9 years ago

Thanks for you great support !