statistics page

Arsen G.

Member
Dear support team,
is there any way to have statistics on connectioons, usage etc. for WebCallServer?

Thank you.
 

Max

Administrator
Staff member
Hello
You can get statistics from three following sources
Real-time monitoring
http://host:8081?action=stat
or
http://host:8081?action=stat&params=connections,streams_rtsp_in
or over https
https://host:8444?action=stat&params=connections
Docs
https://flashphoner.com/docs/wcs5/w...in-guide/index.html?monitoring-statistics.htm
Stream detail logs
Code:
WCS_HOME/logs/cdr/sdr.log
https://flashphoner.com/docs/wcs5/w...uide/index.html?logging-wcs_core-sdr_logs.htm
REST methods
You can setup WCS to send REST / HTTP requests to your server upon each event such as connect, disconnect, stream publish, stream unpublish, stream stop, stream play, etc.
https://flashphoner.com/docs/wcs5/w.../index.html?method_connect_scheme_of_work.htm
 
Top