New issue
Advanced search Search tips

Issue 824688 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Feature



Sign in to add a comment

webrtc-internals: add timestamps for start and end of getUserMedia request

Reported by fi...@appear.in, Mar 22 2018

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/64.0.3282.167 Chrome/64.0.3282.167 Safari/537.36

Steps to reproduce the problem:
1. download a dump from webrtc-internals
2. look at the getUserMedia section

What is the expected behavior?
each request shows the time when getUserMedia was called and the time the stream (or error; if errors are shown) was returned.

What went wrong?
The data structure looks like this:
{
 "getUserMedia": [
  {
   "audio": "",
   "origin": "https://www.youtube.com",
   "pid": 10809,
   "rid": 10,
   "video": ""
  },
an does not contain start/end time. This makes it hard to tell from a dump what is going on.

Did this work before? No 

Does this work in other browsers? N/A

Chrome version: 64.0.3282.167  Channel: n/a
OS Version: 
Flash Version: 

feature request, component should be Blink>WebRTC>Tools
 

Comment 1 by guidou@chromium.org, Mar 22 2018

Components: -Blink>GetUserMedia Blink>WebRTC>Tools

Comment 2 by guidou@chromium.org, Mar 22 2018

Labels: -Type-Bug Type-Feature
Status: Available (was: Unconfirmed)

Sign in to add a comment