Hi All,
mp3 files from server takes more than 5mins to play in the mediaelement.
Code:
<MediaElement
Name="player"
Source="{Binding ElementName=lbTrack, Path=SelectedItem.FilePath, NotifyOnSourceUpdated=True,NotifyOnTargetUpdated=True}"
UnloadedBehavior="Stop"
Volume="{Binding ElementName=volume, Path=Value}" MediaEnded="player_MediaEnded" MediaOpened="player_MediaOpened"
LoadedBehavior="Manual" />