Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
 
 
 
 
 
 
Go to file
Varun Patil 00b9e98f17 Add test arg 2022-11-10 21:03:55 -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 cmd 2022-11-10 20:22:07 -08:00
config.go Tempdir cleanup 2022-11-10 19:40:53 -08:00
go.mod Initial commit 2022-11-10 03:24:33 -08:00
main.go Add test arg 2022-11-10 21:03:55 -08:00
manager.go Minor fixes 2022-11-10 20:14:38 -08:00
stream.go Minor fixes 2022-11-10 20:14:38 -08:00

README.md

go-vod

Extremely minimal on-demand video transcoding server in go.

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