Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 280 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 280 Bytes

GoFfmpeg stream service

Upload and convert audo files.

Developent

git clone https://github.com/dasdachs/ffmpeg-api.git

Lint and test

gofmt && go test

Build

go build

Dockerize

docker build -t container_name:tag .