Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-01-31 23:44:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d10cc9f59474f976f558da0c12c9c1ae8c5023a
4d10cc9f
1 parent
16afe7dd
for #250, add conf.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
15 行增加
和
0 行删除
trunk/conf/push.mpegts.over.udp.conf
trunk/conf/push.mpegts.over.udp.conf
0 → 100644
查看文件 @
4d10cc9
# push MPEG-TS over UDP to SRS.
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_Streamer#push-mpeg-ts-over-udp
# @see https://github.com/winlinvip/simple-rtmp-server/issues/250#issuecomment-72321769
# @see full.conf for detail config.
listen
1935
;
max_connections
1000
;
stream_caster
{
enabled
on
;
caster
mpegts_over_udp
;
output
rtmp
://
127
.
0
.
0
.
1
/
live
/
livestream
;
listen
1935
;
}
vhost
__
defaultVhost__
{
}
...
...
请
注册
或
登录
后发表评论