Skip to content

Commit 5a0ba8b

Browse files
author
Oliver
committed
readme
1 parent 8807629 commit 5a0ba8b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Runnable android project. main entrance: UIActivity
2+
3+
using FFmpeg and Bitmap to implement a media player.
4+
5+
many features are NOT implemented. Only could play video stream.
6+
7+
8+
Some detail:
9+
java: getNextDecodedFrame()
10+
native: got the video stream bytes and return
11+
java: bytes -> buffer -> bitmap -> draw
12+
13+
14+
TODO:
15+
not to use Bitmap. use native method.
16+
OpenGL, even framebuffer.
17+
18+
try using SDL2 and continue the failed attempt i've made earlier.

0 commit comments

Comments
 (0)