Welcome to Tech Head Brothers Silverlight Streaming framework
Tech Head Brothers Silverlight Streaming framework is an implementation of Silverlight Streaming REST API as a class library and a set of Workflow Foundation activities focused on the Hosting Content on Silverlight Streaming.
http://msdn2.microsoft.com/en-us/library/bb802532.aspxThe following picture shows the classes used in the framework:

Uploading a Video is as simple as those few lines:
SilverlightStreamingManager mgr =
new SilverlightStreamingManager("TOBEDEFINED", "TOBEDEFINED");
string fileset = "testvideo";
if (mgr.UploadVideo(@"T:\_Projects\Silverlight\SilverlightStreaming\media\fiona.wmv", fileset))
Console.WriteLine("Uploaded sucessfully!! ");
else
Console.WriteLine("Something went wrong !!");
You also might prefer to use the corresponding workflow activities delivered or even the sample workflow:
