Stream Microsoft Windows application window via Pion #1637
-
I would like to understand if we can share an application screen in Windows via webrtc? If so, can someone please share pointers on how to achieve the same? On Linux, we can make a GStreamer Pipeline grabbing buffers from the X11 Server like so Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @mahadevans87 Check out webrtc-remote-screen for a real world implementation. You also might be interested in cloud-morph it might already be doing what you need! We also provide mediadevices this implements the |
Beta Was this translation helpful? Give feedback.
Hey @mahadevans87
Check out webrtc-remote-screen for a real world implementation. You also might be interested in cloud-morph it might already be doing what you need!
We also provide mediadevices this implements the
getUserMedia
API and gives you capture+encoding. If it doesn't have the capture types you need it would be an awesome contribution :)