We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c4d66 commit 0cab883Copy full SHA for 0cab883
1 file changed
README.md
@@ -2,7 +2,12 @@
2
Android library based on FFMpeg for playing given RTSP endpoint.
3
4
## Pipeline
5
-Open RTSP Endpoint --> Find Video Stream --> Read Frame --> Convert to RGB --> Invoke Callback --> Java Interface
+1. Open RTSP Endpoint
6
+2. Find Video Stream
7
+3. Read Frame
8
+4. Convert to RGB
9
+5. Invoke Callback
10
+6. Java Interface
11
12
|--------------------------------------- JNI + FFMpeg ---------------------------------------|
13
0 commit comments