Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
 
 
 
 
 
 
Go to file
Varun Patil 9ea4f3ad2d Reduce lookBehind to 3 (fix #5) 2023-03-15 10:21:44 -07:00
.circleci Revert "Update circle config" 2023-03-14 12:12:16 -07:00
.github/workflows buildvcs=false 2023-02-24 00:35:24 -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 Make NVENC more configurable 2023-03-09 13:02:57 -08:00
go.mod Initial commit 2022-11-10 03:24:33 -08:00
main.go Reduce lookBehind to 3 (fix #5) 2023-03-15 10:21:44 -07:00
manager.go Switch to config file 2023-03-09 11:57:15 -08:00
stream.go Remove comment 2023-03-14 12:06:44 -07:00
util.go Preserve query strings 2022-12-02 22:06:03 -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.