This blog post was authored by Erik Reitan, a programming writer on the Windows Phone developer content team.
- Adam
The Microsoft Media Platform team has recently released the 1.1 version of the Player Framework for Windows 8 and Windows Phone 8. This release includes several Windows Phone 8 updates. If you are building media applications for Windows Phone 8, this framework offers interesting media support.
The Player Framework is an open source video player available for Silverlight, HTML5, and Xbox, as well as Windows 8 apps and Windows Phone apps. It allows you to play both progressive download videos and Smooth Streaming videos.
Download the Player Framework
http://playerframework.codeplex.com/releases/view/97645
The Windows Phone 8 version of the Player Framework is based on the Windows 8 version, not the Windows Phone 7 version. Several improvements and new features are available in this latest version. See the Player Framework documentation to review new features for Windows Phone 8 and key differences between Windows Phone 8 and Windows 8.
Tutorial
For quick tutorials about how to implement these types of players in a Windows Phone 8 application, see the Windows Phone 8 Player Documentation on CodePlex.