mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add push flv conf
This commit is contained in:
parent
e221d002a2
commit
ffdabf32ed
2 changed files with 15 additions and 0 deletions
14
trunk/conf/push.flv.conf
Normal file
14
trunk/conf/push.flv.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# push HTTP FLV to SRS.
|
||||
# @see https://github.com/simple-rtmp-server/srs/wiki/v2_CN_Streamer#push-http-flv-to-srs
|
||||
# @see full.conf for detail config.
|
||||
|
||||
listen 1935;
|
||||
max_connections 1000;
|
||||
stream_caster {
|
||||
enabled on;
|
||||
caster flv;
|
||||
output rtmp://127.0.0.1/[app]/[stream];
|
||||
listen 8936;
|
||||
}
|
||||
vhost __defaultVhost__ {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue