Zanonimizowana wersja forum tylko do odczytu

Dodanie statystyk nginx-rtmp dla maksia

Dyskusje związane z popularnymi dystrybucjami systemów unix'owych.
Post Reply
anonim
Weteran
Posts: 826
Joined: 2013-05-04, 15:44

Dodanie statystyk nginx-rtmp dla maksia

Post by anonim »

Dodanie statystyk nginx-rtmp , maksiu włącz prywatne wiadomości

Dodaj:

Code: Select all

location /stats {
     rtmp_stat all;
     rtmp_stat_stylesheet stat.xsl;
}
location /stat.xsl {
     root html;
}

anonim
Weteran
Posts: 826
Joined: 2013-05-04, 15:44

Post by anonim »

http://sendfile.pl/68871/stat.xsl

Ten plik wrzuć do katalogu
/usr/local/nginx/html

na koniec
/usr/local/nginx/sbin/nginx -s reload

Statystyki włączasz w internet explore'rze http://x.x.x.x/stats

anonim
Aktywny Użytkownik
Posts: 461
Joined: 2013-06-16, 18:09

Post by anonim »

nginx.conf to tak robić kodu?

anonim
Weteran
Posts: 826
Joined: 2013-05-04, 15:44

Post by anonim »

Tak nginx.conf

przykład: http://wklej.org/id/1143258/

anonim
Aktywny Użytkownik
Posts: 461
Joined: 2013-06-16, 18:09

Post by anonim »

Już działa, wielki dzięki ;-)

anonim
Weteran
Posts: 826
Joined: 2013-05-04, 15:44

Post by anonim »

Nie ma problemu - włącz PW na swoim koncie na forum ;-)

anonim
Aktywny Użytkownik
Posts: 461
Joined: 2013-06-16, 18:09

Post by anonim »

Jeszcze mam pytam, że odśwież ręczny. a wiesz jak zrobić automanic odśwież na stronie: http://xxxxxxx/stats

anonim
Początkujący
Posts: 15
Joined: 2014-01-06, 21:01

Post by anonim »

Dlaczego po rozlaczeniu putty jest rozlaczany stream

Post Reply