Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damp11113/idrb
IDRB (Internet Digital Radio Broadcasting)
https://github.com/damp11113/idrb
damp11113 encryption epg epgdata imgui internet internet-radio internet-radio-player internet-radio-server internet-radio-station opus opus-codec pyaudio python python-project radio tcp tcp-client tcp-server zeromq
Last synced: 1 day ago
JSON representation
IDRB (Internet Digital Radio Broadcasting)
- Host: GitHub
- URL: https://github.com/damp11113/idrb
- Owner: damp11113
- License: gpl-3.0
- Created: 2023-12-16T06:21:01.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-03T05:52:37.000Z (9 months ago)
- Last Synced: 2024-03-03T06:31:25.526Z (9 months ago)
- Topics: damp11113, encryption, epg, epgdata, imgui, internet, internet-radio, internet-radio-player, internet-radio-server, internet-radio-station, opus, opus-codec, pyaudio, python, python-project, radio, tcp, tcp-client, tcp-server, zeromq
- Language: Python
- Homepage: https://thaisdr.damp11113.xyz/IDRB
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![IDRB banner](https://github.com/damp11113/IDRB/assets/64675096/b874d876-139d-4236-a31b-ae5ddb8b82fd)
# IDRB (Internet Digital Radio Broadcasting) System
IDRB is a novel internet radio broadcasting alternative that uses HLS/DASH/HTTP streams, transferring over TCP/IP. This system supports images and RDS (Dynamic update) capabilities, enabling the transmission of station information. Additionally, it allows for setting station logos and images. IDRB offers multi-broadcasting functionalities and currently supports the Opus codec, with plans to incorporate PCM, MP2/3, AAC/AAC+, and more in the future, ensuring low delay. If you find this project intriguing.# Previews
![preview](https://github.com/damp11113/IDRB/assets/64675096/ec423b0d-3598-49f3-89bb-8170e9c89563)
### Server Selector
![Recording 2024-02-26 200657](https://github.com/damp11113/IDRB/assets/64675096/5bd68eb0-0306-4fbf-86fd-0b3124736fa8)# Fetures
- [x] Encryption (Beta)
- [x] Low Latency
- [x] MultiChannel on one server
- [x] Low bandwidth using
- [x] [RDS](https://en.wikipedia.org/wiki/Radio_Data_System) but in **internet** (Dynamic updating)
- [x] Images (Logo only) (on RDS)
- [ ] [EPG](https://en.wikipedia.org/wiki/Electronic_program_guide) (on RDS)
- [ ] AS (Alternative Server) (on RDS)
- [ ] [EOM](https://en.wikipedia.org/wiki/Enhanced_other_networks) (on RDS)## Protocol
- [x] TCP
- [x] ZeroMQ
- [x] ZeroMQ (WebSocket)
- [ ] UDP
- [ ] WebSocket
- [ ] Socketio
- [ ] HTTP/HTTPS (not IDRB system, for http broadcast only)## Audio codec
- [x] Opus
- [x] [Opus+ (xHE-Opus)](https://github.com/damp11113/xHE-Opus)
- [x] PCM (Raw Audio)
- [ ] MP3 (In Devlopment)
- [ ] Vorbis
- [ ] AAC/AAC+ (HE-AAC v2)
- [ ] Flac
- [ ] Codec2 (For Voice only)### Audio channel
- [x] Mono
- [x] Stereo
- [ ] 5.1/7.1 surround (opus/pcm)
- [ ] Dolby Atmos