Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
ZLMediaKit
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
张翔宇
ZLMediaKit
Commits
f226aed1
Commit
f226aed1
authored
5 years ago
by
xiongziliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全面支持265(包括rtmp)
parent
070c2c46
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
11 行删除
+13
-11
README.md
+6
-5
README_en.md
+6
-5
src/Common/config.h
+1
-1
没有找到文件。
README.md
查看文件 @
f226aed1
...
...
@@ -45,6 +45,7 @@
-
支持http
[
s
]
-flv直播
-
支持websocket-flv直播
-
支持任意编码格式的rtmp推流,只是除H264/H265+AAC外无法转协议
-
支持
[
RTMP-H265
](
https://github.com/ksvc/FFmpeg/wiki
)
-
HLS
-
支持HLS文件生成,自带HTTP文件服务器
...
...
@@ -85,14 +86,14 @@
| 功能/编码格式 | H264 | H265 | AAC | other |
| :------------------------------: | :--: | :--: | :--: | :---: |
| RTSP[S] --> RTMP/HTTP[S]-FLV/FLV | Y |
N
| Y | N |
| RTMP --> RTSP[S] | Y |
N
| Y | N |
| RTSP[S] --> RTMP/HTTP[S]-FLV/FLV | Y |
Y
| Y | N |
| RTMP --> RTSP[S] | Y |
Y
| Y | N |
| RTSP[S] --> HLS | Y | Y | Y | N |
| RTMP --> HLS | Y |
N
| Y | N |
| RTMP --> HLS | Y |
Y
| Y | N |
| RTSP[S] --> MP4 | Y | Y | Y | N |
| RTMP --> MP4 | Y |
N
| Y | N |
| RTMP --> MP4 | Y |
Y
| Y | N |
| MP4 --> RTSP[S] | Y | Y | Y | N |
| MP4 --> RTMP | Y |
N
| Y | N |
| MP4 --> RTMP | Y |
Y
| Y | N |
-
流生成:
...
...
This diff is collapsed.
Click to expand it.
README_en.md
查看文件 @
f226aed1
...
...
@@ -31,6 +31,7 @@
-
H264/AAC codec.
-
Recorded as flv or mp4.
-
Vod of mp4.
-
support
[
RTMP-H265
](
https://github.com/ksvc/FFmpeg/wiki
)
-
HLS
-
RTSP RTMP can be converted into HLS,built-in HTTP server.
...
...
@@ -58,14 +59,14 @@
| protocol/codec | H264 | H265 | AAC | other |
| :------------------------------: | :--: | :--: | :--: | :---: |
| RTSP
[
S
]
--> RTMP/HTTP
[
S
]
-FLV/FLV | Y |
N
| Y | N |
| RTMP --> RTSP
[
S
]
| Y |
N
| Y | N |
| RTSP
[
S
]
--> RTMP/HTTP
[
S
]
-FLV/FLV | Y |
Y
| Y | N |
| RTMP --> RTSP
[
S
]
| Y |
Y
| Y | N |
| RTSP
[
S
]
--> HLS | Y | Y | Y | N |
| RTMP --> HLS | Y |
N
| Y | N |
| RTMP --> HLS | Y |
Y
| Y | N |
| RTSP
[
S
]
--> MP4 | Y | Y | Y | N |
| RTMP --> MP4 | Y |
N
| Y | N |
| RTMP --> MP4 | Y |
Y
| Y | N |
| MP4 --> RTSP
[
S
]
| Y | Y | Y | N |
| MP4 --> RTMP | Y |
N
| Y | N |
| MP4 --> RTMP | Y |
Y
| Y | N |
-
Stream generation:
...
...
This diff is collapsed.
Click to expand it.
src/Common/config.h
查看文件 @
f226aed1
...
...
@@ -41,7 +41,7 @@ bool loadIniConfig(const char *ini_path = nullptr);
#define CLEAR_ARR(arr) for(auto &item : arr){ item = 0;}
#endif //CLEAR_ARR
#define SERVER_NAME "ZLMediaKit-
4
.0(build in " __DATE__ " " __TIME__ ")"
#define SERVER_NAME "ZLMediaKit-
5
.0(build in " __DATE__ " " __TIME__ ")"
#define VHOST_KEY "vhost"
#define HTTP_SCHEMA "http"
#define RTSP_SCHEMA "rtsp"
...
...
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论