2

I am using this code,

String video="http://bitcast-in.bitgravity.com/divum/espn/j2me/260811_Nojo-does-a-Maria.3gp";

 mediaplayer.Source = new Uri(video);
 mediaplayer.Play();

In layout:

<MediaElement x:Name="mediaplayer"/>

video is not streaming.Please anyone help me.

Jeeva
  • 1,166
  • 4
  • 18
  • 39

2 Answers2

1
http://msdn.microsoft.com/en-us/library/ff462087(v=vs.92).aspx
Try out this msdn link. u will get idea about media playback...
Rakesh R Nair
  • 1,736
  • 2
  • 12
  • 30
0

3GP isn't supported on Windows Phone.

Claus Jørgensen
  • 25,882
  • 9
  • 87
  • 150
  • http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff462087(v=vs.105).aspx#BKMK_VideoSupport 3GP is supported by Windows phone. – Ahmad Ali Nasir Aug 27 '13 at 09:38