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)