Challenge Overview
The overall goal of the project is to develop a plugin for MMPPF (http://smf.codeplex.com/) that will be able to parse and render CEA-608 and CEA-708 closed captions(CC). The CC raw data will be coming in as sparse data in the fragmented smooth stream.
This component will provide the framework for MMPPF closed caption plugin by defining an interface (IClosedCaptionParser) for parsing closed captions and implementing the closed caption plugin using the IClosedCaptionParser interface.
Final Submission Guidelines
Refer to the requirement specification.