微拍视频流
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 a2a499efb8 Have fun 9 years ago
.idea Have fun 9 years ago
app Have fun 9 years ago
.gitignore Have fun 9 years ago
README.md Have fun 9 years ago
build.gradle Have fun 9 years ago
settings.gradle Have fun 9 years ago

README.md

Yet Another Stream Encoder for Android

yasea is an RTMP streaming client in pure Java for Android for those who hate JNI development. It combines the source code of both !srs-sea and !SimpleRtmp to encode video in H.264 and audio in AAC by hardware and upload packets to server over RTMP. Moreover, hardware encoding produces less CPU overhead than software does. And the code does not depend on any native library.

Help

The project now can sample both video from camera and audio from microphone of Android mobile and connect and handshake with the remote. Unfortunately it has some problems with the correct format of RTMP packets which still can not be identified by the server and Wireshark. Any help is welcome.