fippo / rtcstats

MIT License
129 stars 41 forks source link

improved GUM stream dump format #7

Closed fippo closed 8 years ago

fippo commented 8 years ago

in particular, this allows detecting the case where (in Chrome) getUserMedia works but fails to acquire the camera (possibly also the microphone) because it is used by another process. In that case, the track's readyState is ended.

fippo commented 8 years ago

not sure if it's better to add the label to the GUM dump or to call enumerateDevices in snoop to get hardware information...