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 

Une intro....Comment faire ?

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



Joined: 24 Nov 2009
Posts: 30

PostPosted: Sat Nov 28, 2009 5:32 pm    Post subject: Une intro....Comment faire ? Reply with quote

Bonjour, j'me suis créer une intro en format .mp3. Je veut que mes auditeurs entendent cette intro AVANT le stream principale. Voici ma configuration :

Win xp
icecast 2.x
Stream en .mp3 seulement

la .xsl :

<!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created
this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<clients>100</clients>
<sources>2</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>*****</source-password>
<relay-password>*****</relay-password>
<admin-user>admin</admin-user>
<admin-password>*****</admin-password>
</authentication>

<hostname>xxxx.net</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>

<fileserve>1</fileserve>


<paths>
<basedir>./</basedir>

<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>

<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
</logging>

<security>
<chroot>0</chroot>
</security>
</icecast>

J'ai vu , dans un autre thread, qu'il faut soit y aller avec la tag intro ou faut monté une tag mount...je sais plus ou donner de la tete. Le fichier se nomme intro.mp3 et est placé dans le répertoire /web d'icecast2. Comment dois-je inséré le code et ou ?

Merci a vous.
Back to top
View user's profile Send private message
Nanou



Joined: 24 Nov 2009
Posts: 30

PostPosted: Sat Nov 28, 2009 6:07 pm    Post subject: Reply with quote

Bon pense j'ai trouvé. Faut placer ceci :

<mount>
<mount-name>/stream</mount-name>
<burst-size>65536</burst-size>
<intro>/intro.mp3</intro>
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>

le mount-name doit etre le meme nom que notre mount principal ou l'ont veut entendre l'Intro. Donc moi un seul mount et son nom est /stream.

voila pour les nuls comme moi la....lollll...

Merci.
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 -> Forum Francophone 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