An open API service indexing awesome lists of open source software.

https://github.com/daviskregers/webcamstream

Course work for "Graphics in client-server environment". Written in C#. Stream text-based chat and webcams bidirectionally.
https://github.com/daviskregers/webcamstream

client-server csharp stream-webcam streaming udp

Last synced: 4 months ago
JSON representation

Course work for "Graphics in client-server environment". Written in C#. Stream text-based chat and webcams bidirectionally.

Awesome Lists containing this project

README

          

# Stream webcam over UDP and text chat over TCP bidirectionally

Written for an a course work assignment in "Graphics in client-server environment"

----------

**TODO:**
- ~~Accept connections~~
- ~~Stream webcam frames~~
- ~~Fix an issue where there is an error thrown if the default webcam is being already used on startup~~
- ~~Add option to text chat~~

**DEPENDENCIES:**
- WebEye.Controls.Winforms.WebCameraControl

----------

Continued project from https://github.com/daviskregers/TCP-Chat-program although no longer is separated by two separate build projects, uses a checkbox to determine which is the server and which is the client - both server and client has it's own class.