vgecko / yasea

RTMP streaming client for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Feature

  • Android mini API 16.
  • 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.

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.

Other Branch

If you want to stay in portrait mode ignoring dynamic orientation change when streaming, clone yasea on brach portrait-forever.

Thanks

Sponsor

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

About

RTMP streaming client for Android

License:MIT License


Languages

Language:C 46.6%Language:C++ 26.8%Language:Assembly 15.6%Language:Java 9.5%Language:Python 0.6%Language:Perl 0.5%Language:Makefile 0.2%Language:Objective-C 0.1%Language:Shell 0.1%