mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 08:42:31 +00:00
23 lines
427 B
Markdown
23 lines
427 B
Markdown
## SABR/UMP Player
|
|
See [sabr-shaka-example/README.md](./sabr-shaka-example/README.md).
|
|
|
|
## Downloader Example
|
|
|
|
```bash
|
|
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
|
|
|
|
```bash
|
|
npm run build # If you haven't built the library yet.
|
|
cd examples/onesie-request
|
|
npm install
|
|
npx tsx main.ts
|
|
``` |