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

https://github.com/douxxtech/livesstv

Transmit live streams through SSTV
https://github.com/douxxtech/livesstv

Last synced: 10 months ago
JSON representation

Transmit live streams through SSTV

Awesome Lists containing this project

README

          

# LiveSSTV - Transmit live streams via SSTV

This work is heavily based on https://github.com/dnet/pySSTV, id recommand checking it out.

![img](readme_assets/webcam.png)
> Live sstv capture via my webcam

# Installation
```bash
git clone https://github.com/douxxtech/livesstv
cd livesstv
pip install opencv-python pillow numpy
```

# Usage
For the webcam livestream: `python3 main.py cam`
For the screen livestream: `python3 main.py screen`

![mbdtech](https://madeby.douxx.tech)