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 

Insert advertising every 5 minutes.

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



Joined: 06 Nov 2010
Posts: 4

PostPosted: Mon May 02, 2011 3:07 pm    Post subject: Insert advertising every 5 minutes. Reply with quote

I have hundreds of radio icecast on my linux server. And I want to insert an advertisement in all streams every 5 minutes.

Does anyone know how? Or know of someone who has done something similar?
Back to top
View user's profile Send private message
liteFun



Joined: 13 Jan 2006
Posts: 79

PostPosted: Wed May 04, 2011 10:31 am    Post subject: Reply with quote

How about this?
Do your ad as "your_ad_here(.ogg|.aac|.mp3)" in same format as your stream will be. Then set your /mountpoint (with correct extension/identification) timed to 5 minutes (5*60sec=300sec) and add your ad as intro-file.
Now your listeners will be dropped every 5min and they hear advertisement from intro-file.

<mount>
<mount-name>/example-5min_advertisement.ogg</mount-name>
<username>source</username>
<password>just_testing</password>
<max-listener-duration>300</max-listener-duration>
<intro>/your_ad_here.ogg</intro>
<stream-name>My advertisement stream</stream-name>
<stream-description>My advertisement description</stream-description>
<stream-url>http://some.place.com</stream-url>
<genre>advertisement</genre>
<bitrate>64</bitrate>
<type>application/ogg</type>
<subtype>vorbis</subtype>
<hidden>0</hidden>
<burst-size>65536</burst-size>
</mount>
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