I'm experiencing a disconnect loop while live streaming with an on_publish callback. When viewing the stream, however, there does not seem to be any problems. Even with multiple bitrate variants being produced, viewing the stream seems to work as it should (there are no interrupts or choppiness).
The following is the section of logs which gets repeated:
The log showed that the grandchild process exited because of 'live: already publishing'.
Maybe you need specify drop_idle_publisher in 'show' block.
Hope that will work for you.
Good luck!
Hello,
I'm experiencing a disconnect loop while live streaming with an on_publish callback. When viewing the stream, however, there does not seem to be any problems. Even with multiple bitrate variants being produced, viewing the stream seems to work as it should (there are no interrupts or choppiness).
The following is the section of logs which gets repeated:
Here is part of the nginx.conf:
Thanks.