memories/README.md

18 lines
385 B
Markdown

# go-vod
Extremely minimal on-demand video transcoding server in go. Used by the FOSS photos app, [Memories](https://github.com/pulsejet/memories).
## Usage
You need go and ffmpeg/ffprobe installed
```bash
CGO_ENABLED=0 go build -ldflags="-s -w"
./go-vod
```
The server exposes all files as HLS streams, at the URL
```
http://localhost:47788/player-id/path/to/file/index.m3u8
```