Martin Zikmund
Martin Zikmund

Reputation: 39082

Real time video WinRT

I'm building a Windows 8.1 Store App and I need to find a way to achieve "real-time" display of video. The situation is basically that I have several moving webcams, that are sending video to server and I need to find the best possible way how the server could expose the video so that it could be displayed on the client tablet with minimum possible latency (the client tablet will be used to control the moving camera, so the operator needs to see it as real time as possible). What protocols and approaches can be used in this case?

I want to note that I have little knowledge about this concrete field, so for this reason, the question is probably not as descriptive. I have searched for many things, but nothing helped (probably because I don't know what precisely I should search for).

Thank you very much

Upvotes: 0

Views: 112

Answers (1)

Martin Zikmund
Martin Zikmund

Reputation: 39082

In the end we have ended up with using WebSockets to stream the video, because we required just a low resolution and this approach was quite sufficient for this and offered almost real-time transmission.

Upvotes: 1

Related Questions