Skip to content
/ strimer Public

strimer is a program that lets you strim strims

License

Notifications You must be signed in to change notification settings

tensei/strimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strimer

Setup

cp example.config.json config.json

Edit docker-compose.yml

version: "3"
services:
base:
    build: .
    network_mode: "host"
    restart: unless-stopped
    volumes:
    - /path/to/your/media/folder/here/:/media/

Edite config.json

Don't enable bumps unless you know what you're doing

{
    "discord": {
        "owner_id": "105739663192363008",
        "token": "<bot token>",
        "media_folder": "/media/"
    },
    "stream": {
        "ingest": "rtmp://fra-ingest.angelthump.com:1935/live/xxx",
        "subtitles": true,
        "bumps": false
    },
    "angelthump": {
        "update_title": false,
        "username": "",
        "password": ""
    }
}

Docker

docker-compose build
docker-compose up -d

About

strimer is a program that lets you strim strims

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published