1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add config section for stream caster.

This commit is contained in:
winlin 2015-01-23 15:06:12 +08:00
parent 73cfdea332
commit 6b89ffbc1d

View file

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