diff --git a/README.md b/README.md index 7fa0ca1..e679d94 100644 --- a/README.md +++ b/README.md @@ -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 RTMP. Moreover, hard encoding produces less CPU overhead than software does. And 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.