I used ASPNetVideo:WindowsMedia to play video in ASP.NET(c#)
<ASPNetVideo:WindowsMedia ID="WindowsMedia1" runat="server" Height="200px" Width="400px">
</ASPNetVideo:WindowsMedia>
This plays only .wmv files. I need to play mp4 and other video files also.
Please anyone help me doing this.
Thanks in advance