<div dir='auto'><div>Very interresting Robert.</div><div dir="auto">Got one question.....how tot get the info tot Twitter?</div><div dir="auto"><br></div><div dir="auto">Kind regards,</div><div dir="auto"><br></div><div dir="auto">Dennis</div><div dir="auto"><div class="gmail_extra" dir="auto"><br><div class="gmail_quote">Op 24 sep. 2017 9:49 a.m. schreef "jeffares.robert@gmail.com -- Robert Jeffares" <jeffares.robert@gmail.com>:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Icecast2 server set up to deliver a stream to a web based player.<br>
First mount is for home based DJ contributors to programme.<br>
Fall Back is an automated playlist.<br>
We want to send metadata by tweet from the web based player mount
which serves either source depending whether there is a live show or
not.<br>
<br>
It had to be a relay to relay the data.<br>
Then to get the tweets to work we had to enable shoutcast meta data.<br>
<br>
<!-- Define automation.aac mount --><br>
<mount><br>
<mount-name>/automation.aac</mount-name><br>
<hidden>0</hidden><br>
</mount><br>
<!-- Defines live.aac mount which falls back to
automation.aac if there is no service mounted as live.aac --><br>
<mount><br>
<mount-name>/live.aac</mount-name><br>
<fallback-mount>/automation.aac</fallback-mount><br>
<fallback-override>1</fallback-override><br>
<hidden>0</hidden><br>
</mount><br>
<!-- Defines a local relay called listen which is used by the web
player which serves whatever is on live.aac --><br>
<br>
<relay><br>
<server>139.162.236.22</server><br>
<port>8000</port><br>
<mount>/live.aac</mount><br>
<local-mount>/listen</local-mount><br>
<!-- this has to be set to 1 so the metadata goes out on
twitter --><br>
<relay-shoutcast-metadata>1</relay-shoutcast-metadata> <br>
</relay><br>
<br>
Tweets worked from the live and automatiion mounts but would not
work from the listen mount UNLESS the shoutcast flag was set to 1.<br>
<br>
This may be useful to someone.<br>
<br>
<br>
regards<br>
Robert Jeffares<br>
</div>
</blockquote></div><br></div></div></div>