Skip to content

Instantly share code, notes, and snippets.

@johndel
Created February 9, 2013 00:12
Show Gist options
  • Save johndel/4743090 to your computer and use it in GitHub Desktop.
Save johndel/4743090 to your computer and use it in GitHub Desktop.
crtmpserver users.lua file
users=
{
username1="password",
username2="password",
}
realms=
{
{
name="My realm...",
method="Basic",
users={
"username1"
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment