Alternatives
Products that do what tltv – Federation protocol for 24/7 TV channels does
I spent six years trying to build a tv channel server. rewrote it eight times. flask, fastapi, ffmpeg, gstreamer, named pipes. every version got more complicated and none of them worked right. turns out I was building the wrong thing. the thing I actually wanted was a protocol. so tltv is that. a channel is an ed25519 key pair. you sign your metadata with it. you serve hls video from wherever you want. your public key becomes a tltv:// address that anyone can tune into. relay nodes can re-serve your stream but they can't modify it. they verify signatures on everything. you can move…
- 1OA
I wanted to share the status with the Owncast project. If Wordpress is your self-hosted version of Medium, then this is your self-hosted version of Twitch. I've been little by little chipping away at building an easy to use and super useful live streaming server for individuals. It's still early days, but some recent updates include a dashboard where you can see some basic viewer metrics, configuration settings, and how your hardware is handling all that video crunching. We all know working with video can be intensive on the hardware side, so hopefully this helps people keep tabs on things.…
2020
- 2

- 3IP
Apr 2026 · github.com
- 4WI
A few weeks ago, an Internet-Draft titled Internet Protocol Version 8 (IPv8) caught our eye.
23d ago · goonhost.rocks
- 5

- 6GA
Hi All, I felt like I was re-inventing the wheel by bolting similar channel architectures onto different Go structs repeatedly so I decided to extract some common types into into one library so that they would be easier to re-use: - oneshot - spsc - spmc - mpsc - mpmc - broadcast - watch The types are inspired by Rust channels so if you're coming from Rust they should feel familiar. So far I'm really enjoying using them but it'd be great to get some external feedback if you have time! https://github.com/amorey/gochan Andres
May 2026 · github.com
- 7IV
Hello HN, for the past couple of months I've been working on Routify and wanted to share the progress made so far and hopefully get your opinion/feedback on it. Routify is a global serverless API gateway which handles routing, authentication, rate limiting, load balancing, monitoring, transformation etc (with more coming soon). Routify makes it easier to manage and secure public APIs. It's distributed across many regions globally and acts as a proxy between your clients and your services. You can configure it through the interface in a matter of minutes (no code required). There are…
2024 · routify.to
- 8UU
Hi HN, Over the last few days I've been building USTPS (UDP Speedy Transmission Protocol Secure), an experimental encrypted transport protocol built on top of UDP. The primary goal of USTPS is low-latency video streaming. A server can take a video source and expose it through a USTPS endpoint, while Linux and Android (Termux) clients receive the stream and expose it locally to applications such as VLC, mpv, and FFmpeg. Although streaming is the main focus, USTPS is not limited to media delivery. It can also be used for other reliable encrypted UDP-based applications, which is why I built…
Jun 2026 · github.com
- 9CS
Hi HN, Alexey from Chainstack here. We built Chainstack Self-Hosted to package everything we’ve learned from 8+ years of running blockchain nodes into a single control panel. The goal we’re building this product around is to make blockchain infrastructure boring to operate. The software is free to install. You only pay for the infrastructure you run it on. The quickest way to get hands-on with it is through the Vultr Marketplace or one of the other providers listed in the docs. The current release supports Ethereum Mainnet, Sepolia, and Hoodi with Reth + Prysm full nodes. We’ll be adding…
Jun 2026 · docs.chainstack.com
- 10UT
4 months ago, our announcement for our free, multi-node, petabyte-scale time-series database generated 200+ comments: https://news.ycombinator.com/item?id=23272992 Many commented on the Timescale License, our source-available license governing advanced features (eg multi-node). Most were positive, but some pointed out drawbacks (who says HN can't be productive!). That spurred an internal debate. Today we're happy to share an updated Timescale License with new rights, including the "right-to-repair" and "right-to-improve." And we’re doubling-down on our community, making all…
2020
- 11HH
2016 · github.com
- 12SA
I’d been watching River (Pingora-based) and hoping it would mature, because I think Rust + Pingora (from Cloudflare) is a really solid foundation for a future-proof reverse proxy. Progress stayed quiet, so I started building the “practical reverse proxy layer” on top of Pingora myself: config/routing + operational defaults + a way to plug in extra request/response logic without patching the core. Sentinel: https://github.com/raskell-io/sentinel River: https://github.com/memorysafety/river Quick try: curl -fsSL…
Feb 2026 · sentinel.raskell.io
- 13RS
Hey HN - Today we launched a new globally available Serverless platform that thinks about simplicity and DX first and foremost. Let us know what you think - try it now for free. Traditional serverless functions are islands. Each function handles a request, does its work, and forgets everything. Need one function to talk to another? You’ll be making HTTP calls over the public internet, managing authentication between your own services, and dealing with unnecessary network latency for simple internal operations. This architectural limitation has held back serverless adoption for complex…
2025
- 14TG
Is anyone else on HN participating in this FCC research project to measure broadband performance? [1] I signed up for more information when the project was announced, some time ago, but a few days ago the device arrived. Technically, it is quite an interesting little box. It's a generic consumer device, shaped like a wireless router, with an antenna and five RJ-45 jacks. But it works more like a bridge, plugging in between my existing ADSL modem/wireless-router and any wired devices that used to be plugged directly into the existing ADSL. No changes needed to be made to any of the…
2013
- 15OS
Hi there HN! I'm Matthias and I've been into video streaming for quite a while now. Over the years I've built plenty of small setups, often CLI tools to test and debug streaming video. About a month ago, during my annual holiday, I started working on a simple API on top of my CLI tools. It's time consuming to craft and run multiple ffmpeg jobs, get GOP / keyframes right, merge playlists, package to HLS, ... One thing led to another and I eventually started exploring HLS interstitials, VMAP / VAST and dynamic ad insertion, MSE / EME (HLS.js in general), React (perf) as a player…
2024 · github.com
- 16V
Hello HN! I’m a bachelors student pursuing Artificial Intelligence, Robotics and Signal processing and during the year I had the goal to build my first AI Tool and launch it. I got inspired by how capable Whisper is, and combined the Whisper CPP Bindings along with FFMPEG.Wasm to create a tool that is capable of transcribing and captioning video files that contain one or more video tracks. Along with that, I’ve also added the support for transcribing audio files with the option to export those outputs as .SRT, .WebVTT or simply a text file. All done privately on a user’s web browser with…
2023
- 17GS
This weekend I finally shipped Gryt, a project I’ve been building since 2022 — an open-source, self-hostable Discord-style app focused on reliable voice chat + text. I’m the creator. I started it after getting fed up with Discord disconnects/paywalls and wanted something self-hosted and auditable. I started on this in 2022 and had an early proof-of-concept working back then (auth + friends list), but I quickly realized WebRTC voice isn’t something you can duct-tape together. I spent a big chunk of the next couple years learning the stack (ICE/DTLS-SRTP, NAT traversal, SFU design),…
Feb 2026 · gryt.chat
- 18SH
repo: https://github.com/newbeelearn/sserver docs: https://newbeelearn.github.io/sserver/ This is my mvp a simple self hosted netlify clone that auto syncs your content from github repository and serves it on https. If you have gh-pages you can try it right away as shown in the examples ./sserver -token "$GITHUB_AUTH" -repo "https://github.com/newbeelearn/sserver.git?ref=gh-pages" My plan is to add e-commerce functionality to it so that users can sell digital content i.e. books/videos/courses etc. through single…
2021
- 19HO
Hi HN! Ben here from hyprsqrl, and I just open-sourced something we’ve been quietly running in production: *hyprsqrl is a self-hostable bank. Think Revolut (if you know it), but every line of code is MIT/AGPL, you can run it on your own box, and the crypto bits stay hidden under the hood. --- ### Why we built it Moving money between USD and EUR still means wire fees, surprise freezes, and “call your bank” hoops. Fintechs like Revolut help—until their pricing changes or a regulator knocks. hyprsqrl aims for the resilience of self-hosting *without* forcing users to study crypto. Two…
2025 · github.com
- 20RO
A few weekends ago I was bored looking for a small project. I decided to make a small chat app that supports SSL and can be deployed easily. Front-end: ReactJS, Redux, Websockets Back End: Node.JS, Redis, Websockets Here is the source: http://www.github.com/lgse/react-chat Here is a demo: http://chat.lgse.net username: pick whatever you like! server: chat.lgse.net:1337 encryption: SSL/TLS There are still a lot of todos, but very functional for a small weekend project. Comments welcomed!
2016
- 21

- 22FV
We open-sourced the TLA+ and Fizzbee verified spec behind Ursa's storage engine. Verification across ~200K states caught a design bug that years of production missed. We then handed the spec to Claude Code — it produced a working Rust implementation (concurrent producers, compaction, fencing) without back-and-forth. We think verified specs are the best harness for coding agents: open-source the spec, let anyone implement it.
Apr 2026 · github.com
- 23
- 24WV
After streaming over 25,000 hours and 13 TB of video from over 200 robots, 2 years of production use by over a dozen customers, 200,000 sessions, 25 minor releases, and 120 patch releases, we believe it is time to declare WebRTC Video stable. Recent improvements included in v1.0: - vastly increased robustness over poor networks (packet loss, bandwidth fluctuation), - added hardware acceleration for Intel chipsets such as HD Graphics (in addition to the existing Nvidia and RockChip support), - added local mode, allowing offline usage on local networks, - 3x less CPU usage when using software…
2025 · transitiverobotics.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →