ffmpeg-video-player

Updated FFmpeg+SDL video player tutorial repo in under 1000 lines, teaches demux/decode pipeline from scratch.

Link

Related resources

  • libvoyaplayerFree cross-platform media player library for music and video with broad codec support (AAC/FLAC/MP3/Vorbis/WMA).
  • ChewieFlutter video player UI wrapper providing Material/Cupertino-style controls atop video_player.
  • ImPlayCross-platform desktop media player built on mpv + ImGui, with mpv-compatible feature set and config.
  • flutter_vlc_playerFlutter plugin wrapping libVLC for cross-platform video playback on iOS/Android.
  • Better PlayerFlutter video player plugin with HLS/DASH support, subtitles, PiP, DRM (Widevine/FairPlay), caching, and notifications.
  • Castlabs DRM GuideTechnical deep-dive on Widevine/PlayReady/FairPlay DRM, covering CENC vs cbcs encryption mode differences.
  • How to Build a Multi-DRM SetupEngineering guide covering Widevine/FairPlay/PlayReady stack, CENC, license server complexity, and build-vs-buy cost tradeoffs.
  • setup-ffmpegGitHub Action to set up and cache FFmpeg in CI workflows, downloading direct from source with git-master build support.