diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-30 09:44:23 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-30 09:44:23 +0200 |
commit | 9e205e33a61d0268c35362740aa91ca459dbf428 (patch) | |
tree | 2277d78a5215c9da5c8090b988c0e9d595cbda96 /api.md | |
parent | c180123e07c31ff45194e1645a4b90c3fd039650 (diff) | |
download | jellything-9e205e33a61d0268c35362740aa91ca459dbf428.tar jellything-9e205e33a61d0268c35362740aa91ca459dbf428.tar.bz2 jellything-9e205e33a61d0268c35362740aa91ca459dbf428.tar.zst |
stream head + webm not a format anymore
Diffstat (limited to 'api.md')
-rw-r--r-- | api.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ Where `role` is one of `backdrop` or `poster` and `width` is the width of the resolution you want to image to be in. The actual returned resolution must not be exactly what you requested. Returns assets for a node. -## GET* `/stream/<id>?<format>&<abr>&<vbr>&<index>&<tracks>` +## GET* `/stream/<id>?<format>&<abr>&<vbr>&<index>&<tracks>&<webm>` Responds with the stream directly or a redirect to the actual source in case of federation. |