chore: fix SABR example and update protos

+ SABR now requires PoTokens.
This commit is contained in:
Luan
2024-12-23 14:36:48 -03:00
parent 7a106dc5f4
commit d683f123c0
14 changed files with 792 additions and 230 deletions

View File

@@ -19,5 +19,4 @@ export { ClientAbrState } from '../../protos/generated/video_streaming/client_ab
export { StreamerContext } from '../../protos/generated/video_streaming/streamer_context.js';
export { ProxyStatus } from '../../protos/generated/video_streaming/proxy_status.js';
export { MediaCapabilities } from '../../protos/generated/video_streaming/media_capabilities.js';
export { CryptoParams } from '../../protos/generated/video_streaming/crypto_params.js';
export { ClientAbrState_MediaType as MediaType } from '../../protos/generated/video_streaming/client_abr_state.js';
export { CryptoParams } from '../../protos/generated/video_streaming/crypto_params.js';