Skip to content

Commit

Permalink
enabled static relay cleanup to fix static_relay+auto_push combination
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Sep 23, 2014
1 parent 5fb4c99 commit 7a35372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngx_rtmp_relay_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,6 @@ ngx_rtmp_relay_close(ngx_rtmp_session_t *s)

if (s->static_relay) {
ngx_add_timer(ctx->static_evt, racf->pull_reconnect);
return;
}

if (ctx->publish == NULL) {
Expand Down

0 comments on commit 7a35372

Please sign in to comment.