From ee1d7cbd41051cf1756ab36d7fac2fafdfe61998 Mon Sep 17 00:00:00 2001 From: Matthias Van Parijs Date: Wed, 14 Aug 2024 14:45:35 +0200 Subject: [PATCH] chore: Added dependencies doc --- packages/docs/.vitepress/config.mts | 1 + packages/docs/dependencies.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 packages/docs/dependencies.md diff --git a/packages/docs/.vitepress/config.mts b/packages/docs/.vitepress/config.mts index 75cff4b6..bd855bb2 100644 --- a/packages/docs/.vitepress/config.mts +++ b/packages/docs/.vitepress/config.mts @@ -25,6 +25,7 @@ export default defineConfig({ items: [ { text: "What is Mixwave?", link: "what-is-mixwave" }, { text: "Getting Started", link: "getting-started" }, + { text: "Dependencies", link: "dependencies" }, ], }, { diff --git a/packages/docs/dependencies.md b/packages/docs/dependencies.md new file mode 100644 index 00000000..81a2f236 --- /dev/null +++ b/packages/docs/dependencies.md @@ -0,0 +1,7 @@ +# Dependencies + +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. +- [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.