Click here to Skip to main content
15,867,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

We are using VLC player to stream UDP streams. But We want want to achieve this in WPF and Silverlight. Is there a way to achieve this with WPF or Silverlight without using VLC.

Thanks in Advance.
Posted
Updated 22-Jun-11 4:10am
v2
Comments
Mark Salsbery 22-Jun-11 14:54pm    
Silverlight 4 added UDP Multicast support, but not full UDP socket support. I don't think Silverlight can use WCF UDP bindings. You may want to check if Silverlight actually has the UDP capabilities you need...

1 solution

You can use WCF to stream with the UDP protocol, and last I checked, WCF was compatible both WPF and Silverlight.
 
Share this answer
 
Comments
Kasun Koswattha 23-Jun-11 11:40am    
Dear John,

Can you please provide a sample. Because I couldn't bind the UDP Protocol in WCF.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900