[Webkit-unassigned] [Bug 231071] WebRTC p2p call, VP9-SVC only low layer decoded on receiver side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 12 02:09:08 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231071

--- Comment #5 from youenn fablet <youennf at gmail.com> ---
To detect this, media capabilities can be used, for instance:
navigator.mediaCapabilities.decodingInfo({
  type: "file",
    video: {
      contentType: 'video/mp4; codecs="vp09.00.41.08"',
      width: 800,
      height: 600,
      bitrate: 10000,
      framerate: 15
   }
}).then(result => console.log(result.powerEfficient))

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211012/4d9997a5/attachment.htm>


More information about the webkit-unassigned mailing list