zweizeichen | 5 years ago | on: Show HN: Boltstream – Self-hosted full end-to-end live video streaming platform
zweizeichen's comments
zweizeichen | 6 years ago | on: Weird-Looking Freak Saves Apollo 14 (1971)
Mike, thanks a lot for working on the restoration project! It was amazing to watch your progress and the ingenious tools and solutions you guys came up with.
It also sparked my interest in AGC-related things and while I at first expected it to be a somewhat simple and elegant machine (easier to formally verify) I quickly realized it too like almost any engineering project was subject to reality/deadline-driven compromises everywhere (looking at you memory architecture). However, it is a machine which still 'fits in your head' compared to the historical achievement. We probably won't be able to do that kind of thing with the more recently developed, more complex systems we're going to use for the next steps in space exploration.
zweizeichen | 9 years ago | on: Connecting Kubernetes services with linkerd
Folks at Lyft/IBM/Google are building a service mesh partly based on Envoy over here: https://istio.io
zweizeichen | 9 years ago | on: How a scam in Eve Online turned into its greatest rescue mission
Actually Andrew Groen recently (2015) finished Empires of EVE - a history book for EVE Online containing many stories like this one. http://www.empiresofeve.com
zweizeichen | 9 years ago | on: Show HN: Check your Safari history for sites using Cloudflare
Just ported it for Chrome and Firefox. Maybe the title should be updated to reflect that change. There might be extensions for this already which could be more convenient.
page 1
> - Probably the hardest part of running these things is managing outbound bandwidth costs.
This. As others noted, you may be getting around this by using something like Hetzner's/Scaleway's/OVH's offerings. However, I think they won't be too happy if you really use that much bandwidth all the time. You can probably forget using IaaS of one of the bigger cloud platforms unless you negotiated some special terms.
> - You'll almost certainly need admin and moderation tools soon.
That's one of the main reasons why I did offer a public instance. It's probably best to host a platform like this in a non-public context such as members of a single org. Just look at what happened to Firefox Send...
> - Please don't keep using RTMP [...] and its security is, uh, _weak_.
Yes it is a bit of a pain to work with but AFAIK you can wrap RTMP inside a TLS session which is supported by OBS. I think I just exposed a stunnel instance back then which forwarded it to a nginx instance which handled auth/auth and forwarding to the transcoding backend. This way you won't leak any streaming keys or video data. Please correct me if I'm wrong. If you have any additional pointers regarding RTMP security, I would be highly interested!
Also, as others pointed out, SRT may be just around the corner. I think we're in for some interesting times as LL-DASH/CMAF and similar technologies are more widely supported. Additionally, there are interesting projects like [3] going the WebRTC route for delivering low latency streams.
[1] https://github.com/arut/nginx-rtmp-module
[2] https://github.com/google/shaka-player
[3] https://www.ovenmediaengine.com