From cecd7aebc8d0fbc92f39b1d89f191d7312109e44 Mon Sep 17 00:00:00 2001 From: Leo Ma Date: Fri, 8 Apr 2016 10:54:35 +0800 Subject: [PATCH] Update Signed-off-by: Leo Ma --- README.md | 6 ------ 1 file changed, 6 deletions(-) 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.