add config section for stream caster.
This commit is contained in:
parent
73cfdea332
commit
6b89ffbc1d
|
|
@ -138,7 +138,10 @@ http_server {
|
||||||
#############################################################################################
|
#############################################################################################
|
||||||
# the streamer cast stream from other protocol to SRS over RTMP.
|
# the streamer cast stream from other protocol to SRS over RTMP.
|
||||||
# @see https://github.com/winlinvip/simple-rtmp-server/tree/develop#stream-architecture
|
# @see https://github.com/winlinvip/simple-rtmp-server/tree/develop#stream-architecture
|
||||||
streamer {
|
stream_caster {
|
||||||
|
# whether stream caster is enabled.
|
||||||
|
# default: off
|
||||||
|
enabled on;
|
||||||
}
|
}
|
||||||
|
|
||||||
#############################################################################################
|
#############################################################################################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user