OverviewExploreTrending
Nostr Archives
OverviewExploreTrending
florian55d ago
Seems I need to deal with pirated content earlier than I expected. Large file upload and mirroring with1,6GB already works well apparently #nostube
💬 9 replies

Replies (9)

il_lost_55d ago
in the server or in the client?
0000 sats
florian55d ago
You mean the large file upload? Both. I have a blossom server that implements chunked uploads and I client that works with it. https://github.com/hzrd149/blossom/pull/67
0000 sats
Barefoot Strider41d ago
But right now / at this moment only you are allowed to upload such big files on your blossom server, right? Just asking because I'm searching for a possibility to upload my barefoot videos (when finished creating little by littlle) and I want to avoid yt. Maybe fediverse / peertube is the best way rn?
0000 sats
il_lost_55d ago
(great that it works, how do you lock it? it's not that easy) 😐 do you apply the filter in the cdn or in the client?
0000 sats
florian55d ago
hard to do, if you want to provide public upload. Currently I only have a filter in the client but I'd like to have some web of trust based community moderation.
0000 sats
SatsAndSports55d ago
I've made this streaming video system where the backend is a blossom server. I have a script which splits the video up into "segments" (I'm using HLS for adaptive bandwidth) to allow easy-ish uploads of video It requires cashu payments, but in reality this is free as I'm using a test mint which gives tokens for free. So this is easy to use now. Feedback appreciated! And I'll read the link you sent https://cashutube.satsandsports.cash/
0000 sats
Barefoot Strider41d ago
And I have to look at CashuTube 🤔
0000 sats
florian55d ago
Yes I had seen your project … still have to check out your code. I have not fully included HLS in Nostube yet. Trying to figure out what is the best codec compatibility vs. space requirements and thinking of adding AES encryption to the blossom blobs. I have a DVM that runs a similar HLS conversion… but will have a look at your script.
0000 sats
SatsAndSports55d ago
I guess my approach probably isn't very efficient in terms of space. I don't really know enough about how to adapt bandwidth while also saving storage space. I just wanted something that worked 🙂; I should follow what you're looking into! https://github.com/SatsAndSports/blossom-server/blob/spil…
0000 sats