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
4d9a55b9
Commit
4d9a55b9
authored
Jun 04, 2022
by
xiongguangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add srt usage for zlm
parent
92420f83
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
51 行增加
和
0 行删除
+51
-0
srt/srt.md
+26
-0
srt/srt_en.md
+25
-0
没有找到文件。
srt/srt.md
0 → 100644
查看文件 @
4d9a55b9
## 特性
-
NACK(重传)
-
listener 支持
-
推流只支持ts推流
-
拉流只支持ts拉流
-
协议实现
[
参考
](
https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html
)
-
版本支持(>=1.3.0)
-
fec与加密没有实现
## 使用
zlm中的srt更加streamid 来确定是推流还是拉流,来确定vhost,app,streamid(ZLM中的)
srt中的streamid 为
`<vhost>/<app>/<streamid>?type=<push|play>& <other>=<other>`
-
OBS 推流地址
`srt://192.168.1.105:9000?streamid=__defaultVhost__/live/test?type=push`
-
ffmpeg 推流
`ffmpeg -re -stream_loop -1 -i test.ts -c:v copy -c:a copy -f mpegts srt://192.168.1.105:9000?streamid="__defaultVhost__/live/test?type=push"`
-
ffplay 拉流
`ffplay -i srt://192.168.1.105:9000?streamid=__defaultVhost__/live/test`
-
vlc 不支持,因为无法指定streamid
[
参考
](
https://github.com/Haivision/srt/issues/1015
)
\ No newline at end of file
srt/srt_en.md
0 → 100644
查看文件 @
4d9a55b9
## feature
-
NACK support
-
listener support
-
push stream payload must ts
-
pull stream payload is ts
-
protocol impliment
[
reference
](
https://haivision.github.io/srt-rfc/draft-sharabayko-srt.html
)
-
version support (>=1.3.0)
-
fec and encriyped not support
## usage
zlm get vhost,app,streamid and push or play by streamid of srt like this
`<vhost>/<app>/<streamid>?type=<push|play>& <other>=<other>`
-
OBS push stream url
`srt://192.168.1.105:9000?streamid=__defaultVhost__/live/test?type=push`
-
ffmpeg push
`ffmpeg -re -stream_loop -1 -i test.ts -c:v copy -c:a copy -f mpegts srt://192.168.1.105:9000?streamid="__defaultVhost__/live/test?type=push"`
-
ffplay pull
`ffplay -i srt://192.168.1.105:9000?streamid=__defaultVhost__/live/test`
-
vlc not support ,because can't set stream id
[
reference
](
https://github.com/Haivision/srt/issues/1015
)
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论