A Arsen G. Member Jun 16, 2017 #1 Dear support team, is there any way to have statistics on connectioons, usage etc. for WebCallServer? Thank you.
Dear support team, is there any way to have statistics on connectioons, usage etc. for WebCallServer? Thank you.
Max Administrator Staff member Jun 16, 2017 #2 Hello You can get statistics from three following sources Real-time monitoring http://host:8081?action=stat or http://host:8081?action=stat¶ms=connections,streams_rtsp_in or over https https://host:8444?action=stat¶ms=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
Hello You can get statistics from three following sources Real-time monitoring http://host:8081?action=stat or http://host:8081?action=stat¶ms=connections,streams_rtsp_in or over https https://host:8444?action=stat¶ms=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