Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.18 KB

File metadata and controls

49 lines (38 loc) · 1.18 KB

CastIt

A casting app and remote controller made for my personal use.

Windows

Get the latest release here.

Android

Features

  • Playlists
  • Themes
  • Drag and drop files
  • And all the good stuff that comes in casting apps

Build

Server

docker build --build-arg TARGETARCH=arm64 -t castit -f CastIt.Server/Dockerfile .
docker save castit | gzip > ~/Development/castit.tar.gz
docker load < castit.tar.gz