Silverlight Streaming Utility Classes
Posted by: Bryant Likess Blog,
on 11 Mar 2009 |
View original | Bookmarked: 0 time(s)
Yesterday I was working through another question in the Silverlight Forums about how to upload video to Silverlight Streaming via code. At first I tried to reference the Video.Show application, but there is a lot of code there and it doesnt help if you just want to upload a bunch of videos to the same application. So I ended up taking some of the code from Video.Show and some of the code from the SDK/API and created a very simple Utility class to help with the process. You can download the code...