Skip to content

RTMP streaming client in pure Java for Android for those who hate JNI.

License

Notifications You must be signed in to change notification settings

chile-zhong/yasea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Stream Encoder for Android

Android Arsenal

Yasea is an Android streaming client. It encodes YUV and PCM data from camera and microphone to H.264/AAC, encapsulates in FLV and transmits over RTMP.

Branch

non-gpuimage

android-16

Feature

  • Android mini API 21.
  • H.264/AAC hard encoding.
  • H.264 soft encoding.
  • RTMP streaming with state callback handler.
  • Portrait and landscape dynamic orientation.
  • Front and back cameras hot switch.
  • Recording to MP4 while streaming.
  • Beautiful filters with GPUImage.
  • Acoustic echo cancellation and automatic gain control support.

Test

You may build your own private RTMP server srs. Remember to modify the URL by yourself. Have fun!

NOTE if you feel high latency, please check your bandwidth limits and player buffering.

Acknowledgements

Sponsor

  • dotEngine -- A brilliant realtime multimedia communication service vendor with open cross-platform SDK (github).

About

RTMP streaming client in pure Java for Android for those who hate JNI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 40.4%
  • C++ 23.0%
  • Java 19.6%
  • Assembly 14.2%
  • GLSL 1.3%
  • Python 0.6%
  • Other 0.9%