mysql - Setting up Usernames and Passwords on Icecast Server 2 -


i have icecast server 2 set on digital ocean. using "butt - broadcast using tool" broadcast mountpoint on server inputting password , icecast username.

now, trying set sign webpage need interface icecast server config file, , add user names , passwords people sign up.

what best way this?

  1. wordpress -> mysql -> icecast?
  2. webform -> icecast?
  3. ?

also, can host on same droplet icecast server?

any sample code snippets, tutorials, links, documentation appreciated.

icecast has simple yet powerful url authentication capability against arbitrary http/https ends. can used both listener clients , source clients. needed parse request sent , reply confirmation header.

for further details, refer official documentation on topic.

you can either run on same machine or somewhere else. point url.


Comments

Popular posts from this blog

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -