Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# phantom

stream video from usb device over the web
Stream video from usb device over the web.
It is about turning an old Raspberry Pi, with a video device (USB, PCI, etc.), into a home camera.

```mermaid
architecture-beta
group vpn(cloud)[Private network]
junction disksplit

service api(server)[api] in vpn
service os(disk)[System Storage] in vpn
service storage(disk)[Video Storage] in vpn

api:R -- L:disksplit
os:B -- T:disksplit
storage:T -- B:disksplit
```

Once installed, you should be able to connect to your server through your VPN and stream from your video device.

## prerequisite

Expand Down