<div dir="ltr">also, this isn't a good enough reason to run 4 separate instances, would suggest writing a parsing script that does work with your setup, or even writing your own xslt file.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 29, 2017 at 5:34 PM, Marvin Scholz <span dir="ltr"><<a href="mailto:epirat07@gmail.com" target="_blank">epirat07@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 29 May 2017, at 16:27, Walter York wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes, the web players I've tested have a hard time parsing meta properly using only one instance with separate streams.  Tested at least 6 of them looking for reliable meta and cross browser/OS compatibility.<br>
</blockquote>
<br></span>
There is no difference using one or multiple separate instances that I am aware of. Thats really weird.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
On May 29, 2017, at 10:23 AM, Marvin Scholz <<a href="mailto:epirat07@gmail.com" target="_blank">epirat07@gmail.com</a><mailto:<a href="mailto:epirat07@gmail.com" target="_blank">epi<wbr>rat07@gmail.com</a>>> wrote:<br>
<br>
Any specific reason to run 4 Icecasts?<br>
<br>
On 29 May 2017, at 16:21, Walter York wrote:<br>
<br>
 I have 4 instances of icecast running on my server.<br>
<br>
<br>
 #Command to start icecast<br>
 /usr/bin/icecast -c /etc/icecast.xml -b &<br>
 /usr/bin/icecast -c /etc/icecast1.xml -b &<br>
 /usr/bin/icecast -c /etc/icecast2.xml -b &<br>
 /usr/bin/icecast -c /etc/icecast3.xml -b &<br>
<br>
<br>
 I am trying to integrate an automated Let's Encrypt Certificate<br>
 renewal.  My testing found that I need to restart the icecast<br>
 processes for the certificate to update.  I created a bash script that<br>
 would open the firewall port, renew the cert, combine the<br>
 certificates, overwrite the old cert, close the firewall port, kill<br>
 the icecast services and then start them.<br>
<br>
<br>
 Everything works except for the restarting of the services.  Killing<br>
 them works fine but starting them hangs.  Please help me create the<br>
 steps to start the 4 icecast instances via bash.  I have tried no &<br>
 and && as well.  Feeling really stupid right now.  Thank you in<br>
 advance for your time and please spell out the answer without assuming<br>
 my knowledge or lacktherof!  😉<br>
<br>
<br>
 #Kill all processes with the name icecast<br>
 ps -ef | grep icecast | grep -v grep | awk '{print $2}' | xargs -r<br>
 kill -9<br>
 #Start my icecast instances<br>
<br>
 /usr/bin/icecast -c /etc/icecast.xml -b &<br>
 /usr/bin/icecast -c /etc/icecast1.xml -b &<br>
 /usr/bin/icecast -c /etc/icecast2.xml -b &<br>
 /usr/bin/icecast -c /etc/icecast3.xml -b &<br>
<br>
<br>
 PS: If I can get this working I can post it to github for everyone who<br>
 would like to secure their icecast traffic and renew it automatically.<br>
<br>
______________________________<wbr>__<br>
<br>
 Icecast mailing list<br>
 <a href="mailto:Icecast@xiph.org" target="_blank">Icecast@xiph.org</a><br>
 <a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer" target="_blank">http://lists.xiph.org/<wbr>mailman/listinfo/icecast</a><br>
______________________________<wbr>__<br>
<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org" target="_blank">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/<wbr>listinfo/icecast</a><br></div></div>
______________________________<wbr>_________________<span class=""><br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org" target="_blank">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/<wbr>listinfo/icecast</a><br>
</span></blockquote>
______________________________<wbr>_________________<div class="HOEnZb"><div class="h5"><br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org" target="_blank">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/<wbr>listinfo/icecast</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Yahav Shasha,<br>Web Developer<br>+972-(0)549214421<br><div><a href="http://www.linkedin.com/in/yahavs" target="_blank">http://www.linkedin.com/in/yahavs</a><br></div></div></div>
</div>