1
0
Fork 0
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:
winlin 2015-05-05 11:44:20 +08:00
parent e221d002a2
commit ffdabf32ed
2 changed files with 15 additions and 0 deletions

14
trunk/conf/push.flv.conf Normal file
View 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__ {
}