Commit Graph

4 Commits

Author SHA1 Message Date
Casey Occhialini fe38e45f4d fix: Adds missing CMCD params to some http requests (#5072)
Fixes #5067
Fixes #5094

Co-authored-by: Dan Sparacio <daniel.sparacio@cbsinteractive.com>
2023-03-15 02:13:16 -07:00
theodab fbce38af1c feat(net): Added advanced type to filters (#5006)
This adds an optional parameter to request and response filters, of a
new enum called AdvancedRequestType.
This enum describes request types that are subtypes of the basic types.
For example, INIT_SEGMENT is a type of SEGMENT.
This gives users more information about the type of the request, while
maintaining backwards compatibility.

Closes #4966
2023-02-23 11:56:23 -08:00
Michelle Zhuo 419f22ada6 doc(ALR): update doc for manifest and segment ALR
Change-Id: I72492d95a0345cfce51f304d094d2241b99c9a91
2021-02-19 23:29:02 +00:00
Joey Parrish 6f803bd176 docs: Add doc on Application-Level Redirects
This scheme came up recently while working with a partner on
integration with their streaming infrastructure.  This new doc will
clarify what an Application-Level Redirect is, how it works, and how
it can be supported with Shaka Player.

Change-Id: Ia532fa543c0efb98333c1a5a8ad5f2afbd7936fd
2020-08-20 17:28:47 +00:00