This commit is contained in:
ziyue 2021-06-28 11:31:11 +08:00
parent 89fb4222ce
commit cd7af6fa4e
3 changed files with 12 additions and 15 deletions

View File

@ -31,4 +31,6 @@ zhlong <zh.ghlong@qq.com>
droid.chow <droid.chow@gmail.com> droid.chow <droid.chow@gmail.com>
[陈晓林](https://github.com/musicwood) [陈晓林](https://github.com/musicwood)
[老衲不出家](https://github.com/monktan89) [老衲不出家](https://github.com/monktan89)
big panda <2381267071@qq.com> big panda <2381267071@qq.com>
CharleyWangHZ(https://github.com/CharleyWangHZ)
Johnny(https://github.com/johzzy)

View File

@ -92,9 +92,11 @@
- RTSP/RTMP/HTTP-FLV/WS-FLV支持MP4文件点播支持seek - RTSP/RTMP/HTTP-FLV/WS-FLV支持MP4文件点播支持seek
- 支持H264/H265/AAC/G711/OPUS编码 - 支持H264/H265/AAC/G711/OPUS编码
- WebRTC(体验,请使用dev分支) - WebRTC(体验)
- 支持WebRTC推流支持转其他协议 - 支持WebRTC推流支持转其他协议
- 支持WebRTC播放支持其他协议转WebRTC - 支持WebRTC播放支持其他协议转WebRTC
- 支持simulcast
- 支持rtx/nack
- 其他 - 其他
- 支持丰富的restful api以及web hook事件 - 支持丰富的restful api以及web hook事件
@ -225,20 +227,11 @@ bash build_docker_images.sh
[大裤衩](3503207480@qq.com>) [大裤衩](3503207480@qq.com>)
[droid.chow](droid.chow@gmail.com>) [droid.chow](droid.chow@gmail.com>)
[陈晓林](https://github.com/musicwood) [陈晓林](https://github.com/musicwood)
[CharleyWangHZ](https://github.com/CharleyWangHZ)
[Johnny](https://github.com/johzzy)
## 使用案例 ## 使用案例
本项目已经得到不少公司和个人开发者的认可,据作者不完全统计, 本项目已经得到不少公司和个人开发者的认可,据作者不完全统计,
使用本项目的公司包括知名的互联网巨头、国内排名前列的云服务公司、多家知名的AI独角兽公司 使用本项目的公司包括知名的互联网巨头、国内排名前列的云服务公司、多家知名的AI独角兽公司
以及一系列中小型公司。使用者可以通过在 [issue](https://github.com/xia-chu/ZLMediaKit/issues/511) 上粘贴公司的大名和相关项目介绍为本项目背书,感谢支持! 以及一系列中小型公司。使用者可以通过在 [issue](https://github.com/xia-chu/ZLMediaKit/issues/511) 上粘贴公司的大名和相关项目介绍为本项目背书,感谢支持!
## 捐赠
您的捐赠将用于支付该项目的一些费用支出以及激励开发者,
欢迎捐赠以便更好的推动项目的发展,谢谢您的支持!
同时欢迎捐赠公网服务器用于在线展示效果。
[支付宝](https://github.com/xia-chu/other/blob/master/IMG_3919.JPG)
[微信](https://github.com/xia-chu/other/blob/master/IMG_3920.JPG)

View File

@ -55,9 +55,11 @@
- WebSocket Server and Client. - WebSocket Server and Client.
- File access authentication. - File access authentication.
- WebRTC(experiential, dev branch) - WebRTC(experiential)
- Support webrtc push stream and transfer to other protocols - Support webrtc push stream and transfer to other protocols
- Support webrtc play, support other protocol to webrtc - Support webrtc play, support other protocol to webrtc
- Support simulcast
- Support rtx/nack
- Others - Others
- Support stream proxy by ffmpeg. - Support stream proxy by ffmpeg.