Jump to content

Not detecting live connections


scheels
 Share

Recommended Posts

Hello,

 

I'm currently using trial, wanting to move over to Midnight Streamer. A critical error I have come across is the panel not displaying the live connections.

It will show 1 user playing 1 stream, however if I load that stream with the same user from another client or IP or what have you...it is not detected. The "LAST IP" does update but I cannot see an actual number of how many connections are going and even if I have the stream playing 5 times, it only counts as 1. Please advise.

Please note, I did enable SSL and edit  NGINX for SSL. Not sure if this affects anything.

Thank you!

Link to comment
Share on other sites

Hi!

connections are displayed in Main -> Client Connection Log where all connections are shown, even the concurrent connections coming from the same user from different IPs.

 

connection_log.thumb.jpg.de30b4e20bb5125dcfe03c1dbf5b60c0.jpg

 

I'm not sure what SSL setting you changed but SSL is configured by default in the nginx.conf bundled with midnightstreamer:

    server {
        listen 8000;
        index index.php index.html index.htm;
        root /home/midnightstreamer/iptv_midnight_streamer/wwwdir/;
        server_tokens off;
        chunked_transfer_encoding off;    
        listen 8001 ssl;ssl_certificate server.crt;ssl_certificate_key server.key;ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;ssl_ciphers HIGH:!aNULL:!MD5;

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...