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:
parent
73cfdea332
commit
6b89ffbc1d
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue