Open sergeantg opened 8 years ago
I think this is really a bug because I remember that I have met the same problem too.
Yes, it is indeed a bug.
let code talks:
for (n = 0; n < cycle->listening.nelts; ++n, ++ls) {
if (ls->handler == ngx_rtmp_init_connection) {
lss = ls;
break;
}
}
Is this a bug and how could I solve this?
my
nginx.conf
is something like this: