Files
tauri/examples/streaming
Lucas Nogueira cc0464a5c7 fix examples
2026-03-10 17:22:23 -03:00
..
2024-08-26 21:48:48 -03:00
2026-03-10 17:22:23 -03:00
2025-11-01 17:20:35 -03:00

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.