This commit is contained in:
dharm pimsen 2024-01-19 16:07:10 +07:00
commit 39701b2225
2 changed files with 15 additions and 5 deletions

View File

@ -438,7 +438,7 @@ class App:
dpg.add_text(i) dpg.add_text(i)
dpg.add_spacer(height=20) dpg.add_spacer(height=20)
dpg.add_text(f"Copyright (C) 2023 ThaiSDR All rights reserved. (GPLv3)") dpg.add_text(f"Copyright (C) 2023 damp11113 All rights reserved. (GPLv3)")
with dpg.window(label="Password Required", tag="requestpasswordpopup", modal=True, no_resize=True, no_close=True, no_move=True, show=False): with dpg.window(label="Password Required", tag="requestpasswordpopup", modal=True, no_resize=True, no_close=True, no_move=True, show=False):
dpg.add_text("This channel is encrypt! Please enter password for decrypt.") dpg.add_text("This channel is encrypt! Please enter password for decrypt.")
@ -565,4 +565,4 @@ class App:
app = App() app = App()
app.init() app.init()

View File

@ -1,6 +1,6 @@
![IDRB banner](https://github.com/damp11113/IDRB/assets/64675096/b874d876-139d-4236-a31b-ae5ddb8b82fd) ![IDRB banner](https://github.com/damp11113/IDRB/assets/64675096/b874d876-139d-4236-a31b-ae5ddb8b82fd)
# IDRB (Internet Digital Radio Broadcasting) # 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. 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.
![preview](https://github.com/damp11113/IDRB/assets/64675096/ec423b0d-3598-49f3-89bb-8170e9c89563) ![preview](https://github.com/damp11113/IDRB/assets/64675096/ec423b0d-3598-49f3-89bb-8170e9c89563)
@ -10,20 +10,30 @@ IDRB is a novel internet radio broadcasting alternative that uses HLS/DASH/HTTP
- [x] Low Latency - [x] Low Latency
- [x] MultiChannel on one server - [x] MultiChannel on one server
- [x] [RDS](https://en.wikipedia.org/wiki/Radio_Data_System) but in **internet** (Dynamic updating) - [x] [RDS](https://en.wikipedia.org/wiki/Radio_Data_System) but in **internet** (Dynamic updating)
- [x] Images (Like station logo etc.) (Logo only) (on RDS) - [x] Images (Logo only) (on RDS)
- [ ] [EPG](https://en.wikipedia.org/wiki/Electronic_program_guide) (on RDS) - [ ] [EPG](https://en.wikipedia.org/wiki/Electronic_program_guide) (on RDS)
- [ ] AS (Alternative Server) (on RDS) - [ ] AS (Alternative Server) (on RDS)
- [ ] [EOM](https://en.wikipedia.org/wiki/Enhanced_other_networks) (on RDS) - [ ] [EOM](https://en.wikipedia.org/wiki/Enhanced_other_networks) (on RDS)
## Protocol
- [x] TCP
- [ ] UDP
- [ ] WebSocket
- [ ] Socketio
- [ ] [ZeroMQ](https://zeromq.org/)
- [ ] HTTP/HTTPS (not IDRB system, for http broadcast only)
## Audio codec ## Audio codec
- [x] Opus - [x] Opus
- [x] PCM (Raw Audio) - [x] PCM (Raw Audio)
- [ ] MP3 (In Devlopment) - [ ] MP3 (In Devlopment)
- [ ] Vorbis - [ ] Vorbis
- [ ] AAC/AAC+ (xhe-aac) - [ ] AAC/AAC+ (XHE-AAC)
- [ ] Flac - [ ] Flac
- [ ] Codec2 (For Voice only)
### Audio channel ### Audio channel
- [x] Mono - [x] Mono
- [x] Stereo - [x] Stereo
- [ ] 5.1/7.1 surround (opus/pcm) - [ ] 5.1/7.1 surround (opus/pcm)
- [ ] Dolby Atmos