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.