houxiao
2017-08-14 1b88ab83de66fec80e895fa9fbd4a47d1d4af772
VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapperServer.cpp
@@ -184,9 +184,9 @@
      PL_AndroidMediaCodecEncoder_Config amceCfg;
      amceCfg.ak_bit_rate = 5000000; // 512KB
      amceCfg.ak_color_format = 21; // COLOR_FormatYUV420SemiPlanar;
      amceCfg.ak_frame_rate = 25;
      amceCfg.ak_frame_rate = 20;
      amceCfg.ak_height = 480;
      amceCfg.ak_i_frame_interval = 20;
      amceCfg.ak_i_frame_interval = 10;
      amceCfg.ak_mime = "video/avc";
      amceCfg.ak_width = 640;
      PL_AndroidMediaCodecEncoder* plAMCE = (PL_AndroidMediaCodecEncoder*)pipeLineRender->push_elem("PL_AndroidMediaCodecEncoder");