Skip to content

[EXPERIMENT] on the fly transcoding of variable media to hls

Notifications You must be signed in to change notification settings

baander-app/baander-transcoder

Repository files navigation

Ts.ED logo

Ts.ED - bt2


Website   •   Getting started   •   Slack   •   Twitter

An awesome project based on Ts.ED framework

Getting started

Important! Ts.ED requires Node >= 14, Express >= 4 and TypeScript >= 4.

# install dependencies
$ bun install
$ bun run barrels
$ bun run start

Docker

# build docker image
docker compose build

# start docker image
docker compose up

Barrelsby

This project uses barrelsby to generate index files to import the controllers.

Edit .barreslby.json to customize it:

{
  "directory": [
    "./src/controllers/rest",
    "./src/controllers/pages"
  ],
  "exclude": [
    "__mock__",
    "__mocks__",
    ".spec.ts"
  ],
  "delete": true
}

About

[EXPERIMENT] on the fly transcoding of variable media to hls

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published