MicrosoftEdge / MicrosoftEdge/WebView2Feedback
[Feature]: IPC streaming to the browser
@Lakshmisha-KS is already working on this.
Since Feb 12, 2025.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Describe the feature/enhancement you need
I would like to stream data like video frames from the process which manage webview2 to to the browser directly using IPC methods for high performance
The scenario/use case where you would use this feature
Video frames, Audio
How important is this request to you?
Critical. My app's basic functions wouldn't work without it.
Suggested implementation
A way to add listener in webview2 side (and in the end in JS)
and a way to stream into that from outside, cross platform.
What does your app do? Is there a pending deadline for this request?
My dream app would be RTSP viewer app based on webview2 which decode the frames in Python / Rust and stream it directly to the DOM
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.