high quality direct-to-pds video app for AT Protocol
Find a file
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
appview complete viewer 2025-06-04 23:10:23 +01:00
client complete viewer 2025-06-04 23:10:23 +01:00
common complete viewer 2025-06-04 23:10:23 +01:00
data initial commit: appview fetchVideo implementation 2025-05-29 21:02:49 +01:00
lexicon initial commit: appview fetchVideo implementation 2025-05-29 21:02:49 +01:00
web complete viewer 2025-06-04 23:10:23 +01:00
_client_build.ts complete viewer 2025-06-04 23:10:23 +01:00
deno.json complete viewer 2025-06-04 23:10:23 +01:00
deno.lock complete viewer 2025-06-04 23:10:23 +01:00
README.md complete viewer 2025-06-04 23:10:23 +01:00

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