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.
|
9 years ago | |
---|---|---|
.idea | 9 years ago | |
app | 9 years ago | |
.gitignore | 9 years ago | |
README.md | 9 years ago | |
build.gradle | 9 years ago | |
settings.gradle | 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.