<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.occupyboston.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Liquidsoap_for_attucks</id>
	<title>Liquidsoap for attucks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.occupyboston.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Liquidsoap_for_attucks"/>
	<link rel="alternate" type="text/html" href="https://wiki.occupyboston.org/wiki/index.php?title=Liquidsoap_for_attucks&amp;action=history"/>
	<updated>2026-05-12T23:46:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.occupyboston.org/wiki/index.php?title=Liquidsoap_for_attucks&amp;diff=8539&amp;oldid=prev</id>
		<title>Brandon: Created page with &quot;Here's what I've got so far:  &lt;pre&gt;#!/usr/local/bin/liquidsoap  # General options set(&quot;log.stdout&quot;, false) set(&quot;log.file.path&quot;, &quot;/home/members/occupyboston/sites/radio.occupybost...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.occupyboston.org/wiki/index.php?title=Liquidsoap_for_attucks&amp;diff=8539&amp;oldid=prev"/>
		<updated>2011-12-17T20:22:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Here&amp;#039;s what I&amp;#039;ve got so far:  &amp;lt;pre&amp;gt;#!/usr/local/bin/liquidsoap  # General options set(&amp;quot;log.stdout&amp;quot;, false) set(&amp;quot;log.file.path&amp;quot;, &amp;quot;/home/members/occupyboston/sites/radio.occupybost...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here's what I've got so far:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/usr/local/bin/liquidsoap&lt;br /&gt;
&lt;br /&gt;
# General options&lt;br /&gt;
set(&amp;quot;log.stdout&amp;quot;, false)&lt;br /&gt;
set(&amp;quot;log.file.path&amp;quot;, &amp;quot;/home/members/occupyboston/sites/radio.occupyboston.org/users/obradio/liquidsoap/&amp;lt;script&amp;gt;.log&amp;quot;)&lt;br /&gt;
# set(&amp;quot;init.daemon&amp;quot;, true)&lt;br /&gt;
# set(&amp;quot;init.daemon.pidfile.path&amp;quot;, &amp;quot;/home/members/occupyboston/sites/radio.occupyboston.org/users/obradio/liquidsoap/liq.pid&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
# Harbor&lt;br /&gt;
# Rather than catch a stream from a.stream.mayfirst.org, we'll start listening for a connection here.&lt;br /&gt;
set(&amp;quot;harbor.bind_addr&amp;quot;,&amp;quot;209.234.253.248&amp;quot;)&lt;br /&gt;
live = input.harbor(&amp;quot;test-harbor&amp;quot;, port=8000, password=&amp;quot;######&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
# Define our playlists&lt;br /&gt;
rotation	= playlist(&amp;quot;~/liquidsoap/rotation.pls&amp;quot;)&lt;br /&gt;
bumps		= playlist(&amp;quot;~/liquidsoap/bumps.pls&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
# Define special tracks&lt;br /&gt;
#live_start	= single(&amp;quot;~/liquidsoap/misc/live_start.ogg&amp;quot;)&lt;br /&gt;
#live_stop	= single(&amp;quot;~/liquidsoap/misc/live_stop.ogg&amp;quot;)&lt;br /&gt;
tech_problems	= single(&amp;quot;~/liquidsoap/misc/tech_problems.ogg&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
# Set non-live priorities&lt;br /&gt;
radio = fallback([ rotation, tech_problems ])&lt;br /&gt;
&lt;br /&gt;
# Timed bumps (they fade in over the normal stream)&lt;br /&gt;
radio = smooth_add(normal=radio, special=switch([({0m0s or 15m0s or 30m0s or 45m0s},bumps)]))&lt;br /&gt;
&lt;br /&gt;
# Catch live shows (disregard in favor of harbor)&lt;br /&gt;
# full = fallback(track_sensitive=false, [input.http(&amp;quot;http://stream.occupyboston.org:8000/ob-live.ogg&amp;quot;), radio])&lt;br /&gt;
&lt;br /&gt;
# If the live feed exists, use that.&lt;br /&gt;
full = fallback(track_sensitive=false, [live, radio])&lt;br /&gt;
# With transitions and blank detection (5 minutes) WIP&lt;br /&gt;
# full = fallback(track_sensitive=false, transitions=[], [strip_blank(length=300.,live), radio])&lt;br /&gt;
&lt;br /&gt;
# Setup the outputs&lt;br /&gt;
output.icecast(%vorbis, description=&amp;quot;Occupy Boston Radio&amp;quot;, genre=&amp;quot;Revolution&amp;quot;, host=&amp;quot;stream.occupyboston.org&amp;quot;, port=8000, password=&amp;quot;######&amp;quot;, mount=&amp;quot;liq-test.ogg&amp;quot;, full)&lt;br /&gt;
output.icecast(%mp3, description=&amp;quot;Occupy Boston Radio&amp;quot;, genre=&amp;quot;Revolution&amp;quot;, host=&amp;quot;stream.occupyboston.org&amp;quot;, port=8000, password=&amp;quot;######&amp;quot;, mount=&amp;quot;liq-test.mp3&amp;quot;, full)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Brandon</name></author>
	</entry>
</feed>