Skip to content
Discussion options

You must be logged in to vote

If there is a cache server behind OME, AdmissionWebhooks will not work as expected. In that case, authentication should be done by the cache server.

Specifically,

  1. AdmissionWebhooks validates the master playlist request and issues a session key.
  2. All subsequent requests for media playlists and segment files must come with the issued session key to pass authentication.
  3. If there is a cache server like Nginx behind, AdmissionWebhooks' authentication ability is disabled because nginx does not request files from the origin but responds with its own cached files.
  4. If nginx uses the query string as a cache key, all requests will come to the origin, so all caches will miss. Therefore, there is no r…

Replies: 3 comments

Comment options

bchah
Apr 18, 2025
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

getroot
Apr 18, 2025
Maintainer Sponsor

You must be logged in to vote
0 replies
Answer selected by manish-drake
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants