Replies: 1 comment 1 reply
-
The challenge with this is that there aren't necessarily persistent connections from a client with HLS. This might be bit of a convoluted way to do this as I don't really want listeners connecting directly to LiquidSoap:
On the second nginx server, I have it configured to send syslogs over a TCP connection to a Python script which then generates Prometheus metrics. The way I ensure uniqueness per listener is to to handle connections to the m3u8 and use nginx's
This gives me something unique to regex against in the Python syslog processor which allows capturing of concurrent listeners etc. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, someone have any solution to get stats from HLS listeners?
Beta Was this translation helpful? Give feedback.
All reactions