Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
 
 
 
 
 
 
Go to file
Varun Patil 689aa6eae4 Add link to memories 2022-11-10 21:23:20 -08:00
.circleci Add workflows 2022-11-10 20:26:21 -08:00
.github/workflows Add workflows 2022-11-10 20:26:21 -08:00
.gitignore Initial commit 2022-11-10 03:24:33 -08:00
LICENSE Prep for release 2022-11-10 20:20:45 -08:00
README.md Add link to memories 2022-11-10 21:23:20 -08:00
config.go Adjust timers 2022-11-10 21:20:23 -08:00
go.mod Initial commit 2022-11-10 03:24:33 -08:00
main.go Adjust timers 2022-11-10 21:20:23 -08:00
manager.go Adjust timers 2022-11-10 21:20:23 -08:00
stream.go Adjust timers 2022-11-10 21:20:23 -08:00

README.md

go-vod

Extremely minimal on-demand video transcoding server in go. Used by the FOSS photos app, Memories.

Usage

You need go and ffmpeg/ffprobe installed

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