Step 1: Get dizqueTV running (original) (raw)

Windows

Linux

--

Mac OS/X

Docker

docker pull vexorian/dizquetv:latest
docker run --name dizquetv -p 8000:8000 -v ~\dizquetv-volume:/home/node/app/.dizquetv vexorian/dizquetv:latest
  dizquetv:
    image: vexorian/dizquetv:latest
    volumes:
      - /your/path/here/dizquetv-volume:/home/node/app/.dizquetv
    ports:
      - 8000:8000
    restart: unless-stopped
version: '3.3'
services:
    dizquetv:
        image: vexorian/dizquetv:latest
        container_name: dizquetv
        restart: unless-stopped
        ports:
            - 8000:8000
        volumes:
            - /your/path/here/dizquetv-volume:/home/node/app/.dizquetv

Unraid

Add

https://github.com/vexorian/dizquetv/tree/main

to your "Template repositories" in the Docker tab. Click the "Add Container" button Select either the dizquetv template or the dizquetv-nvidia template if you want nvidia hardware accelerated transcoding. Make sure you have the Unraid Nvidia plugin installed and change your video encoder to h264_nvenc in the dizquetv ffmpeg settings.

Build from source

Note: dizqueTV requires NodeJS 12 or greater.

git clone https://github.com/vexorian/dizquetv
cd dizquetv
npm install
npm run build
npm run start

Add a custom footer