mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
14 lines
595 B
Markdown
14 lines
595 B
Markdown
# general idea
|
|
- add support for multiple room cameras through the server to the UI
|
|
|
|
## what needs to happen on the server:
|
|
- add support for a path of room cameras on mediamtx
|
|
- /room/<camera_name>
|
|
- CANNOT interfere with rover cameras (/<rover_name>)
|
|
- needs to use the same auth system as the rover camera
|
|
- room cameras will be streamed to the server over SRT
|
|
|
|
## what needs to happen in the web UI
|
|
- users should be able to see all room cameras, even if not assigned to a rover
|
|
- automatically add a room camera player for each room camera
|
|
- make a component that shows all room cameras |