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
- Host: GitHub
- URL: https://github.com/douxxtech/livesstv
- Owner: douxxtech
- License: other
- Created: 2025-08-12T17:05:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T17:07:11.000Z (10 months ago)
- Last Synced: 2025-08-12T19:09:57.237Z (10 months ago)
- Language: Python
- Size: 312 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

> 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`
