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 

Fallback issue

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



Joined: 29 Jan 2009
Posts: 14

PostPosted: Thu Nov 29, 2012 1:31 am    Post subject: Fallback issue Reply with quote

Please help me with my config file.

I have two things :
- airtime on my server which is runing 24h/24 7d/7, and which is meant to be the fallback
- my local studo (on windows with edcast)

here's my icecast config :


Code:
   <limits>
        <clients>500</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>40</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <!-- If enabled, this will provide a burst of data when a client
             first connects, thereby significantly reducing the startup
             time for listeners that do substantial buffering. However,
             it also significantly increases latency between the source
             client and listening client.  For low-latency setups, you
             might want to disable this. -->
        <burst-on-connect>1</burst-on-connect>
        <!-- same as burst-on-connect, but this allows for being more
             specific on how much to burst. Most people won't need to
             change from the default 64k. Applies to all mountpoints  -->
        <burst-size>65535</burst-size>
    </limits>

    <authentication>
        <!-- Sources log in with username 'source' -->
        <source-password>#####</source-password>
        <!-- Relays log in username 'relay' -->
        <relay-password>######</relay-password>

        <!-- Admin logs in with the username given below -->
        <admin-user>admin</admin-user>
        <admin-password>######</admin-password>
      
    </authentication>
   
   <mount>
       <mount-name>/stream</mount-name>
        <username>live</username>
        <password>######</password>
        <max-listeners>500</max-listeners>
        <!--<dump-file>/tmp/dump-example1.ogg</dump-file> -->
        <burst-size>65536</burst-size>
      <listen-socket>
         <port>8000</port>
      </listen-socket>
        <fallback-mount>/radio</fallback-mount>
        <fallback-override>1</fallback-override>
        <fallback-when-full>1</fallback-when-full>
    </mount>
   
   <mount>
        <mount-name>/radio</mount-name>
        <username>radio</username>
        <password>######</password>
        <max-listeners>500</max-listeners>
        <!--<dump-file>/tmp/dump-example1.ogg</dump-file> -->
        <burst-size>65536</burst-size>
      <listen-socket>
         <port>8000</port>
      </listen-socket>
    </mount>   


i thought that i could connect with airtime with the username "radio" and mountpoint "/radio" and from my studio with user "live" and mountpoint "/stream" , but airtime can't conenct with this config, neither edcast (in which i can't set a username.

In both cases, without username and with the "source" password, it works
Back to top
View user's profile Send private message
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