mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
fixed log message
This commit is contained in:
@ -1268,7 +1268,7 @@ ngx_rtmp_hls_close_stream(ngx_rtmp_session_t *s, ngx_rtmp_close_stream_t *v)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
|
ngx_log_debug0(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
|
||||||
"hls: delete stream");
|
"hls: close stream");
|
||||||
|
|
||||||
ngx_rtmp_hls_close_fragment(s);
|
ngx_rtmp_hls_close_fragment(s);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user