Re: [android-developers] Re: 2 Media players can not run simulateneously

2013-04-28 Thread Shashidhar
This issue happens only on a smat tv android device that I use. When I run the app on Samsung galaxy S3 It worked file. It plays both video and audio together. So, I wrote a separate app which has a service to play the music. And my app bind to that service and the service can play the music.

[android-developers] Re: 2 Media players can not run simulateneously

2013-04-27 Thread bob
That's really strange as MediaPlayer.java doesn't have anywhere near 4528 lines: http://grepcode.com/file_/repository.grepcode.com/java/ext/com.google.android/android/4.2.2_r1/android/media/MediaPlayer.java/?v=source Seems to have about 2433. Maybe you can copy and paste the stack trace?