Setting up a live streaming site is easy, we did whitelabel sites for Camarades.com a long time ago. The hard part is - just like with chatroulette clones - to keep it clean (if that's your objective). If you don't keep a very good eye out you'll be running a fetish porn site in an eyeblink, and possibly an illegal one at that.
I understood the objective to be for each streamer to run their own site where only one person or group does the streaming and people just watch and interact. I think keeping the text chat clean is pretty much the same as keeping a forum (like based on discourse) clean. Thoughtful defaults and good tools for moderators should be enough for many cases. From what I've heard it is bandwidth that costs the most? Like $20…
Show HN: Strimpack – roll your own livestreaming portal, chat, subs, and forum
51–56 of 56 posts
Re: Show HN: Strimpack – roll your own livestreaming portal, chat, subs, and forum
#52Setting up a live streaming site is easy, we did whitelabel sites for Camarades.com a long time ago. The hard part is - just like with chatroulette clones - to keep it clean (if that's your objective). If you don't keep a very good eye out you'll be running a fetish porn site in an eyeblink, and possibly an illegal one at that.
I understood the objective to be for each streamer to run their own site where only one person or group does the streaming and people just watch and interact. I think keeping the text chat clean is pretty much the same as keeping a forum (like based on discourse) clean. Thoughtful defaults and good tools for moderators should be enough for many cases. From what I've heard it is bandwidth that costs the most? Like $20…
Re: Show HN: Strimpack – roll your own livestreaming portal, chat, subs, and forum
#53I would say if you really wanted to make this easier for streamers to use you could use helm to package up a kubernetes configuration (a bit of work) and then put it into something like google cloud launcher so you could just point and click to set this up.
I agree, one-click deploy would be the next step. Hadn't seen helm, I was debating between k8s and rancher. If possible I'd like to avoid an opinionated hosting service like Google Cloud Launcher or AWS ECS, but I recognize that it's probably necessary. The only open source one-click deploy I've seen is a church service[1], but the author of that project accomplished it by with a separate app that provisions the nece…
Re: Show HN: Strimpack – roll your own livestreaming portal, chat, subs, and forum
#54> And because the livestreaming platforms [obviously referring to Twitch] take an egregious chunk of the money people tip streamers, even after they've ground their way to "partnered" status. > The application has lots of external dependencies. In particular, you need: > Twitch - a Twitch account with an application registered on their developer console. I'd be really interested to see what happened if a popular stre…
I don't understand though, most streamers get their donations via third-party platforms already (streamlabs etc). Are they bypassing as well? As a matter of fact, Twitch just recently added a native ways to accept donations (bits).
They can’t get rid of 3rd party donations because they’ve been there forever, but they can continue to incentivise every other kind of revenue except them.
Anecdotally 3rd party donations have dropped a lot over the last couple of years in relation to other forms
Re: Show HN: Strimpack – roll your own livestreaming portal, chat, subs, and forum
#55Earlier quoted context omitted.
If folks would like to serve their own live streaming video, I worked on this Docker image for my church which provides a few HLS streams from an incoming RTMP stream: https://github.com/awakening-church/awakening-nginx-rtmp/tre... You can hack on this foundation to create your own solution. Also, you can use Terraform to easily run this on Azure: https://github.com/awakening-church/live-infrastructure Or DigitalOcea…
What kind of upstream bandwidth does that take?
Re: Show HN: Strimpack – roll your own livestreaming portal, chat, subs, and forum
#56Earlier quoted context omitted.
If folks would like to serve their own live streaming video, I worked on this Docker image for my church which provides a few HLS streams from an incoming RTMP stream: https://github.com/awakening-church/awakening-nginx-rtmp/tre... You can hack on this foundation to create your own solution. Also, you can use Terraform to easily run this on Azure: https://github.com/awakening-church/live-infrastructure Or DigitalOcea…
Oh hey! I know you guys! That's really cool to see stuff the Church is doing online to further technology growth and use. Way to go! I'll definitely keep this in my pocket as we move towards our own live streaming platform. Thanks for sharing!