Mar 7 · 2 min read · Me and my team are building an open-source IP/SIP intercom + video surveillance platform (GPLv3).Project site: https://sesameware.com Core ideas No vendor lock-in: designed to work with SIP intercoms
Join discussion
Nov 20, 2025 · 3 min read · In the OTT world, the way your content is delivered matters just as much as the content itself. Your CDN is the backbone of video delivery. Even small disruptions — like a playlist failing to load or a segment missing — can lead to buffering, playbac...
Join discussion
Sep 15, 2025 · 11 min read · Designing scalable streaming platforms is one of the problems I like the most. I am obsessed with streaming platforms, both as a consumer and as a Software Engineer. Low latency streaming is one of the topics that always interests me and keeps me cur...
Join discussion
Aug 20, 2025 · 4 min read · Here’s a compact, battle-tested playbook for optimizing FPGA HLS (Xilinx Vitis HLS / Intel HLS). The themes are: feed the pipeline, remove memory bottlenecks, and right-size arithmetic. 1) Start from a clean, “hardware-friendly” C/C++ No recursion ...
Join discussion
Aug 19, 2025 · 10 min read · Have you ever wondered why despite how terrible your bandwidth may be, you’ve somehow managed to stream a YouTube video and sat through an entire Netflix movie without it hanging? True, it gets a bit blurry occasionally but somehow without your assis...
M-- commented
Jul 17, 2025 · 2 min read · Whether you’re new to streaming or an iOS dev curious about how video gets from server to screen — this post is for you. Lets dive into! 🧱 1. Begins with HLS Apple's default streaming protocol is HLS — HTTP Live Streaming. It breaks video into chunk...
Join discussionApr 6, 2025 · 13 min read · Preface In the previous blog, we explored the key features of HLS C++ and the fundamentals of SmartHLS. In this post, I will discuss the HLS application development lifecycle, using the RGB2YCbCr project as an example. HLS Application Development Lif...
Join discussion
Apr 5, 2025 · 12 min read · Preface In the previous blog, we discussed what HLS is and how it works in general. In this blog, I will delve into the core features and fundamentals of HLS C++. Once again, I will use Microchip’s SmartHLS as an example throughout this post. HLS C++...
Join discussion
Mar 5, 2025 · 7 min read · Introduction Streaming a 500GB large video has never been an easy task, keeping in mind physical smoothness, almost no buffering, or costs. These sorts of challenges were presented to us by the content creators, who wanted translation and dubbing for...
Join discussion