From 7f11619db8a3a88fd6fcf9c5db7537806b70f13c Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 3 Jan 2023 19:19:58 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6da654b..b3e9bfce 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ Features: * Compute and provide SSRC, RTP-Info to clients * Generate RTCP sender reports * Utilities - * Parse RTSP elements - * Encode/decode format-specific frames into/from RTP packets. The following formats are supported: + * Parse RTSP elements ([pkg/base](pkg/base), [pkg/headers](pkg/headers)) + * Encode/decode format-specific frames into/from RTP packets ([pkg/formatdecenc](pkg/formatdecenc)). The following formats are supported: * Video: H264, H265, M-JPEG, VP8, VP9 * Audio: G711 (PCMA, PCMU), G722, LPCM, MPEG4 Audio (AAC), Opus - * Parse codec-specific elements. The following codecs are supported: + * Parse codec-specific elements ([pkg/codecs](pkg/codecs)). The following codecs are supported: * Video: H264, H265, M-JPEG * Audio: MPEG4 Audio (AAC)