this post was submitted on 13 Sep 2023
13 points (100.0% liked)

Free and Open Source Software

17779 readers
13 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Can't really find documentation on this. Manual configuration is fine. Since I just stream as a social hobby, I'm looking to minimise costs.

What's the least expensive way of ensuring security like hiding my IP? Will cheap object storage suffice?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] sandriver@beehaw.org 1 points 1 year ago (1 children)

According to Owncast's documentation, object storage services can be used to distribute live streams to viewers, even though it's arguably an abuse of object storage for streaming.

[โ€“] Max_P@lemmy.max-p.me 1 points 1 year ago

The latency for that is probably horrible, but if that works for you use case, and the fees seems reasonable to you.

Object storage is usually cheap, but the API calls and bandwidth cost tends to add up, at least on AWS. At work we have Cloudflare in front anywah because the storage is cheap but continuously serving files from it gets expensive.