Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
 
 
 
 
 
 
Go to file
Varun Patil ff9c27a74e Fix invalid rotation with CPU 2023-07-21 19:02:31 -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
.dockerignore Add dockerfile 2023-03-17 10:41:09 -07:00
.gitignore Initial commit 2022-11-10 03:24:33 -08:00
Dockerfile get dockerfile working on windows 2023-05-31 11:59:28 -04:00
Dockerfile.nvidia add nvidia Dockfile 2023-05-05 12:12:47 -07: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
build-ffmpeg-nvidia.sh build: remove step is not necessary 2023-06-04 11:25:55 -07:00
build-ffmpeg.sh build: remove step is not necessary 2023-06-04 11:25:55 -07:00
chunk.go refactor: consts 2023-04-03 18:44:11 -07:00
config.go Add config POST 2023-04-10 16:44:39 -07:00
go.mod Initial commit 2022-11-10 03:24:33 -08:00
main.go 0.1.7 2023-05-27 23:43:09 -07:00
manager.go Remove log 2023-05-14 18:39:30 -07:00
stream.go Fix invalid rotation with CPU 2023-07-21 19:02:31 -07:00
temp.go Add temp post support 2023-03-17 14:06:54 -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.