Advanced Forum Search Results
-
Hello all,
I’m writing new version of client application (on Silverlight) for video surveillance system. In future I plan to stream directly to Silverlight, unfortunately now it’s not an option. Now I have COM object that can receive video stream from network.
My question is: how can I transmit large amount of data (video samples ~ 2MB) ...
-
Hi Jonathan,
Thank you for the reply and links. By the way, the last link on 'this article' points to this forum's message. I'm not sure, that this is correct, can you check please?
But, unfortunately, this is not the answer on my question. As I know, Silverlight allows streaming from WMS as far as from any source, which ...
-
Hi all,
I have several questions about Silverlight streaming. What I’m interested in, is exact structure of video streaming, which is accepted by Silverlight.
I’ve made a simple test with video streaming using: Silverlight application as client (MediaElement, source=”http://xxx.xxx.xxx.xxx:8080”), VLC player as streaming server (I’ve set up ...