begeekmyfriend / yasea
- вторник, 7 июня 2016 г. в 03:12:54
Java
RTMP streaming client in pure Java for Android for those who hate JNI.
Yasea is an Android streaming client written in pure Java. It is based on the source of both srs-sea and SimpleRtmp. It uses hard encoder for H.264/AAC and transmits over RTMP. Moreover, it runs on Android mini API 16 (Android 4.1).
You may watch the live broadcasting at srs.net. Remember to modify the URL by yourself. Have fun!
NOTE if you feel high latency, it might be the frame cache of the server or player. So you need to open the player first and then publish to see the effect.
If you want to stay in portrait mode ignoring dynamic orientation change when streaming, clone yasea on brach portrait-forever.