Commit e1459834 by xiongziliang

支持G711编码

parent 3efda8fd
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
- 服务器/客户端完整支持Basic/Digest方式的登录鉴权,全异步可配置化的鉴权接口 - 服务器/客户端完整支持Basic/Digest方式的登录鉴权,全异步可配置化的鉴权接口
- 支持H265编码 - 支持H265编码
- 服务器支持RTSP推流(包括`rtp over udp` `rtp over tcp`方式) - 服务器支持RTSP推流(包括`rtp over udp` `rtp over tcp`方式)
- 支持任意编码格式的rtsp推流,只是除H264/H265+AAC外无法转协议 - 支持任意编码格式的rtsp推流,只是除H264/H265/AAC/G711外无法转协议
- RTMP - RTMP
- RTMP 播放服务器,支持RTSP/MP4转RTMP - RTMP 播放服务器,支持RTSP/MP4转RTMP
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
- RTMP 推流客户端 - RTMP 推流客户端
- 支持http[s]-flv直播 - 支持http[s]-flv直播
- 支持websocket-flv直播 - 支持websocket-flv直播
- 支持任意编码格式的rtmp推流,只是除H264/H265+AAC外无法转协议 - 支持任意编码格式的rtmp推流,只是除H264/H265/AAC/G711外无法转协议
- 支持[RTMP-H265](https://github.com/ksvc/FFmpeg/wiki) - 支持[RTMP-H265](https://github.com/ksvc/FFmpeg/wiki)
- HLS - HLS
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
- RTSP player and pusher. - RTSP player and pusher.
- RTP Transport : `rtp over udp` `rtp over tcp` `rtp over http` `rtp udp multicast` . - RTP Transport : `rtp over udp` `rtp over tcp` `rtp over http` `rtp udp multicast` .
- Basic/Digest/Url Authentication. - Basic/Digest/Url Authentication.
- H265/H264/AAC codec. - H264/H265/AAC/G711 codec.
- Recorded as mp4. - Recorded as mp4.
- Vod of mp4. - Vod of mp4.
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
- RTMP server,support player and pusher. - RTMP server,support player and pusher.
- RTMP player and pusher. - RTMP player and pusher.
- Support HTTP-FLV player. - Support HTTP-FLV player.
- H264/AAC codec. - H264/H265/AAC/G711 codec.
- Recorded as flv or mp4. - Recorded as flv or mp4.
- Vod of mp4. - Vod of mp4.
- support [RTMP-H265](https://github.com/ksvc/FFmpeg/wiki) - support [RTMP-H265](https://github.com/ksvc/FFmpeg/wiki)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论