winlin

add config section for stream caster.

@@ -138,7 +138,10 @@ http_server { @@ -138,7 +138,10 @@ http_server {
138 ############################################################################################# 138 #############################################################################################
139 # the streamer cast stream from other protocol to SRS over RTMP. 139 # the streamer cast stream from other protocol to SRS over RTMP.
140 # @see https://github.com/winlinvip/simple-rtmp-server/tree/develop#stream-architecture 140 # @see https://github.com/winlinvip/simple-rtmp-server/tree/develop#stream-architecture
141 -streamer { 141 +stream_caster {
  142 + # whether stream caster is enabled.
  143 + # default: off
  144 + enabled on;
142 } 145 }
143 146
144 ############################################################################################# 147 #############################################################################################