Hello, I'm using HTTP Administration API to poll for a list of live streams and
their status (getLiveStreams, getLiveStreamStats). I'm doing it quite often
(5-10 seconds), this is part of server backend infrastructure. The problem is
that it seems to prevent live streams from terminations. I see lots of live
stream with empty <subscribers> list. When I stop polling and pause for a
minute or so, they disappear.

Any suggestions how to get relevant list of live streams and their stats in a
better way? How to fix existing solution, so it doesn't prevent live streams
from termination (I guess it consumes extra system resources)? Any config
parameter?