Playing multiple video streams simultaneously in WP8

177 Views Asked by At

I understand that MediaElement only supports playing one video stream at a time in Windows Phone 8. However, I have a business requirement to play at least two, possible more, streams simultaneously to show a picture-in-picture view from different local (isostore) sources. This works in iOS and Android, but we need to port our application to Windows Phone 8 as well.

I tried the Player Framework from Codeplex, but it seems just to wrap the MediaElement and hence I cannot make it play more than one video stream.

Are there any workarounds to be able to play more than one video stream in a Windows Phone 8 application?

0

There are 0 best solutions below