# ijkplayer **Repository Path**: HarmonyOS-tpc/ijkplayer ## Basic Information - **Project Name**: ijkplayer - **Description**: 基于FFmpeg的ohos视频播放器 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 35 - **Forks**: 10 - **Created**: 2021-02-23 - **Last Updated**: 2025-05-21 ## Categories & Tags **Categories**: harmonyos-multimedia **Tags**: None ## README ## ijkplayer 基于FFmpeg的ohos视频播放器 ## 概述 ijkplayer是基于ffmpeg进行封装的,所以ffmpeg支持的流媒体协议和视频格式ijk都支持,具体支持的协议可以看ffmpeg相关文档: 支持的流媒体协议:https://ffmpeg.org/ffmpeg-protocols.html 支持的音频\视频媒体文件格式:https://ffmpeg.org/ffmpeg-formats.html 特殊视频格式可以自行修改ffmpeg的编译脚本以支持相关功能 ## 集成使用 详情请参考ijkplayer_example工程的README.md ## 如何编译 详情请参考ijkplayer hos工程中的README.md ### License ``` Copyright (c) 2017 Bilibili Licensed under LGPLv2.1 or later ``` ijkplayer required features are based on or derives from projects below: - LGPL - [FFmpeg](http://git.videolan.org/?p=ffmpeg.git) - [libVLC](http://git.videolan.org/?p=vlc.git) - [kxmovie](https://github.com/kolyvan/kxmovie) - [soundtouch](http://www.surina.net/soundtouch/sourcecode.html) - zlib license - [SDL](http://www.libsdl.org) - BSD-style license - [libyuv](https://code.google.com/p/libyuv/) - ISC license - [libyuv/source/x86inc.asm](https://code.google.com/p/libyuv/source/browse/trunk/source/x86inc.asm) android/ijkplayer-exo is based on or derives from projects below: - Apache License 2.0 - [ExoPlayer](https://github.com/google/ExoPlayer) android/example is based on or derives from projects below: - GPL - [android-ndk-profiler](https://github.com/richq/android-ndk-profiler) (not included by default) ios/IJKMediaDemo is based on or derives from projects below: - Unknown license - [iOS7-BarcodeScanner](https://github.com/jpwiddy/iOS7-BarcodeScanner) ijkplayer's build scripts are based on or derives from projects below: - [gas-preprocessor](http://git.libav.org/?p=gas-preprocessor.git) - [VideoLAN](http://git.videolan.org) - [yixia/FFmpeg-Android](https://github.com/yixia/FFmpeg-Android) - [kewlbear/FFmpeg-iOS-build-script](https://github.com/kewlbear/FFmpeg-iOS-build-script) ### Commercial Use ijkplayer is licensed under LGPLv2.1 or later, so itself is free for commercial use under LGPLv2.1 or later But ijkplayer is also based on other different projects under various licenses, which I have no idea whether they are compatible to each other or to your product. [IANAL](https://en.wikipedia.org/wiki/IANAL), you should always ask your lawyer for these stuffs before use it in your product.