Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Icecast-Server
Icecast-Server
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #821

Closed
Open
Opened Jan 15, 2006 by han@han

Icecast connection limit reached.

When I use icecast-2.2.0 it works fine, when I run icecast-2.3.0 or 2.3.1 I get that errormessage whenever I try to connect.

I think it is related to this commit: http://lists.xiph.org/pipermail/commits/2005-April/007172.html

I'm running icecast-2.3.1 on OpenBSD with these patches: http://www.openbsd.org/cgi-bin/cvsweb/ports/net/icecast/patches/

<icecast>                                                                                                                            
  <limits>                                                                                                                           
    <clients>1</clients>                                                                                                             
    <sources>2</sources>                                                                                                             
    <threadpool>5</threadpool>                                                                                                       
    <queue-size>102400</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>secret</source-password>                                                                                        
  </authentication>                                                                                                                  
                                                                                                                                     
  <hostname>boetes.org</hostname>                                                                                                    
  <port>8000</port>                                                                                                                  
  <bind-address>192.168.1.68</bind-address>                                                                                          
                                                                                                                                     
  <listen-socket>                                                                                                                    
    <port>7777</port>                                                                                                                
    <bind-address>172.16.11.1</bind-address>                                                                                         
  </listen-socket>                                                                                                                   
                                                                                                                                     
  <fileserve>0</fileserve>                                                                                                           
                                                                                                                                     
  <paths>                                                                                                                            
    <basedir>/var/icecast</basedir>                                                                                                  
    <logdir>/log</logdir>                                                                                                            
  </paths>                                                                                                                           
                                                                                                                                     
  <logging>                                                                                                                          
    <accesslog>access.log</accesslog>                                                                                                
    <errorlog>error.log</errorlog>                                                                                                   
    <loglevel>4</loglevel>                                                                                                           
  </logging>                                                                                                                         
                                                                                                                                     
  <security>                                                                                                                         
    <chroot>1</chroot>                                                                                                               
    <changeowner>                                                                                                                    
      <user>_icecast</user>                                                                                                          
      <group>bot</group>                                                                                                             
    </changeowner>                                                                                                                   
  </security>                                                                                                                        
</icecast>                                                                                                                          
Assignee
Assign to
Icecast 2.3
Milestone
Icecast 2.3 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/icecast-server#821