Hi, I try to find out current connections to the streams which I point in SMIL file. But I only can find current total connections to application and total connections for certain smil file. But every stream in statistic has 0 connections. But total connection for smil file is not zero.
I use HLS and I use several streams in smil files with different quality in player.
Even in REST API I can find information about application and total connections for application and smil. But here is 0 connections for stream too.
/v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}/incomingstreams/{streamName}/monitoring/current
But when we specify smil file like instance in this request we get only all connections for this smil file.
How to find out connections for each stream from smil file?
sorry for my english