mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-23 19:52:31 +03:00
354be36d4e
* refactor!(core): pass webview label to uri scheme protocol handlers close #10691 * Add `UriSchemeContext` * doctests |
||
---|---|---|
.. | ||
index.html | ||
main.rs | ||
README.md | ||
tauri.conf.json |
Streaming example
A simple Tauri Application showcase how to stream video through custom protocol but can be adapted to stream any type of files.
To execute run the following on the root directory of the repository: cargo run --example streaming
.
Note
Tauri has a built-in asset
protocol that implements this streaming functionality so you don't need to. This example just exists as a reference.