EasyPlayer Android implements simultaneous video playback (RTSP/RTMP/HTTP/HLS) based on ffmpeg

Previously, a blog specifically introduced EasyPlayer's local video recording function. Simply speaking, EasyPlayer is an RTSP player, which parses the audio and video media frames in RTSP streams and videos them with the MediaMuxer class provided by Android. Can EasyPlayer Pro be implemented in this way? The answer is not realistic, because P ...

Posted by VBAssassin on Thu, 03 Jan 2019 10:48:11 -0800

The OMX Plug-in and Code Component of A31 in Stagefright Multimedia Architecture under Android 4.2.2

This article is a summary of my own reading source code. Please indicate the origin of the transfer. Thank you. Welcome to communicate with you. qq:1037701636 email: gzzaigcn2012@gmail.com     As mentioned in the previous blog post, AwesomePlayer::onPrepareAsyncEvent() begins to acquire and create Codec decoder components, which w ...

Posted by Stuie_b on Thu, 27 Dec 2018 08:24:09 -0800

MTK Driver (61) - - MT6737 Android N Platform - - - ALSA Driver

MT6737 Android N Platform--ALSA Driver 1. A Brief Introduction to ALSA  ALSA is the abbreviation of Advanced Linux Sound Architecture. It has become the mainstream Audio Architecture of linux. At the core device driver layer, ALSA provides alsa-driver. At the application layer, ALSA provides alsa-lib for us. As long as the ...

Posted by Mr_Mako on Fri, 21 Dec 2018 05:21:06 -0800