Moonlight Codec Pack
Jump to navigation
Jump to search
Moonlight is a free, open source implementation of Microsoft's Silverlight. To fully support the media playback features of Silverlight, Microsoft makes available a binary codec pack:
- x86_32 version: silverlight-media-pack-linux-x86-5-1.so, http://go.microsoft.com/fwlink/?LinkId=133186
- x86_64 version: silverlight-media-pack-linux-x64-5-1.so, http://go.microsoft.com/fwlink/?LinkId=133816
At the top level, a client application can dynamically open the library and load the following symbols: "register_mswma", "register_mswmv", and "register_msmp3". The functions are invoked with a single integer parameter indicating the API version (5 at the time of this writing).
Incomplete