문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top