Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 731 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 731 Bytes

TorrentStream

Simple web server for streaming torrent files in video players (like VLC, mpv, MPC-HC and so on)

Documentation

English Documentation
Russian Documentation

Install on linux

NixOS

Build Requirements

  • DotNet 8.0+

Build Instructions

dotnet publish -r <platform-indetifier> -c Release --self-contained true src/TorrentStream.csproj

platform-identifier can be:

  • osx-x64 (macOS with intel processor)
  • osx-arm64 (macOS with M1+ processor)
  • win-arm64
  • win-x64
  • linux-arm64
  • linux-x64