We are trying to get the number of viewers connecting to one of our HLS streams.
However, when we tried connecting multiple clients to the same live HLS stream to our Wowza server, we found the number of connections shown in the built-in HTTP provider always show as 1.
s360pmobile1
0
1
0
0
0
1
Is this normal for HLS streaming? Or is there any way to get the correct number of viewers for HLS streams?
No, each client plays its own session. If you have five HLS clients streaming at the same time, you should see 5 at that time. But if you have five HLS clients streaming one at a time, you would only ever see 1 in this output.
Unless you have configured Wowza as an HTTP origin
You are right. The server has been configured as a HTTP origin.
No wonder we can’t get the count right.
No, each client plays its own session. If you have five HLS clients streaming at the same time, you should see 5 at that time. But if you have five HLS clients streaming one at a time, you would only ever see 1 in this output.
Unless you have configured Wowza as an HTTP origin