I\'m building an app that records and plays back video. I would like to do so without affecting background music playback, i.e. if I begin playing a video, I do not want to paus
You may use MediaPlayer + SurfaceView instead.