<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: mifada2543</title>
    <description>The latest articles on DEV Community by mifada2543 (@mifada2543).</description>
    <link>https://dev.to/mifada2543</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4025341%2F78ff5e40-9f4b-4ac2-872e-ca312ae0cd73.png</url>
      <title>DEV Community: mifada2543</title>
      <link>https://dev.to/mifada2543</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mifada2543"/>
    <language>en</language>
    <item>
      <title>I built an offline-first media hub with PHP &amp; FFmpeg — MEeL-HUB</title>
      <dc:creator>mifada2543</dc:creator>
      <pubDate>Sat, 11 Jul 2026 15:47:14 +0000</pubDate>
      <link>https://dev.to/mifada2543/i-built-an-offline-first-media-hub-with-php-ffmpeg-meel-hub-38m7</link>
      <guid>https://dev.to/mifada2543/i-built-an-offline-first-media-hub-with-php-ffmpeg-meel-hub-38m7</guid>
      <description>&lt;p&gt;I want to share a project I've been building over the past few months: &lt;strong&gt;MEeL-HUB&lt;/strong&gt; — a self-hosted media platform that works &lt;strong&gt;100% offline&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;MEeL is a personal media hub that combines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Video Streaming&lt;/strong&gt; with HLS (adaptive quality, gesture controls, resume playback)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Music Player&lt;/strong&gt; with WebAudio visualizer and Spotify-style mini player&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Digital Books&lt;/strong&gt; (Manga/PDF) with built-in reader&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud Drive&lt;/strong&gt; with RBAC (20GB/user quota for members)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Arcade Games&lt;/strong&gt; (Dino Run, Chess, Snake) for fun&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;I wanted a media platform where I actually &lt;strong&gt;own&lt;/strong&gt; my content. No subscriptions, no data harvesting, no tracking, no walled gardens. Perfect for privacy-conscious users or areas with unstable internet.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Offline-first architecture&lt;/strong&gt; — no internet required after setup&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RAM disk optimization&lt;/strong&gt; (&lt;code&gt;/dev/shm&lt;/code&gt;) for transcoding — reduces I/O by ~60-70%&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stream-copy HLS&lt;/strong&gt; — 8-15x faster than re-encoding&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-filesystem move handling&lt;/strong&gt; — supports external HDDs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FFmpeg + yt-dlp integration&lt;/strong&gt; for URL downloads&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hardware-aware&lt;/strong&gt; — tuned for real hardware constraints&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;PHP 8.0+ / MySQL&lt;/li&gt;
&lt;li&gt;FFmpeg 6.0+ (HLS segmentation, thumbnails)&lt;/li&gt;
&lt;li&gt;HLS.js + Plyr.js for streaming&lt;/li&gt;
&lt;li&gt;HTMX for SPA-like interactions&lt;/li&gt;
&lt;li&gt;TailwindCSS for dark monospace theme&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Repository
&lt;/h2&gt;

&lt;p&gt;You can check out the full source code here:&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="https://github.com/mifada2543/MEeL" rel="noopener noreferrer"&gt;https://github.com/mifada2543/MEeL&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  License
&lt;/h2&gt;

&lt;p&gt;GPLv3 — free for personal and commercial use (with open source requirements)&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;Would love to hear your feedback or suggestions! Any contributions are welcome too.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built with ❤️ for private media streaming&lt;/em&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>selfhosted</category>
      <category>opensource</category>
      <category>mediahub</category>
    </item>
  </channel>
</rss>
