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

How can I only set the publisher user or publish password in 1.9.3 like 1.5.1? #3908

Open
iesv opened this issue Oct 24, 2024 · 0 comments
Open

Comments

@iesv
Copy link

iesv commented Oct 24, 2024

Which version are you using?

1.9.3

Which operating system are you using?

macOS amd64 standard

Describe how to replicate the issue

  1. start the server
  2. publish with OBS
  3. read with browser

After I set the RTMP stream user and password here, HLS in the browser also requires a password, but I don’t want that. I want the browser to not require a password, and only the RTMP stream should require authentication. How should I configure this?

authMethod: internal

Internal authentication.

list of users.

authInternalUsers:

Default unprivileged user.

Username. 'any' means any user, including anonymous ones.

  • user: any

    Password. Not used in case of 'any' user.

    pass:

    IPs or networks allowed to use this user. An empty list means any IP.

    ips: []

    List of permissions.

    permissions:

    Available actions are: publish, read, playback, api, metrics, pprof.

    • action: publish

      Paths can be set to further restrict access to a specific path.

      An empty path means any path.

      Regular expressions can be used by using a tilde as prefix.

      path:
    • action: read
      path:
    • action: playback
      path:

Server logs

No response

Network dump

No response

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