Files
googlevideo/examples
Luan 2b622d7069 chore(sabr-shaka-example): Fix log tag
Oops. That's what I get for copy pasting.
2025-09-17 19:13:36 -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