<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: GeneticGenesis</title><link>https://news.ycombinator.com/user?id=GeneticGenesis</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 08:52:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=GeneticGenesis" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by GeneticGenesis in "Dropping Cloudflare for Bunny.net"]]></title><description><![CDATA[
<p>In the interests of transparent disclosure on such a positive blog post, It might be worth calling out that all the links on the page are all linked to the Bunny Affiliate Program. [1]<p>[1] <a href="https://bunny.net/affiliate/" rel="nofollow">https://bunny.net/affiliate/</a></p>
]]></description><pubDate>Tue, 07 Apr 2026 13:57:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47675475</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=47675475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47675475</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "What will enter the public domain in 2025?"]]></title><description><![CDATA[
<p>I know it's not public domain per-say, but for me, the thing that's most exciting is that in 2025, the last remaining patents on the h.264 (AVC) video codec will expire [1].<p>Now if only HEVC wasn't such a hot patent / licensing mess.<p>[1] <a href="https://meta.wikimedia.org/wiki/Have_the_patents_for_H.264_MPEG-4_AVC_expired_yet%3F" rel="nofollow">https://meta.wikimedia.org/wiki/Have_the_patents_for_H.264_M...</a></p>
]]></description><pubDate>Sun, 01 Dec 2024 22:19:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42291142</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=42291142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42291142</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "The Stainless SDK Generator"]]></title><description><![CDATA[
<p>Disclaimer: We're an early adopter of Stainless at Mux.<p>I've spent more of my time than I'd like to admit managing both OpenAPi spec files [1] and fighting with openapi-generator [2] than any sane person should have to. While it's great having the freedom to change the templates an thus generated SDKs you get with using that sort of approach, it's also super time consuming, and when you have a lot of SDKs (we have 6 generated SDKs), in my experience it needs someone devoted to managing the process, staying up with template changes etc.<p>Excited to see more SDK languages come to Stainless!<p>[1] <a href="https://www.mux.com/blog/an-adventure-in-openapi-v3-api-code-generation" rel="nofollow">https://www.mux.com/blog/an-adventure-in-openapi-v3-api-code...</a><p>[2] <a href="https://github.com/OpenAPITools/openapi-generator">https://github.com/OpenAPITools/openapi-generator</a></p>
]]></description><pubDate>Wed, 24 Apr 2024 17:46:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=40147492</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=40147492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40147492</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "Nobody needs a faster dishwasher – solve real user needs"]]></title><description><![CDATA[
<p>A more energy efficient dishwasher would be nice though...</p>
]]></description><pubDate>Mon, 06 Mar 2023 13:19:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=35040604</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=35040604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35040604</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "Ask HN: How to diagnose why streaming video to a PC is so choppy?"]]></title><description><![CDATA[
<p>Super interesting, it really depends on what you mean by "choppy".<p>Are you seeing the video re-buffer (a loading spinner re-appearing), or just the video looking stuttery?<p>My video engineer gut tells me that this is a frame rate conversion issue - do you know what frame rate your graphics card is outputting to your display, and do you happen to know the frame rate of the content that you're seeing issues with (or more generically, what type of content is it - film? TV) ?</p>
]]></description><pubDate>Mon, 15 Aug 2022 10:57:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=32468103</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=32468103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32468103</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "How Video Streaming Processing Works"]]></title><description><![CDATA[
<p>Great question! The real answer is it varies, but for H.264, most just encode on software right now, because GPUs are expensive (especially in the cloud), and the failure rates are really high (if you try to build your own). ffmpeg and lib264 is really fast on modern hardware with decent X86 extensions.<p>It's also worth noting that YouTube also now builds its own transcoding chips [1], and AWS just launched a dedicated transcoding instances based on Xilinx chips:<p>[1] <a href="https://arstechnica.com/gadgets/2021/04/youtube-is-now-building-its-own-video-transcoding-chips/" rel="nofollow">https://arstechnica.com/gadgets/2021/04/youtube-is-now-build...</a>
[2] <a href="https://aws.amazon.com/ec2/instance-types/vt1/" rel="nofollow">https://aws.amazon.com/ec2/instance-types/vt1/</a></p>
]]></description><pubDate>Tue, 04 Jan 2022 17:58:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=29797706</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=29797706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29797706</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "How Video Streaming Processing Works"]]></title><description><![CDATA[
<p>Hey, I work in the Product team at Mux, and worked on the LL-HLS spec and our implementation, I own our real-time video strategy too.<p>We do offer LL-HLS in an open beta today [1], which in the best case will get you around 4-5 seconds of latency on a good player implementation, but this does vary with latency to our service's origin and edge. We have some tuning to do here, but best case, the LL-HLS protocol will get to 2.5-3 seconds.<p>We're obviously interested in using WebRTC for use cases that require more real-time interactions, but I don't have anything I can publicly share right now. For sub-second streaming using WebRTC, there are a lot of options out there at the moment though, including Millicast [2] and Red5Pro [3] to name a couple.<p>Two big questions comes up when I talk to customers about WebRTC at scale:<p>The first is how much reliability and perceptual quality people are willing to sacrifice to get to that magic 1 second latency number. WebRTC implementations today are optimised for latency over quality, and have a limited amount of customisability - my personal hope is that the client side of the WebRTC will become more unable for PQ and reliability, allowing target latencies of ~1s rather than <= 200ms.<p>The second is cost. HLS, LL-HLS etc. can still be served on commodity CDN infrastructure, which can't currently serve WebRTC traffic, making it an order of magnitude cheaper than WebRTC.<p>[1] <a href="https://mux.com/blog/introducing-low-latency-live-streaming/" rel="nofollow">https://mux.com/blog/introducing-low-latency-live-streaming/</a>
[2] <a href="https://www.millicast.com/" rel="nofollow">https://www.millicast.com/</a>
[3] <a href="https://www.red5pro.com/" rel="nofollow">https://www.red5pro.com/</a></p>
]]></description><pubDate>Tue, 04 Jan 2022 17:39:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=29797467</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=29797467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29797467</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "How Video Streaming Processing Works"]]></title><description><![CDATA[
<p>We actually built How Video Works as a side project at Mux [1] (inspired by How DNS Works [2]) - there's a note about it at the top of the page. We have contributions from our own team as well as others in the industry.<p>Our main motivation is to try to educate on the complexities and intracies of streaming video. Despite streaming video representing 80+% of the internet, it's all underpinned by a fairly small community of engineers, which we're eager to help grow through tools like this, and the Demuxed community [3].<p>Edit: I should also mention that Leandro was kind enough to adapt a this content from his amazing Digital Video Introduction [4]<p>[1] <a href="https://mux.com/" rel="nofollow">https://mux.com/</a>
[2] <a href="https://howdns.works/" rel="nofollow">https://howdns.works/</a>
[3] <a href="https://2021.demuxed.com/" rel="nofollow">https://2021.demuxed.com/</a>
[4] <a href="https://github.com/leandromoreira/digital_video_introduction" rel="nofollow">https://github.com/leandromoreira/digital_video_introduction</a></p>
]]></description><pubDate>Tue, 04 Jan 2022 14:06:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=29794847</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=29794847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29794847</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "How Video Streaming Processing Works"]]></title><description><![CDATA[
<p>DRM'd video content uses the same video codecs and containers, but introduces segment encryption during the packaging phase. In most cases, this encryption is within the audio and video samples rather than on the entire segment. Most content is encrypted using MPEG Common Encryption (CENC) - though there are a couple of variants.<p>Decryption keys are then exchanged using one of the common proprietary DRM protocols, usually Widevine (Google), Playready (Microsoft), or Fairplay (Apple). The CDM (Content Decryption Module) in the browser is then passed the decryption key, so the browser. Can decrypt the content for playback.</p>
]]></description><pubDate>Tue, 04 Jan 2022 13:33:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=29794481</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=29794481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29794481</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "How Video Streaming Processing Works"]]></title><description><![CDATA[
<p>While HLS isn't the cleanest protocol (Yay for extensions of the M3U playlist format...), it's actually really good at what it's designed to do - provide reliable video streaming while using HTTP/S over variable networks.<p>Ultimately, HLS isn't designed for downloading and storing videos, it's designed for streaming.</p>
]]></description><pubDate>Tue, 04 Jan 2022 13:26:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=29794432</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=29794432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29794432</guid></item><item><title><![CDATA[Prflxion – A WebRTC IP Leak]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.peer5.com/prflxion-or-how-we-uncovered-a-webrtc-ip-leak/">https://blog.peer5.com/prflxion-or-how-we-uncovered-a-webrtc-ip-leak/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29379064">https://news.ycombinator.com/item?id=29379064</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 29 Nov 2021 12:32:09 +0000</pubDate><link>https://blog.peer5.com/prflxion-or-how-we-uncovered-a-webrtc-ip-leak/</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=29379064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29379064</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "Show HN: Padka, make your Zoom sessions more fun and engaging in a few clicks"]]></title><description><![CDATA[
<p>Do you have a marketing site or landing page for Padka? It sounds interesting, but just linking to a .pkg file on S3 really isn't the way to educate HN users about your offering!<p>Looks like this is the homepage: <a href="https://www.padka.com/" rel="nofollow">https://www.padka.com/</a> - why not just link there?</p>
]]></description><pubDate>Tue, 03 Aug 2021 13:50:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=28049137</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=28049137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28049137</guid></item><item><title><![CDATA[Developer-focused video platform Mux achieves unicorn status with $105M funding]]></title><description><![CDATA[
<p>Article URL: <a href="https://techcrunch.com/2021/04/30/mux-series-d/">https://techcrunch.com/2021/04/30/mux-series-d/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=26993624">https://news.ycombinator.com/item?id=26993624</a></p>
<p>Points: 30</p>
<p># Comments: 5</p>
]]></description><pubDate>Fri, 30 Apr 2021 14:05:45 +0000</pubDate><link>https://techcrunch.com/2021/04/30/mux-series-d/</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=26993624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26993624</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "Permission.site"]]></title><description><![CDATA[
<p>So many permissions, but meanwhile autoplaying video and audio is still hidden behind a horrible heuristic model in Chrome that fundamentally prioritises internet giants like YouTube, Netflix and alike.</p>
]]></description><pubDate>Fri, 26 Mar 2021 12:15:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=26591137</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=26591137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26591137</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "TLS 1.0, 1.1 officially deprecated"]]></title><description><![CDATA[
<p>I work in the video streaming industry, and we continue to support TLS 1.1 extensively for a wide range of "smart" TVs and set-top boxes, very frustrating, there was even a long period where large CDNs were trying to shut down 1.1 and realised they'd lose a lot of business in the streaming space if they did...</p>
]]></description><pubDate>Tue, 23 Mar 2021 22:52:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=26561370</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=26561370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26561370</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "A minimalistic site to vent and see others doing the same in realtime"]]></title><description><![CDATA[
<p>This was briefly interesting and then I quickly started to see blatant racism, threats and rape accusations.</p>
]]></description><pubDate>Wed, 27 Jan 2021 14:03:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=25928354</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=25928354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25928354</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "Sony's Bravia Core streaming service will deliver video comparable to Blu-ray"]]></title><description><![CDATA[
<p>I don't realistically see this as being a killer feature for most users, but it's super interesting none the less.<p>Sony are saying the bitrate will be "Up to 80Mbps", which is around 3x that of most UHD streaming service profiles. However there will be significant diminishing returns on the perceptual quality at this bitrate - 20Mbps to 40Mbps for example will only increase perceptual quality by a couple of percentage points. Much of this "Up to 80Mbps" will be wasted perceptually speaking.<p>It's also worth keeping in mind that the encoding on BluRays is often lazy because there's lot of space available, where as a huge amount of work goes into encoding content for streaming delivery in the lowest bandwidth possible for a given target quality, using technologies like per-title and per-scene encoding.  [1] [2] [3]<p>[1] <a href="https://netflixtechblog.com/per-title-encode-optimization-7e99442b62a2" rel="nofollow">https://netflixtechblog.com/per-title-encode-optimization-7e...</a>
[2] <a href="https://bitmovin.com/per-scene-adaptation-going-beyond-bitrate/" rel="nofollow">https://bitmovin.com/per-scene-adaptation-going-beyond-bitra...</a></p>
]]></description><pubDate>Tue, 12 Jan 2021 11:45:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=25745563</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=25745563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25745563</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "HTML5 still doesn't replicate what mattered about Flash"]]></title><description><![CDATA[
<p>This isn't accurate at all. HLML 5 video, MSE etc. have a world of improvements over the mess of FLV / Flash / RTMP streaming.<p>Can you give some examples of what's wrong with HTML5 video streaming and these implementation issues? There's a huge community of video engineers working to make streaming video better, and we'd love to hear feedback.</p>
]]></description><pubDate>Thu, 31 Dec 2020 13:06:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=25592274</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=25592274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25592274</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "Ask HN: How Do You Ultra Low Latency Live Video Stream? (Mobile-to-ManyMobiles))"]]></title><description><![CDATA[
<p>Great question.<p>There's a few approaches depending on your target latency. If you need to get below 2 seconds, yes, you'll likely want to use a WebRTC based technology to deliver the video. There's a couple of open source approaches out there, including Pion [1], which is a go implementation of a WebRTC stack. You could also build something on top of Jitsi [2]. Commercially there's also a few solutions, including Milicast [3], Red5Pro [4] and others.<p>The biggest problem with WebRTC based stacks is that the cross device compatibility is still generally poor, and the cost of operation is generally very high, as you can't use commodity CDNs for delivery.<p>If you're comfortable around the 2-5 seconds latency mark, there's more traditional HTTP based technologies available. MPEG-DASH has a Low Latency mode which uses chunk transferred HTTP fragments, and Apple has recently introduced a Low Latency HLS mode, which works in much the same way [5] [6]. You can build LL-HLS and DASH-LL solutions on top of open source toolchains like Streamline [7], and use commodity CDNs for delivery to reduce cost.<p>[1] <a href="https://github.com/pion" rel="nofollow">https://github.com/pion</a>
[2] <a href="https://jitsi.org/" rel="nofollow">https://jitsi.org/</a>
[3] <a href="https://www.millicast.com/" rel="nofollow">https://www.millicast.com/</a>
[4] <a href="https://www.red5pro.com/" rel="nofollow">https://www.red5pro.com/</a>
[5] <a href="https://mux.com/blog/low-latency-hls-part-2/" rel="nofollow">https://mux.com/blog/low-latency-hls-part-2/</a>
[6] <a href="https://mux.com/blog/the-low-latency-live-streaming-landscape-in-2019/" rel="nofollow">https://mux.com/blog/the-low-latency-live-streaming-landscap...</a>
[7] <a href="https://github.com/streamlinevideo/streamline" rel="nofollow">https://github.com/streamlinevideo/streamline</a></p>
]]></description><pubDate>Thu, 10 Dec 2020 15:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=25374384</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=25374384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25374384</guid></item><item><title><![CDATA[New comment by GeneticGenesis in "Ask HN: How do live video streaming services handle encoding?"]]></title><description><![CDATA[
<p>No worries!<p>While some of the larger UGC platforms do use VP9 for live streaming, it is only for a limited subset of high concurrent viewer streams, and yes, in many cases those aren't running the encodes on commodity hardware.<p>As for AV1, there really aren't any live implementations ready right now, a few have been demo'd, but I'm not aware of any deployments today.</p>
]]></description><pubDate>Wed, 23 Sep 2020 11:36:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=24565754</link><dc:creator>GeneticGenesis</dc:creator><comments>https://news.ycombinator.com/item?id=24565754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24565754</guid></item></channel></rss>