added stream begin/eof to play/closeStream

This commit is contained in:
Roman Arutyunyan
2012-06-25 21:40:23 +04:00
parent 53fd032ae1
commit 32ab32f168
2 changed files with 6 additions and 52 deletions

View File

@ -135,7 +135,7 @@ ngx_rtmp_user_message_handler(ngx_rtmp_session_t *s,
ngx_log_debug2(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
"msid=%uD buflen: %uD (msec)", val, arg);
ngx_rtmp_send_user_stream_begin(s, val);
/*ngx_rtmp_send_user_stream_begin(s, val);*/
}
break;