Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 867 Bytes

VAST generator

The service creates VAST tag based on the input parameters such as video-file and landing page.

Preview

Screenshot 2022-08-05 at 14 22 39 Screenshot 2022-08-05 at 14 23 22

Installation

Dockerfile

  1. docker build --tag vast .
  2. docker run --publish 8080:8080 vast
  3. Open http://localhost:8080/

Source code

Pre-requirements

  1. PostgreSQL (14.4)
  2. ffprobe/ffmpeg (https://ffmpeg.org/download.html)

Installation

  1. Clone the repo git clone https://github.com/ViktorSalimonov/vast.git
  2. Install dependrencies go mod download
  3. Run the service go run .
  4. Open http://localhost:8080/