summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-11 23:40:58 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-11 23:40:58 +0200
commit9098b57a0714b3391b63fd13a0a227d8d6eff1ac (patch)
tree0c75ef626c9d10dd74c0a899ece3ee7b721cc100
parent82bc46dd8f30c5a98aaa878aec2dd3db9f83be77 (diff)
Add sketch
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index b5658ee..adf201f 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@
**TODO: **
- [ ] membrane
-- [ ] liveview
-- [ ] phoenix (?)
+- [ ] phoenix liveview
- [ ] stream audio
- [ ] stream video
- [ ] nerves
@@ -14,6 +13,17 @@ Need to be able to stream audio and video and display it on a website.
## How?
+ ┌───────────────────────────────────────────────┐
+ │ │
+ ┌──────────┐ │ ┌──────┐ ┌──────────┐ │
+ │Microphone├─────│─►│nerves│ ┌──────┐ │ Phoenix │ │
+ └──────────┘ │ └──────┘ │nerves├─────────────►│ Liveview │ │
+ ┌──────────┐ │ ┌──────┐ └──────┘ └──────────┘ │
+ │ Camera ├─────│─►│nerves│ │
+ └──────────┘ │ └──────┘ │
+ │ │
+ └───────────────────────────────────────────────┘
+
tbd...
## Tutorials