video.cerulea.blue/README.md
Charlotte Som a25ec9f235 complete viewer
now that PDSls has blob uploading i don't have to make the uploader
first. yaaay
2025-06-04 23:10:23 +01:00

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