Commit graph

51 commits

Author SHA1 Message Date
Ahmet Kaan GÜMÜŞ
99a03dbbc7 refactor: ♻️ whole structure of the streamer gui
feat:  Connect, Record, Play Audio Seperated
2024-04-28 18:58:01 +03:00
Ahmet Kaan GÜMÜŞ
c5df598338 feat: 💄 two button turned into one button 2024-04-27 22:14:50 +03:00
Ahmet Kaan GÜMÜŞ
6eb3e9b419 feat: streamer: Disconnect from server 2024-04-27 19:48:13 +03:00
Ahmet Kaan GÜMÜŞ
21d8781188 feat: 💄 first gui for streamer
fix: 🚑 oneshot fail in listener socket
2024-04-27 15:36:28 +03:00
Ahmet Kaan GÜMÜŞ
c404f5b23f fix: 🥅 error handling: tls conversion, tcp to ws conversion 2024-04-26 02:32:46 +03:00
Ahmet Kaan GÜMÜŞ
56d17084e1 feat: always ready for a streamer at relay 2024-04-25 04:19:03 +03:00
Ahmet Kaan GÜMÜŞ
5bdc68b6ee chore: 🔊 not necessary little chore update 2024-04-22 22:07:10 +03:00
Ahmet Kaan GÜMÜŞ
5e5751c4bc feat: disconnect all listeners when streamer disconnected 2024-04-21 20:22:30 +03:00
Ahmet Kaan GÜMÜŞ
9e8cc84f66 feat: 🔧 new structure for both tls and non-tls with config files and generics 2024-04-21 04:29:17 +03:00
Ahmet Kaan GÜMÜŞ
1350046453 feat: 🎨 config 2024-04-20 23:33:19 +03:00
Ahmet Kaan GÜMÜŞ
25022e8634 feat: ⚗️ experiment: listener side tsl
feat:  tls for listener in the back
fix: 🐛 wrong dependency feature corrected
2024-04-20 15:25:45 +03:00
Ahmet Kaan GÜMÜŞ
f693e25503 feat: tls support for streamer 2024-04-20 02:06:25 +03:00
Ahmet Kaan GÜMÜŞ
7bc208b0e4 feat: ⚗️ experiment: tls 2024-04-20 00:37:22 +03:00
Ahmet Kaan GÜMÜŞ
b20302e363 chore: add rustls-platform-verifier dependency 2024-04-19 23:12:14 +03:00
Ahmet Kaan GÜMÜŞ
799ab33566 chore: 🙈 configs 2024-04-16 23:39:29 +03:00
Ahmet Kaan GÜMÜŞ
5713bec4ae refactor: 🔥 removed wrong implemented tls in streamer 2024-04-16 23:31:17 +03:00
Ahmet Kaan GÜMÜŞ
68a280fc80 feat: ⚗️ experiment: rustls 2024-04-15 03:38:03 +03:00
Ahmet Kaan GÜMÜŞ
0f31fd54ea refactor: ♻️ refactor and update dependencies 2024-04-14 23:48:14 +03:00
Ahmet Kaan GÜMÜŞ
73f624b14f fix: 🥅 handle streamer first connection problems 2024-04-13 05:06:17 +03:00
Ahmet Kaan GÜMÜŞ
8fbf33e62e perf: compression
feat: ⚗️ buffer layer ignored
2024-04-12 04:03:26 +03:00
Ahmet Kaan GÜMÜŞ
e4125c63aa perf: ⚗️ buffer layer optimizations 2024-04-11 21:42:45 +03:00
Ahmet Kaan GÜMÜŞ
1ccc335477 perf: optimized data packets 50% 2024-04-11 20:53:35 +03:00
Ahmet Kaan GÜMÜŞ
e04666b620 feat: ⚗️ buffer layer 2024-04-11 13:31:59 +03:00
Ahmet Kaan GÜMÜŞ
eb62dbd023 perf: optimized data packets 100% 2024-04-11 12:36:17 +03:00
Ahmet Kaan GÜMÜŞ
1cebc9d060 refactor: no need cpal in stream server anymore 2024-04-10 03:27:13 +03:00
Ahmet Kaan GÜMÜŞ
a954dfce73 feat: main server as a relay, support for streamer client 2024-04-09 20:54:32 +03:00
Ahmet Kaan GÜMÜŞ
e26b0b9fd1 refactor: ♻️ refactor ring with channel 2024-04-09 02:20:24 +03:00
Ahmet Kaan GÜMÜŞ
7707c66407 feat: handle multiple clients with one sound stream 2024-04-08 20:21:54 +03:00
Ahmet Kaan GÜMÜŞ
4b158d5195 feat: play && stop checks 2024-04-07 06:10:09 +03:00
Ahmet Kaan GÜMÜŞ
eabe8e0521 fix: 🐛 sound glitch & delay
feat:  buffering
2024-04-05 03:55:21 +03:00
Ahmet Kaan GÜMÜŞ
78a1d52976 chore: ⬆️ reqwest and dioxus updated 2024-03-30 06:33:51 +03:00
Ahmet Kaan GÜMÜŞ
5cb65f8bad refactor: ♻️ front 2024-03-27 03:34:35 +03:00
Ahmet Kaan GÜMÜŞ
cf5130aa60 refactor: 🧵 switched to coroutine instead of tokio spawn 2024-03-27 02:42:19 +03:00
Ahmet Kaan GÜMÜŞ
669dbcc0e8 feat: First microphone stream from server to client 2024-03-24 16:29:43 +03:00
Ahmet Kaan GÜMÜŞ
7e5a235382 feat: hear what you talk 2024-03-22 04:14:19 +03:00
Ahmet Kaan GÜMÜŞ
6df2d88b14 feat: 🎉 streamer initial commit 2024-03-22 03:07:06 +03:00
Ahmet Kaan GÜMÜŞ
5309d38c6c feat: play audio with wasm cpal backend 2024-03-21 23:20:13 +03:00
Ahmet Kaan GÜMÜŞ
5aafa9befd feat: stream from original backend
chore: 🙈 audios
2024-03-18 04:08:14 +03:00
Ahmet Kaan GÜMÜŞ
1992354aed feat: stream from static file 2024-03-17 04:28:23 +03:00
Ahmet Kaan GÜMÜŞ
bfb83616e3 fix: 🚨 import that doesn't exist 2024-03-16 17:49:01 +03:00
Ahmet Kaan GÜMÜŞ
cd2c571226 refactor: ♻️ status data structures 2024-03-15 03:37:09 +03:00
Ahmet Kaan GÜMÜŞ
a6e95affab refactor: ♻️ global signals removed
refactor: ♻️ type restrictions for statuses
2024-03-15 03:10:00 +03:00
Ahmet Kaan GÜMÜŞ
adbbd52b3e feat: always control server status 2024-03-11 03:34:52 +03:00
Ahmet Kaan GÜMÜŞ
2755034013 feat: Lock button while fetching 2024-03-10 02:25:06 +03:00
Ahmet Kaan GÜMÜŞ
ffa21ae8df feat: https support 2024-03-09 16:44:42 +03:00
Ahmet Kaan GÜMÜŞ
aeafc3cf4e feat: coin flip
feat:  button trigger
2024-03-09 03:35:17 +03:00
Ahmet Kaan GÜMÜŞ
75cf0be90d feat: server status 2024-03-08 02:43:31 +03:00
Ahmet Kaan GÜMÜŞ
180d13b9b9 chore: 🙈 dist 2024-03-07 22:57:05 +03:00
Ahmet Kaan GÜMÜŞ
d076b21a56 chore: 🙈 .vscode 2024-03-07 22:24:40 +03:00
Ahmet Kaan GÜMÜŞ
8f2b6f1e3f feat: plays radio stream from url
feat:  api structure
2024-03-07 04:07:11 +03:00