At the moment, RemoteMediaStreamVideoSource does not make this information available, so getSettings() on remote tracks do not report any dimensions or frameRate.
It should be possible to dig into the WebRTC layer and get the information for the video dimensions, or implement a heuristic that makes this values available once the first frame from the remote connection is decoded.
At the moment, RemoteMediaStreamVideoSource does not make this information available, so getSettings() on remote tracks do not report any dimensions or frameRate.
It should be possible to dig into the WebRTC layer and get the information for the video dimensions, or implement a heuristic that makes these values available once the first frame from the remote connection is decoded.
Comment 1 by guidou@chromium.org
, Oct 12 2017