mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
         mp.setOnPreparedListener(this);
         mp.setOnErrorListener(this);
         mp.setDataSource(url_eng[type]);
         mp.prepareAsync();

위의 소스코드가 넥서스원에서는 돌아가는데 모토로이에서 안돌아가는 이유가 뭘까요;;

그냥 단순히 라디오 방송 나오게 하는건데...;

08-13 10:51:36.122: ERROR/PlayerDriver(1202): Command PLAYER_INIT completed with an error or info PVMFFailure

위와 같은 에러가 나는데.. 구글링을 해봐도 속시원한 답은 얻지 못하겠고..

조언부탁드립니다...!