On Tuesday, May 17, 2011 2:03:07 AM UTC-4, Deepanjan wrote: > > I am trying to play two A/V media files simultaneously. I am using > Samsung GalaxyS GT9000 as my development platform. Th OS version is > 2.2. > I am using two SurfaceView views to display the two A/V media files. > > The issue that I am facing is that the video of the 2nd A/V media file > is not getting displayed. The first A/V media is played correctly, but > I can only hear the audio of the 2nd media. >
As limited computational platforms, phones normally do audio by means of specialized hardware and low level routines, which aren't very flexible and may be closely tuned to the task. It doesn't surprise me at all that you seem to only be able to have one active instance. On the contrary I'd be surprised if having two did work - there doesn't seem an obvious use case to justify the effort for them to ahve supported that. Some of the phones are now fast enough to marginally do software decoding. You might be able to manage two instances of that, or one hardware assisted and one pure software. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

