Amr Bashir 354be36d4e refactor(core)!: pass webview label to uri scheme protocol handlers (#11163) 10 tháng trước cách đây
..
README.md ad83d41cb5 chore: cleanup and simplify examples (#10743) 11 tháng trước cách đây
index.html dc0612b156 fix(examples): streaming file path 11 tháng trước cách đây
main.rs 354be36d4e refactor(core)!: pass webview label to uri scheme protocol handlers (#11163) 10 tháng trước cách đây
tauri.conf.json 36eee37220 Restructure the repository (#10796) 11 tháng trước cách đây

README.md

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.