From 5d0cb7e68f1dae0ddf02b2c3d4b6c9126480ca79 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 1 Mar 2015 21:24:01 +0800 Subject: [PATCH] update conf for rtsp --- trunk/conf/push.rtsp.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/trunk/conf/push.rtsp.conf b/trunk/conf/push.rtsp.conf index 209b64e44..ab3486b68 100644 --- a/trunk/conf/push.rtsp.conf +++ b/trunk/conf/push.rtsp.conf @@ -7,9 +7,11 @@ listen 1935; max_connections 1000; stream_caster { enabled on; - caster mpegts_over_udp; - output rtmp://127.0.0.1/live/livestream; - listen 1935; + caster rtsp; + output rtmp://127.0.0.1/[app]/[stream]; + listen 554; + rtp_port_min 57200; + rtp_port_max 57300; } vhost __defaultVhost__ { }