From 6b89ffbc1d78ab13a2a3dfff24f5b335dee2004c Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 23 Jan 2015 15:06:12 +0800 Subject: [PATCH] add config section for stream caster. --- trunk/conf/full.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 02a72fde9..deae4fd71 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -138,7 +138,10 @@ http_server { ############################################################################################# # the streamer cast stream from other protocol to SRS over RTMP. # @see https://github.com/winlinvip/simple-rtmp-server/tree/develop#stream-architecture -streamer { +stream_caster { + # whether stream caster is enabled. + # default: off + enabled on; } #############################################################################################