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; } #############################################################################################