November 8, 2008
3:05 am
Windows Azure: Using Silverlight in a Cloud Service to Play a Video stored in Blob Storage
Jim walks through adding a Silverlight control to a Windows Azure Cloud Service by showing a Silverlight MediaElement stream a video from the Windows Azure Blob Storage Service.
There are two things that I want to show in this post:
- That you can use Silverlight in a Windows Azure Cloud Service
- That you can stream a movie progressively via http (more about that here) from Windows Azure Blob storage
The code is attached to this blog post. Note that you will have to add and reference the Common and StorageClient projects that come as samples in the Windows Azure SDK.
Loading

Leave a comment »