Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Separate listener limits for diferent mountpoints

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
ottyscom



Joined: 02 Sep 2008
Posts: 2

PostPosted: Tue Sep 02, 2008 10:11 am    Post subject: Separate listener limits for diferent mountpoints Reply with quote

Hello,

I use Icecast 2.3.1 on a Ubuntu 6.06 LTS Server. In the config file are an option for diferent mount configuration but it not work. I will separate every mountpoint to a diferent user and password and limit the listeners on every mountpoint. When i configure it on <mount> in the config file the mount and password will no work. Where is the Problem

What is the solution to can stream diferent streams with diferent listener limits and password for each them?

Thank you in advance for any solution or idea
Back to top
View user's profile Send private message
mj_martino



Joined: 15 Aug 2008
Posts: 21

PostPosted: Tue Sep 02, 2008 2:44 pm    Post subject: Reply with quote

Code:

<mount>
   <mount-name>/yourmount</mount-name>
   <password>your passw</password>
   <max-listeners>6</max-listeners>
</mount>
<mount>
   <mount-name>/yourmount2</mount-name>
   <password>another your passw</password>
   <max-listeners>10</max-listeners>
</mount>

....more more



this simple code Wink

If you want authorization for two diferent mount pleas check documentation http://www.icecast.org/docs/icecast-2.3.1/icecast2_listenerauth.html or wait for answer Karl Wink
Back to top
View user's profile Send private message
ottyscom



Joined: 02 Sep 2008
Posts: 2

PostPosted: Wed Sep 03, 2008 7:57 am    Post subject: Reply with quote

Yes i know but it doesn't work Sad

Here i put my code.

Code:
<icecast>
    <limits>
        <clients>200</clients>
        <sources>10</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <burst-on-connect>1</burst-on-connect>
        <burst-size>65535</burst-size>
    </limits>

    <authentication>
        <source-password>password0</source-password>
        <relay-password>password0</relay-password>
        <admin-user>admin</admin-user>
        <admin-password>password0</admin-password>
    </authentication>

    <hostname>localhost</hostname>

    <listen-socket>
        <port>8077</port>
    </listen-socket>
   
    <mount>
        <mount-name>/yourmount1</mount-name>
        <password>password1</password>
        <max-listeners>1</max-listeners>
    </mount>
   
    <mount>
        <mount-name>/yourmount2</mount-name>
        <password>password2</password>
        <max-listeners>10</max-listeners>
    </mount>


When i would like to stream with the mount yourmount1 and use the password: password1 the say "invalid password. Authentication required (401)"

Who is the problem? Is this a Problem for the version 2.3.1?

I don't know how can i update to version 2.3.2 in ubuntu.

Sad Sad[/code]
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Wed Sep 03, 2008 1:12 pm    Post subject: Reply with quote

While we do recommend updating to 2.3.2, you shouldn't have a problem with 2.3.1 in this regard. Check your log files, make sure the logging in source mountpoint matches what you think it is..

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber