I am using SMFPlayer in SilverLight Smooth Streaming Development Kit. And I am able to play video content, however for some reason we want to have control over data being downloaded and parsed. For that Purpose we want to start using ISmoothStreamingCache interface. I want to know what is the right approach to hook ISmoothStreamingCache object in SMFPlayer.
Thanks in advance
Big O
The
ISmoothStreamingCache'simplementation should also implementIPlugininterface. It should also be decorated withExportAdaptiveCacheProviderattribute.Then it will be automatically hooked to the SMFPlayer.
Below is skeleton code for class: