fixed typo

This commit is contained in:
Roman Arutyunyan 2013-05-07 15:02:01 +04:00
parent de2a4258d7
commit ed98ca42ef

View file

@ -423,7 +423,7 @@ ngx_rtmp_live_stop(ngx_rtmp_session_t *s)
if (lacf->publish_notify) {
status[nstatus++] = ngx_rtmp_create_status(s,
"NetStream.Play.UnpublishNotify",
"status", "Start publishing");
"status", "Stop publishing");
}
ngx_rtmp_live_set_status(s, control, status, nstatus, 0);