| View previous topic :: View next topic |
| Author |
Message |
MHz
Joined: 29 Jun 2008 Posts: 16
|
Posted: Fri Aug 22, 2008 3:20 pm Post subject: Extra account for external DJ |
|
|
Hi all,
I have found someone who wants to be a DJ on my server. The only thing is, that the password I use to connect to the icecast server is my private one, so I need to create another password whick also works, but how?
Thanks! |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Aug 22, 2008 3:55 pm Post subject: |
|
|
If the other DJ will be streaming on a different mountpoint then specify their username/password with the <mount> section for that stream. If it's the same mountpoint then it's a bit more complicated but possible.
karl. |
|
| Back to top |
|
 |
MHz
Joined: 29 Jun 2008 Posts: 16
|
Posted: Fri Aug 22, 2008 4:21 pm Post subject: |
|
|
| THanks Karl, By the way, I just discoverd that the dumpfile option is not working, In the Icecast rootdirectory I made a directory called 'tmp' in the configfile I specified it as the following: <dump-file>/tmp/stream1.mp3</dump-file> , but it doesnt work, it isnt recording. Why not? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Aug 22, 2008 4:33 pm Post subject: |
|
|
not much to go on. check the error log, you should see the dump file setting in there around the time the other <mount> options are applied. You should also see any attempt to open it for writing.
karl. |
|
| Back to top |
|
 |
MHz
Joined: 29 Jun 2008 Posts: 16
|
Posted: Fri Aug 22, 2008 5:22 pm Post subject: |
|
|
| From the logfile:[2008-08-22 18:01:44] WARN source/source.c Cannot open dump file "/tmp/stream1.mp3" for appending: No such file or directory, disabling.Do I have to create the file myself? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Aug 22, 2008 6:37 pm Post subject: |
|
|
It's probably because the directory doesn't exist. Based on the name specified either you are running on windows and therefore /tmp doesn't exist or you are running within a chroot and you don't have a /tmp directory inside your chroot jail.
karl. |
|
| Back to top |
|
 |
MHz
Joined: 29 Jun 2008 Posts: 16
|
Posted: Fri Aug 22, 2008 9:16 pm Post subject: |
|
|
ah, It works now, thank you  |
|
| Back to top |
|
 |
|