Results 28 comments of Roki

@pmazzini After better thinking and evaluation of current implementation I see no reason to pass global server parameters to user handler. It depends on concurency model and user architecture. But...

It is possible to move the fee decision entirely to the right side. For example fee rate would be virtually splitted to 25 + 75 on the both channel B...

I can confirm that this event doesn't affect the normal operation, thus it shall not be in error category Let you change the log level to `warning` or may be...

We follow the standard installation procedure without any changes, so it is due to mytocntrl installation internal flow. We will provide the log details once it will happen again

I am using directive **exec_static** in this case. Just replace **exec_push** with above one. It will start streamig immediatelly aftere start nginx process.

Here is working config for custom build version 1.11.10 and 1.10.1 on ubuntu: ``` rtmp { server { listen 1935; # Listen on standard RTMP port chunk_size 5000; allow play...

Google recommends to apply exponential backoff algorithm https://developers.google.com/drive/api/guides/limits#exponential