<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/medium-jp4ytlugd" -->

---
title: Medium | daily.dev
description: While building a Kotlin Multiplatform short-form video feed app for Android and Desktop, the author discovered a reproducible VLC 3.x bug where HLS and DASH...
canonical: https://daily.dev/posts/medium-jp4ytlugd
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Medium | daily.dev
og:description: While building a Kotlin Multiplatform short-form video feed app for Android and Desktop, the author discovered a reproducible VLC 3.x bug where HLS and DASH...
og:url: https://daily.dev/posts/medium-jp4ytlugd
og:image: https://api.daily.dev/og/posts/jP4ytlUGd.png
og:image:alt: Medium
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Medium

**[Medium](https://daily.dev/sources/medium_js)** · 4 min read · 0 upvotes · 0 comments

## Summary

While building a Kotlin Multiplatform short-form video feed app for Android and Desktop, the author discovered a reproducible VLC 3.x bug where HLS and DASH streams freeze after 1-2 seconds on macOS. The freeze is accompanied by 'Fragment sequence discontinuity' and 'needrestart' log messages, triggering a demuxer restart. The bug was confirmed across 20 test videos in both VLC 3.0.18 and 3.0.23, and reproduced outside the app by opening URLs directly in VLC — ruling out any KMP or vlcj integration issue. Progressive MP4 plays without issue. The workaround adopted was to default the Desktop app to progressive MP4 playback, keeping HLS/DASH available only in a diagnostic mode.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/@nikolayv_dev/i-found-a-vlc-playback-bug-while-building-a-kmp-video-feed-0ab49e1e0f54>

## Similar posts on daily.dev

- [I replaced VLC with a leaner open-source player, and I'm not going back](https://daily.dev/posts/i-replaced-vlc-with-a-leaner-open-source-player-and-i-m-not-going-back-crxkub6s8) · XDA Developers · 42 upvotes · 5 comments
- [VLC is Wrongly Blamed for Microsoft Defender's Clumsiness](https://daily.dev/posts/vlc-is-wrongly-blamed-for-microsoft-defender-s-clumsiness-nbrsd3dfc) · It's Foss · 0 upvotes · 0 comments
- [Beat-Aligned Mobile Audio Streaming with Virtual Chunks and Native Playback](https://daily.dev/posts/beat-aligned-mobile-audio-streaming-with-virtual-chunks-and-native-playback-0rbemwj7j) · InfoQ · 0 upvotes · 0 comments
- [After 20 years together, VLC and I are finally breaking up, and it's because of this app](https://daily.dev/posts/after-20-years-together-vlc-and-i-are-finally-breaking-up-and-it-s-because-of-this-app-3cugbisim) · XDA Developers · 67 upvotes · 13 comments

---

Tags: [#kotlin](https://daily.dev/tags/kotlin)

[View this post on daily.dev](https://daily.dev/posts/medium-jp4ytlugd)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Medium","url":"https://daily.dev/posts/medium-jp4ytlugd","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/medium-jp4ytlugd"},"datePublished":"2026-07-22T22:43:27.726Z","dateModified":"2026-07-22T22:45:02.345Z","description":"While building a Kotlin Multiplatform short-form video feed app for Android and Desktop, the author discovered a reproducible VLC 3.x bug where HLS and DASH...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/35dc1cdd6704c51f3a77df8c9a3a996b?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/35dc1cdd6704c51f3a77df8c9a3a996b?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Medium","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Medium","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/medium","url":"https://daily.dev/sources/medium_js"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/medium-jp4ytlugd","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kotlin","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Medium","item":"https://daily.dev/sources/medium_js"},{"@type":"ListItem","position":3,"name":"Medium"}]}
```

