1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update conf file, add id for ingest.

This commit is contained in:
winlin 2014-04-08 15:47:52 +08:00
parent ccf0a423be
commit 5a3b59d3c8
2 changed files with 4 additions and 2 deletions

View file

@ -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;

View file

@ -4,7 +4,7 @@
listen 1935;
vhost __defaultVhost__ {
ingest {
ingest livestream {
enable on;
input {
type file;