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

update conf for rtsp

This commit is contained in:
winlin 2015-03-01 21:24:01 +08:00
parent 012c29e124
commit 5d0cb7e68f

View file

@ -7,9 +7,11 @@ listen 1935;
max_connections 1000; max_connections 1000;
stream_caster { stream_caster {
enabled on; enabled on;
caster mpegts_over_udp; caster rtsp;
output rtmp://127.0.0.1/live/livestream; output rtmp://127.0.0.1/[app]/[stream];
listen 1935; listen 554;
rtp_port_min 57200;
rtp_port_max 57300;
} }
vhost __defaultVhost__ { vhost __defaultVhost__ {
} }