kenil-shah / Streamix

This Repository contains the code for Project Phase 1 of Group 6.
MIT License
1 stars 1 forks source link

Connect client and server code through socket.io for communication #11

Closed urvishvasani closed 4 years ago

urvishvasani commented 4 years ago

A reliable connection is required between two entities to pass images back and forth for rendering purposes.

urvishvasani commented 4 years ago

For now, I've connected the server and client using socket.io. Basically, frames are being captured from the client's webcam continuously and are being sent over to the server. The server returns the same image using a socket and gets rendered on the client's web page. I'm not seeing any significant lag right now in this process but I'm curious to see how that it would turn out when the server processes the image frames and then send it over.

kenil-shah commented 4 years ago

Yep looks good. Since we have shifted to flask, I do'nt think that we need to worry about this.

urvishvasani commented 4 years ago

agree, I'm closing this issue now.