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.