Afterster / videojs-silverlight

Video.js Silverlight Tech plug-in
Other
6 stars 15 forks source link

Video.js Silverlight

Video.js Silverlight Tech plug-in

A Video.js tech plugin that add WMV, WMA, MP4 (AAC / H264 codecs), MP3, WAV (PCM) and FLAC (no seeking) stream support through Silverlight.

Getting Started

Once you've added the plugin script to your page, you can use it with any supported video:

There's also a working example of the plugin you can check out if you're having trouble.

Documentation

Plugin Options

This plugin has a global configuration to setup XAP file location.

<script>
    videojs.options.silverlight.xap = "video-js.xap";
</script>

Release History