Skip to content

Repository files navigation

Build Windows 🪟

Video Player to Watch Live TV and Movies. (Series is Coming Soon)

screenshoot screenshoot

Build

Before run compilation command, you need libmpv-2.dll, that is include in 3rdparty/mpv in 4 compressed files.

cmake -S . -B build `
  -G "Visual Studio 18 2026" -A x64 `
  "-DQt6_DIR=C:/Qt/6.11.2/msvc2022_64/lib/cmake/Qt6" `
  "-DCMAKE_INSTALL_PREFIX=build/install" `
  "-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake"  `
  "-DVCPKG_TARGET_TRIPLET=x64-windows-static-md"

# you can use Debug mode too
cmake --build build --config Release
cmake --install build --config Release

# Only if you need the installer
cpack --config build/CPackConfig.cmake -C Release

3rdpartys

All deps using vcpkg must be installed using x64-windows-static-md

  • mpv (videoplayer)
  • libtorrent (should use vcpkg)
  • vcpkg for lib magnaments (optional but recomended)
  • OpenSSL (should use vcpkg)
  • Boost (should use vcpkg)

About

Video Player to Watch Live TV and Movies.

Topics

Resources

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages