How do I set up a fall-back file for an IceCast server?
feedback
|
|
If you happen to be using a very useful toolset named liquidsoap with icecast2 then you ought to be thrilled with the follow example, which will play a directory of sound files, or if there is a live stream broadcast then it will fadeout the playlist, play a "jingle" sound file, then fadeup the live stream. Aside from the silly urls this was pulled from a working environment. Installing liquidsoap was as painless as apt-get install. If you want to use mp3 then apt-get install lame and then switch to output.icecast.lame(). Create a file with a .liq extension (example.liq), then chmod +x example.liq and you're off to the ./races Cheerz!
some very useful links: http://savonet.sourceforge.net/doc-svn/cookbook.html http://oshyn.com/_blog/General/post/Audio_and_Video_Streaming_with_Liquidsoap_and_Icecast/ | |||
feedback
|
|
From the doc:
http://www.icecast.org/docs/icecast-2.3.1/icecast2_config_file.html for more explanation scroll to the fallback-mount description. | |||
|
feedback
|