支持G711编码

This commit is contained in:
xiongziliang 2020-04-18 23:06:36 +08:00
parent 3efda8fd0b
commit e1459834df
2 changed files with 4 additions and 4 deletions

View File

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

View File

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