audioplan

This commit is contained in:
legop3
2026-03-13 17:58:28 -04:00
parent 529ae62ad0
commit 2ea222355f
+14
View File
@@ -0,0 +1,14 @@
# main idea:
- stream audio from server to rovers
- users can either stream their mic from their browser
- users can also play audio files on the rover through the browser
- this is a VIP feature for verified users only
- gate in UI and in the server
## specifics
- only the current driver can play audio through a rover
- admins can enable / disable audio
- lockdown admins can adjust the volume for all rovers
- rovers are always listening for an audio stream from the server
- no transcoding allowed on-rover due to resources
- rovers are always local and cant be accessed from outside, no security is needed for audio streaming