AzuraCast / AzuraCast

A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
https://www.azuracast.com/
GNU Affero General Public License v3.0
3.02k stars 562 forks source link

Where could i see my login and password to connect mixxx using icecast? #1276

Closed 7miguelsilva7 closed 5 years ago

7miguelsilva7 commented 5 years ago

Where could i see my login and password to connect mixxx using icecast?

I try to connect using login and password of a streamer/DJ (Is it a correct way?) but mixxx say login and password are wrong.

LordHelmchen666 commented 5 years ago

Should working. Are you are sure your settings correct? User, password, host, mount, port? https://github.com/AzuraCast/azuracast.com/blob/master/StreamingSoftware.md

And dont forget open ports when using a firewall.

7miguelsilva7 commented 5 years ago

Yes I am! I did as show here: https://github.com/AzuraCast/azuracast.com/blob/master/StreamingSoftware.md

I set login and password very easy both to test, but doesn't work. when I try to conect I see this error message:

"Socket is busy Por favor verifique a sua conexão com a internet e verifique se o seu usuário e senha estão corretos."

BusterNeece commented 5 years ago

@7miguelsilva7 You're specifically using the settings from the Streamers/DJs page, not the source password for the Icecast/SHOUTcast station itself, right?

Can I see a screenshot of your configuration? It seems like something else may be trying to connect to that same port at the same time.

7miguelsilva7 commented 5 years ago

Right! Here some screenshot: Captura de tela de 2019-03-09 21-43-13 Captura de tela de 2019-03-09 21-50-24 Captura de tela de 2019-03-09 21-50-58

7miguelsilva7 commented 5 years ago

when i try to connect using BUTT I see this error: butt

LordHelmchen666 commented 5 years ago

Port 8000? Shouldn't it be 8005? And mountpoint / ?

7miguelsilva7 commented 5 years ago

Port 8000? Shouldn't it be 8005? And mountpoint / ?

Yes, I've tried everithng.

Now it is working! I didn't know you shoul have to stop autoDJ on panel ZuraCast before start connect to live streaming, I thought it was automatically, but not. I didn't know username was "source".

it Working with settings:

host: ServerIP Port: 8000 User: source Password: source password Mount point: /radio.mp3

Vaalyn commented 5 years ago

@7miguelsilva7 You do not have to stop the liquidsoap autodj for streamer to be able to connect to the stream. When using the DJ accounts feature you are connecting to the stream through liquidsoap so PC -> liquidsoap -> IceCast. What you are now doing is connecting to the IceCast server directly as source which is not the best thing you could do and for normal web radios I'd advise to not do that.

When you try to connect to AzuraCast with a DJ account and the following settings you'll need to choose ShoutCast as the protocol since that is the protocol that liquidsoap operates on here:

Host: Server IP / Domain Port: 8005 Password: {dj username}:{dj password}

7miguelsilva7 commented 5 years ago

@7miguelsilva7 You do not have to stop the liquidsoap autodj for streamer to be able to connect to the stream. When using the DJ accounts feature you are connecting to the stream through liquidsoap so PC -> liquidsoap -> IceCast. What you are now doing is connecting to the IceCast server directly as source which is not the best thing you could do and for normal web radios I'd advise to not do that.

When you try to connect to AzuraCast with a DJ account and the following settings you'll need to choose ShoutCast as the protocol since that is the protocol that liquidsoap operates on here:

Host: Server IP / Domain Port: 8005 Password: {dj username}:{dj password}

Didn't work. When I use like this

Host: Server IP / Domain Port: 8005 Password: {dj username}:{dj password}

I see this error: "Socket is busy"

On field User what must you write?

Vaalyn commented 5 years ago

When you create a DJ account you enter a Streamer Username this is the user that you need to enter. Again please make sure that you select the correct streaming protocol (ShoutCast) in Mixxx or Butt and to enter the username:password in the password field.

7miguelsilva7 commented 5 years ago

Didn't work:

Even using Shoutcast, ipDomain, DJuser, DJuser:DJpassword, 8005, /

Captura de tela de 2019-03-15 10:13:33

I am using Mixxx

Vaalyn commented 5 years ago

This is how I've setup my Mixxx config for my test server: http://prntscr.com/myai5p And this is what my AzuraCast page says about the connection details: http://prntscr.com/myaiyk

Please try to match that with the equivalent values for your installation.

LordHelmchen666 commented 5 years ago

Try it like Vaalyn wrote or try this type: Icecast 2 Mount: / host: 34.73.100.255 Port: 8005 login: djname pasword: djpassword

This working for me with mixxx, idjc and Sam Broadcaster

Checked your ports from 8005 to 8010. They are closed! You need to open them to get this working. Your port 8000 is the only one open.

7miguelsilva7 commented 5 years ago

@LordHelmchen666 How open ports?

7miguelsilva7 commented 5 years ago

Didn't work

type: Icecast 2 Mount: / host: 34.73.100.255 Port: 8005 login: myUSerDJ pasword: myPassowrdDJ

Vaalyn commented 5 years ago

@7miguelsilva7 If you want I can try connecting to your AzuraCast from my machine and see if this is an issue with the server / installation or your client. If you'd like me to do that please create a DJ Account for me and send me the user and password to vaalyndev@gmail.com

7miguelsilva7 commented 5 years ago

This is how I've setup my Mixxx config for my test server: http://prntscr.com/myai5p And this is what my AzuraCast page says about the connection details: http://prntscr.com/myaiyk Please try to match that with the equivalent values for your installation.

@Vaalyn Didn't work

Just work when I use like this:

host: ServerIP Port: 8000 User: source Password: source password Mount point: /radio.mp3

7miguelsilva7 commented 5 years ago

@Vaalyn I sent a email.

Vaalyn commented 5 years ago

Thank you, I've tested with Mixxx and Butt and I think that what @LordHelmchen666 said about your ports is correct. Please make sure to open the ports from 8005 to 8010 by using ufw allow 8005:8010/tcp.

7miguelsilva7 commented 5 years ago

@Vaalyn, Thank you for test it! I'll ask to server to open these ports.

Thanks!

7miguelsilva7 commented 5 years ago

Now is working! After open the port 8005 everything is working like a charm! Thanks for everyone!

Vaalyn commented 5 years ago

@7miguelsilva7 That's good to hear. I'll close this issue now that the problem is resolved. 👍