Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 427 Bytes

File metadata and controls

23 lines (18 loc) · 427 Bytes

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