Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Authentication Exclude HLS Protocol #3770

Open
1 of 13 tasks
Craytor opened this issue Sep 15, 2024 · 0 comments
Open
1 of 13 tasks

HTTP Authentication Exclude HLS Protocol #3770

Craytor opened this issue Sep 15, 2024 · 0 comments

Comments

@Craytor
Copy link

Craytor commented Sep 15, 2024

Which version are you using?

v1.9.0

Which operating system are you using?

  • Linux amd64 standard
  • Linux amd64 Docker
  • Linux arm64 standard
  • Linux arm64 Docker
  • Linux arm7 standard
  • Linux arm7 Docker
  • Linux arm6 standard
  • Linux arm6 Docker
  • Windows amd64 standard
  • Windows amd64 Docker (WSL backend)
  • macOS amd64 standard
  • macOS amd64 Docker
  • Other (please describe)

Describe the issue

When using authHTTPExclude, I am providing the "protocol" of "hls" of which I would like to prevent authentication due to performance concerns and the overall use case of hls http authentication. However, this does not appear to be preventing hls authentication from occurring as I am still getting requests to my server. This may not be a bug, but I believe this functionality would be great to have and is very similar to the "action" type for what to exclude.

Describe how to replicate the issue

authMethod: http
authHTTPAddress: http://address
authHTTPExclude:
  - protocol: hls
  1. Start the server with the supplied config for auth
  2. Begin publishing with streaming client
  3. Begin viewing stream

During this time, the sever will attempt to verify each request by sending it to the http address. However, I followed the example of authHTTPExclude included an action with a type. The request still goes to the HTTP server.

Did you attach the server logs?

No

Did you attach a network dump?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant