You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Which version are you using?
1.9.3
Which operating system are you using?
macOS amd64 standard
Describe how to replicate the issue
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.
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.
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:path:
path:
Server logs
No response
Network dump
No response
The text was updated successfully, but these errors were encountered: