awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

media playback engine

Ranking updated Jun 30, 2026

For a cross platform media playback engine, the first results are yixia/vitamiobundle (VitamioBundle is an Android media playback library with hardware-accelerated decoding, adaptive streaming, and subtitle support, making it a solid fit for playing audio and video in applications, though it is limited to the Android platform), video-dev/hls.js and bilibili/ijkplayer. dash-industry-forum/dash.js and mpv-player/mpv round out the shortlist. Compare the match explanations and check the project documentation against your requirements.

We curate open-source GitHub repositories matching “media playback engines”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Results for “a cross platform media playback engine”

Find the best repos with AI.We'll search the best matching repositories with AI.
  • yixia/vitamiobundleyixia avatar

    yixia/VitamioBundle

    5,257View on GitHub↗

    VitamioBundle is an Android media player library and playback framework designed for decoding and rendering high-performance audio and video content. It provides a hardware-accelerated video decoder to reduce CPU load and battery consumption on mobile devices. The project includes an adaptive bitrate streaming client that adjusts video quality in real-time based on network conditions to prevent playback interruptions. It also features a video rendering engine capable of configuring pixel formats and chroma output to optimize visual quality for mobile displays. The library covers broad multim

    VitamioBundle is an Android media playback library with hardware-accelerated decoding, adaptive streaming, and subtitle support, making it a solid fit for playing audio and video in applications, though it is limited to the Android platform.

    JavaAdaptive Bitrate StreamingHardware-Accelerated DecodersSubtitle Management Systems
    View on GitHub↗5,257
  • video-dev/hls.jsvideo-dev avatar

    video-dev/hls.js

    16,767View on GitHub↗

    hls.js is a JavaScript player library that enables HTTP Live Streaming playback in web browsers using the Media Source Extensions API. It functions as an adaptive bitrate streaming engine and a media streamer that manages the buffering and playback of video segments. The library features specialized capabilities for low latency streaming and digital rights management, allowing it to decrypt protected content via Encrypted Media Extensions. It includes a metadata processor for handling ID3 tags and date-range elements, as well as a pluggable loader interface to replace default network request

    hls.js is a JavaScript playback library that specializes in HTTP Live Streaming with adaptive bitrate, subtitle rendering, and low-level control via pluggable loaders and DRM, making it a strong fit for developers wanting a streaming-focused audio/video engine that integrates directly into web applications.

    TypeScriptSubtitle Rendering LayersHLS Streaming
    View on GitHub↗16,767
  • bilibili/ijkplayerbilibili avatar

    bilibili/ijkplayer

    33,165View on GitHub↗

    Ijkplayer is a cross-platform media playback engine designed to provide consistent audio and video rendering across mobile devices. Built upon established open-source multimedia frameworks, it functions as a unified engine that leverages hardware-accelerated decoding to process diverse media formats. The project distinguishes itself by providing a comprehensive toolchain for compiling and configuring low-level media source code into native binary libraries. This allows developers to integrate high-performance playback directly into mobile applications, utilizing a pluggable output architectur

    Ijkplayer is a cross-platform media playback engine built on FFmpeg that provides hardware-accelerated decoding, native APIs for mobile integration, and low-level control over media playback, directly matching the request for an embeddable library that plays audio and video in applications.

    CMedia Decoders
    View on GitHub↗33,165
  • dash-industry-forum/dash.jsDash-Industry-Forum avatar

    Dash-Industry-Forum/dash.js

    5,528View on GitHub↗

    dash.js is a browser-based JavaScript player for streaming adaptive video and audio content using the MPEG-DASH standard. It functions as an adaptive bitrate streaming client that adjusts media quality in real time based on network conditions and buffer levels. The project includes a playback engine capable of decrypting protected content through digital rights management systems and a specialized player for reducing latency in live broadcast events. It also serves as a playback metrics engine for monitoring and reporting real-time quality-of-experience data. The software covers a broad rang

    dash.js is a browser-based playback engine for adaptive streaming (MPEG-DASH) with an API for integration, streaming support, and subtitle capabilities, making it a good fit for adding video/audio playback in web applications despite its focus on DASH rather than general multi-format playback.

    JavaScriptAdaptive Bitrate PlaybackAdaptive Bitrate Streaming
    View on GitHub↗5,528
  • mpv-player/mpvmpv-player avatar

    mpv-player/mpv

    35,618View on GitHub↗

    This project is a high-performance, terminal-based media player designed for efficient audio and video playback. It utilizes a modular decoding core to handle a wide range of multimedia formats while offloading frame processing to platform-specific hardware-accelerated rendering pipelines to minimize CPU overhead. Beyond its standalone utility, the software functions as an embeddable multimedia engine, providing a native library interface that allows external applications to integrate its advanced decoding and rendering capabilities directly into their own interfaces. The player is distinguis

    mpv is a high-performance media playback engine with a native library API for embedding, supporting extensive formats, codecs, hardware acceleration, subtitles, and streaming, making it an ideal cross-platform solution for integrating audio/video playback into applications.

    CMedia Decoders
    View on GitHub↗35,618
  • vanilagy/mediabunnyVanilagy avatar

    Vanilagy/mediabunny

    5,254View on GitHub↗

    This is a cross-platform media processing library that reads, writes, encodes, and decodes media in both browser and server environments. It supports common container formats including ISOBMFF, Matroska, Ogg, MPEG-TS, and HLS, and handles codec operations through a combination of WebCodecs API and WebAssembly-based encoders. Media is processed in streaming pipelines that maintain constant memory usage and automatically apply backpressure from output speed to all upstream components. The library distinguishes itself through a plugin-based codec registration system that allows extending support

    Mediabunny is a cross-platform media processing library with multi-format demuxing/muxing, codec support via WebCodecs and WASM, streaming pipelines, subtitle handling, and low-level packet/frame control, making it a strong fit for embedding audio/video playback in applications.

    TypeScriptMulti-Codec SupportZero-Copy Frame Capture
    View on GitHub↗5,254
  • sampotts/plyrsampotts avatar

    sampotts/plyr

    29,862View on GitHub↗

    This project is a customizable media player designed to provide a consistent interface for video and audio content across all modern web browsers and mobile devices. It functions as a unified abstraction layer, standardizing playback behavior and control interfaces for both native media elements and third-party streaming service embeds through a predictable, declarative API. The library distinguishes itself by wrapping native media elements with custom HTML structures, ensuring a uniform look and feel regardless of the underlying browser implementation. Developers can manage playback state, m

    Plyr is a customizable media player library that provides a consistent UI and API for playing audio and video across browsers and devices, supporting HTML5 media, subtitles, and streaming embeds—making it a solid fit for embedding playback in applications, though it is a higher-level library rather than a low-level engine with hardware acceleration or codec control.

    JavaScriptCaptioning SystemsMedia Controllers
    View on GitHub↗29,862
  • ffmpeg/ffmpegFFmpeg avatar

    FFmpeg/FFmpeg

    61,176View on GitHub↗

    FFmpeg is a cross-platform multimedia framework designed for the recording, conversion, and streaming of audio and video content. It functions as a comprehensive toolkit that provides both a command-line utility for direct media manipulation and a collection of low-level libraries for integration into custom applications. At its core, the project utilizes a packet-based stream engine and a format-agnostic abstraction layer to handle diverse media standards, containers, and network protocols. The framework distinguishes itself through a modular, graph-based filter execution model that allows f

    FFmpeg is a comprehensive cross-platform multimedia framework that provides low-level libraries (libavcodec, libavformat, etc.) and a playback engine (ffplay) with extensive codec and format support, hardware acceleration, streaming, and subtitle handling, making it an ideal library for integrating audio and video playback into applications.

    CCaptioning SystemsHardware-Accelerated DecodersMedia Hardware Accelerators
    View on GitHub↗61,176
  • videolan/vlcvideolan avatar

    videolan/vlc

    18,717View on GitHub↗

    VLC is a cross-platform multimedia player and framework designed to decode and render virtually any audio or video format, network stream, or physical disc without requiring external codecs. It functions as both a standalone application and a portable library, providing a modular architecture that allows developers to integrate playback, filtering, and streaming capabilities into third-party software. The project distinguishes itself through a highly modular plugin-based engine that supports real-time media processing, including format transcoding and the application of audio and video filter

    VLC's libvlc API provides a battle-tested, cross-platform playback engine that handles virtually every audio/video format, streaming protocol, and hardware-accelerated decoder, with built-in subtitle support and fine-grained control — exactly what a developer needs to embed rich media playback into any application.

    CHardware-Accelerated Decoders
    View on GitHub↗18,717
  • carguo/gsyvideoplayerCarGuo avatar

    CarGuo/GSYVideoPlayer

    21,440View on GitHub↗

    GSYVideoPlayer is a versatile video player framework for Android that acts as a multi-engine playback wrapper. It provides a unified playback interface to control different video playback kernels, such as ExoPlayer, IJKplayer, and MediaPlayer, ensuring compatibility across diverse mobile hardware. The framework distinguishes itself through a flexible architecture that allows for core component swapping, enabling the replacement of playback engines, managers, or rendering layers. It includes a dedicated video caching manager for local storage and a customizable media UI component that supports

    GSYVideoPlayer is an Android-specific video player framework that wraps multiple playback engines like ExoPlayer and IJKplayer, providing a unified API and extensive playback features, but it is limited to Android rather than being cross-platform.

    JavaMulti-Codec SupportSubtitle Management Systems
    View on GitHub↗21,440
  • clappr/clapprclappr avatar

    clappr/clappr

    7,473View on GitHub↗

    Clappr is an HTML5 web media player and plugin-based framework used to render video and audio across different web platforms. It functions as a playback engine supporting adaptive bitrate streaming through HLS and DASH protocols to ensure smooth media delivery. The project is distinguished by a modular architecture that allows developers to extend player functionality and add support for new media formats via a plugin system. It also includes a dedicated controller for managing digital rights management license requests to secure premium content. The player covers a broad range of capabiliti

    Clappr is an open-source HTML5 media player and plugin framework for embedding video and audio in web applications, with streaming (HLS/DASH) and subtitle support, fitting the request for a playback library even though its cross-platform scope is browser-based and it lacks low-level codec or hardware acceleration control.

    JavaScriptCaptioning SystemsHLS Streaming
    View on GitHub↗7,473
  • daniulive/smarterstreamingdaniulive avatar

    daniulive/SmarterStreaming

    11,170View on GitHub↗

    SmarterStreaming is a cross-platform SDK for hardware-accelerated audio and video capture, encoding, and streaming. It provides a complete media pipeline for low-latency RTMP and RTSP streaming, and includes an embedded lightweight RTSP server that can serve live feeds directly from the source device to local network clients without requiring a separate server. The SDK also integrates with GB28181 surveillance platforms, enabling compliant device registration and streaming for standardized video monitoring systems. The project distinguishes itself through a set of integrated capabilities for

    SmarterStreaming is a cross-platform SDK that provides low-level playback and streaming capabilities with hardware acceleration and codec support, making it a fit for building audio/video playback into applications, though its focus on streaming protocols and lack of subtitle support make it narrower than a general-purpose player library.

    JavaHardware-Accelerated PlaybackAdaptive Bitrate PlaybackHardware-Accelerated Decoders
    View on GitHub↗11,170
  • mediaelement/mediaelementmediaelement avatar

    mediaelement/mediaelement

    8,295View on GitHub↗

    MediaElement is a JavaScript library that wraps native HTML5 audio and video elements to provide a unified media interface and a customizable player framework. It acts as a multi-format media controller and a web-based plugin framework, normalizing playback controls and visual styles to ensure a consistent experience across different web browsers. The project distinguishes itself through a plugin-based playback system that maps specific MIME types to custom renderers, allowing the integration of third-party media embeds and external playback engines. It supports advanced delivery features inc

    mediaelement/mediaelement is a JavaScript library that wraps HTML5 audio/video to provide a unified, customizable player framework with plugin-based multi-format support, streaming, subtitles, and cross-browser consistency, making it a solid fit for adding media playback to web applications.

    JavaScriptCaptioning Systems
    View on GitHub↗8,295
  • bytedance/xgplayerbytedance avatar

    bytedance/xgplayer

    9,245View on GitHub↗

    xgplayer is a plugin-based HTML5 video player framework that supports multiple streaming formats including MP4, FLV, HLS, and dash. It is built on a component architecture that allows developers to extend functionality through self-contained plugins, with staged loading protocol adapters that reduce bandwidth usage. The player includes a strategy center for dynamic optimization that adjusts buffering, bitrate, and source selection in real time to reduce first-frame delay and playback stalling. The player distinguishes itself through support for ultra-low latency live streaming with time-shift

    xgplayer is a plugin-based HTML5 video player framework supporting MP4, FLV, HLS, and DASH, making it a suitable media playback engine for web applications, though it may lack explicit subtitle support and low-level codec control.

    JavaScriptHTML5 Media PlayersPlugin-Based ArchitecturesPlugin-Based Video Players
    View on GitHub↗9,245
  • google/exoplayergoogle avatar

    google/ExoPlayer

    21,918View on GitHub↗

    ExoPlayer is an Android media player library and framework designed for playing audio and video content on Android devices. It serves as an adaptive streaming player capable of handling dynamic bitrate switching for streaming protocols such as DASH and HLS. The library provides a foundation for building custom media players with unique playback controls and specialized media source handling. It supports digital content delivery by enabling the streaming of high-quality video over varying network conditions through automatic quality level switching. The framework covers core media playback ca

    ExoPlayer is an Android media playback library that supports streaming formats like DASH and HLS, provides a flexible API for integration, and includes features such as subtitle support and adaptive bitrate control, meeting the core need for a library to play audio and video, though it is Android-only rather than cross-platform.

    JavaPlayback FrameworksAdaptive Bitrate ControllersAdaptive Streaming Players
    View on GitHub↗21,918
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
yixia/vitamiobundle5.3KJavaNOASSERTIONApr 23, 2017
video-dev/hls.js16.8KTypeScriptNOASSERTIONJun 17, 2026
bilibili/ijkplayer
33.2K
C
GPL-2.0
Aug 13, 2024
dash-industry-forum/dash.js5.5KJavaScriptNOASSERTIONJun 22, 2026
mpv-player/mpv35.6KCNOASSERTIONJun 16, 2026
vanilagy/mediabunny5.3KTypeScriptmpl-2.0Feb 17, 2026
sampotts/plyr29.9KJavaScriptMITJan 3, 2026
ffmpeg/ffmpeg61.2KCNOASSERTIONJun 16, 2026
videolan/vlc18.7KCGPL-2.0Jun 16, 2026
carguo/gsyvideoplayer21.4KJavaApache-2.0May 23, 2026

Related searches

  • an embeddable media player for websites
  • Audio processing engine
  • Music player
  • an open source video player library
  • a cross platform engine for game development
  • an open source video player for desktop
  • Media automation scripts
  • an open source media streaming server