Files
googlevideo/examples/README.md
2025-07-22 15:02:10 -03:00

412 B

SABR/UMP Player Example

https://github.com/LuanRT/yt-sabr-shaka-demo

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