https://github.com/webtor-io/content-prober
Wrapper around ffprobe with GRPC access and Redis backend
https://github.com/webtor-io/content-prober
ffmpeg ffprobe grpc
Last synced: 7 months ago
JSON representation
Wrapper around ffprobe with GRPC access and Redis backend
- Host: GitHub
- URL: https://github.com/webtor-io/content-prober
- Owner: webtor-io
- License: mit
- Created: 2019-12-16T18:20:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T11:36:13.000Z (almost 4 years ago)
- Last Synced: 2024-12-19T01:02:27.454Z (over 1 year ago)
- Topics: ffmpeg, ffprobe, grpc
- Language: Go
- Homepage: https://webtor.io
- Size: 1.84 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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
```