Giter VIP home page Giter VIP logo

Comments (7)

adubovikov avatar adubovikov commented on August 17, 2024

from homer-api.

lishubing avatar lishubing commented on August 17, 2024

It's reasonable to estimate RTT with jitter value.

The problem is homer use count of packet loss instead of percentage of packet loss in the calculation, in this way the loss of packet loss is exaggerated, finally the mos value become irregularly low.

From the code we can tell the impact factor of packet loss is 2.5, which means packet loss of 40% should be regarded as unacceptable. But in this issue, after the conversation lost 40 packets, the mos value was considered to be unacceptable no matter how many packets had been transferred in total.

from homer-api.

lmangani avatar lmangani commented on August 17, 2024

Thanks for your comments @lishubing please feel free to submit a PR for discussion and testing

from homer-api.

mtryfoss avatar mtryfoss commented on August 17, 2024

This seems related to sipcapture/homer#258

@lishubing , any thoughts regarding using packet loss delta instead of cumulative?

from homer-api.

adubovikov avatar adubovikov commented on August 17, 2024

let us know if we can close the ticket. The PR has been merged.

from homer-api.

lishubing avatar lishubing commented on August 17, 2024

@mtryfoss In my own MOS calculation, the packet-loss factor is:

$data['report_blocks']['packets_lost'] / $data['sender_information']['packets'] * 100

It seems reasonable for me, do you have any suggestion?

from homer-api.

adubovikov avatar adubovikov commented on August 17, 2024

http://github.com/sipcapture/homer-app

from homer-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.