xiph / Icecast-Server

Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues
https://icecast.org
GNU General Public License v2.0
465 stars 127 forks source link

Icecast Analytics #33

Open newtreme opened 4 years ago

newtreme commented 4 years ago

Hello everybody, I want to track all hearing users with matomo. But how can I directly track the link http://ice.cast.de/live? But with javascript. Without server log Analystic.

alainseys commented 2 years ago

Hello everybody, I want to track all hearing users with matomo. But how can I directly track the link http://ice.cast.de/live? But with javascript. Without server log Analystic. hy @newtreme

Depening on your needs you can program a small program for my analitics i have parsed evry song that is played to a local database where we can consult it with php.

cpuschma commented 2 years ago

Depending on your needs, this might be useful. You maybe need to implement a small program or script to extract the real IP of the listener from the request and make a POST/GET request to the Matomo instance, since all requests are being sent from the Icecast server: