Ecosyste.ms: Awesome
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
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.
- Host: GitHub
- URL: https://github.com/bitscoper/bitscoper_sstv_icecast_broadcaster
- Owner: bitscoper
- License: gpl-3.0
- Created: 2024-10-22T16:42:33.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:11:02.000Z (about 2 months ago)
- Last Synced: 2024-12-16T06:47:28.301Z (6 days ago)
- Topics: audio, ffmpeg, icecast, image, internet-radio, ogg-opus, photograph, picture, python, radio, sstv, vox
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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)