Files
Lucas Fernandes Nogueira 8f71640250 fix: CEF CI (#14953)
* fix: CEF CI

* fmt

* update to rust 1.88, edition 2024

* install x86_64-apple-darwin

* linux clippy

* fix --all-features

* more all-features fixes

* install x86 apple

* fix windows

* fix doc tests

* skip --all-featuress test for android and ios

* more clippy fixes

* install target

* fix build, clippy

* export cef for tests

* pin version

* fix arg
2026-02-18 11:24:11 -03:00
..
2024-08-26 21:48:48 -03:00
2026-02-18 11:24:11 -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.