Skip to content

Cinemator lets you paste any torrent magnet link and instantly watch the video in your browser — no waiting, no downloads, just streaming.

Notifications You must be signed in to change notification settings

NLipatov/cinemator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cinemator

Cinemator (“cinema” + “torrent”) lets you instantly watch videos from any torrent magnet link.


Run it

1) Docker image

Prerequisites:

  • Docker
docker run -p 8000:8000 nlipatov/cinemator:latest

Open http://localhost:8000 in your browser.

2) Native binary

Prerequisites:

  • Go installed
cd src
go build
./cinemator

Open http://localhost:8000 in your browser.


Build it

1) Docker image

docker buildx build -t cinemator ./src/

2) Native binary

cd src
go build

About

Cinemator lets you paste any torrent magnet link and instantly watch the video in your browser — no waiting, no downloads, just streaming.

Resources

Stars

Watchers

Forks

Packages

No packages published