-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
API
/peers/self/endpoints
/peers/self/endpoints/<uid>
(Later, we'll implement /peers/<uid>/... and allow access to endpoints of all discovered peers; /peers/self will be a special case for current/local peer. For now we'll implement only /peers/self)
Endpoint fields:
endpoint_type: system_device, streaming_device
stream_direction: input, output, duplex
driver: pipewire
uid
display_name
system_name
Impl
- EndpointDescriptor
- EndpointDispatcher
- Use Database to save state (from Persistent storage prototype #32)
- Use DeviceDriver to list/control devices (from DeviceDriver and PipewireDriver #50)
- HTTP API
- Integration test with mock driver (based on Integration tests skeleton #49)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Planned