Files
googlevideo/examples
dependabot[bot] 758083793a build(deps): bump esbuild and vite in /examples/sabr-shaka-example (#35)
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.10 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Updates `esbuild` from 0.21.5 to 0.25.10
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.10)

Updates `vite` from 5.4.20 to 7.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.10
  dependency-type: indirect
- dependency-name: vite
  dependency-version: 7.1.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 18:18:26 -03:00
..
2025-07-24 09:57:33 -03:00

SABR/UMP Player

See sabr-shaka-example/README.md.

Downloader Example

npm run build # If you haven't built the library yet.
cd examples/downloader
npm install
npx tsx main.ts

# Example with ffmpeg
npx tsx ffmpeg-example.ts

"Onesie" Request Example

npm run build # If you haven't built the library yet.
cd examples/onesie-request
npm install
npx tsx main.ts