mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
14 lines
636 B
Markdown
14 lines
636 B
Markdown
# 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 |