upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran <kieran@harkin.me>2025-07-17 12:44:44 +0100
committerKieran <kieran@harkin.me>2025-07-17 12:44:44 +0100
commit7c587c37ea1999a11abdd0bfdc20453a6dd6b864 (patch)
tree22e138eb490f4e465b85553c696f951f1de73b2a
parent8509025e27bb45dbb239358fee2450ed7febf177 (diff)
expiration tag note
-rw-r--r--5E.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/5E.md b/5E.md
index d3acd00..83e5988 100644
--- a/5E.md
+++ b/5E.md
@@ -74,6 +74,7 @@ Each segment of the stream is a [NIP-94](94.md) event which describes where the
74 ["index", "1234"], 74 ["index", "1234"],
75 ["url", "https://example.com/1234.ts"], 75 ["url", "https://example.com/1234.ts"],
76 ["fallback", "https://another.com/1234.ts"], 76 ["fallback", "https://another.com/1234.ts"],
77 ["expiration", "1752752349"],
77 ["service", "blossom"], 78 ["service", "blossom"],
78 ... 79 ...
79 ] 80 ]
@@ -88,6 +89,8 @@ Aside from the standard NIP-94 tags:
88 89
89`service` tag should be used for extended censorship resitance by looking up the appropriate server list (Blossom) of the uploader and checking for files on alternate servers. 90`service` tag should be used for extended censorship resitance by looking up the appropriate server list (Blossom) of the uploader and checking for files on alternate servers.
90 91
92An [NIP-40](40.md) `expiration` tag MAY be used to automatically clean up segments after a specified time, which is useful for live streams that are not intended to persist. Producers SHOULD also automatically delete segment files from file servers.
93
91## Implementors 94## Implementors
92 95
93### Consumers 96### Consumers