winlin

add config section for stream caster.

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