dsh-video-evidence
by wjxn13
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VDB_CACHE | No | Path to the SQLite cache database for transcriptions. | <plugin directory>/cache.sqlite3 |
| FFMPEG_BIN | No | Path to ffmpeg executable. If not set, it will be looked up in PATH. Only needed if ffmpeg is not available in PATH. | PATH's ffmpeg |
| VDB_STRIDE | No | Sliding window stride in seconds for chunking transcripts. | 30 |
| VDB_WINDOW | No | Sliding window length in seconds for chunking transcripts. | 45 |
| ASR_MODEL_DIR | No | Directory for faster-whisper models. If not set, defaults to <plugin directory>/models/base. | <plugin directory>/models/base |
| BILI_SESSDATA | No | Bilibili SESSDATA cookie. Optional. Without it, search and stream fetching still work; with it, the official subtitle channel may be attempted. | |
| VDB_AUDIO_SEC | No | Default maximum audio length (in seconds) to transcribe per video. | 300 |
| VDB_CACHE_TTL | No | Cache validity period in seconds. | 2592000 (30 days) |
| VDB_BUDGET_SEC | No | Default total time budget in seconds before returning partial results. | 170 |
| VDB_MAX_VIDEOS | No | Default maximum number of candidate videos to process. | 3 |
| VDB_WORKER_TIMEOUT | No | Timeout for the Python worker in milliseconds. | 220000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues