From e2e12fedb400b340bd51c2c2fca7761bea70c85e Mon Sep 17 00:00:00 2001 From: Matthias Van Parijs Date: Mon, 9 Sep 2024 23:08:38 +0200 Subject: [PATCH] chore: Added HLS.js to toolset --- packages/docs/toolset.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/docs/toolset.md b/packages/docs/toolset.md index af3b56f2..9df2f6da 100644 --- a/packages/docs/toolset.md +++ b/packages/docs/toolset.md @@ -3,6 +3,7 @@ We would like to extend our heartfelt thanks to the incredible open source projects that form the backbone of our work. - [Shaka Packager](https://github.com/shaka-project/shaka-packager) - tool and a media packaging SDK for DASH and HLS packaging and encryption. It can prepare and package media content for online streaming. +- [HLS.js](https://github.com/video-dev/hls.js) - JavaScript library that implements an HTTP Live Streaming client. It relies on HTML5 video and MediaSource Extensions for playback. - [ffmpeg](https://www.ffmpeg.org/) - a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata. - [Fastify](https://fastify.dev/) - a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture. - [ts-rest](https://ts-rest.com/) - a simple way to define a contract for your API, which can be both consumed and implemented by your application, giving you end to end type safety without the hassle or code generation.