webview / webview

Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

Home Page:https://webview.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to stream bytes to webview?

fairking opened this issue · comments

commented

Is there any way to stream bytes and render video in webview without any serialization or base64?
I know windows has a buffer support: https://github.com/MicrosoftEdge/WebView2Feedback/blob/main/specs/SharedBuffer.md
Spec: https://www.w3.org/TR/media-source/#introduction

Not just for video. In some cases I would like to stream sensors data into charts, diagrams or maps.