w3c / webrtc-nv-use-cases

Use cases for WebRTC NV
https://w3c.github.io/webrtc-nv-use-cases/
Other
32 stars 13 forks source link

N20 Raw media should support various pixel formats #16

Closed astojilj closed 5 years ago

astojilj commented 6 years ago

This is inferred by "raw media" in requirement N20: "The application must be able to obtain raw mediafrom the capture device.", but let's specify it in requirement that raw data needs to support various pixel formats. ArrayBuffer, used in ImageCapture takePhoto via readAsArrayBuffer(Blob), could be the way to implement it.

aboba commented 5 years ago

One might also add "audio formats" for the audio case.

aboba commented 5 years ago

@astojilj Can you prepare a PR for discussion at the June Virtual Interim?

aboba commented 5 years ago

@astojilj Can you review the proposed changes to see if they are to your liking?

aboba commented 5 years ago

Merged PR; if this is not adequate, please reopen.