Tag: Streaming
-
Smooth Streaming on Windows Phone 7
Read Smooth Streaming in Silverlight here This post is walkthrough on enabling smooth streaming of media over IIS and then stream over Windows Phone 7 client. There are very good documentation available on IIS official site to have a better understanding of smooth streaming. So I am not touching theoretical concept behind smooth streaming in…
-
Smooth Streaming in Silverlight
This post is walkthrough on enabling smooth streaming of media over IIS and then stream over Silverlight client. There are very good documentation available on IIS official site to have a better understanding of smooth streaming. So I am not touching theoretical concept behind smooth streaming in this post. However I have shown steps by…
-
Video on Smooth Streaming in Silverlight Part 1
******************************************* *************************************************************
-
Streaming in WCF
Objective In this article, I am going to explain various aspects of streaming of messages in WCF. For example; I/O Streams Streaming and Binding Streaming and Transport channel Stream management Why we need Streaming? In WCF any receiving message is delivered only once entire message has been received. What I mean here is that first…