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
f5755a17
Commit
f5755a17
authored
Jan 02, 2023
by
ziyue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并 #2183
parent
08c47ff4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
4 行删除
+8
-4
3rdpart/media-server
+1
-1
AUTHORS
+3
-2
README.md
+2
-1
src/Rtsp/RtspSession.h
+2
-0
没有找到文件。
media-server
@
51e08ea0
Subproject commit
357ef885afa5112c8cb873eab21d94d26744c0ab
Subproject commit
51e08ea0cc366ed772e5690f874cebbbeebe591e
AUTHORS
查看文件 @
f5755a17
...
...
@@ -64,4 +64,5 @@ WuPeng <wp@zafu.edu.cn>
[custompal](https://github.com/custompal)
[PioLing](https://github.com/PioLing)
[KevinZang](https://github.com/ZSC714725)
[gongluck](https://github.com/gongluck)
\ No newline at end of file
[gongluck](https://github.com/gongluck)
[a-ucontrol](https://github.com/a-ucontrol)
\ No newline at end of file
README.md
查看文件 @
f5755a17
...
...
@@ -80,7 +80,7 @@
-
fMP4
-
支持http
[
s
]
-fmp4直播
-
支持ws
[
s
]
-fmp4直播
-
支持H264/H265/AAC/G711/OPUS编码
-
支持H264/H265/AAC/G711/OPUS
/MJPEG
编码
-
HTTP
[
S
]
与WebSocket
-
服务器支持
`目录索引生成`
,
`文件下载`
,
`表单提交请求`
...
...
@@ -290,6 +290,7 @@ bash build_docker_images.sh
[
PioLing
](
https://github.com/PioLing
)
[
KevinZang
](
https://github.com/ZSC714725
)
[
gongluck
](
https://github.com/gongluck
)
[
a-ucontrol
](
https://github.com/a-ucontrol
)
## 使用案例
...
...
src/Rtsp/RtspSession.h
查看文件 @
f5755a17
...
...
@@ -74,6 +74,8 @@ protected:
//回复客户端
virtual
bool
sendRtspResponse
(
const
std
::
string
&
res_code
,
const
StrCaseMap
&
header
=
StrCaseMap
(),
const
std
::
string
&
sdp
=
""
,
const
char
*
protocol
=
"RTSP/1.0"
);
protected
:
//url解析后保存的相关信息
MediaInfo
_media_info
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论