now that PDSls has blob uploading i don't have to make the uploader first. yaaay
12 lines
443 B
Markdown
12 lines
443 B
Markdown
# video.cerulea.blue
|
|
|
|
the application comprises a video CDN and a client that fetches a record and displays a `<video>` tag.
|
|
the appview does not ingest from any event stream, but rather fetches videos on-demand.
|
|
|
|
there is an allowlist of trusted users whose videos can be proxied,
|
|
since re-serving arbitrary user content can be a big liability.
|
|
|
|
## to-do list
|
|
|
|
- video cdn garbage collection (so that disk usage doesn't grow unbounded)
|
|
- etc
|