# MediaCodecPublisher **Repository Path**: codeing_q/MediaCodecPublisher ## Basic Information - **Project Name**: MediaCodecPublisher - **Description**: 使用android MediaCodec编码h264+aac上传rtmp服务器进行直播. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HardWareLive 使用android MediaCodec编码h264+aac上传rtmp服务器进行直播. 有精力再弄,由于没在jni层实现序列与线程。只能开启单独音频或者视频流. 流媒体服务器地址现在写死在了jni层。 使用x264+faac在android上进行推流可以查看:https://github.com/EarthXiang/LivePublisher