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

https://github.com/yonka2019/srtshare

SRTShare - self-made video protocol
https://github.com/yonka2019/srtshare

csharp net networking screenshare srt

Last synced: about 1 year ago
JSON representation

SRTShare - self-made video protocol

Awesome Lists containing this project

README

          

# SRTShare
Desktop application [client app & server console app] which is written on C#. A screenshare (video & audio transmission) application which works through self-made protocol which is inspired by SRT protocol.
Allows the server share his screen to multiple number of clients which connected to him through the network (LAN/WAN support).

The protocol includes 3 encryption types, such as: AES256, XOR, Substitution method.
In addition, the application provides option for retransmission mechanism and much more preferences which each client can modify according to his personal desire.

My original repo with all the issues and pull requests in [GitLab](https://gitlab.com/yonka2019/krayot-801-srtshare/-/tree/main)

## Server
![Console screenshot](https://github.com/yonka2019/SRTShare/blob/main/Screenshots/Server.png)

## Client - Main Menu
![Main menu screenshot](https://github.com/yonka2019/SRTShare/blob/main/Screenshots/MainMenu.png)

## Cleint - Settings Menu
![Settings sceenshot](https://github.com/yonka2019/SRTShare/blob/main/Screenshots/SettingsMenu.png)