add hardware connection flow
This commit is contained in:
@@ -27,6 +27,16 @@ The streamer relies on two core pieces of software: a capture/encoding client an
|
|||||||
|
|
||||||
## 🚀 Installation & Setup
|
## 🚀 Installation & Setup
|
||||||
|
|
||||||
|
### Hardware Flow
|
||||||
|
```mermaid
|
||||||
|
flowchart TD
|
||||||
|
A[Turntable] --> B[3.5mm Splitter]
|
||||||
|
B --> |3.5mm|C[3.5mm to RCA converter]
|
||||||
|
B --> |.5mm|D[Home Theater]
|
||||||
|
C --> |RCA|E[Behringer UCA202]
|
||||||
|
E --> |USB|F[Raspberry Pi3]
|
||||||
|
```
|
||||||
|
|
||||||
### Option A: Bare-Metal Package Installation
|
### Option A: Bare-Metal Package Installation
|
||||||
|
|
||||||
1. Update your system and install the required packages:
|
1. Update your system and install the required packages:
|
||||||
|
|||||||
Reference in New Issue
Block a user