Mint a signed session token for the given S3 object and return a loopback URL.
The URL can be set directly as the src attribute of a <video> or
<audio> element. The loopback server handles byte-range requests so video
seeking works without the frontend doing anything special.
The token expires after 1 hour or when the session ends. Use expiresAt to
schedule a pre-emptive refresh before the token lapses.
Mint a signed session token for the given S3 object and return a loopback URL.
The URL can be set directly as the
srcattribute of a<video>or<audio>element. The loopback server handles byte-range requests so video seeking works without the frontend doing anything special.The token expires after 1 hour or when the session ends. Use
expiresAtto schedule a pre-emptive refresh before the token lapses.