icedrocket c596aaefcf fix(examples): make video fits within window (#7129) 2 年之前
..
README.md 9b1a6a1c02 fix(core): set correct mimetype for asset protocol streams, #5203 (#5536) 2 年之前
index.html c596aaefcf fix(examples): make video fits within window (#7129) 2 年之前
main.rs 45330e3819 fix(core): rewrite `asset` protocol streaming, closes #6375 (#6390) 2 年之前
tauri.conf.json 6ff801e27d chore: rename `config-schema` to `tauri-config-schema` (#6250) 2 年之前

README.md

Streaming example

A simple Tauri Application showcase the streaming functionality.

To execute run the following on the root directory of the repository: cargo run --example streaming.

By default the example uses a custom URI scheme protocol. To use the builtin asset protocol, run cargo run --example streaming --features protocol-asset.