The old version of RTSPPlayer was using ffmpeg + SurfaceView + RGB565 mode to decode and render the video. However this implement is definitely a sucked one, especially when watch high quality videos. So I made some change for it. And the new solution is HW decode + GLSurfaceView + […]