MediaPlayer 클래스를 사용해서 동영상 플레이어를 개발중에 있습니다.

mp1 = new MediaPlayer();
mp2 = new MediaPlayer();

MediaPlayer 클래스를 두개 인스턴스화 해서...
두 개의 Thread에서 수행하고, 화면에 동시에 두 개를 출력합니다.

이럴 때, MediaServer is died 라는 오류 메시지가 뜨는데요~

혹시 MediaPlayer 클래스를 두개 이상 인스턴스화해서 재생하는데 문제가 있는가요?