Skip to content

Releases: LuanRT/googlevideo

googlevideo: v4.0.4

15 Sep 01:22
fbc18fa

Choose a tag to compare

4.0.4 (2025-09-14)

Bug Fixes

  • generate-proto: Use forceLong=string option (c240c97)

googlevideo: v4.0.3

16 Aug 05:10
e0be476

Choose a tag to compare

4.0.3 (2025-08-16)

Bug Fixes

  • SabrStreamingAdapter: Add lastPlayerTimeSecs to prevent stale data usage (4112e35)
  • SabrUmpProcessor: Init segment not being fetched when cache is disabled (5238e73)

googlevideo: v4.0.2

24 Jul 13:05
9a05722

Choose a tag to compare

4.0.2 (2025-07-24)

Bug Fixes

  • SabrStream: Catch part decoding errors and improve stall detection logic (b4a0728)

googlevideo: v4.0.1

22 Jul 19:02
e185cbc

Choose a tag to compare

4.0.1 (2025-07-22)

Miscellaneous Chores

  • docs: Add more tsdoc to make jsr happy (5b84100)

googlevideo: v4.0.0

22 Jul 18:26
c218cf2

Choose a tag to compare

4.0.0 (2025-07-22)

⚠ BREAKING CHANGES

  • rework library (#27)

Features

googlevideo: v3.0.0

23 Mar 17:33
e217d50

Choose a tag to compare

3.0.0 (2025-03-23)

⚠ BREAKING CHANGES

  • protos: Remove the fromJSON, toJSON, create and fromPartial functions (#19)

Features

  • Add support for unencrypted onesie requests & responses (418898f)
  • protos: Add LiveMetadata protobuf (#18) (d389d24)
  • UMP: Add support for partial parts (d12432c)

Code Refactoring

  • protos: Remove the fromJSON, toJSON, create and fromPartial functions (#19) (c5c81a8)

googlevideo: v2.0.0

02 Nov 05:05
866586c

Choose a tag to compare

2.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • drop cjs support

Code Refactoring

v1.1.0

24 Oct 15:16
a34bdc7

Choose a tag to compare

1.1.0 (2024-10-24)

This package is now available on NPM!:
https://www.npmjs.com/package/googlevideo

Features

Bug Fixes

  • onesie-request: clone session context to prevent original modification (fbef7bd)
  • sabr: Video-only playback is no longer supported (3ab569c)
  • ServerAbrStream: Ignore duplicate sequences (d9fb943)
  • ServerAbrStream: use optional chaining for sequenceNumber access (48ef9be)
  • ServerAbrStream: validate server response (e2e885b)