screen-share / element-capture

https://screen-share.github.io/element-capture/
19 stars 6 forks source link

Improve specification of what is captured/excluded #2

Closed eladalon1983 closed 1 month ago

eladalon1983 commented 1 year ago

As of the time of writing, the spec is missing a "proper" definition of what is captured/excluded, resorting instead to a hand-wavy definition. (I believe issue #1 alludes to this.)

markafoltz commented 2 months ago

There is some prior art in the CSS draft for element(), however, the process is different. CSS is producing an image which can be inserted back into the document, while we are producing a video frame which is going to go through various transformations before being delivered to the media stream consumer.

I can try to come up with a PR that covers our simplified use case and matches our implementation experience.

markafoltz commented 1 month ago

@eladalon1983 This issue can be closed.