From 3e86830ba09eba4db2cc55a85f12fe13b30015ea Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:03:10 +0700 Subject: [PATCH 1/8] Update client.py --- Client/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/client.py b/Client/client.py index 23949bd..cc590af 100644 --- a/Client/client.py +++ b/Client/client.py @@ -423,7 +423,7 @@ class App: dpg.add_text(i) 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): dpg.add_text("This channel is encrypt! Please enter password for decrypt.") @@ -550,4 +550,4 @@ class App: app = App() -app.init() \ No newline at end of file +app.init() From 5ed420215dea010a6fc66b770c5dcfc52ad28512 Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:07:14 +0700 Subject: [PATCH 2/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 056e3f2..e334dc5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![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. ![preview](https://github.com/damp11113/IDRB/assets/64675096/ec423b0d-3598-49f3-89bb-8170e9c89563) From 4f6f96ad8de88640792d76bb818682a489438327 Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:59:28 +0700 Subject: [PATCH 3/8] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e334dc5..ce2d807 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ IDRB is a novel internet radio broadcasting alternative that uses HLS/DASH/HTTP - [ ] AS (Alternative Server) (on RDS) - [ ] [EOM](https://en.wikipedia.org/wiki/Enhanced_other_networks) (on RDS) +# Protocol +-[x] TCP +-[ ] WebSocket + + ## Audio codec - [x] Opus - [x] PCM (Raw Audio) From 57c33010f93ee7cba35c2b4bfebf312848ad24c5 Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:59:52 +0700 Subject: [PATCH 4/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce2d807..92e1d6a 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ IDRB is a novel internet radio broadcasting alternative that uses HLS/DASH/HTTP - [ ] [EOM](https://en.wikipedia.org/wiki/Enhanced_other_networks) (on RDS) # Protocol --[x] TCP --[ ] WebSocket +- [x] TCP +- [ ] WebSocket ## Audio codec From 13f7deb82bb4c736d617f4a91edd51992d3df56c Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Fri, 22 Dec 2023 00:00:15 +0700 Subject: [PATCH 5/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e1d6a..a71530a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ IDRB is a novel internet radio broadcasting alternative that uses HLS/DASH/HTTP - [ ] AS (Alternative Server) (on RDS) - [ ] [EOM](https://en.wikipedia.org/wiki/Enhanced_other_networks) (on RDS) -# Protocol +## Protocol - [x] TCP - [ ] WebSocket From c5e0d9aa86dd795fed70d036bc8fa20d87249159 Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:09:10 +0700 Subject: [PATCH 6/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a71530a..e4a1c2c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ IDRB is a novel internet radio broadcasting alternative that uses HLS/DASH/HTTP - [x] Low Latency - [x] MultiChannel on one server - [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) - [ ] AS (Alternative Server) (on RDS) - [ ] [EOM](https://en.wikipedia.org/wiki/Enhanced_other_networks) (on RDS) From e6f03710977a2d77eaf86ed7f441a1d15c972440 Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:14:15 +0700 Subject: [PATCH 7/8] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4a1c2c..f2f738c 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,20 @@ IDRB is a novel internet radio broadcasting alternative that uses HLS/DASH/HTTP ## Protocol - [x] TCP +- [ ] UDP - [ ] WebSocket - +- [ ] Socketio +- [ ] [ZeroMQ](https://zeromq.org/) +- [ ] HTTP/HTTPS (not IDRB system, for http broadcast only) ## Audio codec - [x] Opus - [x] PCM (Raw Audio) - [ ] MP3 (In Devlopment) - [ ] Vorbis -- [ ] AAC/AAC+ (xhe-aac) +- [ ] AAC/AAC+ (XHE-AAC) - [ ] Flac +- [ ] Codec2 (For Voice only) ### Audio channel - [x] Mono From 461d09befb44fd31cf66c46c4e46a519be369545 Mon Sep 17 00:00:00 2001 From: dharm pimsen <64675096+damp11113@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:55:39 +0700 Subject: [PATCH 8/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2f738c..9834abb 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,4 @@ IDRB is a novel internet radio broadcasting alternative that uses HLS/DASH/HTTP - [x] Mono - [x] Stereo - [ ] 5.1/7.1 surround (opus/pcm) +- [ ] Dolby Atmos