Silverlight Streaming SDK Client API and Sample App
This is a quick hit, I'll update this sample and write more later, but I wanted to get this out there since it may be helpful to some of you and I haven't had too much time to work on it lately, so I have no idea when I'll get it to where I want it.
The Silverlight Streaming SDK is a REST API to allow you to interact with your Silverlight Streaming account. This includes fileset and file listings, adding and deleting files and filesets, etc. It's a pretty simple API, but can really help if you want to automate uploading content to Silverlight Streaming.
I've created a quick and dirty sample which gives you a simple explorer-type interface to your Silverlight Streaming account. What makes it especially useful is that it has client-side classes to wrap the web request calls to make it easier to deal with the SDK. So you can use this class library in your own apps pretty easily.
You can download the source here: http://www.bluerosegames.com/slsexplorer.zip