I need to display a video (which contains no audio track) but playing that video using VideoView
or MediaPlayer
automatically interrupts any ongoing audio playback which may be currently active in another application.
My requirements are to:
- play a video which contains no audio track
- do not interfere with any ongoing audio playback
Is there a way to play such a video without hijacking the audio channel?