February 28, 2013

Calculating HLS statistics

Greetings!

From the day 1, WMSPanel for Wowza was supporting all protocols which Wowza handles. HLS is also the one. Even though it's an amazingly simple transport protocol, making correct calculations about it becomes a tricky task.

Common procedure for HLS is to open a playlist and then proceed with opening chunks of media data delivered via HTTP. It's pretty simple and no surprise Wowza supports it. But when it comes to counting connections statistics, we faced several corner cases.

First, a player may open several connections - one per each chunk. That's OK for good media experience to avoid any buffering. So we've learnt to combine those chunks' requests into a single connection for the same user.

During that activity we discovered that we need to identity a playlist request connection and just skip for connections count. This is a common case when media is linked to via <a> anchor HTML tag. Using <VIDEO> HTML5 tag avoids this problem, but since the web is still moving towards it, we need to support the case. Fine, we just started identifying a browser user agent of the HTTP request and did not count it.

But then a long-awaited thing happened - HLS became available on a desktop. JWPlayer 6 by LongTail Video now supports HTTP Live Streaming. Right after the announcement, some of our clients started using it. So we ran into the fact that Flash player now runs as part of browser in a single session, thus we cannot skip connections like that.  This is why we made a series of enhancements process browser requests properly for these cases.

Some telecom operators use multiple IP addresses for single client. Nimble assigns a session ID to user connection and checks for IP address on each playlist or chunk request. If session IP is different, it's not using this request for calculation. So when te telecom uses multiple IPs, our customers may find it impossible to calculate correct connections count as well as correct duration statistics. To make this work fine, you can disable this scenario by adding this parameter into the config:
restrict_session_ip = false
Read config description article to see how you can control Nimble behavior via

So now WMSPanel can handle HLS naturally. Once you decide using Flash player which supports HLS, no actions are needed for separate statistics tool - WMSPanel can do it already. There will be more players with this kind of support soon, especially with raise of HTTP Adaptive Streaming popularity.

If you want to see true HLS statistics, join us today and get your 2 weeks free trial period.

Read more about WMSPanel streaming reporting.


February 27, 2013

February 22, 2013

New overview screencast

Greetings!

Time goes by and WMSPanel get more new features. That's why our first screen cast is very outdated and so we decided to make a new introductory video briefly describing our panel functionality.



Check our YouTube Channel to see other videos and subscribe to new upcoming screen casts.



February 20, 2013

Portuguese translation is available

Hi!

We're glad to announce that WMSPanel administration and reporting panel is now available in Português! So all of our friends from Brazil and Portugal can now view our friendly UI with their native language.

So you can just go to Settings menu and choose Português among others.

You can also check our main web site in Portuguese, just visit Painel de Controlo e Estatísticas do Wowza.

Enjoy!

February 19, 2013

Billing your customers with WMSPanel

Those of you who make streaming hosting know that accurate data is very important. That's why traffic was the first thing to calculate for our Daily stats reporting. Having this data, people requested us to make the next step and provide some basic billing capabilities to charge their clients more conveniently. And so we did it as part of our admin panel.

Basically this feature consists of two major parts: setting billing parameters and reporting. Billing calculation is based on data slices. This concept allows providing detailed information on chosen media servers and applications. You can watch a screen cast about this approach. So now each data slice may have its own billing.

Take a look at this slice edit page.

Entering slice billing  details.
Here you can set up:
  • Basic price.
  • Traffic included in basic price which is defined by client plan.
  • Price for overage per GB in case all included traffic is consumed.