Skip to content

Commit 3e8651d

Browse files
committed
remove customized Exoplayer according to roadmap after finsihed PoC #64
1 parent 815b221 commit 3e8651d

File tree

1,847 files changed

+31
-353072
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,847 files changed

+31
-353072
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
KanTV("Kan", aka Chinese PinYin "Kan" or Chinese HanZi "看" or English "watch/listen") , an open source project focus on Kan(aka "Watch/Listen" in English) online TV for **Android-based device**,derived from original ![ijkplayer](https://github.com/bilibili/ijkplayer) , with many/much enhancements:
44

5-
- Watch online TV and local media (by customized ![FFmpeg](https://github.com/cdeos/FFmpeg) and Exoplayer with updated version:FFmpeg 6.1, Exoplayer 2.15, source code of customized FFmpeg could be found ![here](https://github.com/cdeos/FFmpeg) according to <a href="https://ffmpeg.org/legal.html">FFmpeg's license</a>, source code of customized Exoplayer(based on my ![previous study in Exoplayer](https://github.com/google/ExoPlayer/pull/2921)) could be found within source code of this project)
5+
- Watch online TV and local media (by customized ![FFmpeg](https://github.com/cdeos/FFmpeg):FFmpeg 6.1, source code of customized FFmpeg could be found ![here](https://github.com/cdeos/FFmpeg) according to <a href="https://ffmpeg.org/legal.html">FFmpeg's license</a>)
66

77
- Record online TV to automatically generate videos (usable for short video creators to generate short video materials but pls respect IPR of original content creator/provider)
88

99
- Set up a custom playlist and then use this software to watch the content of the custom playlist
1010

1111
- Performance benchmark for Android-based mobile phone
1212

13-
- Watch encrypted live stream(Google Widevine, Huawei WisePlay, ChinaDRM......)
14-
1513
- Real-time English subtitle for online TV by the great & excellent & amazing<a href="https://github.com/ggerganov/whisper.cpp"> whisper.cpp </a>(PoC finished on Xiaomi 14. Xiaomi 14 or other powerful Android mobile phone IS HIGHLY required for this feature otherwise unexpected behaviour would happen)
1614

1715
- UI refactor
@@ -332,9 +330,7 @@ Project KanTV has used/tried following open-source projects(list in here is not
332330
<li><a href="http://ffmpeg.org/" target="_blank" rel="noopener">FFmpeg</a></li>
333331
<li><a href="https://github.com/ggerganov/whisper.cpp" target="_blank" rel="noopener">whisper.cpp</a></li>
334332
<li><a href="https://github.com/bilibili/ijkplayer" target="_blank" rel="noopener">ijkplayer</a></li>
335-
<li><a href="https://github.com/google/ExoPlayer" target="_blank" rel="noopener">ExoPlayer</a></li>
336333
<li><a href="https://www.videolan.org/vlc/" target="_blank" rel="noopener">libx264/libx265</a></li>
337-
<li><a href="https://github.com/mozilla/DeepSpeech" target="_blank" rel="noopener">DeepSpeech</a></li>
338334
<li><a href="https://github.com/deniskropp/DirectFB" target="_blank" rel="noopener">DirectFB</a></li>
339335
<li><a href="https://www.libsdl.org/" target="_blank" rel="noopener">SDL</a></li>
340336
<li><a href="https://gstreamer.freedesktop.org/" target="_blank" rel="noopener">GStreamer</a></li>
@@ -345,11 +341,8 @@ Project KanTV has used/tried following open-source projects(list in here is not
345341
<li><a href="https://aomedia.org/" target="_blank" rel="noopener">AOM-AV1</a></li>
346342
<li><a href="https://opencv.org/" target="_blank" rel="noopener">OpenCV</a></li>
347343
<li><a href="https://webrtc.github.io/webrtc-org/start/" target="_blank" rel="noopener">WebRTC</a></li>
348-
<li><a href="https://github.com/Tencent/ncnn" target="_blank" rel="noopener">Tencent/ncnn</a></li>
349344
<li><a href="https://github.com/shaka-project/shaka-packager" target="_blank" rel="noopener">ShakaPackager</a></li>
350345
<li><a href="https://github.com/ossrs/srs" target="_blank" rel="noopener">SRS</a></li>
351-
<li><a href="https://github.com/PaddlePaddle/PaddleSpeech" target="_blank" rel="noopener">PaddleSpeech</a></li>
352-
<li><a href="https://github.com/OpenMathLib/OpenBLAS" target="_blank">OpenBLAS</a></li>
353346
<li>......</li>
354347
</ul>
355348

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
kantv 1.3.2 (based on customized FFmpeg 6.1, customized ExoPlayer 2.15, customized whisper.cpp)
1+
kantv 1.3.2 (based on customized FFmpeg 6.1, whisper.cpp)

cdeosplayer/cdeosplayer-exo2/.gitignore

-80
This file was deleted.

cdeosplayer/cdeosplayer-exo2/build.gradle

-101
This file was deleted.

cdeosplayer/cdeosplayer-exo2/extensions/README.md

-5
This file was deleted.

cdeosplayer/cdeosplayer-exo2/extensions/av1/README.md

-137
This file was deleted.

0 commit comments

Comments
 (0)