Videoview Behavior On Differents Smartphone (with Different Stagefright)
I'm having compatibility problems using videoview (or MediaPlayer) for play rtsp streams in multiple videoviews in the same activity. I have opened another question on this problem
Solution 1:
LG has full right to replace the AOSP implementation of RTSP with their engine. I don't have LG devices right now to test its performance and advantages (or disadvantages). Anyways, neither stagefright nor its alternatives were designed to support multiple concurrent active instances. I have never seen a device that would allow more than 4.
Luckily, with 1 GHz Dual-Core CPU (LG L9), you have enough generic computational power to decode four video streams of 270p, to fill the 960 x 540 screen, using ffmpeg, or gstreamer.
Post a Comment for "Videoview Behavior On Differents Smartphone (with Different Stagefright)"