Files
googlevideo/examples
Luan d9fb9431ed fix(ServerAbrStream): Ignore duplicate sequences
Ignoring them is not the best solution, but at least we don't end up with a corrupted file :P

Note:
This would only happen when downloading two itags (MediaType.MEDIA_TYPE_DEFAULT).

Other changes:
Convert field names to camelCase.
2024-09-14 12:03:06 -03:00
..
2024-09-13 14:07:55 -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