Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doikki/dkvideoplayer
Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕,视频水印,视频滤镜
https://github.com/doikki/dkvideoplayer
android exoplayer ffmpeg filter ijkplayer mediaplayer opengl player tiktok video video-player watermark
Last synced: 15 days ago
JSON representation
Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕,视频水印,视频滤镜
- Host: GitHub
- URL: https://github.com/doikki/dkvideoplayer
- Owner: Doikki
- License: apache-2.0
- Created: 2017-04-11T01:33:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T02:41:30.000Z (5 months ago)
- Last Synced: 2024-10-29T03:33:12.847Z (15 days ago)
- Topics: android, exoplayer, ffmpeg, filter, ijkplayer, mediaplayer, opengl, player, tiktok, video, video-player, watermark
- Language: Java
- Homepage:
- Size: 86.1 MB
- Stars: 5,039
- Watchers: 70
- Forks: 1,035
- Open Issues: 100
-
Metadata Files:
- Readme: README-en.md
- License: LICENSE
Awesome Lists containing this project
README
# DKVideoPlayer
A video player for Android.![Maven Central](https://img.shields.io/maven-central/v/xyz.doikki.android.dkplayer/dkplayer-java)
[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)### [中文](https://github.com/Doikki/DKVideoPlayer/blob/master/README.md) | English
### [Demo](https://www.pgyer.com/EGTZ)
### [Characteristic](https://github.com/Doikki/DKVideoPlayer/wiki#%E7%89%B9%E6%80%A7)
### [Protocol/Format Support](https://github.com/Doikki/DKVideoPlayer/wiki/%E6%94%AF%E6%8C%81%E7%9A%84%E5%AA%92%E4%BD%93%E6%A0%BC%E5%BC%8F)
### [How to use](https://github.com/Doikki/DKVideoPlayer/wiki#%E7%AE%80%E5%8D%95%E4%BD%BF%E7%94%A8)
### Encounter problems
1. Read the sample: [dkplayer-sample](https://github.com/Doikki/DKVideoPlayer/tree/master/dkplayer-sample)
2. Read [wiki](https://github.com/Doikki/DKVideoPlayer/wiki) or [FAQ](https://github.com/Doikki/DKVideoPlayer/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
3. Read the source code
4. Submit an [issue](https://github.com/Doikki/DKVideoPlayer/issues) or contact me: [email protected]### communicate
QQ Group: 758154597### License
```
Copyright (c) 2017 DoikkiLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```