Post edited by Voisses Tech at 2013-07-25 16:13:34
Anyone reading this a find it funny about my grammar , I make no apology ,Go get a translator. "The Problem with education today is that it takes a university degree to switch on a light bulb" "You learn from your mistakes but wise people learn from others mistakes avoid Making mistakes there is not sufficient rooms to make them" "Innuendo","If's","Assumptions" and "Fear" are for politician.Who,What,where,When and How are for those seeking knowledge and care about Humanity. "I might be in Mud but that does not Make me a Wild Hog(pig)" “Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.” "The only thing that remains constant is change itself" May the force be with you,until our path or destiny bring us in tandem.
now lets modify the mount /airtimestream to do some lovely things
want to place an introfile that listeners will hear when they are first connect your mount
modify to read
<mount>
<mount-name>/airtimestream</mount-name>
<intro>/stationid.mp3</intro>
<hidden>0</hidden>
</mount>
want a backupfile so that when you are doing airtime server maintenance listeners will not be disconnected and still feed something.
Backupfile can be a previous recording or anything you chose,but remember it will loop continously and will resume when the stream comes back so make it long enough
modify to read
<mount>
<mount-name>/airtimestream</mount-name>
<fallback-mount>/backupfile.mp3</fallback-mount>
<intro>/stationid.mp3</intro>
<fallback-override>1</fallback-override>
<hidden>0</hidden>
</mount>
or just want to use a shoutcast mount for backup or live stream modify to read
<mount>
<mount-name>/airtimestream</mount-name>
<fallback-mount>/backupfile.mp3</fallback-mount>
<shoutcast-mount>/stream</shoutcast-mount>
<intro>/stationid.mp3</intro>
<fallback-override>1</fallback-override>
<hidden>0</hidden>
</mount>
a nice thing I found is placing the Airtime and Icecast on seperate boxes
Post edited by Voisses Tech at 2013-07-25 16:25:02
Anyone reading this a find it funny about my grammar , I make no apology ,Go get a translator. "The Problem with education today is that it takes a university degree to switch on a light bulb" "You learn from your mistakes but wise people learn from others mistakes avoid Making mistakes there is not sufficient rooms to make them" "Innuendo","If's","Assumptions" and "Fear" are for politician.Who,What,where,When and How are for those seeking knowledge and care about Humanity. "I might be in Mud but that does not Make me a Wild Hog(pig)" “Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.” "The only thing that remains constant is change itself" May the force be with you,until our path or destiny bring us in tandem.
Post edited by Voisses Tech at 2013-07-25 16:11:39
Anyone reading this a find it funny about my grammar , I make no apology ,Go get a translator. "The Problem with education today is that it takes a university degree to switch on a light bulb" "You learn from your mistakes but wise people learn from others mistakes avoid Making mistakes there is not sufficient rooms to make them" "Innuendo","If's","Assumptions" and "Fear" are for politician.Who,What,where,When and How are for those seeking knowledge and care about Humanity. "I might be in Mud but that does not Make me a Wild Hog(pig)" “Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.” "The only thing that remains constant is change itself" May the force be with you,until our path or destiny bring us in tandem.
tweak your replay gain can increase your low sound output
also I found out that if your output stream is low you might want to increase the output bit rate
Anyone reading this a find it funny about my grammar , I make no apology ,Go get a translator. "The Problem with education today is that it takes a university degree to switch on a light bulb" "You learn from your mistakes but wise people learn from others mistakes avoid Making mistakes there is not sufficient rooms to make them" "Innuendo","If's","Assumptions" and "Fear" are for politician.Who,What,where,When and How are for those seeking knowledge and care about Humanity. "I might be in Mud but that does not Make me a Wild Hog(pig)" “Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.” "The only thing that remains constant is change itself" May the force be with you,until our path or destiny bring us in tandem.
when you use an intro file with icecast or shoutcast, take care ! your file must be encoded at the same level as your stream for example : a stream at 128kb/s need an intro file at 128kb/s
and the same name
for example :
intro file : nessradio.mp3 stream : nessradio.mp3
the reason : some players have problems with intro file
And by the way,You might want to spend some time at the administration page
Post edited by Voisses Tech at 2013-08-12 12:53:50
Anyone reading this a find it funny about my grammar , I make no apology ,Go get a translator. "The Problem with education today is that it takes a university degree to switch on a light bulb" "You learn from your mistakes but wise people learn from others mistakes avoid Making mistakes there is not sufficient rooms to make them" "Innuendo","If's","Assumptions" and "Fear" are for politician.Who,What,where,When and How are for those seeking knowledge and care about Humanity. "I might be in Mud but that does not Make me a Wild Hog(pig)" “Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.” "The only thing that remains constant is change itself" May the force be with you,until our path or destiny bring us in tandem.