Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

audio ffmpeg icecast image internet-radio ogg-opus photograph picture python radio sstv vox

Last synced: about 11 hours 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)