diff --git a/README.md b/README.md index 9d428553..d59474f4 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ - 服务器/客户端完整支持Basic/Digest方式的登录鉴权,全异步可配置化的鉴权接口 - 支持H265编码 - 服务器支持RTSP推流(包括`rtp over udp` `rtp over tcp`方式) - - 支持任意编码格式的rtsp推流,只是除H264/H265+AAC外无法转协议 + - 支持任意编码格式的rtsp推流,只是除H264/H265/AAC/G711外无法转协议 - RTMP - RTMP 播放服务器,支持RTSP/MP4转RTMP @@ -48,7 +48,7 @@ - RTMP 推流客户端 - 支持http[s]-flv直播 - 支持websocket-flv直播 - - 支持任意编码格式的rtmp推流,只是除H264/H265+AAC外无法转协议 + - 支持任意编码格式的rtmp推流,只是除H264/H265/AAC/G711外无法转协议 - 支持[RTMP-H265](https://github.com/ksvc/FFmpeg/wiki) - HLS diff --git a/README_en.md b/README_en.md index 9d1e5bd1..19b9e069 100644 --- a/README_en.md +++ b/README_en.md @@ -20,7 +20,7 @@ - RTSP player and pusher. - RTP Transport : `rtp over udp` `rtp over tcp` `rtp over http` `rtp udp multicast` . - Basic/Digest/Url Authentication. - - H265/H264/AAC codec. + - H264/H265/AAC/G711 codec. - Recorded as mp4. - Vod of mp4. @@ -28,7 +28,7 @@ - RTMP server,support player and pusher. - RTMP player and pusher. - Support HTTP-FLV player. - - H264/AAC codec. + - H264/H265/AAC/G711 codec. - Recorded as flv or mp4. - Vod of mp4. - support [RTMP-H265](https://github.com/ksvc/FFmpeg/wiki)