Home
Softono

Video Samples

Open source MIT Go
33
Stars
1
Forks
0
Issues
1
Watchers
3 years
Last Commit

 About Video Samples

Generate thumbs from live streamings and videos on demand

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Video Samples?

We provide expert installation service for this software. Our team will install, configure, and secure Video Samples on your server. plans start at just $30.

Video Samples

View on GitHub

Video Samples - extract resources from video

🎥 Have you ever wanted to extract thumbnails or short videos from a real video? This project may be the answer you're looking for.

See the design docs if you want to know how it works.

🚀 Install

Coming soon

đź’ˇ Usage

Coming soon

Development

docker compose up

This command will get up and running the following components:

  • Enqueuer - enqueue jobs to extract the extractors
  • Worker - workers to extract resources from video (using ffmpeg)
  • Redis - used by enqueuer and as a datastore to the extracted resources
  • Video API - a dummy API that servers a JSON endpoint with video streamings URLs
  • Stream - a live streaming generated with ffmpeg

Tests

First, make sure you have the ginkgo test runner installed.

Then run the test suite:

ginkgo -p -v ./...