Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
1–10 of 101 posts
Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#2Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#3-[0] How widely deployed is this stack (specifically nginx rtmp/vod) around the live-streaming industry?
-[1] You listed under the Feature that it support "Pay-per-view" and "Pay-per-minute" -- how exactly is that enforced if the playback is just regular HLS? (Are you checking every single request for a .TS segment in Django?)
-[2] VOD/Recording is really cool but has enormous storage costs. How does BoltStream handle the long-term storage of streams?
Edit: re [1]
It looks like there's a somewhat sophisticated mechanism [here](https://github.com/benwilber/boltstream/blob/master/ansible/...) that's just checking the requests for the encryption key instead of every single request for the MPEG-TS segment.
This is awesome though. Thanks for sharing it!
Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#4Have you performed any load testing or measured performance and scalability?
Considering this software enables "Pay-per-minute" private video sessions, you could probably find better phrasing than "load testing".
Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#5I’ve a few friends who are personal trainers, they all complain about the “zoom centric” solution where by as a client you dial in to a zoom call, and have to move a phone, iPad, whatever, around a bunch so the PT can see you.
My mates have suggested that what they really want is to be able to select from a range of views while a client performs some maneuver.
While this doesn’t solve the upstart cost (multiple cameras, bandwidth, etc), it’s cool that it does solve the “hard part” of working out how to stream to some common end point that allows the viewer (the PT) to select the best view.
Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#6Twitch is getting increasingly ad-nnoying and you can _ad_ barely _ad_ watch _ad_ it _ad_ an _ad_ ymore.
That said that's still where you get the viewers and that's what people will pick. The ad-revenue sharing being the carrot here which will probably mean it's going to be successful for a lot longer.
Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#7More self hosted solutions people! Less centralized things.
Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#8Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#9Re: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
#10The p2p part of it is the real nice deal and these guys are actually making something good here.