Skip to content

Commit

Permalink
chore: Added dependencies doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Aug 14, 2024
1 parent 338f5af commit ee1d7cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
],
},
{
Expand Down
7 changes: 7 additions & 0 deletions packages/docs/dependencies.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ee1d7cb

Please sign in to comment.