Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video Bandwidth always timeout #57

Open
whydnxx opened this issue May 1, 2021 · 0 comments
Open

Video Bandwidth always timeout #57

whydnxx opened this issue May 1, 2021 · 0 comments

Comments

@whydnxx
Copy link

whydnxx commented May 1, 2021

So I've been testing, all tests isworking but when the step is going to Video Bandwidth, step failure.

{
  "options": {
    "iceConfig": {
      "iceServers": [
        {
          "urls": "stun:global.stun.twilio.com:3478?transport=udp"
        },
        {
          "username": "b18e2c7189580662eae445df45649d5a85195b45b5ad674cdd03e144cc5eafb1",
          "urls": "turn:global.turn.twilio.com:3478?transport=udp",
          "credential": "jnkhHjlELk9C9lbtOnAqON6FUSHze485CyPkpa4WMzo="
        },
        {
          "urls": "stun:global.stun.twilio.com:3478?transport=udp"
        },
        {
          "username": "b18e2c7189580662eae445df45649d5a85195b45b5ad674cdd03e144cc5eafb1",
          "urls": "turn:global.turn.twilio.com:3478?transport=udp",
          "credential": "jnkhHjlELk9C9lbtOnAqON6FUSHze485CyPkpa4WMzo="
        },
        {
          "username": "b18e2c7189580662eae445df45649d5a85195b45b5ad674cdd03e144cc5eafb1",
          "urls": "turn:global.turn.twilio.com:3478?transport=tcp",
          "credential": "jnkhHjlELk9C9lbtOnAqON6FUSHze485CyPkpa4WMzo="
        },
        {
          "username": "b18e2c7189580662eae445df45649d5a85195b45b5ad674cdd03e144cc5eafb1",
          "urls": "turn:global.turn.twilio.com:443?transport=tcp",
          "credential": "jnkhHjlELk9C9lbtOnAqON6FUSHze485CyPkpa4WMzo="
        }
      ],
      "iceTransports": "relay"
    },
    "mediaOptions": {
      "audio": true,
      "video": true
    },
    "maxVideoBitrateKbps": 144
  },
  "logger": {
    "memory": {
      
    }
  },
  "running": false,
  "defaultTimeout": 45000,
  "deferred": {
    
  },
  "promise": {
    
  },
  "name": "Video Bandwidth Test",
  "maxVideoBitrateKbps": 2000,
  "durationMs": 40000,
  "statStepMs": 100,
  "bweStats": {
    "startTime": 1619858236161,
    "sum": 103184798,
    "count": 387,
    "max": 554647,
    "rampUpThreshold": 1500000,
    "rampUpTime": null
  },
  "lastBytesSent": 1026046,
  "bweStats2": {
    "startTime": 1619858236266,
    "sum": 9972819.220309,
    "count": 386,
    "max": 63852.941176470595,
    "rampUpThreshold": null,
    "rampUpTime": null
  },
  "rttStats": {
    "startTime": 1619858236057,
    "sum": 59258.76300000002,
    "count": 769,
    "max": 261,
    "rampUpThreshold": 0,
    "rampUpTime": 1619858236057
  },
  "videoStats": [
    640,
    480
  ],
  "constraints": {
    "audio": false,
    "video": {
      "width": {
        "min": 640,
        "ideal": 1280,
        "max": 1920
      },
      "height": {
        "min": 480,
        "ideal": 720,
        "max": 1080
      }
    }
  },
  "log": [
    "info: {\"status\":\"pending\",\"constraints\":{\"audio\":false,\"video\":{\"width\":{\"min\":640,\"ideal\":1280,\"max\":1920},\"height\":{\"min\":480,\"ideal\":720,\"max\":1080}}}}",
    "info: {\"status\":\"success\",\"camera\":\"Integrated Camera (5986:1135)\"}",
    "info: {\"status\":\"success\",\"message\":\"establishing connection\"}",
    "info: Video resolution: 640x480",
    "info: Send bandwidth estimate average: 25.836319223598448 mpbs",
    "info: Send bandwidth estimate max: 63.852941176470594 mbps",
    "info: Send bandwidth ramp-up time: Infinity ms",
    "info: RTT average: 77.0595097529259 ms",
    "info: RTT max: 261 ms",
    "info: Packets sent: undefined",
    "info: Lost packets: undefined"
  ],
  "stats": {
    "resolution": "640x480",
    "mbpsAvg": 25.836319223598448,
    "mbpsMax": 63.852941176470594,
    "rampUpTimeMs": null,
    "rttAverage": 77.0595097529259,
    "rttMax": 261,
    "packetLoss": 0.018370607028753993
  },
  "timeoutHandle": 1289,
  "startTime": "2021-05-01T08:37:15.956Z",
  "localStream": {
    
  },
  "nextTimeout": 2572,
  "packetsSent": 1252,
  "lastTimestamp": 1619858275879,
  "packetsLost": 23
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant