Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
 
 
 
 
 
 
Go to file
Varun Patil e20888f244 revert copy encoding 2022-11-13 19:34:12 -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 go-transcode 2022-11-10 21:31:47 -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 Increase idle time 2022-11-10 21:49:46 -08:00
manager.go More tuning 2022-11-12 10:51:31 -08:00
stream.go revert copy encoding 2022-11-13 19:34:12 -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

Thanks

Partially inspired from go-transcode. The projects use different approaches for segmenting the transcodes.