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

https://github.com/bitscoper/bitscoper_sstv_icecast_broadcaster

A Python project that transmits images using 19 SSTV (Slow Scan Television) modes with VOX functionality through Icecast in Ogg Opus format with dynamic mount points.
https://github.com/bitscoper/bitscoper_sstv_icecast_broadcaster

ffmpeg icecast-source ogg-opus sstv

Last synced: 11 months ago
JSON representation

A Python project that transmits images using 19 SSTV (Slow Scan Television) modes with VOX functionality through Icecast in Ogg Opus format with dynamic mount points.

Awesome Lists containing this project

README

          

# Bitscoper SSTV Icecast Broadcaster

A Python project that transmits images using 19 SSTV (Slow Scan Television) modes with VOX functionality through Icecast in Ogg Opus format with dynamic mount points.

## SSTV Modes

- MartinM1
- MartinM2
- PD120
- PD160
- PD180
- PD240
- PD290
- PD90
- PasokonP3
- PasokonP5
- PasokonP7
- Robot24BW
- Robot36
- Robot8BW
- ScottieDX
- ScottieS1
- ScottieS2
- WraaseSC2120
- WraaseSC2180

## Usage

```
python main.py
```

## Dependencies

- [FFmpeg](https://github.com/FFmpeg/FFmpeg)
- [Pillow](https://github.com/python-pillow/Pillow)
- [PySSTV](https://github.com/dnet/pySSTV)
- [pydub](https://github.com/jiaaro/pydub)