Frage

I need to do these tasks:

  • Client side: An application which captures video/images from the webcam.
  • Server side: A server S1 which collects from clients videos/images and stores them to a database, and a server S2 which shows the videos/images (and also a live stream) to each user through a webpage

IMPORTANT: This is the big picture, i don't ask for the whole implementation (i saw that my question is on hold :-s )!!

My standpoint is this:

I made a Windows Forms Application which captures video stream from my webcam using EmguCV, but now i want to send the video to a server.

I don't have experience with sockets and client-server communication.

Any ideas on How to make this client-server communication happen ?

I studied this option but I'm not sure if I can get a reasonable result

All links/ideas will be helpful. Sorry for my English

War es hilfreich?

Lösung

You can use SignalR for this type of Client-Server communication.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top