微拍视频流
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Leo Ma 50f364b356 Add YUV sampling FPS detect
Some android cameras have low sampling fps therefore the output fps is
not large enough for streaming.

Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
9 years ago
.idea Update gradle version 9 years ago
app Add YUV sampling FPS detect 9 years ago
.gitignore Have fun 9 years ago
LICENSE Add license 9 years ago
README.md Update 9 years ago
build.gradle Update gradle version 9 years ago
settings.gradle Have fun 9 years ago

README.md

Yet Another Stream Encoder for Android

Android Arsenal

Yasea is an Android streaming client. 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).

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 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.

Other Branch

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