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.

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top