As we mentioned in one of the posts about Wowza daily statistics, we provide reporting about all protocols which are supported by Wowza Media Server.
Cupertino, or HTTP Live Streaming (HLS), is one of those. Many analytic software can process connections which use it. But there are some protocol features that make it hard to count it accurately:
As you know, WMSPanel Wowza agent does not parse logs. It takes connections information directly from Wowza. So when we faced this kind of issues when launching Daily stats, we were able to take a closer look at the data collected from Wowza internals.
Thus we just skip those corner cases like several connections per view and show correct HLS (Cupertino) numbers in the statistics table:
So if you need accurate media stats for iPhones and iPads, as well as STB such as Roku, feel free to sign up and try our Wowza control and reporting service for 2 weeks free of charge.
If you're streaming with HLS, please also have a look at Nimble Streamer, the light-weight HTTP streaming server for HLS, Smooth and progressive download. WMSPanel is an official GUI for Nimble Streamer. It may be controlled via WMSPanel GUI and it comes free of charge.
End user reporting for Wowza, Data slices for statistics, Streamed slices for Wowza, Screencast for daily statistics, Nimble HTTP Streamer
Cupertino, or HTTP Live Streaming (HLS), is one of those. Many analytic software can process connections which use it. But there are some protocol features that make it hard to count it accurately:
- It may open separate stream per each view to get the playlist if you use <a> HTML4 tag for inserting media links rather than <video> HTML5 tag;
- It may split transmission into parallel chunks thus open separate connection.
As you know, WMSPanel Wowza agent does not parse logs. It takes connections information directly from Wowza. So when we faced this kind of issues when launching Daily stats, we were able to take a closer look at the data collected from Wowza internals.
Thus we just skip those corner cases like several connections per view and show correct HLS (Cupertino) numbers in the statistics table:
So if you need accurate media stats for iPhones and iPads, as well as STB such as Roku, feel free to sign up and try our Wowza control and reporting service for 2 weeks free of charge.
If you're streaming with HLS, please also have a look at Nimble Streamer, the light-weight HTTP streaming server for HLS, Smooth and progressive download. WMSPanel is an official GUI for Nimble Streamer. It may be controlled via WMSPanel GUI and it comes free of charge.
Related documentation
End user reporting for Wowza, Data slices for statistics, Streamed slices for Wowza, Screencast for daily statistics, Nimble HTTP Streamer