diff options
Diffstat (limited to 'BrowserSource/Proxy/README.md')
| -rw-r--r-- | BrowserSource/Proxy/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/BrowserSource/Proxy/README.md b/BrowserSource/Proxy/README.md new file mode 100644 index 0000000..6c986b2 --- /dev/null +++ b/BrowserSource/Proxy/README.md @@ -0,0 +1,12 @@ +This is a Linux server. It receives transcripts from TaSTT and serves them to +peers using a session identifier. It serves the use case where a mute player +wishes to show their transcript on a friend's stream. + +Dependencies: +* clang-15 +* cmake +* fmtlib/fmt + +To build: +./build-foss.sh +make |
