mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
fixed typo
This commit is contained in:
@ -423,7 +423,7 @@ ngx_rtmp_live_stop(ngx_rtmp_session_t *s)
|
|||||||
if (lacf->publish_notify) {
|
if (lacf->publish_notify) {
|
||||||
status[nstatus++] = ngx_rtmp_create_status(s,
|
status[nstatus++] = ngx_rtmp_create_status(s,
|
||||||
"NetStream.Play.UnpublishNotify",
|
"NetStream.Play.UnpublishNotify",
|
||||||
"status", "Start publishing");
|
"status", "Stop publishing");
|
||||||
}
|
}
|
||||||
|
|
||||||
ngx_rtmp_live_set_status(s, control, status, nstatus, 0);
|
ngx_rtmp_live_set_status(s, control, status, nstatus, 0);
|
||||||
|
Reference in New Issue
Block a user