|
|
@ -7,9 +7,3 @@ and [SimpleRtmp](https://github.com/faucamp/SimpleRtmp) to hard encode video in
|
|
|
|
H.264 frome camera and audio from phone in AAC and upload packets to server over
|
|
|
|
H.264 frome camera and audio from phone in AAC and upload packets to server over
|
|
|
|
RTMP. Moreover, hard encoding produces less CPU overhead than software does. And
|
|
|
|
RTMP. Moreover, hard encoding produces less CPU overhead than software does. And
|
|
|
|
the code does not depend on any native library.
|
|
|
|
the code does not depend on any native library.
|
|
|
|
|
|
|
|
|
|
|
|
Help
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unfortunately the client still has problems with the low bitrate of uploading.
|
|
|
|
|
|
|
|
I do not know well about Java optimization. Any help is welcome.
|
|
|
|
|
|
|
|