qnkhuat / tstream

Live streaming from your terminal
https://tstream.xyz
MIT License
268 stars 9 forks source link
chat go streaming terminal terminal-app webrtc

TStream - Streaming from terminal

tstream.xyz | Join our Discord | Start Streaming

TStream

Install

Download pre-built package

The easiest way to install tstream is download it form our Release page. Make sure you download the version that match your Operating System

Build from source

Start Streaming

Just type tstream in the terminal and it will instruct you 🙂

If you want to start a private session run: tstream -private

(Optional) Tstream chat inside terminal

We also have a chat client on terminal, you can start it with tstream -chat after you've started your streaming session TStream chat

(Optional) Voice chat 🔈

Inside TStream chat client, you can turn on voice chat with command /unmute and turn off it with /mute

Self Host

This diagram is an overview of all needed components to run TStream

Overview of TStream

TServer

The easiest way to install tserver is download it from our Release page

Or if you prefer to build from source

Optional configurations:

Test the server with curl http://localhost:3000/api/health. It should return the current time

Client web app

This is what currently running at tstream.xyz.

To run it:

Now go to localhost:3001, it should be exactly like tstream.xyz

For production I recommend using service like Vercel. It's free and very easy to setup

Streaming

By default the tstream package will stream to https://server.tstream.xyz

You can override it with by running tstream -server {your server address}.

For example : tstream -server http://localhost:3000

Upcoming features