mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-25 20:27:34 +08:00
更新文档描述
This commit is contained in:
parent
402214c3d4
commit
b7b47db91e
1
AUTHORS
1
AUTHORS
@ -45,3 +45,4 @@ Xinghua Zhao <(holychaossword@hotmail.com>
|
|||||||
明月惊鹊 <mingyuejingque@gmail.com>
|
明月惊鹊 <mingyuejingque@gmail.com>
|
||||||
cgm <2958580318@qq.com>
|
cgm <2958580318@qq.com>
|
||||||
hejilin <1724010622@qq.com>
|
hejilin <1724010622@qq.com>
|
||||||
|
alexliyu7352 <liyu7352@gmail.com>
|
10
README.md
10
README.md
@ -1,7 +1,5 @@
|
|||||||
![logo](https://raw.githubusercontent.com/xia-chu/ZLMediaKit/master/www/logo.png)
|
![logo](https://raw.githubusercontent.com/xia-chu/ZLMediaKit/master/www/logo.png)
|
||||||
|
|
||||||
[english readme](https://github.com/xia-chu/ZLMediaKit/blob/master/README_en.md)
|
|
||||||
|
|
||||||
# 一个基于C++11的高性能运营级流媒体服务框架
|
# 一个基于C++11的高性能运营级流媒体服务框架
|
||||||
|
|
||||||
[![license](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/xia-chu/ZLMediaKit/blob/master/LICENSE)
|
[![license](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/xia-chu/ZLMediaKit/blob/master/LICENSE)
|
||||||
@ -23,6 +21,7 @@
|
|||||||
- 提供完善的[restful api](https://github.com/xia-chu/ZLMediaKit/wiki/MediaServer%E6%94%AF%E6%8C%81%E7%9A%84HTTP-API)以及[web hook](https://github.com/xia-chu/ZLMediaKit/wiki/MediaServer%E6%94%AF%E6%8C%81%E7%9A%84HTTP-HOOK-API),支持丰富的业务逻辑。
|
- 提供完善的[restful api](https://github.com/xia-chu/ZLMediaKit/wiki/MediaServer%E6%94%AF%E6%8C%81%E7%9A%84HTTP-API)以及[web hook](https://github.com/xia-chu/ZLMediaKit/wiki/MediaServer%E6%94%AF%E6%8C%81%E7%9A%84HTTP-HOOK-API),支持丰富的业务逻辑。
|
||||||
- 打通了视频监控协议栈与直播协议栈,对RTSP/RTMP支持都很完善。
|
- 打通了视频监控协议栈与直播协议栈,对RTSP/RTMP支持都很完善。
|
||||||
- 全面支持H265/H264/AAC/G711/OPUS。
|
- 全面支持H265/H264/AAC/G711/OPUS。
|
||||||
|
- 功能完善,支持集群、按需转协议、按需推拉流、先播后推、断连续推等功能。
|
||||||
|
|
||||||
## 项目定位
|
## 项目定位
|
||||||
|
|
||||||
@ -111,13 +110,11 @@
|
|||||||
- 支持流量统计、推拉流鉴权等事件
|
- 支持流量统计、推拉流鉴权等事件
|
||||||
- 支持虚拟主机,可以隔离不同域名
|
- 支持虚拟主机,可以隔离不同域名
|
||||||
- 支持按需拉流,无人观看自动关断拉流
|
- 支持按需拉流,无人观看自动关断拉流
|
||||||
- 支持先拉流后推流,提高及时推流画面打开率
|
- 支持先播放后推流,提高及时推流画面打开率
|
||||||
- 支持先播放后推流
|
|
||||||
- 支持推流异常断开重连续推播放器不断开
|
|
||||||
- 提供c api sdk
|
- 提供c api sdk
|
||||||
- 支持FFmpeg拉流代理任意格式的流
|
- 支持FFmpeg拉流代理任意格式的流
|
||||||
- 支持http api生成并返回实时截图
|
- 支持http api生成并返回实时截图
|
||||||
- 支持按需解复用、转协议,当有人观看时才开启转协议
|
- 支持按需解复用、转协议,当有人观看时才开启转协议,降低cpu占用率
|
||||||
- 支持溯源模式的集群部署,溯源方式支持rtsp/rtmp/hls/http-ts, 边沿站支持hls, 源站支持多个(采用round robin方式溯源)
|
- 支持溯源模式的集群部署,溯源方式支持rtsp/rtmp/hls/http-ts, 边沿站支持hls, 源站支持多个(采用round robin方式溯源)
|
||||||
- rtsp/rtmp/webrtc推流异常断开后,可以在超时时间内重连推流,播放器无感知
|
- rtsp/rtmp/webrtc推流异常断开后,可以在超时时间内重连推流,播放器无感知
|
||||||
|
|
||||||
@ -256,6 +253,7 @@ bash build_docker_images.sh
|
|||||||
[明月惊鹊](mingyuejingque@gmail.com)
|
[明月惊鹊](mingyuejingque@gmail.com)
|
||||||
[cgm](2958580318@qq.com)
|
[cgm](2958580318@qq.com)
|
||||||
[hejilin](1724010622@qq.com)
|
[hejilin](1724010622@qq.com)
|
||||||
|
[alexliyu7352](<liyu7352@gmail.com>)
|
||||||
|
|
||||||
## 使用案例
|
## 使用案例
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user