You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am running the following config and sometimes when i try to get http://localhost:8899 i get statistics with missing publishers. This happens very randomly can you please advise what could be the issue ? i am running worker 1
I have done something of the sort in the past, and haven't noticed any issues like this - are you sure the publisher wasn't getting dropped because of some other reason?
Hello,
I am running the following config and sometimes when i try to get http://localhost:8899 i get statistics with missing publishers. This happens very randomly can you please advise what could be the issue ? i am running worker 1
user root;
worker_processes 1;
error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
events {
worker_connections 1024;
#worker_connections 768;
}
http {
include mime.types;
default_type application/octet-stream;
server {
listen 8899;
rtmp {
The text was updated successfully, but these errors were encountered: