Silverlight 4 Multicast streaming -


Did anyone have the opportunity to do multicast streaming in Silverlight 4? I would like to ask for any information on this topic - links, docs - anything code samples will be rocky! I know that this is only released as a developer version, but I have signed up to a demo before this year ... (Not very smart, I know)

I multicast UDP in Silverlight 4 Beta. Currently, there is not much that makes it difficult I I mean to put some things about it but this is my result (These results are for UDP multicast single source):

  • Multicast only works on internal LAN.
  • There is no Silverlight client on the LAN, where there is a multicast host, can not receive the packet sent by the host.
  • There is no Silverlight client on the LAN, where mulitcast is hosted, Unicast UDP can send packets to the host.

I really hate these results, I wanted to play games using UDP sockets. However, Silverlight 4 Beta does not support Unicast communication in two ways, I do not understand why? If someone has any results, please let me know

Oh, and you have to host a UDP policy server at Port 9430, before you can send / receive packets successfully.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -