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.
Once you've added the plugin script to your page, you can use it with any supported video:
<script src="https://github.com/Afterster/videojs-silverlight/raw/master/video.js"></script>
<script src="https://github.com/Afterster/videojs-silverlight/raw/master/videojs-silverlight.js"></script>
data-setup='{ "techOrder": ["silverlight"] }'
There's also a working example of the plugin you can check out if you're having trouble.
This plugin has a global configuration to setup XAP file location.
<script>
videojs.options.silverlight.xap = "video-js.xap";
</script>