update readme

This commit is contained in:
aler9
2023-01-03 19:19:58 +01:00
parent 0ce4354144
commit 7f11619db8

View File

@@ -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)