screego / server

screen sharing for developers https://screego.net/
https://app.screego.net
GNU General Public License v3.0
7.62k stars 551 forks source link

I have a question about JS API MediaStream #113

Closed wangdemon closed 2 years ago

wangdemon commented 2 years ago

When we call the getDisplayMedia function,it return a MediaStream data structure, so the MediaStream stores image data.If we can save any image data in MediaStream, and we can also push the video stream of any image. How to convert image data to MediaStream?

jmattheis commented 2 years ago

The issue tracker of screego should only be used for bug reports / feature requests for sceego. This seems like a generic question for a browser api.