Skip to content

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

License

Notifications You must be signed in to change notification settings

trueromanus/TorrentStream

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks