begeekmyfriend / yasea
RTMP live streaming client for Android
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing begeekmyfriend/yasea in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view“[yasea] is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial” Yet Another Stream Encoder for Android ====================================== **Yasea** is an Android streaming client. It encodes YUV and PCM data from camera and microphone to H.264/AAC, encapsulates in FLV and transmits over RTMP. Branch ------ non-gpuimage for Android without GL ES library like development board. android-16 for Android API 16+. aac-hev2 for Youtube live broadcast that is not compatible with conventional flash media players. Feature ------- • [x] Android mini API 21. • [x] H.264/AAC hard encoding. • [x] H.264 soft encoding. • [x] RTMP streaming with state callback handler. • [x] Portrait and landscape dynamic orientation. • [x] Front and back cameras hot switch. • [x] Recording to MP4 while streaming. • [x] Beautiful filters with GPUImage. • [x] Acoustic echo cancellation and automatic gain control support. Test ---- You may build your own private RTMP server srs. Remember to modify the URL by yourself. Have fun! **NOTE** if you feel high latency, please check your bandwidth limits and player buffering. Acknowledgements ---------------- • srs-sea • SimpleRtmp • MagicCamera • x264 • mp4parser