googlevideo 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +9 -0
- package/README.md +66 -0
- package/bundle/index.cjs +7134 -0
- package/bundle/index.cjs.map +7 -0
- package/dist/protos/generated/misc/common.d.ts +47 -0
- package/dist/protos/generated/misc/common.js +365 -0
- package/dist/protos/generated/video_streaming/buffered_range.d.ts +50 -0
- package/dist/protos/generated/video_streaming/buffered_range.js +403 -0
- package/dist/protos/generated/video_streaming/client_abr_state.d.ts +69 -0
- package/dist/protos/generated/video_streaming/client_abr_state.js +647 -0
- package/dist/protos/generated/video_streaming/crypto_params.d.ts +35 -0
- package/dist/protos/generated/video_streaming/crypto_params.js +143 -0
- package/dist/protos/generated/video_streaming/encrypted_player_request.d.ts +35 -0
- package/dist/protos/generated/video_streaming/encrypted_player_request.js +219 -0
- package/dist/protos/generated/video_streaming/format_initialization_metadata.d.ts +35 -0
- package/dist/protos/generated/video_streaming/format_initialization_metadata.js +207 -0
- package/dist/protos/generated/video_streaming/media_capabilities.d.ts +43 -0
- package/dist/protos/generated/video_streaming/media_capabilities.js +315 -0
- package/dist/protos/generated/video_streaming/media_header.d.ts +49 -0
- package/dist/protos/generated/video_streaming/media_header.js +328 -0
- package/dist/protos/generated/video_streaming/next_request_policy.d.ts +30 -0
- package/dist/protos/generated/video_streaming/next_request_policy.js +132 -0
- package/dist/protos/generated/video_streaming/onesie_header.d.ts +45 -0
- package/dist/protos/generated/video_streaming/onesie_header.js +339 -0
- package/dist/protos/generated/video_streaming/onesie_header_type.d.ts +32 -0
- package/dist/protos/generated/video_streaming/onesie_header_type.js +182 -0
- package/dist/protos/generated/video_streaming/onesie_player_request.d.ts +31 -0
- package/dist/protos/generated/video_streaming/onesie_player_request.js +122 -0
- package/dist/protos/generated/video_streaming/onesie_player_response.d.ts +29 -0
- package/dist/protos/generated/video_streaming/onesie_player_response.js +121 -0
- package/dist/protos/generated/video_streaming/onesie_request.d.ts +36 -0
- package/dist/protos/generated/video_streaming/onesie_request.js +199 -0
- package/dist/protos/generated/video_streaming/playback_cookie.d.ts +30 -0
- package/dist/protos/generated/video_streaming/playback_cookie.js +110 -0
- package/dist/protos/generated/video_streaming/playback_start_policy.d.ts +31 -0
- package/dist/protos/generated/video_streaming/playback_start_policy.js +155 -0
- package/dist/protos/generated/video_streaming/proxy_status.d.ts +16 -0
- package/dist/protos/generated/video_streaming/proxy_status.js +86 -0
- package/dist/protos/generated/video_streaming/request_cancellation_policy.d.ts +33 -0
- package/dist/protos/generated/video_streaming/request_cancellation_policy.js +173 -0
- package/dist/protos/generated/video_streaming/sabr_error.d.ts +26 -0
- package/dist/protos/generated/video_streaming/sabr_error.js +77 -0
- package/dist/protos/generated/video_streaming/sabr_redirect.d.ts +25 -0
- package/dist/protos/generated/video_streaming/sabr_redirect.js +61 -0
- package/dist/protos/generated/video_streaming/stream_protection_status.d.ts +26 -0
- package/dist/protos/generated/video_streaming/stream_protection_status.js +77 -0
- package/dist/protos/generated/video_streaming/streamer_context.d.ts +89 -0
- package/dist/protos/generated/video_streaming/streamer_context.js +915 -0
- package/dist/protos/generated/video_streaming/time_range.d.ts +27 -0
- package/dist/protos/generated/video_streaming/time_range.js +101 -0
- package/dist/protos/generated/video_streaming/video_playback_abr_request.d.ts +69 -0
- package/dist/protos/generated/video_streaming/video_playback_abr_request.js +659 -0
- package/dist/src/core/ChunkedDataBuffer.d.ts +20 -0
- package/dist/src/core/ChunkedDataBuffer.js +82 -0
- package/dist/src/core/ServerAbrStream.d.ts +38 -0
- package/dist/src/core/ServerAbrStream.js +272 -0
- package/dist/src/core/UMP.d.ts +10 -0
- package/dist/src/core/UMP.js +110 -0
- package/dist/src/core/index.d.ts +3 -0
- package/dist/src/core/index.js +3 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/index.js +4 -0
- package/dist/src/utils/EventEmitterLike.d.ts +8 -0
- package/dist/src/utils/EventEmitterLike.js +50 -0
- package/dist/src/utils/Protos.d.ts +23 -0
- package/dist/src/utils/Protos.js +23 -0
- package/dist/src/utils/helpers.d.ts +63 -0
- package/dist/src/utils/helpers.js +101 -0
- package/dist/src/utils/index.d.ts +4 -0
- package/dist/src/utils/index.js +3 -0
- package/dist/src/utils/types.d.ts +65 -0
- package/dist/src/utils/types.js +1 -0
- package/package.json +61 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.