Files
googlevideo/examples
Luan f273a416c7 refactor(ServerAbrStream): Clean up
+ Add an example with ffmpeg.
2024-09-15 08:52:54 -03:00
..
2024-09-15 08:52:54 -03:00

NOTE: Build the library first before running the examples!

npm run build

Browser Example

cd examples/browser/web
npm install
npm run dev

# Proxy server
deno run --allow-net --allow-read examples/browser/proxy/deno.ts

Downloader Example

cd examples/downloader
npm install
npx tsx main.ts

## Example with ffmpeg
npx tsx ffmpeg-example.ts