From e1eba3d81e50ae09032967358fbd6233d31ff01c Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Mon, 15 Sep 2025 18:48:07 +0200 Subject: [PATCH] update readme (#246) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1f8ea..0124e10 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![CodeCov](https://codecov.io/gh/bluenviron/mediacommon/branch/main/graph/badge.svg)](https://app.codecov.io/gh/bluenviron/mediacommon/tree/main) [![PkgGoDev](https://pkg.go.dev/badge/github.com/bluenviron/mediacommon/v2)](https://pkg.go.dev/github.com/bluenviron/mediacommon/v2#pkg-index) -Definitions and functions shared between [gortsplib](https://github.com/bluenviron/gortsplib), [gohlslib](https://github.com/bluenviron/gohlslib) and [MediaMTX](https://github.com/bluenviron/mediamtx), in particular: +Definitions and functions shared between [gortsplib](https://github.com/bluenviron/gortsplib), [gohlslib](https://github.com/bluenviron/gohlslib), [gortmplib](https://github.com/bluenviron/gortmplib) and [MediaMTX](https://github.com/bluenviron/mediamtx), in particular: * [Codec utilities](https://pkg.go.dev/github.com/bluenviron/mediacommon/v2/pkg/codecs) * [Format utilities](https://pkg.go.dev/github.com/bluenviron/mediacommon/v2/pkg/formats) @@ -52,3 +52,4 @@ Go ≥ 1.24 is required. * [MediaMTX](https://github.com/bluenviron/mediamtx) * [gortsplib](https://github.com/bluenviron/gortsplib) * [gohlslib](https://github.com/bluenviron/gohlslib) +* [gortmplib](https://github.com/bluenviron/gortmplib)