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
2014-04-08 15:47:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a3b59d3c8899b2e3b3601c44c4ce320b8a1d8c5
5a3b59d3
1 parent
ccf0a423
update conf file, add id for ingest.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
2 行删除
trunk/conf/full.conf
trunk/conf/ingest.conf
trunk/conf/full.conf
查看文件 @
5a3b59d
...
...
@@ -93,7 +93,9 @@ vhost __defaultVhost__ {
# vhost for ingest
vhost
ingest
.
srs
.
com
{
# ingest file/stream/device then push to SRS over RTMP.
ingest
{
# the name/id used to identify the ingest, must be unique in this vhost.
# ingest id is used in reload or http api management.
ingest
livestream
{
# whether enable ingest features
# default: off
enable
on
;
...
...
trunk/conf/ingest.conf
查看文件 @
5a3b59d
...
...
@@ -4,7 +4,7 @@
listen
1935
;
vhost
__
defaultVhost__
{
ingest
{
ingest
livestream
{
enable
on
;
input
{
type
file
;
...
...
请
注册
或
登录
后发表评论