Question

I am creating a web application using c# silverlight 5 that plays a brief video for the user to view.

What video formats are supported for c# Silverlight. The application will be accessed via Chrome, Firefox, Opera, IE, and Safari.

Was it helpful?

Solution

Summarized from MSDN article > Supported Media Formats, Protocols, and Log Fields :

MP3, ASF (WMA,WMV), MP4, 3GP, 3GP2

You can find detailed specification of each media format supported by Silverlight version of MediaElement in the link above.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top