webtor-io / content-prober

Wrapper around ffprobe with GRPC access and Redis backend

Home Page:https://webtor.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

content-prober

Wrapper around ffprobe with GRPC access and Redis backend

Requirements

  1. FFmpeg 3+

Basic usage

% ./server help
NAME:
   content-prober-server - runs content prober

USAGE:
   server [global options] command [command options] [arguments...]

VERSION:
   0.0.1

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --host value, -H value                 listening host
   --port value, -P value                 listening port (default: 50051)
   --redis-host value, --rH value         hostname of the redis servicea (default: 127.0.0.1) [$REDIS_MASTER_SERVICE_HOST, $ REDIS_SERVICE_HOST]
   --redis-port value, --rP value         port of the redis service (default: 6379) [$REDIS_MASTER_SERVICE_PORT, $ REDIS_SERVICE_PORT]
   --redis-db value, --rDB value          redis db (default: 0) [$REDIS_DB]
   --redis-password value, --rPASS value  redis password [$REDIS_PASS, $ REDIS_PASSWORD]
   --help, -h                             show help
   --version, -v                          print the version

Docker image

docker pull webtor/content-prober

Helm Chart

helm repo add webtor https://charts.webtor.io
helm install webtor/content-prober

About

Wrapper around ffprobe with GRPC access and Redis backend

https://webtor.io

License:MIT License


Languages

Language:Go 90.5%Language:Dockerfile 8.4%Language:Makefile 1.1%