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.
- Host: GitHub
- URL: https://github.com/daviskregers/webcamstream
- Owner: daviskregers
- Created: 2017-10-15T10:31:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T09:38:16.000Z (over 8 years ago)
- Last Synced: 2025-07-09T10:43:35.521Z (12 months ago)
- Topics: client-server, csharp, stream-webcam, streaming, udp
- Language: C#
- Homepage:
- Size: 862 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.