Files
googlevideo/examples/README.md
2025-04-06 20:06:23 -03:00

23 lines
412 B
Markdown

## SABR/UMP Player Example
https://github.com/LuanRT/yt-sabr-shaka-demo
## Downloader Example
```bash
npm run build # If you haven't built the project yet.
cd examples/downloader
npm install
npx tsx main.ts
# Example with ffmpeg
npx tsx ffmpeg-example.ts
```
## "Onesie" Request Example
```bash
npm run build # If you haven't built the project yet.
cd examples/onesie-request
npm install
npx tsx main.ts
```