标签: android screen rtmp http-live-streaming live-streaming
我使用 MediaProjection API 在Android上录制了屏幕,我想直播到我的服务器。我已尝试 MediaRecorder 与 ParcelFileDescriptor ,但没有,也 MediaCodec 。
我能做的最好的事情是使用 ImageReader 流式传输到RTMP服务器,生成RGBA帧并在流式传输之前转换为YUV,但这会导致非常低的 FPS ,因为转换需要时间,ImageReader本身只生成几个fps。