Back to articles
I built a React Native OTT video player with debugging tools (open core + pro)
How-ToTools

I built a React Native OTT video player with debugging tools (open core + pro)

via Dev.toZülküf ADSIZ

I built a React Native OTT video player with debugging tools (open core + pro) I’ve been working with React Native video for a while, and I kept running into the same problems: hard to debug streaming issues no built-in support for subtitles or quality switching building custom controls takes too much time Most libraries solve playback, but not the full streaming experience. So I built MamoPlayer . What is MamoPlayer? MamoPlayer is a React Native video player designed for OTT-style apps. It comes in two parts: Core (free) custom timeline playback controls gestures (double tap seek) auto-hide controls Pro quality selection (HLS) subtitles & multi-language audio ads (pre/mid/post roll) thumbnail previews while scrubbing PiP debug overlay for real-time playback insights Why I built it The biggest issue for me wasn’t playback — it was debugging and UX . I wanted: better visibility into playback state easier handling of tracks (quality, audio, subtitles) a modern OTT-style UI without rebuil

Continue reading on Dev.to

Opens in a new tab

Read Full Article
6 views

Related Articles