| View previous topic :: View next topic |
| Author |
Message |
Deadfish Guest
|
Posted: Wed Apr 05, 2006 12:53 pm Post subject: Some body help me? |
|
|
The Icecast2.31 sever is running fine.
But How to set a paswd to a mountpoint?
Followed the doc ,I can't see a red key in front of all mountpoint . |
|
| Back to top |
|
 |
Deadfish Guest
|
Posted: Wed Apr 05, 2006 12:54 pm Post subject: |
|
|
the config file is follows:
<mount>
<mount-name>/deadfish.m3u</mount-name>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
</mount> |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Apr 05, 2006 1:36 pm Post subject: |
|
|
That is authentication for the actual playlist, and not the stream, it's very rare that you want <mount> settings for an m3u. Drop the .m3u in mount-name
karl. |
|
| Back to top |
|
 |
|