mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
10 lines
410 B
Markdown
10 lines
410 B
Markdown
# 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.
|