Skip to main content
Home Forums Silverlight Design Video and Media How can i do a live video streaming in silverlight..
15 replies. Latest Post by bluemoon786 on June 24, 2009.
(0)
balukr54
Member
124 points
143 Posts
06-11-2009 11:58 PM |
hi all How can i do alive video streaming in silverlight? Regards Balu
Sergey.L...
Contributor
7198 points
1,340 Posts
06-12-2009 6:14 AM |
Hi
You can make it with Expression Encoder. What is the source of alive video streaming?
06-12-2009 6:21 AM |
Yes i downloaded the expression encoder.I am using camcoder.How can i show it in a silverlight page?
06-12-2009 6:37 AM |
At Encoder, main menu: View -> Live Enciding Mode. Then configure stream at the bottom of window. There are "Launch Preview" button to test streaming.
davidezo...
5686 points
873 Posts
06-12-2009 7:00 AM |
Hi,
you can also refer to this article: http://blogs.msdn.com/jitghosh/archive/2007/11/30/demo-live-streams-in-silverlight.aspx
06-15-2009 1:07 AM |
Hi all When i press launch preview button a webpage comes. but its asking to install silverlight.But i have silverlight already installed and other silverlight application are working in it?What is the issue? Regards Balu.
06-15-2009 1:41 AM |
Hi Balu,
What version of Silverlight have you installed?
06-15-2009 1:46 AM |
Hi I have SL 2.0.41005.0.. its the latest version. Regards Balu
06-15-2009 2:47 AM |
hm... preview player use Silverlight 1. I've Silverlight 3 and all ok. I think problem is not in version of installed Silverlight. :(
06-15-2009 9:06 AM |
hi i tried with silverlight 2 and 3. its not working in both. regards balu
06-15-2009 11:57 AM |
You can create a Silverlight app. Put MediaElement at Page and set Source property to stream url. Something like mms://127.0.0.1:8080
06-16-2009 2:20 AM |
hi Thanks for the help..I tried that its working. I am getting a delay of 8 - 10 sec.Is ther any way to reduce it.I read that there will a default delay of 5 sec. regards balu
bluemoon786
4 points
2 Posts
06-24-2009 12:57 AM |
How to create a Silverlight app. for this, can you provide me this app. ?
06-24-2009 1:57 AM |
Hi Create a Sl app Add media element to it Set source of media element to source ="mms://127.0.0.1:8080"(address of your streaming server 8080 is the port) eg regards balu
06-24-2009 6:35 AM |
Hi bluemoon786,
as already described by balu, this is the xaml you should use:
<
</
06-24-2009 10:06 AM |
Thanks David
and Thanks balu
You Guys Really helpfull, do you know from where i can re stream mms link to other people, I mean any free service or website that provide re streaming for free?
Thanks once again