Login to reply
Replies (5)
tem o link do nostube?
It's on
@florian is working on it, Florian when uploads there to work? I believe you can upload a video on any nostr client that supports video upload kind and it will show there. You may like to check plebs.app, zap.stream for upload as well.
nostu.be
A modern Nostr video client
nostu.be
A modern Nostr video client

zap.stream
zap.stream - Nostr Live Streaming
Nostr live streaming powered by Bitcoin lightning. Stream freely with Bitcoin payments, no censorship, open source.
You intend to do chunking from several? Otherwise option to choose a blossom server from popular ones to upload to with short description to each one, what they support size/compression, mybe a recommendation to spin your own blossom, for the rest of us who know the drill fetch the 10063 with the blossoms we already chose to upload to in some client (wasn't that what bouquet did), including self-hosted etc.
Yeah I'll have a server selection like in bouquet. For now I have blossom servers hidden it in the settings... might need to bring it into the upload dialog.
Uploads:
- I want to support uploads in the GB range, that's why I have implemented a blossom server that uses
- My idea is to have an "upload server" and than use blossom mirror to move it to other servers.
- Issues
a) Mirroring is not supported by all servers.
b) Size limitations and max storage capacity can prevent uploading, i.e. the user needs to know where to upload.
- Transcoding and HLS will fix this but I'll tackle that later.
Watching / Downloads:
- Almost all blossom servers take multiple seconds to stream a video (nostr.download is quick).
- Not all support range request, i.e. you can not skip in the video until it is completely downloaded.
- My idea is a blossom-proxy (https://github.com/flox1an/almond) that caches videos and supports fast downloads.
- It works without the proxy but UX is better with caching and it's another piece that needs to be configured.
- Chunks from different servers could be done with HLS.
GitHub
BUD-10 multi-part uploads by hzrd149 ยท Pull Request #67 ยท hzrd149/blossom
This BUD adds a PATCH /upload endpoint to allow clients to upload blobs in multiple chunks
Readable version