正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
| @@ -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 | ############################################################################################# |
-
请 注册 或 登录 后发表评论